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

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Questrial', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Questrial', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Questrial', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #3a8dff !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #caf31d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #3a8dff !important;
  border-color: #3a8dff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6dabff !important;
  border-color: #6dabff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6dabff !important;
  border-color: #6dabff !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caf31d !important;
  border-color: #caf31d !important;
  color: #0d1001 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d5f64d !important;
  border-color: #d5f64d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0d1001 !important;
  background-color: #d5f64d !important;
  border-color: #d5f64d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3a8dff;
  color: #3a8dff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #005fe2 !important;
  background-color: transparent !important;
  border-color: #005fe2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3a8dff !important;
  border-color: #3a8dff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #caf31d;
  color: #caf31d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #90b009 !important;
  background-color: transparent !important;
  border-color: #90b009 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0d1001 !important;
  background-color: #caf31d !important;
  border-color: #caf31d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #3a8dff !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #caf31d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !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: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0059d3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #84a109 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3a8dff;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #caf31d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #f7fddf;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #000000 !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viJs71COjh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-viJs71COjh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-viJs71COjh .mbr-section-subtitle {
  color: #000000;
}
.cid-viJs71COjh .mbr-section-title {
  color: #000000;
}
.cid-vpvaRmKbgp {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/offshore-corrosion-protection-header2.webp");
}
.cid-vpvaRmKbgp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vpvaRmKbgp {
    align-items: center;
  }
  .cid-vpvaRmKbgp .row {
    justify-content: center;
  }
  .cid-vpvaRmKbgp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vpvaRmKbgp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vpvaRmKbgp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpvaRmKbgp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vpvaRmKbgp .content-wrap {
    width: 100%;
  }
}
.cid-vpvaRmKbgp .mbr-section-title,
.cid-vpvaRmKbgp .mbr-section-subtitle {
  text-align: center;
}
.cid-vpvaRmKbgp .mbr-text,
.cid-vpvaRmKbgp .mbr-section-btn {
  text-align: justify;
}
.cid-vpvaRmKbgp .mbr-section-title {
  text-align: left;
  color: #d2ff16;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpvaRmKbgp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-vpvaRmKbgp .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vpvaRmKbgp .mbr-section-title,
.cid-vpvaRmKbgp .mbr-section-subtitle,
.cid-vpvaRmKbgp .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vpvaRmKbgp .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vpvaRmKbgp .header16 {
  filter: brightness(0.75);
}
.cid-viURayMI60 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
.cid-viURayMI60 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-viURayMI60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viURayMI60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viURayMI60 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-viURayMI60 .mbr-text,
.cid-viURayMI60 .mbr-section-btn {
  color: #000000;
}
.cid-viUU79x9BS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viUU79x9BS img,
.cid-viUU79x9BS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-viUU79x9BS .item:focus,
.cid-viUU79x9BS span:focus {
  outline: none;
}
.cid-viUU79x9BS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viUU79x9BS .item {
    margin-bottom: 1rem;
  }
}
.cid-viUU79x9BS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viUU79x9BS .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viUU79x9BS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-viUU79x9BS .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-viUU79x9BS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-viUU79x9BS .mbr-section-title {
  color: #000000;
}
.cid-viUU79x9BS .item-title {
  text-align: justify;
}
.cid-viUU79x9BS .item-subtitle {
  text-align: left;
}
.cid-viUU79x9BS .mbr-text,
.cid-viUU79x9BS .item .mbr-section-btn {
  text-align: left;
}
.cid-viUU79x9BS .content-head {
  max-width: 800px;
}
.cid-viUUWO5qMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viUUWO5qMF img,
.cid-viUUWO5qMF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-viUUWO5qMF .item:focus,
.cid-viUUWO5qMF span:focus {
  outline: none;
}
.cid-viUUWO5qMF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viUUWO5qMF .item {
    margin-bottom: 1rem;
  }
}
.cid-viUUWO5qMF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viUUWO5qMF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viUUWO5qMF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-viUUWO5qMF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-viUUWO5qMF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-viUUWO5qMF .mbr-section-title {
  color: #000000;
}
.cid-viUUWO5qMF .item-title {
  text-align: left;
}
.cid-viUUWO5qMF .item-subtitle {
  text-align: left;
}
.cid-viUUWO5qMF .mbr-text,
.cid-viUUWO5qMF .item .mbr-section-btn {
  text-align: left;
}
.cid-viUUWO5qMF .content-head {
  max-width: 800px;
}
.cid-voRvpGfdgP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voRvpGfdgP img,
.cid-voRvpGfdgP .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voRvpGfdgP .item:focus,
.cid-voRvpGfdgP span:focus {
  outline: none;
}
.cid-voRvpGfdgP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voRvpGfdgP .item {
    margin-bottom: 1rem;
  }
}
.cid-voRvpGfdgP .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voRvpGfdgP .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voRvpGfdgP .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-voRvpGfdgP .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voRvpGfdgP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voRvpGfdgP .mbr-section-title {
  color: #000000;
}
.cid-voRvpGfdgP .item-title {
  text-align: left;
}
.cid-voRvpGfdgP .item-subtitle {
  text-align: left;
}
.cid-voRvpGfdgP .mbr-text,
.cid-voRvpGfdgP .item .mbr-section-btn {
  text-align: left;
}
.cid-voRvpGfdgP .content-head {
  max-width: 800px;
}
.cid-viZpjqWGK6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-viZpjqWGK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viZpjqWGK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viZgpOvFfc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f7fa;
}
.cid-viZgpOvFfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-viZgpOvFfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viZgpOvFfc .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-viZgpOvFfc .content-wrapper .content-wrap {
  margin: 0;
}
.cid-viZgpOvFfc .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-viZgpOvFfc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .cid-viZgpOvFfc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-viZgpOvFfc .embla__slide .slide-content {
  width: 100%;
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 80px 24px;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-number {
  margin-bottom: 0;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-number {
    margin-bottom: 24px;
  }
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .title-wrapper .title-wrap .item-title {
    margin-bottom: 24px;
  }
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-viZgpOvFfc .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-viZgpOvFfc .embla__button--next,
.cid-viZgpOvFfc .embla__button--prev {
  display: flex;
}
.cid-viZgpOvFfc .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-viZgpOvFfc .embla__button:hover {
  border-radius: 100%;
}
.cid-viZgpOvFfc .embla__button:disabled {
  border-radius: 0;
  opacity: .5 !important;
}
.cid-viZgpOvFfc .embla__button.embla__button--prev {
  right: 72px;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__button.embla__button--prev {
    right: 64px;
  }
}
.cid-viZgpOvFfc .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-viZgpOvFfc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-viZgpOvFfc .embla {
    padding-bottom: 48px;
  }
}
.cid-viZgpOvFfc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viZgpOvFfc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viZgpOvFfc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viZgpOvFfc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viZgpOvFfc .item-title {
  color: #1a1a1a;
}
.cid-viZgpOvFfc .item-number {
  color: #1a1a1a;
}
.cid-viZgpOvFfc .item-text {
  color: #4a5a6a;
}
.cid-viZpxYtFgB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-viZpxYtFgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-viZpxYtFgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viZjgXJxwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-viZjgXJxwq::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffffff -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-viZjgXJxwq .container {
    padding: 0 16px;
  }
}
.cid-viZjgXJxwq .row {
  position: relative;
  z-index: 1;
}
.cid-viZjgXJxwq .title-wrapper {
  margin-bottom: 80px;
}
.cid-viZjgXJxwq .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-viZjgXJxwq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viZjgXJxwq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-viZjgXJxwq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-viZjgXJxwq .embla__slide .slide-content {
  width: 100%;
}
.cid-viZjgXJxwq .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #f5f7fa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viZjgXJxwq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-viZjgXJxwq .embla__button--next,
.cid-viZjgXJxwq .embla__button--prev {
  display: flex;
}
.cid-viZjgXJxwq .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-viZjgXJxwq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-viZjgXJxwq .embla__button:hover {
  opacity: .7 !important;
}
.cid-viZjgXJxwq .embla__button.embla__button--prev {
  left: 0;
}
.cid-viZjgXJxwq .embla__button.embla__button--next {
  right: 0;
}
.cid-viZjgXJxwq .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-viZjgXJxwq .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-viZjgXJxwq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viZjgXJxwq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viZjgXJxwq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viZjgXJxwq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-viZjgXJxwq .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-viZE7UhfOI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-viZE7UhfOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-viZE7UhfOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-viZE7UhfOI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viZE7UhfOI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-viZE7UhfOI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-viZE7UhfOI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-viZE7UhfOI .mbr-section-title {
  color: #000000;
}
.cid-viZE7UhfOI .mbr-text,
.cid-viZE7UhfOI .mbr-section-btn {
  color: #000000;
}
.cid-vj0kctXTJd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vj0kctXTJd h6 {
  line-height: 1.2;
}
.cid-vj0kctXTJd img,
.cid-vj0kctXTJd .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1200px) {
  .cid-vj0kctXTJd img,
  .cid-vj0kctXTJd .item-img {
    height: 75px;
    object-fit: contain;
    object-position: center;
  }
}
.cid-vj0kctXTJd .item:focus,
.cid-vj0kctXTJd span:focus {
  outline: none;
}
.cid-vj0kctXTJd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vj0kctXTJd .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
}
.cid-vj0kctXTJd .item-wrapper .item-img img {
  max-height: 120px;
  max-width: 100%;
  max-height: 100px;
}
.cid-vj0kctXTJd .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj0kctXTJd .mbr-section-title {
  color: #000000;
}
.cid-vj0kctXTJd .mbr-text,
.cid-vj0kctXTJd .mbr-section-btn {
  color: #000000;
}
.cid-vj0kctXTJd .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj0kctXTJd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj0kctXTJd .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj0kctXTJd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vj0kctXTJd img,
  .cid-vj0kctXTJd .item-img {
    height: 75px;
    object-fit: contain;
    object-position: center;
  }
  .cid-vj0kctXTJd .item-wrapper {
    margin-bottom: 1rem;
  }
  .cid-vj0kctXTJd .item-wrapper .item-img img {
    max-height: 80px;
    max-height: 75px;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voR03v6iS1 {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/technology-resources-halo-1-result.webp");
}
.cid-voR03v6iS1 .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-voR03v6iS1 {
    align-items: center;
  }
  .cid-voR03v6iS1 .row {
    justify-content: center;
  }
  .cid-voR03v6iS1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-voR03v6iS1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-voR03v6iS1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voR03v6iS1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-voR03v6iS1 .content-wrap {
    width: 100%;
  }
}
.cid-voR03v6iS1 .mbr-section-title,
.cid-voR03v6iS1 .mbr-section-subtitle {
  text-align: center;
}
.cid-voR03v6iS1 .mbr-text,
.cid-voR03v6iS1 .mbr-section-btn {
  text-align: justify;
}
.cid-voR03v6iS1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-voR03v6iS1 .mbr-section-subtitle {
  text-align: left;
  color: #d2ff16;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-voR03v6iS1 .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-voR03v6iS1 .mbr-section-title,
.cid-voR03v6iS1 .mbr-section-subtitle,
.cid-voR03v6iS1 .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-voR03v6iS1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voR03v6iS1 .header16 {
  filter: brightness(0.75);
}
.cid-vmdB7PEBIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6effe;
}
.cid-vmdB7PEBIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmdB7PEBIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 30%;
  position: relative;
  top: 0;
}
.cid-vmdB7PEBIr .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #e6effe;
  padding: 60px 40px 40px;
  height: 70%;
}
@media (max-width: 1440px) {
  .cid-vmdB7PEBIr .content-wrapper {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vmdB7PEBIr .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-vmdB7PEBIr .content-wrapper {
    padding: 20px;
  }
}
.cid-vmdB7PEBIr .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmdB7PEBIr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmdB7PEBIr .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmdB7PEBIr .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vmdB7PEBIr .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vmdB7PEBIr .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vmdB7PEBIr .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmdB7PEBIr .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vmdB7PEBIr .item .item-wrapper .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-vmdB7PEBIr .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vmdB7PEBIr .item-title {
  color: #333336;
  text-align: center;
}
.cid-vmdB7PEBIr .item-text {
  color: #000000;
  text-align: center;
}
.cid-vmdB7PEBIr .item-title,
.cid-vmdB7PEBIr .iconfont-wrapper,
.cid-vmdB7PEBIr .mbr-section-btn {
  text-align: center;
}
.cid-vr1vgMz4Ck {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1vgMz4Ck .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1vgMz4Ck .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1vgMz4Ck .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1vgMz4Ck .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1vgMz4Ck .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1vgMz4Ck .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1vgMz4Ck .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1vgMz4Ck .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1vgMz4Ck .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmhYYDiPV8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/corrosion-science-academy-1.webp");
}
.cid-vmhYYDiPV8 .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmhYYDiPV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmhYYDiPV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmhYYDiPV8 .mbr-section-title {
  text-align: justify;
}
.cid-vmhYYDiPV8 .mbr-text,
.cid-vmhYYDiPV8 .mbr-section-btn {
  text-align: left;
}
.cid-vmi45U6ZAO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/science-of-vappro-vbci.webp");
}
.cid-vmi45U6ZAO .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmi45U6ZAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmi45U6ZAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmi45U6ZAO .mbr-section-title {
  text-align: justify;
}
.cid-vmi45U6ZAO .mbr-text,
.cid-vmi45U6ZAO .mbr-section-btn {
  text-align: justify;
}
.cid-vmi7TV1VKt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/engineering-tools.webp");
}
.cid-vmi7TV1VKt .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmi7TV1VKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmi7TV1VKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmi7TV1VKt .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-vmi7TV1VKt .mbr-text,
.cid-vmi7TV1VKt .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-vmieRK1ln7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/case-study-success-stories.webp");
}
.cid-vmieRK1ln7 .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmieRK1ln7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmieRK1ln7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmieRK1ln7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmieRK1ln7 .mbr-text,
.cid-vmieRK1ln7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vmij8DQDLD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/award-and-accolade-1.webp");
}
.cid-vmij8DQDLD .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmij8DQDLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmij8DQDLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmij8DQDLD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmij8DQDLD .mbr-text,
.cid-vmij8DQDLD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vmirt4Y2gk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/research-and-innovation.webp");
}
.cid-vmirt4Y2gk .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vmirt4Y2gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmirt4Y2gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmirt4Y2gk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vmirt4Y2gk .mbr-text,
.cid-vmirt4Y2gk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpiUDCDiwJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/publication-2.webp");
}
.cid-vpiUDCDiwJ .mbr-section-subtitle {
  color: #9fe870;
  text-align: justify;
}
.cid-vpiUDCDiwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiUDCDiwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiUDCDiwJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vpiUDCDiwJ .mbr-text,
.cid-vpiUDCDiwJ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voL7dn8sdc {
  display: flex;
  background-image: url("../../../assets/images/contact-us-hero-2.webp");
}
.cid-voL7dn8sdc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-voL7dn8sdc {
    align-items: center;
  }
  .cid-voL7dn8sdc .row {
    justify-content: center;
  }
  .cid-voL7dn8sdc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-voL7dn8sdc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-voL7dn8sdc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voL7dn8sdc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-voL7dn8sdc .content-wrap {
    width: 100%;
  }
}
.cid-voL7dn8sdc .mbr-section-title,
.cid-voL7dn8sdc .mbr-section-subtitle {
  text-align: center;
}
.cid-voL7dn8sdc .mbr-text,
.cid-voL7dn8sdc .mbr-section-btn {
  text-align: justify;
}
.cid-voL7dn8sdc .mbr-section-title {
  text-align: left;
  color: #0b2d4d;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-voL7dn8sdc .mbr-section-subtitle {
  text-align: left;
  color: #4a5a6a;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-voL7dn8sdc .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-voL7dn8sdc .mbr-section-title,
.cid-voL7dn8sdc .mbr-section-subtitle,
.cid-voL7dn8sdc .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-voL7dn8sdc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voL7dn8sdc .header16 {
  filter: brightness(0.75);
}
.cid-vqWaFHZGSJ {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vqWaFHZGSJ .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vqWaFHZGSJ .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vqWaFHZGSJ .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vqWaFHZGSJ .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vqWaFHZGSJ .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vqWaFHZGSJ .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vqWaFHZGSJ .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vqWaFHZGSJ .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vqWaFHZGSJ .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voLemc5dQU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-voLemc5dQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-voLemc5dQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voLemc5dQU .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-voLemc5dQU .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-voLemc5dQU .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-voLemc5dQU .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voLemc5dQU .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-voLemc5dQU .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voLemc5dQU .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-voLemc5dQU .items-wrapper {
  margin: 0 -6px;
}
.cid-voLemc5dQU .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voLemc5dQU .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-voLemc5dQU .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-voLemc5dQU .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-voLemc5dQU .mbr-label {
  color: #707070;
}
.cid-voLemc5dQU .mbr-section-title {
  color: #000000;
}
.cid-voLemc5dQU .mbr-section-subtitle {
  color: #707070;
}
.cid-voLemc5dQU .item-label {
  color: #000000;
}
.cid-voLemc5dQU .item-title {
  color: #000000;
}
.cid-voLemc5dQU .item-text {
  color: #707070;
}
.cid-voLemc5dQU .mbr-section-title,
.cid-voLemc5dQU .title-wrap {
  text-align: justify;
}
.cid-voLemc5dQU .mbr-section-subtitle,
.cid-voLemc5dQU .subtitle-wrap {
  color: #000000;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper {
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2) !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.cid-voLemc5dQU .items-wrapper .item .item-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 32px rgba(149, 157, 165, 0.4) !important;
}
.cid-voLmOLaxS6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-voLmOLaxS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voLmOLaxS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voLmOLaxS6 .row {
  justify-content: space-between;
}
.cid-voLmOLaxS6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-voLmOLaxS6 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-voLmOLaxS6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-voLmOLaxS6 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-voLmOLaxS6 .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #e2ebf1;
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-control:hover,
.cid-voLmOLaxS6 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-voLmOLaxS6 .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-voLmOLaxS6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-voLmOLaxS6 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-voLmOLaxS6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-voLmOLaxS6 .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-voLmOLaxS6 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-voLmOLaxS6 .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-voLmOLaxS6 .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #a6a99c;
}
.cid-voLmOLaxS6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-voLmOLaxS6 .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-voLmOLaxS6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-voLmOLaxS6 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-voLmOLaxS6 .mbr-section-title {
  color: #000000;
}
.cid-voLmOLaxS6 .mbr-text {
  color: #000000;
}
.cid-voLmOLaxS6 .mbr-section-subtitle {
  color: #000000;
}
.cid-voLmOLaxS6 .list {
  color: #000000;
}
.cid-voLmOLaxS6 .mbr-desc {
  color: #000000;
}
.cid-voLmOLaxS6 label {
  color: #000000;
}
.cid-voLmOLaxS6 .list,
.cid-voLmOLaxS6 .item-wrap {
  color: #000000;
}
.cid-vrdHpQhQWr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vrdHpQhQWr .google-map {
  height: 25rem;
  position: relative;
}
.cid-vrdHpQhQWr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vrdHpQhQWr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vrdHpQhQWr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vrdHpQhQWr .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-vrdHpQhQWr .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-vrdHpQhQWr .map1 {
    padding-bottom: 2rem;
  }
}
.cid-vrdHpQhQWr .mbr-text,
.cid-vrdHpQhQWr .sig-img {
  color: #232323;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vk360PadoZ {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/lab.webp");
}
.cid-vk360PadoZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vk360PadoZ {
    align-items: center;
  }
  .cid-vk360PadoZ .row {
    justify-content: center;
  }
  .cid-vk360PadoZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vk360PadoZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vk360PadoZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vk360PadoZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vk360PadoZ .content-wrap {
    width: 100%;
  }
}
.cid-vk360PadoZ .mbr-section-title,
.cid-vk360PadoZ .mbr-section-subtitle {
  text-align: center;
}
.cid-vk360PadoZ .mbr-text,
.cid-vk360PadoZ .mbr-section-btn {
  text-align: justify;
}
.cid-vk360PadoZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vk360PadoZ .mbr-section-subtitle {
  text-align: left;
  color: #d2ff16;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-vk360PadoZ .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vk360PadoZ .mbr-section-title,
.cid-vk360PadoZ .mbr-section-subtitle,
.cid-vk360PadoZ .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vk360PadoZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vk360PadoZ .header16 {
  filter: brightness(0.75);
}
.cid-vpSl53dX6f {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpSl53dX6f .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpSl53dX6f .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpSl53dX6f .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpSl53dX6f .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpSl53dX6f .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpSl53dX6f .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpSl53dX6f .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpSl53dX6f .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpSl53dX6f .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkXE0os8w9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkXE0os8w9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkXE0os8w9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkXE0os8w9 .card-wrapper {
  overflow: hidden;
  background: #f5f7fa;
}
.cid-vkXE0os8w9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkXE0os8w9 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vkXE0os8w9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vkXE0os8w9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vkXE0os8w9 .image-wrapper {
  padding: 0 1rem;
}
.cid-vkXE0os8w9 img,
.cid-vkXE0os8w9 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkXE0os8w9 img,
  .cid-vkXE0os8w9 .image-wrapper {
    max-height: 350px;
  }
}
.cid-vkXE0os8w9 .mbr-section-title {
  color: #000000;
}
.cid-vkXE0os8w9 .mbr-text {
  color: #000000;
}
.cid-vkXE0os8w9 .bio-bullet-list {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}
.cid-vkXE0os8w9 .bio-bullet-list li {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 6px;
  color: #232323;
}
.cid-vkjHnv4qy7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkjHnv4qy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjHnv4qy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjHnv4qy7 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkjHnv4qy7 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkjHnv4qy7 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vkjHnv4qy7 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkjHnv4qy7 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkjHnv4qy7 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkjHnv4qy7 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkjHnv4qy7 .items-wrapper {
  margin: 0 -6px;
}
.cid-vkjHnv4qy7 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkjHnv4qy7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkjHnv4qy7 .mbr-label {
  color: #707070;
}
.cid-vkjHnv4qy7 .mbr-section-title {
  color: #000000;
}
.cid-vkjHnv4qy7 .mbr-section-subtitle {
  color: #707070;
}
.cid-vkjHnv4qy7 .item-label {
  color: #000000;
}
.cid-vkjHnv4qy7 .item-title {
  color: #000000;
}
.cid-vkjHnv4qy7 .item-text {
  color: #707070;
}
.cid-vkjHnv4qy7 .mbr-section-title,
.cid-vkjHnv4qy7 .title-wrap {
  text-align: justify;
}
.cid-vkjHnv4qy7 .mbr-section-subtitle,
.cid-vkjHnv4qy7 .subtitle-wrap {
  color: #000000;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper {
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2) !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.cid-vkjHnv4qy7 .items-wrapper .item .item-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 32px rgba(149, 157, 165, 0.4) !important;
}
.cid-vkSEv7p35w {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vkSEv7p35w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSEv7p35w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkSEv7p35w .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vkSEv7p35w .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkSEv7p35w .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vkSEv7p35w .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vkSEv7p35w .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vkSEv7p35w .row {
  flex-direction: row-reverse;
}
.cid-vkSEv7p35w .image-wrapper {
  padding: 0 1rem;
}
.cid-vkSEv7p35w img,
.cid-vkSEv7p35w .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkSEv7p35w img,
  .cid-vkSEv7p35w .image-wrapper {
    max-height: 350px;
  }
}
.cid-vkSEv7p35w .mbr-section-title {
  color: #000000;
}
.cid-vkSEv7p35w .mbr-text {
  color: #000000;
}
.cid-vkkecEZM7G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vkkecEZM7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkkecEZM7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkkecEZM7G .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkkecEZM7G .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkkecEZM7G .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vkkecEZM7G .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkkecEZM7G .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkkecEZM7G .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkkecEZM7G .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkkecEZM7G .items-wrapper {
  margin: 0 -6px;
}
.cid-vkkecEZM7G .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkkecEZM7G .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vkkecEZM7G .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vkkecEZM7G .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkkecEZM7G .mbr-label {
  color: #707070;
}
.cid-vkkecEZM7G .mbr-section-title {
  color: #000000;
}
.cid-vkkecEZM7G .mbr-section-subtitle {
  color: #707070;
}
.cid-vkkecEZM7G .item-label {
  color: #000000;
}
.cid-vkkecEZM7G .item-title {
  color: #000000;
}
.cid-vkkecEZM7G .item-text {
  color: #707070;
}
.cid-vkkecEZM7G .mbr-section-title,
.cid-vkkecEZM7G .title-wrap {
  text-align: justify;
}
.cid-vkkecEZM7G .mbr-section-subtitle,
.cid-vkkecEZM7G .subtitle-wrap {
  color: #000000;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.cid-vkkecEZM7G .items-wrapper .item .item-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
.cid-vkeJ8eXUpw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vkeJ8eXUpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkeJ8eXUpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkeJ8eXUpw .mbr-section-title {
  text-align: justify;
}
.cid-vkeRVzsjEF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vkeRVzsjEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkeRVzsjEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkeRVzsjEF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkeRVzsjEF .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkeRVzsjEF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vkeRVzsjEF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkeRVzsjEF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkeRVzsjEF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkeRVzsjEF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkeRVzsjEF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vkeRVzsjEF .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vkeRVzsjEF .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 11px;
}
.cid-vkeRVzsjEF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkeRVzsjEF .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vkeRVzsjEF .list_2 {
    padding-left: 0;
  }
}
.cid-vkeRVzsjEF .mbr-section-title {
  color: #111111;
  text-align: justify;
}
.cid-vkeRVzsjEF .mbr-section-subtitle {
  color: #ff6d99;
  text-align: right;
}
.cid-vkeRVzsjEF .mbr-text,
.cid-vkeRVzsjEF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vkeRVzsjEF .list {
  color: #666666;
}
.cid-vkThjoWLtx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkThjoWLtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkThjoWLtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkThjoWLtx .card-wrapper {
  overflow: hidden;
  background: #f5f7fa;
}
.cid-vkThjoWLtx .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkThjoWLtx .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vkThjoWLtx .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vkThjoWLtx .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vkThjoWLtx .image-wrapper {
  padding: 0 1rem;
}
.cid-vkThjoWLtx img,
.cid-vkThjoWLtx .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkThjoWLtx img,
  .cid-vkThjoWLtx .image-wrapper {
    max-height: 350px;
  }
}
.cid-vkThjoWLtx .mbr-section-title {
  color: #000000;
}
.cid-vkThjoWLtx .mbr-text {
  color: #000000;
}
.cid-vkkgA4Pj9l {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkkgA4Pj9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkkgA4Pj9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkkgA4Pj9l .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkkgA4Pj9l .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkkgA4Pj9l .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vkkgA4Pj9l .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkkgA4Pj9l .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkkgA4Pj9l .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkkgA4Pj9l .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkkgA4Pj9l .items-wrapper {
  margin: 0 -6px;
}
.cid-vkkgA4Pj9l .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkkgA4Pj9l .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f5f7fa;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkkgA4Pj9l .mbr-label {
  color: #707070;
}
.cid-vkkgA4Pj9l .mbr-section-title {
  color: #000000;
}
.cid-vkkgA4Pj9l .mbr-section-subtitle {
  color: #707070;
}
.cid-vkkgA4Pj9l .item-label {
  color: #000000;
}
.cid-vkkgA4Pj9l .item-title {
  color: #000000;
}
.cid-vkkgA4Pj9l .item-text {
  color: #707070;
}
.cid-vkkgA4Pj9l .mbr-section-title,
.cid-vkkgA4Pj9l .title-wrap {
  text-align: justify;
}
.cid-vkkgA4Pj9l .mbr-section-subtitle,
.cid-vkkgA4Pj9l .subtitle-wrap {
  color: #000000;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper {
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2) !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.cid-vkkgA4Pj9l .items-wrapper .item .item-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 32px rgba(149, 157, 165, 0.4) !important;
}
.cid-vkjdSjV5sI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkjdSjV5sI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkjdSjV5sI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkjdSjV5sI .mbr-section-title {
  text-align: justify;
}
.cid-vkeY9GhgBO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vkeY9GhgBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkeY9GhgBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkeY9GhgBO .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkeY9GhgBO .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkeY9GhgBO .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vkeY9GhgBO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkeY9GhgBO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkeY9GhgBO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkeY9GhgBO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkeY9GhgBO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vkeY9GhgBO .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vkeY9GhgBO .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 11px;
}
.cid-vkeY9GhgBO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkeY9GhgBO .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vkeY9GhgBO .list_2 {
    padding-left: 0;
  }
}
.cid-vkeY9GhgBO .mbr-section-title {
  color: #111111;
  text-align: justify;
}
.cid-vkeY9GhgBO .mbr-section-subtitle {
  color: #ff6d99;
  text-align: right;
}
.cid-vkeY9GhgBO .mbr-text,
.cid-vkeY9GhgBO .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vkeY9GhgBO .list {
  color: #666666;
}
.cid-vkThE6aVZn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vkThE6aVZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkThE6aVZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkThE6aVZn .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vkThE6aVZn .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vkThE6aVZn .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vkThE6aVZn .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vkThE6aVZn .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vkThE6aVZn .row {
  flex-direction: row-reverse;
}
.cid-vkThE6aVZn .image-wrapper {
  padding: 0 1rem;
}
.cid-vkThE6aVZn img,
.cid-vkThE6aVZn .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkThE6aVZn img,
  .cid-vkThE6aVZn .image-wrapper {
    max-height: 350px;
  }
}
.cid-vkThE6aVZn .mbr-section-title {
  color: #000000;
}
.cid-vkThE6aVZn .mbr-text {
  color: #000000;
}
.cid-vkkqa0KQHV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vkkqa0KQHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkkqa0KQHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkkqa0KQHV .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkkqa0KQHV .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vkkqa0KQHV .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vkkqa0KQHV .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkkqa0KQHV .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vkkqa0KQHV .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vkkqa0KQHV .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vkkqa0KQHV .items-wrapper {
  margin: 0 -6px;
}
.cid-vkkqa0KQHV .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vkkqa0KQHV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #ffffff;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vkkqa0KQHV .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vkkqa0KQHV .mbr-label {
  color: #707070;
}
.cid-vkkqa0KQHV .mbr-section-title {
  color: #000000;
}
.cid-vkkqa0KQHV .mbr-section-subtitle {
  color: #707070;
}
.cid-vkkqa0KQHV .item-label {
  color: #000000;
}
.cid-vkkqa0KQHV .item-title {
  color: #000000;
}
.cid-vkkqa0KQHV .item-text {
  color: #707070;
}
.cid-vkkqa0KQHV .mbr-section-title,
.cid-vkkqa0KQHV .title-wrap {
  text-align: justify;
}
.cid-vkkqa0KQHV .mbr-section-subtitle,
.cid-vkkqa0KQHV .subtitle-wrap {
  color: #000000;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.cid-vkkqa0KQHV .items-wrapper .item .item-wrapper:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
.cid-vkeXNoQtja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vkeXNoQtja .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkeXNoQtja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkeXNoQtja .mbr-section-title {
  text-align: justify;
}
.cid-vkje89dlfx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vkje89dlfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkje89dlfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkje89dlfx .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkje89dlfx .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkje89dlfx .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vkje89dlfx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkje89dlfx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkje89dlfx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkje89dlfx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkje89dlfx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vkje89dlfx .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vkje89dlfx .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 11px;
}
.cid-vkje89dlfx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkje89dlfx .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vkje89dlfx .list_2 {
    padding-left: 0;
  }
}
.cid-vkje89dlfx .mbr-section-title {
  color: #111111;
  text-align: justify;
}
.cid-vkje89dlfx .mbr-section-subtitle {
  color: #ff6d99;
  text-align: right;
}
.cid-vkje89dlfx .mbr-text,
.cid-vkje89dlfx .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vkje89dlfx .list {
  color: #666666;
}
.cid-vjJXWFiMKG {
  background-color: #f3f7fe;
}
.cid-vjJXWFiMKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJXWFiMKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJXWFiMKG .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vjJXWFiMKG .row {
  align-items: center;
}
.cid-vjJXWFiMKG .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vjJXWFiMKG .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vjJXWFiMKG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjJXWFiMKG .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vjJXWFiMKG .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vjJXWFiMKG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vjJXWFiMKG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjJXWFiMKG .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vjJXWFiMKG .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vjJXWFiMKG .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vjJXWFiMKG .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vjJXWFiMKG .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vjJXWFiMKG .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vjJXWFiMKG .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .contact-container {
    width: 100%;
  }
}
.cid-vjJXWFiMKG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vjJXWFiMKG .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vjJXWFiMKG .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vjJXWFiMKG .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vjJXWFiMKG .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vjJXWFiMKG .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vjJXWFiMKG .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vjJXWFiMKG .copyright {
  color: #efefec;
}
.cid-vjJXWFiMKG .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vjJXWFiMKG .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vjJXWFiMKG .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpNVEbmrat {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpNVEbmrat .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpNVEbmrat .container {
    position: relative;
  }
  .cid-vpNVEbmrat .row {
    margin: 0;
  }
  .cid-vpNVEbmrat .mbr-section-title {
    margin: 0;
  }
}
.cid-vpNVEbmrat .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpNVEbmrat .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpNVEbmrat .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpNVEbmrat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpNVEbmrat .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpNVEbmrat .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNVEbmrat .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpNVEbmrat .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpNVEbmrat .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpNVEbmrat .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNVEbmrat .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpNVEbmrat .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNVEbmrat .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpNVEbmrat .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkY8NdQ1bS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkY8NdQ1bS img,
.cid-vkY8NdQ1bS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkY8NdQ1bS .item:focus,
.cid-vkY8NdQ1bS span:focus {
  outline: none;
}
.cid-vkY8NdQ1bS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkY8NdQ1bS .item {
    margin-bottom: 1rem;
  }
}
.cid-vkY8NdQ1bS .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkY8NdQ1bS .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkY8NdQ1bS .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkY8NdQ1bS .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkY8NdQ1bS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkY8NdQ1bS .mbr-section-title {
  color: #000000;
}
.cid-vkY8NdQ1bS .item-title {
  text-align: left;
}
.cid-vkY8NdQ1bS .item-subtitle {
  text-align: left;
}
.cid-vkY8NdQ1bS .mbr-text,
.cid-vkY8NdQ1bS .item .mbr-section-btn {
  text-align: left;
}
.cid-vkY8NdQ1bS .content-head {
  max-width: 800px;
}
.cid-vkY8NdQ1bS img {
  transition: transform 0.4s ease;
}
.cid-vkY8NdQ1bS img:hover {
  transform: scale(1.05);
}
.cid-vkY8NdQ1bS .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkY8NdQ1bS .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkY8NdQ1bS .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkYbL20luL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYbL20luL img,
.cid-vkYbL20luL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYbL20luL .item:focus,
.cid-vkYbL20luL span:focus {
  outline: none;
}
.cid-vkYbL20luL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYbL20luL .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYbL20luL .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYbL20luL .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYbL20luL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYbL20luL .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYbL20luL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYbL20luL .mbr-section-title {
  color: #000000;
}
.cid-vkYbL20luL .item-title {
  text-align: left;
}
.cid-vkYbL20luL .item-subtitle {
  text-align: left;
}
.cid-vkYbL20luL .mbr-text,
.cid-vkYbL20luL .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYbL20luL .content-head {
  max-width: 800px;
}
.cid-vkYbL20luL img {
  transition: transform 0.4s ease;
}
.cid-vkYbL20luL img:hover {
  transform: scale(1.05);
}
.cid-vkYbL20luL .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYbL20luL .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYbL20luL .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkYdiUt6tj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYdiUt6tj img,
.cid-vkYdiUt6tj .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYdiUt6tj .item:focus,
.cid-vkYdiUt6tj span:focus {
  outline: none;
}
.cid-vkYdiUt6tj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYdiUt6tj .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYdiUt6tj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYdiUt6tj .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYdiUt6tj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYdiUt6tj .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYdiUt6tj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYdiUt6tj .mbr-section-title {
  color: #000000;
}
.cid-vkYdiUt6tj .item-title {
  text-align: left;
}
.cid-vkYdiUt6tj .item-subtitle {
  text-align: left;
}
.cid-vkYdiUt6tj .mbr-text,
.cid-vkYdiUt6tj .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYdiUt6tj .content-head {
  max-width: 800px;
}
.cid-vkYdiUt6tj img {
  transition: transform 0.4s ease;
}
.cid-vkYdiUt6tj img:hover {
  transform: scale(1.05);
}
.cid-vkYdiUt6tj .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYdiUt6tj .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYdiUt6tj .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBIJUl3af {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBIJUl3af .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBIJUl3af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBIJUl3af .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBIJUl3af .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBIJUl3af .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBIJUl3af .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBIJUl3af .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBIJUl3af .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBIJUl3af .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBIJUl3af .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBIJUl3af .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBIJUl3af .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBIJUl3af .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBIJUl3af .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBIJUl3af .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBIJUl3af .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBIJUl3af .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBIJUl3af .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBIJUl3af .mbr-section-title {
  color: #404349;
}
.cid-vpBIJUl3af .item-desc {
  color: #b19a7c;
}
.cid-vpBIJUl3af .item-name {
  color: #404349;
}
.cid-vpBIJUl3af .item-role {
  color: #404349;
}
.cid-vpBIJUl3af .mbr-section-title,
.cid-vpBIJUl3af .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBIHY5MwH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBIHY5MwH .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBIHY5MwH .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBIHY5MwH .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBIHY5MwH .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBIHY5MwH .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQLE7Z42j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQLE7Z42j .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQLE7Z42j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQLE7Z42j .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQLE7Z42j .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQLE7Z42j .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQLE7Z42j .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQLE7Z42j .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQLE7Z42j .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQLE7Z42j .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQLE7Z42j .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQLE7Z42j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQLE7Z42j .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQLE7Z42j .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQLE7Z42j .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQLE7Z42j .mbr-section-title {
  color: #404349;
}
.cid-voQLE7Z42j .mbr-text {
  color: #404349;
}
.cid-voQLE7Z42j .mbr-desc {
  color: #b19a7c;
}
.cid-voQLE7Z42j .mbr-desc,
.cid-voQLE7Z42j .desc-wrapper {
  color: #000000;
}
.cid-vkY8BmWqeE {
  background-color: #f3f7fe;
}
.cid-vkY8BmWqeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkY8BmWqeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkY8BmWqeE .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkY8BmWqeE .row {
  align-items: center;
}
.cid-vkY8BmWqeE .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkY8BmWqeE .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkY8BmWqeE .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkY8BmWqeE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkY8BmWqeE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkY8BmWqeE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkY8BmWqeE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkY8BmWqeE .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkY8BmWqeE .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkY8BmWqeE .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkY8BmWqeE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkY8BmWqeE .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkY8BmWqeE .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkY8BmWqeE .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkY8BmWqeE .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkY8BmWqeE .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkY8BmWqeE .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkY8BmWqeE .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkY8BmWqeE .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkY8BmWqeE .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkY8BmWqeE .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkY8BmWqeE .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkY8BmWqeE .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkY8BmWqeE .contact-container {
    width: 100%;
  }
}
.cid-vkY8BmWqeE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkY8BmWqeE .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkY8BmWqeE .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkY8BmWqeE .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkY8BmWqeE .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkY8BmWqeE .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkY8BmWqeE .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkY8BmWqeE .copyright {
  color: #efefec;
}
.cid-vkY8BmWqeE .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkY8BmWqeE .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkY8BmWqeE .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO50S9aoE {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO50S9aoE .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO50S9aoE .container {
    position: relative;
  }
  .cid-vpO50S9aoE .row {
    margin: 0;
  }
  .cid-vpO50S9aoE .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO50S9aoE .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO50S9aoE .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO50S9aoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO50S9aoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO50S9aoE .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO50S9aoE .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO50S9aoE .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO50S9aoE .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO50S9aoE .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO50S9aoE .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO50S9aoE .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO50S9aoE .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO50S9aoE .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO50S9aoE .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkYiVoE9JI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYiVoE9JI img,
.cid-vkYiVoE9JI .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYiVoE9JI .item:focus,
.cid-vkYiVoE9JI span:focus {
  outline: none;
}
.cid-vkYiVoE9JI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYiVoE9JI .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYiVoE9JI .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYiVoE9JI .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYiVoE9JI .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYiVoE9JI .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYiVoE9JI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYiVoE9JI .mbr-section-title {
  color: #000000;
}
.cid-vkYiVoE9JI .item-title {
  text-align: left;
}
.cid-vkYiVoE9JI .item-subtitle {
  text-align: left;
}
.cid-vkYiVoE9JI .mbr-text,
.cid-vkYiVoE9JI .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYiVoE9JI .content-head {
  max-width: 800px;
}
.cid-vkYiVoE9JI img {
  transition: transform 0.4s ease;
}
.cid-vkYiVoE9JI img:hover {
  transform: scale(1.05);
}
.cid-vkYiVoE9JI .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYiVoE9JI .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYiVoE9JI .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBJGYNvlF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBJGYNvlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBJGYNvlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBJGYNvlF .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBJGYNvlF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBJGYNvlF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBJGYNvlF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBJGYNvlF .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBJGYNvlF .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBJGYNvlF .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBJGYNvlF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBJGYNvlF .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBJGYNvlF .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBJGYNvlF .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBJGYNvlF .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBJGYNvlF .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBJGYNvlF .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBJGYNvlF .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBJGYNvlF .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBJGYNvlF .mbr-section-title {
  color: #404349;
}
.cid-vpBJGYNvlF .item-desc {
  color: #b19a7c;
}
.cid-vpBJGYNvlF .item-name {
  color: #404349;
}
.cid-vpBJGYNvlF .item-role {
  color: #404349;
}
.cid-vpBJGYNvlF .mbr-section-title,
.cid-vpBJGYNvlF .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBK6pQdQS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBK6pQdQS .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBK6pQdQS .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBK6pQdQS .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBK6pQdQS .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBK6pQdQS .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQmFCU7ci {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQmFCU7ci .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQmFCU7ci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQmFCU7ci .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQmFCU7ci .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQmFCU7ci .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQmFCU7ci .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQmFCU7ci .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQmFCU7ci .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQmFCU7ci .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQmFCU7ci .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQmFCU7ci .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQmFCU7ci .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQmFCU7ci .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQmFCU7ci .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQmFCU7ci .mbr-section-title {
  color: #404349;
}
.cid-voQmFCU7ci .mbr-text {
  color: #404349;
}
.cid-voQmFCU7ci .mbr-desc {
  color: #b19a7c;
}
.cid-voQmFCU7ci .mbr-desc,
.cid-voQmFCU7ci .desc-wrapper {
  color: #000000;
}
.cid-vkYhI0LEz5 {
  background-color: #f3f7fe;
}
.cid-vkYhI0LEz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkYhI0LEz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkYhI0LEz5 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkYhI0LEz5 .row {
  align-items: center;
}
.cid-vkYhI0LEz5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkYhI0LEz5 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkYhI0LEz5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkYhI0LEz5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkYhI0LEz5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkYhI0LEz5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkYhI0LEz5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkYhI0LEz5 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkYhI0LEz5 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkYhI0LEz5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkYhI0LEz5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkYhI0LEz5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkYhI0LEz5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkYhI0LEz5 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkYhI0LEz5 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkYhI0LEz5 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkYhI0LEz5 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkYhI0LEz5 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkYhI0LEz5 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkYhI0LEz5 .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkYhI0LEz5 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkYhI0LEz5 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYhI0LEz5 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkYhI0LEz5 .contact-container {
    width: 100%;
  }
}
.cid-vkYhI0LEz5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkYhI0LEz5 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkYhI0LEz5 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkYhI0LEz5 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkYhI0LEz5 .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkYhI0LEz5 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkYhI0LEz5 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkYhI0LEz5 .copyright {
  color: #efefec;
}
.cid-vkYhI0LEz5 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkYhI0LEz5 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkYhI0LEz5 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO5lPgdRT {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO5lPgdRT .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO5lPgdRT .container {
    position: relative;
  }
  .cid-vpO5lPgdRT .row {
    margin: 0;
  }
  .cid-vpO5lPgdRT .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO5lPgdRT .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO5lPgdRT .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO5lPgdRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO5lPgdRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO5lPgdRT .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO5lPgdRT .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO5lPgdRT .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO5lPgdRT .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO5lPgdRT .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO5lPgdRT .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO5lPgdRT .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO5lPgdRT .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO5lPgdRT .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO5lPgdRT .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkYnU7pBWZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYnU7pBWZ img,
.cid-vkYnU7pBWZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYnU7pBWZ .item:focus,
.cid-vkYnU7pBWZ span:focus {
  outline: none;
}
.cid-vkYnU7pBWZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYnU7pBWZ .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYnU7pBWZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYnU7pBWZ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYnU7pBWZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYnU7pBWZ .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYnU7pBWZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYnU7pBWZ .mbr-section-title {
  color: #000000;
}
.cid-vkYnU7pBWZ .item-title {
  text-align: left;
}
.cid-vkYnU7pBWZ .item-subtitle {
  text-align: left;
}
.cid-vkYnU7pBWZ .mbr-text,
.cid-vkYnU7pBWZ .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYnU7pBWZ .content-head {
  max-width: 800px;
}
.cid-vkYnU7pBWZ img {
  transition: transform 0.4s ease;
}
.cid-vkYnU7pBWZ img:hover {
  transform: scale(1.05);
}
.cid-vkYnU7pBWZ .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYnU7pBWZ .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYnU7pBWZ .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkYpLSXh0H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYpLSXh0H img,
.cid-vkYpLSXh0H .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYpLSXh0H .item:focus,
.cid-vkYpLSXh0H span:focus {
  outline: none;
}
.cid-vkYpLSXh0H .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYpLSXh0H .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYpLSXh0H .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYpLSXh0H .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYpLSXh0H .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYpLSXh0H .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYpLSXh0H .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYpLSXh0H .mbr-section-title {
  color: #000000;
}
.cid-vkYpLSXh0H .item-title {
  text-align: left;
}
.cid-vkYpLSXh0H .item-subtitle {
  text-align: left;
}
.cid-vkYpLSXh0H .mbr-text,
.cid-vkYpLSXh0H .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYpLSXh0H .content-head {
  max-width: 800px;
}
.cid-vkYpLSXh0H img {
  transition: transform 0.4s ease;
}
.cid-vkYpLSXh0H img:hover {
  transform: scale(1.05);
}
.cid-vkYpLSXh0H .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYpLSXh0H .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYpLSXh0H .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBKAEcWjM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBKAEcWjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBKAEcWjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBKAEcWjM .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBKAEcWjM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBKAEcWjM .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBKAEcWjM .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBKAEcWjM .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBKAEcWjM .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBKAEcWjM .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBKAEcWjM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBKAEcWjM .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBKAEcWjM .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBKAEcWjM .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBKAEcWjM .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBKAEcWjM .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBKAEcWjM .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBKAEcWjM .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBKAEcWjM .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBKAEcWjM .mbr-section-title {
  color: #404349;
}
.cid-vpBKAEcWjM .item-desc {
  color: #b19a7c;
}
.cid-vpBKAEcWjM .item-name {
  color: #404349;
}
.cid-vpBKAEcWjM .item-role {
  color: #404349;
}
.cid-vpBKAEcWjM .mbr-section-title,
.cid-vpBKAEcWjM .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBKBGyGUn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBKBGyGUn .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBKBGyGUn .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBKBGyGUn .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBKBGyGUn .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBKBGyGUn .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQMwPiRfM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQMwPiRfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQMwPiRfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQMwPiRfM .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQMwPiRfM .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQMwPiRfM .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQMwPiRfM .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQMwPiRfM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQMwPiRfM .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQMwPiRfM .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQMwPiRfM .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQMwPiRfM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQMwPiRfM .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQMwPiRfM .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQMwPiRfM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQMwPiRfM .mbr-section-title {
  color: #404349;
}
.cid-voQMwPiRfM .mbr-text {
  color: #404349;
}
.cid-voQMwPiRfM .mbr-desc {
  color: #b19a7c;
}
.cid-voQMwPiRfM .mbr-desc,
.cid-voQMwPiRfM .desc-wrapper {
  color: #000000;
}
.cid-vkYnLlmZ3Y {
  background-color: #f3f7fe;
}
.cid-vkYnLlmZ3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkYnLlmZ3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkYnLlmZ3Y .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkYnLlmZ3Y .row {
  align-items: center;
}
.cid-vkYnLlmZ3Y .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkYnLlmZ3Y .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkYnLlmZ3Y .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkYnLlmZ3Y .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkYnLlmZ3Y .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkYnLlmZ3Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkYnLlmZ3Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkYnLlmZ3Y .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkYnLlmZ3Y .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkYnLlmZ3Y .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkYnLlmZ3Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkYnLlmZ3Y .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkYnLlmZ3Y .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkYnLlmZ3Y .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkYnLlmZ3Y .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkYnLlmZ3Y .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkYnLlmZ3Y .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkYnLlmZ3Y .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkYnLlmZ3Y .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkYnLlmZ3Y .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkYnLlmZ3Y .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkYnLlmZ3Y .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYnLlmZ3Y .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkYnLlmZ3Y .contact-container {
    width: 100%;
  }
}
.cid-vkYnLlmZ3Y .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkYnLlmZ3Y .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkYnLlmZ3Y .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkYnLlmZ3Y .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkYnLlmZ3Y .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkYnLlmZ3Y .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkYnLlmZ3Y .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkYnLlmZ3Y .copyright {
  color: #efefec;
}
.cid-vkYnLlmZ3Y .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkYnLlmZ3Y .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkYnLlmZ3Y .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO5JetYad {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO5JetYad .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO5JetYad .container {
    position: relative;
  }
  .cid-vpO5JetYad .row {
    margin: 0;
  }
  .cid-vpO5JetYad .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO5JetYad .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO5JetYad .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO5JetYad .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO5JetYad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO5JetYad .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO5JetYad .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO5JetYad .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO5JetYad .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO5JetYad .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO5JetYad .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO5JetYad .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO5JetYad .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO5JetYad .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO5JetYad .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkYrYGfxGw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYrYGfxGw img,
.cid-vkYrYGfxGw .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYrYGfxGw .item:focus,
.cid-vkYrYGfxGw span:focus {
  outline: none;
}
.cid-vkYrYGfxGw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYrYGfxGw .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYrYGfxGw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYrYGfxGw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYrYGfxGw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYrYGfxGw .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYrYGfxGw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYrYGfxGw .mbr-section-title {
  color: #000000;
}
.cid-vkYrYGfxGw .item-title {
  text-align: left;
}
.cid-vkYrYGfxGw .item-subtitle {
  text-align: left;
}
.cid-vkYrYGfxGw .mbr-text,
.cid-vkYrYGfxGw .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYrYGfxGw .content-head {
  max-width: 800px;
}
.cid-vkYrYGfxGw img {
  transition: transform 0.4s ease;
}
.cid-vkYrYGfxGw img:hover {
  transform: scale(1.05);
}
.cid-vkYrYGfxGw .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYrYGfxGw .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYrYGfxGw .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBL4Cyu4M {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBL4Cyu4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBL4Cyu4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBL4Cyu4M .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBL4Cyu4M .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBL4Cyu4M .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBL4Cyu4M .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBL4Cyu4M .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBL4Cyu4M .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBL4Cyu4M .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBL4Cyu4M .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBL4Cyu4M .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBL4Cyu4M .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBL4Cyu4M .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBL4Cyu4M .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBL4Cyu4M .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBL4Cyu4M .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBL4Cyu4M .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBL4Cyu4M .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBL4Cyu4M .mbr-section-title {
  color: #404349;
}
.cid-vpBL4Cyu4M .item-desc {
  color: #b19a7c;
}
.cid-vpBL4Cyu4M .item-name {
  color: #404349;
}
.cid-vpBL4Cyu4M .item-role {
  color: #404349;
}
.cid-vpBL4Cyu4M .mbr-section-title,
.cid-vpBL4Cyu4M .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBL3BMFAG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBL3BMFAG .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBL3BMFAG .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBL3BMFAG .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBL3BMFAG .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBL3BMFAG .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQODWmRd7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQODWmRd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQODWmRd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQODWmRd7 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQODWmRd7 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQODWmRd7 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQODWmRd7 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQODWmRd7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQODWmRd7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQODWmRd7 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQODWmRd7 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQODWmRd7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQODWmRd7 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQODWmRd7 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQODWmRd7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQODWmRd7 .mbr-section-title {
  color: #404349;
}
.cid-voQODWmRd7 .mbr-text {
  color: #404349;
}
.cid-voQODWmRd7 .mbr-desc {
  color: #b19a7c;
}
.cid-voQODWmRd7 .mbr-desc,
.cid-voQODWmRd7 .desc-wrapper {
  color: #000000;
}
.cid-vkYrTp2hkl {
  background-color: #f3f7fe;
}
.cid-vkYrTp2hkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkYrTp2hkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkYrTp2hkl .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkYrTp2hkl .row {
  align-items: center;
}
.cid-vkYrTp2hkl .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkYrTp2hkl .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkYrTp2hkl .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkYrTp2hkl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkYrTp2hkl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkYrTp2hkl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkYrTp2hkl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkYrTp2hkl .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkYrTp2hkl .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkYrTp2hkl .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkYrTp2hkl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkYrTp2hkl .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkYrTp2hkl .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkYrTp2hkl .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkYrTp2hkl .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkYrTp2hkl .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkYrTp2hkl .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkYrTp2hkl .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkYrTp2hkl .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkYrTp2hkl .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkYrTp2hkl .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkYrTp2hkl .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYrTp2hkl .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkYrTp2hkl .contact-container {
    width: 100%;
  }
}
.cid-vkYrTp2hkl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkYrTp2hkl .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkYrTp2hkl .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkYrTp2hkl .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkYrTp2hkl .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkYrTp2hkl .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkYrTp2hkl .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkYrTp2hkl .copyright {
  color: #efefec;
}
.cid-vkYrTp2hkl .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkYrTp2hkl .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkYrTp2hkl .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO5ZXTtJh {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO5ZXTtJh .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO5ZXTtJh .container {
    position: relative;
  }
  .cid-vpO5ZXTtJh .row {
    margin: 0;
  }
  .cid-vpO5ZXTtJh .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO5ZXTtJh .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO5ZXTtJh .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO5ZXTtJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO5ZXTtJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO5ZXTtJh .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO5ZXTtJh .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO5ZXTtJh .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO5ZXTtJh .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO5ZXTtJh .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkYuaU6cGk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYuaU6cGk img,
.cid-vkYuaU6cGk .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYuaU6cGk .item:focus,
.cid-vkYuaU6cGk span:focus {
  outline: none;
}
.cid-vkYuaU6cGk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYuaU6cGk .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYuaU6cGk .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYuaU6cGk .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYuaU6cGk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYuaU6cGk .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYuaU6cGk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYuaU6cGk .mbr-section-title {
  color: #000000;
}
.cid-vkYuaU6cGk .item-title {
  text-align: left;
}
.cid-vkYuaU6cGk .item-subtitle {
  text-align: left;
}
.cid-vkYuaU6cGk .mbr-text,
.cid-vkYuaU6cGk .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYuaU6cGk .content-head {
  max-width: 800px;
}
.cid-vkYuaU6cGk img {
  transition: transform 0.4s ease;
}
.cid-vkYuaU6cGk img:hover {
  transform: scale(1.05);
}
.cid-vkYuaU6cGk .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYuaU6cGk .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYuaU6cGk .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkYBRM0UKR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkYBRM0UKR img,
.cid-vkYBRM0UKR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkYBRM0UKR .item:focus,
.cid-vkYBRM0UKR span:focus {
  outline: none;
}
.cid-vkYBRM0UKR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkYBRM0UKR .item {
    margin-bottom: 1rem;
  }
}
.cid-vkYBRM0UKR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkYBRM0UKR .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkYBRM0UKR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkYBRM0UKR .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkYBRM0UKR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkYBRM0UKR .mbr-section-title {
  color: #000000;
}
.cid-vkYBRM0UKR .item-title {
  text-align: left;
}
.cid-vkYBRM0UKR .item-subtitle {
  text-align: left;
}
.cid-vkYBRM0UKR .mbr-text,
.cid-vkYBRM0UKR .item .mbr-section-btn {
  text-align: left;
}
.cid-vkYBRM0UKR .content-head {
  max-width: 800px;
}
.cid-vkYBRM0UKR img {
  transition: transform 0.4s ease;
}
.cid-vkYBRM0UKR img:hover {
  transform: scale(1.05);
}
.cid-vkYBRM0UKR .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkYBRM0UKR .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkYBRM0UKR .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZ7W1ghn5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZ7W1ghn5 img,
.cid-vkZ7W1ghn5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZ7W1ghn5 .item:focus,
.cid-vkZ7W1ghn5 span:focus {
  outline: none;
}
.cid-vkZ7W1ghn5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZ7W1ghn5 .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZ7W1ghn5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZ7W1ghn5 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZ7W1ghn5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZ7W1ghn5 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZ7W1ghn5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZ7W1ghn5 .mbr-section-title {
  color: #000000;
}
.cid-vkZ7W1ghn5 .item-title {
  text-align: left;
}
.cid-vkZ7W1ghn5 .item-subtitle {
  text-align: left;
}
.cid-vkZ7W1ghn5 .mbr-text,
.cid-vkZ7W1ghn5 .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZ7W1ghn5 .content-head {
  max-width: 800px;
}
.cid-vkZ7W1ghn5 img {
  transition: transform 0.4s ease;
}
.cid-vkZ7W1ghn5 img:hover {
  transform: scale(1.05);
}
.cid-vkZ7W1ghn5 .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZ7W1ghn5 .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZ7W1ghn5 .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZ9Am5mvs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZ9Am5mvs img,
.cid-vkZ9Am5mvs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZ9Am5mvs .item:focus,
.cid-vkZ9Am5mvs span:focus {
  outline: none;
}
.cid-vkZ9Am5mvs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZ9Am5mvs .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZ9Am5mvs .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZ9Am5mvs .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZ9Am5mvs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZ9Am5mvs .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZ9Am5mvs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZ9Am5mvs .mbr-section-title {
  color: #000000;
}
.cid-vkZ9Am5mvs .item-title {
  text-align: left;
}
.cid-vkZ9Am5mvs .item-subtitle {
  text-align: left;
}
.cid-vkZ9Am5mvs .mbr-text,
.cid-vkZ9Am5mvs .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZ9Am5mvs .content-head {
  max-width: 800px;
}
.cid-vkZ9Am5mvs img {
  transition: transform 0.4s ease;
}
.cid-vkZ9Am5mvs img:hover {
  transform: scale(1.05);
}
.cid-vkZ9Am5mvs .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZ9Am5mvs .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZ9Am5mvs .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZaTZhp8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZaTZhp8I img,
.cid-vkZaTZhp8I .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZaTZhp8I .item:focus,
.cid-vkZaTZhp8I span:focus {
  outline: none;
}
.cid-vkZaTZhp8I .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZaTZhp8I .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZaTZhp8I .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZaTZhp8I .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZaTZhp8I .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZaTZhp8I .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZaTZhp8I .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZaTZhp8I .mbr-section-title {
  color: #000000;
}
.cid-vkZaTZhp8I .item-title {
  text-align: left;
}
.cid-vkZaTZhp8I .item-subtitle {
  text-align: left;
}
.cid-vkZaTZhp8I .mbr-text,
.cid-vkZaTZhp8I .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZaTZhp8I .content-head {
  max-width: 800px;
}
.cid-vkZaTZhp8I img {
  transition: transform 0.4s ease;
}
.cid-vkZaTZhp8I img:hover {
  transform: scale(1.05);
}
.cid-vkZaTZhp8I .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZaTZhp8I .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZaTZhp8I .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZeMSJsDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZeMSJsDc img,
.cid-vkZeMSJsDc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZeMSJsDc .item:focus,
.cid-vkZeMSJsDc span:focus {
  outline: none;
}
.cid-vkZeMSJsDc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZeMSJsDc .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZeMSJsDc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZeMSJsDc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZeMSJsDc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZeMSJsDc .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZeMSJsDc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZeMSJsDc .mbr-section-title {
  color: #000000;
}
.cid-vkZeMSJsDc .item-title {
  text-align: left;
}
.cid-vkZeMSJsDc .item-subtitle {
  text-align: left;
}
.cid-vkZeMSJsDc .mbr-text,
.cid-vkZeMSJsDc .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZeMSJsDc .content-head {
  max-width: 800px;
}
.cid-vkZeMSJsDc img {
  transition: transform 0.4s ease;
}
.cid-vkZeMSJsDc img:hover {
  transform: scale(1.05);
}
.cid-vkZeMSJsDc .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZeMSJsDc .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZeMSJsDc .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZlR4BXkW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZlR4BXkW img,
.cid-vkZlR4BXkW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZlR4BXkW .item:focus,
.cid-vkZlR4BXkW span:focus {
  outline: none;
}
.cid-vkZlR4BXkW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZlR4BXkW .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZlR4BXkW .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZlR4BXkW .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZlR4BXkW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZlR4BXkW .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZlR4BXkW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZlR4BXkW .mbr-section-title {
  color: #000000;
}
.cid-vkZlR4BXkW .item-title {
  text-align: left;
}
.cid-vkZlR4BXkW .item-subtitle {
  text-align: left;
}
.cid-vkZlR4BXkW .mbr-text,
.cid-vkZlR4BXkW .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZlR4BXkW .content-head {
  max-width: 800px;
}
.cid-vkZlR4BXkW img {
  transition: transform 0.4s ease;
}
.cid-vkZlR4BXkW img:hover {
  transform: scale(1.05);
}
.cid-vkZlR4BXkW .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZlR4BXkW .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZlR4BXkW .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vqOtrGOJ2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqOtrGOJ2M img,
.cid-vqOtrGOJ2M .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vqOtrGOJ2M .item:focus,
.cid-vqOtrGOJ2M span:focus {
  outline: none;
}
.cid-vqOtrGOJ2M .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqOtrGOJ2M .item {
    margin-bottom: 1rem;
  }
}
.cid-vqOtrGOJ2M .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqOtrGOJ2M .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqOtrGOJ2M .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vqOtrGOJ2M .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqOtrGOJ2M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqOtrGOJ2M .mbr-section-title {
  color: #000000;
}
.cid-vqOtrGOJ2M .item-title {
  text-align: left;
}
.cid-vqOtrGOJ2M .item-subtitle {
  text-align: left;
}
.cid-vqOtrGOJ2M .mbr-text,
.cid-vqOtrGOJ2M .item .mbr-section-btn {
  text-align: left;
}
.cid-vqOtrGOJ2M .content-head {
  max-width: 800px;
}
.cid-vqOtrGOJ2M img {
  transition: transform 0.4s ease;
}
.cid-vqOtrGOJ2M img:hover {
  transform: scale(1.05);
}
.cid-vqOtrGOJ2M .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vqOtrGOJ2M .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vqOtrGOJ2M .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBLGBO4yp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBLGBO4yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBLGBO4yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBLGBO4yp .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBLGBO4yp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBLGBO4yp .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBLGBO4yp .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBLGBO4yp .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBLGBO4yp .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBLGBO4yp .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBLGBO4yp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBLGBO4yp .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBLGBO4yp .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBLGBO4yp .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBLGBO4yp .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBLGBO4yp .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBLGBO4yp .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBLGBO4yp .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBLGBO4yp .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBLGBO4yp .mbr-section-title {
  color: #404349;
}
.cid-vpBLGBO4yp .item-desc {
  color: #b19a7c;
}
.cid-vpBLGBO4yp .item-name {
  color: #404349;
}
.cid-vpBLGBO4yp .item-role {
  color: #404349;
}
.cid-vpBLGBO4yp .mbr-section-title,
.cid-vpBLGBO4yp .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBLHYREuG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBLHYREuG .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBLHYREuG .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBLHYREuG .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBLHYREuG .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBLHYREuG .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQRbmEjkA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQRbmEjkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQRbmEjkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQRbmEjkA .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQRbmEjkA .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQRbmEjkA .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQRbmEjkA .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQRbmEjkA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQRbmEjkA .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQRbmEjkA .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQRbmEjkA .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQRbmEjkA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQRbmEjkA .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQRbmEjkA .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQRbmEjkA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQRbmEjkA .mbr-section-title {
  color: #404349;
}
.cid-voQRbmEjkA .mbr-text {
  color: #404349;
}
.cid-voQRbmEjkA .mbr-desc {
  color: #b19a7c;
}
.cid-voQRbmEjkA .mbr-desc,
.cid-voQRbmEjkA .desc-wrapper {
  color: #000000;
}
.cid-vkYtXy1OQg {
  background-color: #f3f7fe;
}
.cid-vkYtXy1OQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkYtXy1OQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkYtXy1OQg .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkYtXy1OQg .row {
  align-items: center;
}
.cid-vkYtXy1OQg .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkYtXy1OQg .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkYtXy1OQg .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkYtXy1OQg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkYtXy1OQg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkYtXy1OQg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkYtXy1OQg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkYtXy1OQg .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkYtXy1OQg .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkYtXy1OQg .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkYtXy1OQg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkYtXy1OQg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkYtXy1OQg .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkYtXy1OQg .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkYtXy1OQg .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkYtXy1OQg .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkYtXy1OQg .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkYtXy1OQg .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkYtXy1OQg .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkYtXy1OQg .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkYtXy1OQg .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkYtXy1OQg .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkYtXy1OQg .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkYtXy1OQg .contact-container {
    width: 100%;
  }
}
.cid-vkYtXy1OQg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkYtXy1OQg .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkYtXy1OQg .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkYtXy1OQg .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkYtXy1OQg .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkYtXy1OQg .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkYtXy1OQg .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkYtXy1OQg .copyright {
  color: #efefec;
}
.cid-vkYtXy1OQg .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkYtXy1OQg .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkYtXy1OQg .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO6m1LwUd {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO6m1LwUd .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO6m1LwUd .container {
    position: relative;
  }
  .cid-vpO6m1LwUd .row {
    margin: 0;
  }
  .cid-vpO6m1LwUd .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO6m1LwUd .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO6m1LwUd .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO6m1LwUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO6m1LwUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO6m1LwUd .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO6m1LwUd .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO6m1LwUd .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO6m1LwUd .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO6m1LwUd .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO6m1LwUd .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO6m1LwUd .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO6m1LwUd .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO6m1LwUd .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO6m1LwUd .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkZt1IjhTo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZt1IjhTo img,
.cid-vkZt1IjhTo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZt1IjhTo .item:focus,
.cid-vkZt1IjhTo span:focus {
  outline: none;
}
.cid-vkZt1IjhTo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZt1IjhTo .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZt1IjhTo .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZt1IjhTo .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZt1IjhTo .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZt1IjhTo .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZt1IjhTo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZt1IjhTo .mbr-section-title {
  color: #000000;
}
.cid-vkZt1IjhTo .item-title {
  text-align: left;
}
.cid-vkZt1IjhTo .item-subtitle {
  text-align: left;
}
.cid-vkZt1IjhTo .mbr-text,
.cid-vkZt1IjhTo .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZt1IjhTo .content-head {
  max-width: 800px;
}
.cid-vkZt1IjhTo img {
  transition: transform 0.4s ease;
}
.cid-vkZt1IjhTo img:hover {
  transform: scale(1.05);
}
.cid-vkZt1IjhTo .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZt1IjhTo .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZt1IjhTo .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZxkamQ3s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZxkamQ3s img,
.cid-vkZxkamQ3s .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZxkamQ3s .item:focus,
.cid-vkZxkamQ3s span:focus {
  outline: none;
}
.cid-vkZxkamQ3s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZxkamQ3s .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZxkamQ3s .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZxkamQ3s .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZxkamQ3s .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZxkamQ3s .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZxkamQ3s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZxkamQ3s .mbr-section-title {
  color: #000000;
}
.cid-vkZxkamQ3s .item-title {
  text-align: left;
}
.cid-vkZxkamQ3s .item-subtitle {
  text-align: left;
}
.cid-vkZxkamQ3s .mbr-text,
.cid-vkZxkamQ3s .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZxkamQ3s .content-head {
  max-width: 800px;
}
.cid-vkZxkamQ3s img {
  transition: transform 0.4s ease;
}
.cid-vkZxkamQ3s img:hover {
  transform: scale(1.05);
}
.cid-vkZxkamQ3s .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZxkamQ3s .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZxkamQ3s .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZznZZI9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZznZZI9l img,
.cid-vkZznZZI9l .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZznZZI9l .item:focus,
.cid-vkZznZZI9l span:focus {
  outline: none;
}
.cid-vkZznZZI9l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZznZZI9l .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZznZZI9l .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZznZZI9l .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZznZZI9l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZznZZI9l .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZznZZI9l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZznZZI9l .mbr-section-title {
  color: #000000;
}
.cid-vkZznZZI9l .item-title {
  text-align: left;
}
.cid-vkZznZZI9l .item-subtitle {
  text-align: left;
}
.cid-vkZznZZI9l .mbr-text,
.cid-vkZznZZI9l .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZznZZI9l .content-head {
  max-width: 800px;
}
.cid-vkZznZZI9l img {
  transition: transform 0.4s ease;
}
.cid-vkZznZZI9l img:hover {
  transform: scale(1.05);
}
.cid-vkZznZZI9l .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZznZZI9l .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZznZZI9l .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBM3Btmaq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBM3Btmaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBM3Btmaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBM3Btmaq .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBM3Btmaq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBM3Btmaq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBM3Btmaq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBM3Btmaq .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBM3Btmaq .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBM3Btmaq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBM3Btmaq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBM3Btmaq .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBM3Btmaq .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBM3Btmaq .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBM3Btmaq .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBM3Btmaq .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBM3Btmaq .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBM3Btmaq .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBM3Btmaq .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBM3Btmaq .mbr-section-title {
  color: #404349;
}
.cid-vpBM3Btmaq .item-desc {
  color: #b19a7c;
}
.cid-vpBM3Btmaq .item-name {
  color: #404349;
}
.cid-vpBM3Btmaq .item-role {
  color: #404349;
}
.cid-vpBM3Btmaq .mbr-section-title,
.cid-vpBM3Btmaq .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBM4OgYM6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBM4OgYM6 .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBM4OgYM6 .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBM4OgYM6 .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBM4OgYM6 .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBM4OgYM6 .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQSemlkXc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQSemlkXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQSemlkXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQSemlkXc .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQSemlkXc .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQSemlkXc .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQSemlkXc .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQSemlkXc .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQSemlkXc .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQSemlkXc .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQSemlkXc .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQSemlkXc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQSemlkXc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQSemlkXc .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQSemlkXc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQSemlkXc .mbr-section-title {
  color: #404349;
}
.cid-voQSemlkXc .mbr-text {
  color: #404349;
}
.cid-voQSemlkXc .mbr-desc {
  color: #b19a7c;
}
.cid-voQSemlkXc .mbr-desc,
.cid-voQSemlkXc .desc-wrapper {
  color: #000000;
}
.cid-vkZsPuJoTL {
  background-color: #f3f7fe;
}
.cid-vkZsPuJoTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkZsPuJoTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkZsPuJoTL .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkZsPuJoTL .row {
  align-items: center;
}
.cid-vkZsPuJoTL .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkZsPuJoTL .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkZsPuJoTL .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkZsPuJoTL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkZsPuJoTL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkZsPuJoTL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkZsPuJoTL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkZsPuJoTL .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkZsPuJoTL .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkZsPuJoTL .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkZsPuJoTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkZsPuJoTL .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkZsPuJoTL .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkZsPuJoTL .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkZsPuJoTL .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkZsPuJoTL .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkZsPuJoTL .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkZsPuJoTL .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkZsPuJoTL .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkZsPuJoTL .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkZsPuJoTL .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkZsPuJoTL .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkZsPuJoTL .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkZsPuJoTL .contact-container {
    width: 100%;
  }
}
.cid-vkZsPuJoTL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkZsPuJoTL .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkZsPuJoTL .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkZsPuJoTL .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkZsPuJoTL .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkZsPuJoTL .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkZsPuJoTL .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkZsPuJoTL .copyright {
  color: #efefec;
}
.cid-vkZsPuJoTL .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkZsPuJoTL .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkZsPuJoTL .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO6E5aS2L {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO6E5aS2L .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO6E5aS2L .container {
    position: relative;
  }
  .cid-vpO6E5aS2L .row {
    margin: 0;
  }
  .cid-vpO6E5aS2L .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO6E5aS2L .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO6E5aS2L .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO6E5aS2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO6E5aS2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO6E5aS2L .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO6E5aS2L .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO6E5aS2L .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO6E5aS2L .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO6E5aS2L .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO6E5aS2L .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO6E5aS2L .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO6E5aS2L .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO6E5aS2L .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO6E5aS2L .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkZE78xbTB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZE78xbTB img,
.cid-vkZE78xbTB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZE78xbTB .item:focus,
.cid-vkZE78xbTB span:focus {
  outline: none;
}
.cid-vkZE78xbTB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZE78xbTB .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZE78xbTB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZE78xbTB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZE78xbTB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZE78xbTB .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZE78xbTB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZE78xbTB .mbr-section-title {
  color: #000000;
}
.cid-vkZE78xbTB .item-title {
  text-align: left;
}
.cid-vkZE78xbTB .item-subtitle {
  text-align: left;
}
.cid-vkZE78xbTB .mbr-text,
.cid-vkZE78xbTB .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZE78xbTB .content-head {
  max-width: 800px;
}
.cid-vkZE78xbTB img {
  transition: transform 0.4s ease;
}
.cid-vkZE78xbTB img:hover {
  transform: scale(1.05);
}
.cid-vkZE78xbTB .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZE78xbTB .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZE78xbTB .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZHLTNre8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZHLTNre8 img,
.cid-vkZHLTNre8 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZHLTNre8 .item:focus,
.cid-vkZHLTNre8 span:focus {
  outline: none;
}
.cid-vkZHLTNre8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZHLTNre8 .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZHLTNre8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZHLTNre8 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZHLTNre8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZHLTNre8 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZHLTNre8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZHLTNre8 .mbr-section-title {
  color: #000000;
}
.cid-vkZHLTNre8 .item-title {
  text-align: left;
}
.cid-vkZHLTNre8 .item-subtitle {
  text-align: left;
}
.cid-vkZHLTNre8 .mbr-text,
.cid-vkZHLTNre8 .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZHLTNre8 .content-head {
  max-width: 800px;
}
.cid-vkZHLTNre8 img {
  transition: transform 0.4s ease;
}
.cid-vkZHLTNre8 img:hover {
  transform: scale(1.05);
}
.cid-vkZHLTNre8 .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZHLTNre8 .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZHLTNre8 .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkZJu72FwZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkZJu72FwZ img,
.cid-vkZJu72FwZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkZJu72FwZ .item:focus,
.cid-vkZJu72FwZ span:focus {
  outline: none;
}
.cid-vkZJu72FwZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkZJu72FwZ .item {
    margin-bottom: 1rem;
  }
}
.cid-vkZJu72FwZ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkZJu72FwZ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkZJu72FwZ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkZJu72FwZ .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkZJu72FwZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkZJu72FwZ .mbr-section-title {
  color: #000000;
}
.cid-vkZJu72FwZ .item-title {
  text-align: left;
}
.cid-vkZJu72FwZ .item-subtitle {
  text-align: left;
}
.cid-vkZJu72FwZ .mbr-text,
.cid-vkZJu72FwZ .item .mbr-section-btn {
  text-align: left;
}
.cid-vkZJu72FwZ .content-head {
  max-width: 800px;
}
.cid-vkZJu72FwZ img {
  transition: transform 0.4s ease;
}
.cid-vkZJu72FwZ img:hover {
  transform: scale(1.05);
}
.cid-vkZJu72FwZ .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkZJu72FwZ .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkZJu72FwZ .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vllR7KrOAg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vllR7KrOAg img,
.cid-vllR7KrOAg .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vllR7KrOAg .item:focus,
.cid-vllR7KrOAg span:focus {
  outline: none;
}
.cid-vllR7KrOAg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vllR7KrOAg .item {
    margin-bottom: 1rem;
  }
}
.cid-vllR7KrOAg .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vllR7KrOAg .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vllR7KrOAg .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vllR7KrOAg .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vllR7KrOAg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vllR7KrOAg .mbr-section-title {
  color: #000000;
}
.cid-vllR7KrOAg .item-title {
  text-align: left;
}
.cid-vllR7KrOAg .item-subtitle {
  text-align: left;
}
.cid-vllR7KrOAg .mbr-text,
.cid-vllR7KrOAg .item .mbr-section-btn {
  text-align: left;
}
.cid-vllR7KrOAg .content-head {
  max-width: 800px;
}
.cid-vllR7KrOAg img {
  transition: transform 0.4s ease;
}
.cid-vllR7KrOAg img:hover {
  transform: scale(1.05);
}
.cid-vllR7KrOAg .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vllR7KrOAg .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vllR7KrOAg .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBMGVYge3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBMGVYge3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBMGVYge3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBMGVYge3 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBMGVYge3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBMGVYge3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBMGVYge3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBMGVYge3 .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBMGVYge3 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBMGVYge3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBMGVYge3 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBMGVYge3 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBMGVYge3 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBMGVYge3 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBMGVYge3 .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBMGVYge3 .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBMGVYge3 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBMGVYge3 .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBMGVYge3 .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBMGVYge3 .mbr-section-title {
  color: #404349;
}
.cid-vpBMGVYge3 .item-desc {
  color: #b19a7c;
}
.cid-vpBMGVYge3 .item-name {
  color: #404349;
}
.cid-vpBMGVYge3 .item-role {
  color: #404349;
}
.cid-vpBMGVYge3 .mbr-section-title,
.cid-vpBMGVYge3 .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBMsYpBUb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBMsYpBUb .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBMsYpBUb .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBMsYpBUb .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBMsYpBUb .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBMsYpBUb .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQTjTrcvX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQTjTrcvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQTjTrcvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQTjTrcvX .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQTjTrcvX .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQTjTrcvX .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQTjTrcvX .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQTjTrcvX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQTjTrcvX .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQTjTrcvX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQTjTrcvX .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQTjTrcvX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQTjTrcvX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQTjTrcvX .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQTjTrcvX .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQTjTrcvX .mbr-section-title {
  color: #404349;
}
.cid-voQTjTrcvX .mbr-text {
  color: #404349;
}
.cid-voQTjTrcvX .mbr-desc {
  color: #b19a7c;
}
.cid-voQTjTrcvX .mbr-desc,
.cid-voQTjTrcvX .desc-wrapper {
  color: #000000;
}
.cid-vkZDY6X2PR {
  background-color: #f3f7fe;
}
.cid-vkZDY6X2PR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkZDY6X2PR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkZDY6X2PR .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkZDY6X2PR .row {
  align-items: center;
}
.cid-vkZDY6X2PR .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkZDY6X2PR .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkZDY6X2PR .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkZDY6X2PR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkZDY6X2PR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkZDY6X2PR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkZDY6X2PR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkZDY6X2PR .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkZDY6X2PR .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkZDY6X2PR .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkZDY6X2PR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkZDY6X2PR .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkZDY6X2PR .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkZDY6X2PR .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkZDY6X2PR .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkZDY6X2PR .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkZDY6X2PR .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkZDY6X2PR .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkZDY6X2PR .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkZDY6X2PR .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkZDY6X2PR .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkZDY6X2PR .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkZDY6X2PR .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkZDY6X2PR .contact-container {
    width: 100%;
  }
}
.cid-vkZDY6X2PR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkZDY6X2PR .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkZDY6X2PR .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkZDY6X2PR .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkZDY6X2PR .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkZDY6X2PR .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkZDY6X2PR .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkZDY6X2PR .copyright {
  color: #efefec;
}
.cid-vkZDY6X2PR .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkZDY6X2PR .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkZDY6X2PR .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO7fqNRsb {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO7fqNRsb .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO7fqNRsb .container {
    position: relative;
  }
  .cid-vpO7fqNRsb .row {
    margin: 0;
  }
  .cid-vpO7fqNRsb .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO7fqNRsb .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO7fqNRsb .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO7fqNRsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO7fqNRsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO7fqNRsb .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO7fqNRsb .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO7fqNRsb .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO7fqNRsb .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO7fqNRsb .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO7fqNRsb .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO7fqNRsb .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO7fqNRsb .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO7fqNRsb .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO7fqNRsb .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vlmF0g2qkr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmF0g2qkr img,
.cid-vlmF0g2qkr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlmF0g2qkr .item:focus,
.cid-vlmF0g2qkr span:focus {
  outline: none;
}
.cid-vlmF0g2qkr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmF0g2qkr .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmF0g2qkr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmF0g2qkr .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmF0g2qkr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlmF0g2qkr .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmF0g2qkr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmF0g2qkr .mbr-section-title {
  color: #000000;
}
.cid-vlmF0g2qkr .item-title {
  text-align: left;
}
.cid-vlmF0g2qkr .item-subtitle {
  text-align: left;
}
.cid-vlmF0g2qkr .mbr-text,
.cid-vlmF0g2qkr .item .mbr-section-btn {
  text-align: left;
}
.cid-vlmF0g2qkr .content-head {
  max-width: 800px;
}
.cid-vlmF0g2qkr img {
  transition: transform 0.4s ease;
}
.cid-vlmF0g2qkr img:hover {
  transform: scale(1.05);
}
.cid-vlmF0g2qkr .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlmF0g2qkr .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlmF0g2qkr .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlmJrG6Yjx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmJrG6Yjx img,
.cid-vlmJrG6Yjx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlmJrG6Yjx .item:focus,
.cid-vlmJrG6Yjx span:focus {
  outline: none;
}
.cid-vlmJrG6Yjx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmJrG6Yjx .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmJrG6Yjx .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmJrG6Yjx .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmJrG6Yjx .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlmJrG6Yjx .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmJrG6Yjx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmJrG6Yjx .mbr-section-title {
  color: #000000;
}
.cid-vlmJrG6Yjx .item-title {
  text-align: left;
}
.cid-vlmJrG6Yjx .item-subtitle {
  text-align: left;
}
.cid-vlmJrG6Yjx .mbr-text,
.cid-vlmJrG6Yjx .item .mbr-section-btn {
  text-align: left;
}
.cid-vlmJrG6Yjx .content-head {
  max-width: 800px;
}
.cid-vlmJrG6Yjx img {
  transition: transform 0.4s ease;
}
.cid-vlmJrG6Yjx img:hover {
  transform: scale(1.05);
}
.cid-vlmJrG6Yjx .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlmJrG6Yjx .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlmJrG6Yjx .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlmSlzZj7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmSlzZj7E img,
.cid-vlmSlzZj7E .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlmSlzZj7E .item:focus,
.cid-vlmSlzZj7E span:focus {
  outline: none;
}
.cid-vlmSlzZj7E .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmSlzZj7E .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmSlzZj7E .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmSlzZj7E .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmSlzZj7E .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlmSlzZj7E .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmSlzZj7E .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmSlzZj7E .mbr-section-title {
  color: #000000;
}
.cid-vlmSlzZj7E .item-title {
  text-align: left;
}
.cid-vlmSlzZj7E .item-subtitle {
  text-align: left;
}
.cid-vlmSlzZj7E .mbr-text,
.cid-vlmSlzZj7E .item .mbr-section-btn {
  text-align: left;
}
.cid-vlmSlzZj7E .content-head {
  max-width: 800px;
}
.cid-vlmSlzZj7E img {
  transition: transform 0.4s ease;
}
.cid-vlmSlzZj7E img:hover {
  transform: scale(1.05);
}
.cid-vlmSlzZj7E .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlmSlzZj7E .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlmSlzZj7E .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBNmSz88e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBNmSz88e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBNmSz88e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBNmSz88e .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBNmSz88e .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBNmSz88e .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBNmSz88e .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBNmSz88e .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBNmSz88e .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBNmSz88e .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBNmSz88e .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBNmSz88e .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBNmSz88e .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBNmSz88e .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBNmSz88e .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBNmSz88e .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBNmSz88e .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBNmSz88e .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBNmSz88e .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBNmSz88e .mbr-section-title {
  color: #404349;
}
.cid-vpBNmSz88e .item-desc {
  color: #b19a7c;
}
.cid-vpBNmSz88e .item-name {
  color: #404349;
}
.cid-vpBNmSz88e .item-role {
  color: #404349;
}
.cid-vpBNmSz88e .mbr-section-title,
.cid-vpBNmSz88e .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBNlvyeSj {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBNlvyeSj .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBNlvyeSj .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBNlvyeSj .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBNlvyeSj .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBNlvyeSj .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQVRSu9y4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQVRSu9y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQVRSu9y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQVRSu9y4 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQVRSu9y4 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQVRSu9y4 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQVRSu9y4 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQVRSu9y4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQVRSu9y4 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQVRSu9y4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQVRSu9y4 .mbr-section-title {
  color: #404349;
}
.cid-voQVRSu9y4 .mbr-text {
  color: #404349;
}
.cid-voQVRSu9y4 .mbr-desc {
  color: #b19a7c;
}
.cid-voQVRSu9y4 .mbr-desc,
.cid-voQVRSu9y4 .desc-wrapper {
  color: #000000;
}
.cid-vlmETlhNYM {
  background-color: #f3f7fe;
}
.cid-vlmETlhNYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmETlhNYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmETlhNYM .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vlmETlhNYM .row {
  align-items: center;
}
.cid-vlmETlhNYM .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vlmETlhNYM .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vlmETlhNYM .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vlmETlhNYM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vlmETlhNYM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vlmETlhNYM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vlmETlhNYM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmETlhNYM .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vlmETlhNYM .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vlmETlhNYM .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vlmETlhNYM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vlmETlhNYM .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmETlhNYM .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vlmETlhNYM .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vlmETlhNYM .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vlmETlhNYM .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vlmETlhNYM .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vlmETlhNYM .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vlmETlhNYM .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vlmETlhNYM .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vlmETlhNYM .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vlmETlhNYM .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlmETlhNYM .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vlmETlhNYM .contact-container {
    width: 100%;
  }
}
.cid-vlmETlhNYM .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vlmETlhNYM .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vlmETlhNYM .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vlmETlhNYM .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vlmETlhNYM .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vlmETlhNYM .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vlmETlhNYM .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vlmETlhNYM .copyright {
  color: #efefec;
}
.cid-vlmETlhNYM .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vlmETlhNYM .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vlmETlhNYM .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO7y2U1Qi {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO7y2U1Qi .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO7y2U1Qi .container {
    position: relative;
  }
  .cid-vpO7y2U1Qi .row {
    margin: 0;
  }
  .cid-vpO7y2U1Qi .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO7y2U1Qi .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO7y2U1Qi .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO7y2U1Qi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO7y2U1Qi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO7y2U1Qi .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO7y2U1Qi .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO7y2U1Qi .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO7y2U1Qi .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO7y2U1Qi .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vln1Wdi3cT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vln1Wdi3cT img,
.cid-vln1Wdi3cT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vln1Wdi3cT .item:focus,
.cid-vln1Wdi3cT span:focus {
  outline: none;
}
.cid-vln1Wdi3cT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vln1Wdi3cT .item {
    margin-bottom: 1rem;
  }
}
.cid-vln1Wdi3cT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vln1Wdi3cT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vln1Wdi3cT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vln1Wdi3cT .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vln1Wdi3cT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vln1Wdi3cT .mbr-section-title {
  color: #000000;
}
.cid-vln1Wdi3cT .item-title {
  text-align: left;
}
.cid-vln1Wdi3cT .item-subtitle {
  text-align: left;
}
.cid-vln1Wdi3cT .mbr-text,
.cid-vln1Wdi3cT .item .mbr-section-btn {
  text-align: left;
}
.cid-vln1Wdi3cT .content-head {
  max-width: 800px;
}
.cid-vln1Wdi3cT img {
  transition: transform 0.4s ease;
}
.cid-vln1Wdi3cT img:hover {
  transform: scale(1.05);
}
.cid-vln1Wdi3cT .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vln1Wdi3cT .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vln1Wdi3cT .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlrhGgx1r1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlrhGgx1r1 img,
.cid-vlrhGgx1r1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlrhGgx1r1 .item:focus,
.cid-vlrhGgx1r1 span:focus {
  outline: none;
}
.cid-vlrhGgx1r1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlrhGgx1r1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vlrhGgx1r1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlrhGgx1r1 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlrhGgx1r1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlrhGgx1r1 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlrhGgx1r1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlrhGgx1r1 .mbr-section-title {
  color: #000000;
}
.cid-vlrhGgx1r1 .item-title {
  text-align: left;
}
.cid-vlrhGgx1r1 .item-subtitle {
  text-align: left;
}
.cid-vlrhGgx1r1 .mbr-text,
.cid-vlrhGgx1r1 .item .mbr-section-btn {
  text-align: left;
}
.cid-vlrhGgx1r1 .content-head {
  max-width: 800px;
}
.cid-vlrhGgx1r1 img {
  transition: transform 0.4s ease;
}
.cid-vlrhGgx1r1 img:hover {
  transform: scale(1.05);
}
.cid-vlrhGgx1r1 .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlrhGgx1r1 .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlrhGgx1r1 .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBNLNWqDP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBNLNWqDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBNLNWqDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBNLNWqDP .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBNLNWqDP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBNLNWqDP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBNLNWqDP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBNLNWqDP .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBNLNWqDP .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBNLNWqDP .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBNLNWqDP .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBNLNWqDP .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBNLNWqDP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBNLNWqDP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBNLNWqDP .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBNLNWqDP .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBNLNWqDP .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBNLNWqDP .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBNLNWqDP .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBNLNWqDP .mbr-section-title {
  color: #404349;
}
.cid-vpBNLNWqDP .item-desc {
  color: #b19a7c;
}
.cid-vpBNLNWqDP .item-name {
  color: #404349;
}
.cid-vpBNLNWqDP .item-role {
  color: #404349;
}
.cid-vpBNLNWqDP .mbr-section-title,
.cid-vpBNLNWqDP .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBNKGJk6d {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBNKGJk6d .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBNKGJk6d .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBNKGJk6d .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBNKGJk6d .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBNKGJk6d .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQWNSQEHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQWNSQEHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQWNSQEHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQWNSQEHz .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQWNSQEHz .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQWNSQEHz .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQWNSQEHz .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQWNSQEHz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQWNSQEHz .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQWNSQEHz .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQWNSQEHz .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQWNSQEHz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQWNSQEHz .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQWNSQEHz .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQWNSQEHz .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQWNSQEHz .mbr-section-title {
  color: #404349;
}
.cid-voQWNSQEHz .mbr-text {
  color: #404349;
}
.cid-voQWNSQEHz .mbr-desc {
  color: #b19a7c;
}
.cid-voQWNSQEHz .mbr-desc,
.cid-voQWNSQEHz .desc-wrapper {
  color: #000000;
}
.cid-vln1GSZxLK {
  background-color: #f3f7fe;
}
.cid-vln1GSZxLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vln1GSZxLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vln1GSZxLK .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vln1GSZxLK .row {
  align-items: center;
}
.cid-vln1GSZxLK .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vln1GSZxLK .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vln1GSZxLK .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vln1GSZxLK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vln1GSZxLK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vln1GSZxLK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vln1GSZxLK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vln1GSZxLK .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vln1GSZxLK .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vln1GSZxLK .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vln1GSZxLK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vln1GSZxLK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vln1GSZxLK .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vln1GSZxLK .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vln1GSZxLK .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vln1GSZxLK .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vln1GSZxLK .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vln1GSZxLK .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vln1GSZxLK .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vln1GSZxLK .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vln1GSZxLK .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vln1GSZxLK .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vln1GSZxLK .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vln1GSZxLK .contact-container {
    width: 100%;
  }
}
.cid-vln1GSZxLK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vln1GSZxLK .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vln1GSZxLK .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vln1GSZxLK .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vln1GSZxLK .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vln1GSZxLK .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vln1GSZxLK .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vln1GSZxLK .copyright {
  color: #efefec;
}
.cid-vln1GSZxLK .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vln1GSZxLK .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vln1GSZxLK .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO7UUurbh {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO7UUurbh .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO7UUurbh .container {
    position: relative;
  }
  .cid-vpO7UUurbh .row {
    margin: 0;
  }
  .cid-vpO7UUurbh .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO7UUurbh .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO7UUurbh .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO7UUurbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO7UUurbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO7UUurbh .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO7UUurbh .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO7UUurbh .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO7UUurbh .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO7UUurbh .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO7UUurbh .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO7UUurbh .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO7UUurbh .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO7UUurbh .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO7UUurbh .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vlsvWBGDlc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlsvWBGDlc img,
.cid-vlsvWBGDlc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlsvWBGDlc .item:focus,
.cid-vlsvWBGDlc span:focus {
  outline: none;
}
.cid-vlsvWBGDlc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlsvWBGDlc .item {
    margin-bottom: 1rem;
  }
}
.cid-vlsvWBGDlc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlsvWBGDlc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlsvWBGDlc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlsvWBGDlc .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlsvWBGDlc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlsvWBGDlc .mbr-section-title {
  color: #000000;
}
.cid-vlsvWBGDlc .item-title {
  text-align: left;
}
.cid-vlsvWBGDlc .item-subtitle {
  text-align: left;
}
.cid-vlsvWBGDlc .mbr-text,
.cid-vlsvWBGDlc .item .mbr-section-btn {
  text-align: left;
}
.cid-vlsvWBGDlc .content-head {
  max-width: 800px;
}
.cid-vlsvWBGDlc img {
  transition: transform 0.4s ease;
}
.cid-vlsvWBGDlc img:hover {
  transform: scale(1.05);
}
.cid-vlsvWBGDlc .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlsvWBGDlc .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlsvWBGDlc .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlsBKRpM0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlsBKRpM0O img,
.cid-vlsBKRpM0O .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlsBKRpM0O .item:focus,
.cid-vlsBKRpM0O span:focus {
  outline: none;
}
.cid-vlsBKRpM0O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlsBKRpM0O .item {
    margin-bottom: 1rem;
  }
}
.cid-vlsBKRpM0O .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlsBKRpM0O .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlsBKRpM0O .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlsBKRpM0O .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlsBKRpM0O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlsBKRpM0O .mbr-section-title {
  color: #000000;
}
.cid-vlsBKRpM0O .item-title {
  text-align: left;
}
.cid-vlsBKRpM0O .item-subtitle {
  text-align: left;
}
.cid-vlsBKRpM0O .mbr-text,
.cid-vlsBKRpM0O .item .mbr-section-btn {
  text-align: left;
}
.cid-vlsBKRpM0O .content-head {
  max-width: 800px;
}
.cid-vlsBKRpM0O img {
  transition: transform 0.4s ease;
}
.cid-vlsBKRpM0O img:hover {
  transform: scale(1.05);
}
.cid-vlsBKRpM0O .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlsBKRpM0O .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlsBKRpM0O .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlsEJX1QeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlsEJX1QeJ img,
.cid-vlsEJX1QeJ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlsEJX1QeJ .item:focus,
.cid-vlsEJX1QeJ span:focus {
  outline: none;
}
.cid-vlsEJX1QeJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlsEJX1QeJ .item {
    margin-bottom: 1rem;
  }
}
.cid-vlsEJX1QeJ .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlsEJX1QeJ .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlsEJX1QeJ .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlsEJX1QeJ .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlsEJX1QeJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlsEJX1QeJ .mbr-section-title {
  color: #000000;
}
.cid-vlsEJX1QeJ .item-title {
  text-align: left;
}
.cid-vlsEJX1QeJ .item-subtitle {
  text-align: left;
}
.cid-vlsEJX1QeJ .mbr-text,
.cid-vlsEJX1QeJ .item .mbr-section-btn {
  text-align: left;
}
.cid-vlsEJX1QeJ .content-head {
  max-width: 800px;
}
.cid-vlsEJX1QeJ img {
  transition: transform 0.4s ease;
}
.cid-vlsEJX1QeJ img:hover {
  transform: scale(1.05);
}
.cid-vlsEJX1QeJ .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlsEJX1QeJ .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlsEJX1QeJ .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlsIaJHkbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlsIaJHkbc img,
.cid-vlsIaJHkbc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlsIaJHkbc .item:focus,
.cid-vlsIaJHkbc span:focus {
  outline: none;
}
.cid-vlsIaJHkbc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlsIaJHkbc .item {
    margin-bottom: 1rem;
  }
}
.cid-vlsIaJHkbc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlsIaJHkbc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlsIaJHkbc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlsIaJHkbc .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlsIaJHkbc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlsIaJHkbc .mbr-section-title {
  color: #000000;
}
.cid-vlsIaJHkbc .item-title {
  text-align: left;
}
.cid-vlsIaJHkbc .item-subtitle {
  text-align: left;
}
.cid-vlsIaJHkbc .mbr-text,
.cid-vlsIaJHkbc .item .mbr-section-btn {
  text-align: left;
}
.cid-vlsIaJHkbc .content-head {
  max-width: 800px;
}
.cid-vlsIaJHkbc img {
  transition: transform 0.4s ease;
}
.cid-vlsIaJHkbc img:hover {
  transform: scale(1.05);
}
.cid-vlsIaJHkbc .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlsIaJHkbc .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlsIaJHkbc .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vm1RQCd6Um {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vm1RQCd6Um img,
.cid-vm1RQCd6Um .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vm1RQCd6Um .item:focus,
.cid-vm1RQCd6Um span:focus {
  outline: none;
}
.cid-vm1RQCd6Um .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vm1RQCd6Um .item {
    margin-bottom: 1rem;
  }
}
.cid-vm1RQCd6Um .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vm1RQCd6Um .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm1RQCd6Um .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vm1RQCd6Um .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm1RQCd6Um .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vm1RQCd6Um .mbr-section-title {
  color: #000000;
}
.cid-vm1RQCd6Um .item-title {
  text-align: left;
}
.cid-vm1RQCd6Um .item-subtitle {
  text-align: left;
}
.cid-vm1RQCd6Um .mbr-text,
.cid-vm1RQCd6Um .item .mbr-section-btn {
  text-align: left;
}
.cid-vm1RQCd6Um .content-head {
  max-width: 800px;
}
.cid-vm1RQCd6Um img {
  transition: transform 0.4s ease;
}
.cid-vm1RQCd6Um img:hover {
  transform: scale(1.05);
}
.cid-vm1RQCd6Um .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vm1RQCd6Um .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vm1RQCd6Um .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBO7qbrHM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBO7qbrHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBO7qbrHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBO7qbrHM .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBO7qbrHM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBO7qbrHM .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBO7qbrHM .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBO7qbrHM .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBO7qbrHM .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBO7qbrHM .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBO7qbrHM .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBO7qbrHM .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBO7qbrHM .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBO7qbrHM .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBO7qbrHM .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBO7qbrHM .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBO7qbrHM .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBO7qbrHM .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBO7qbrHM .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBO7qbrHM .mbr-section-title {
  color: #404349;
}
.cid-vpBO7qbrHM .item-desc {
  color: #b19a7c;
}
.cid-vpBO7qbrHM .item-name {
  color: #404349;
}
.cid-vpBO7qbrHM .item-role {
  color: #404349;
}
.cid-vpBO7qbrHM .mbr-section-title,
.cid-vpBO7qbrHM .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBO68o2lT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBO68o2lT .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBO68o2lT .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBO68o2lT .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBO68o2lT .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBO68o2lT .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQXzlYtkF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQXzlYtkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQXzlYtkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQXzlYtkF .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQXzlYtkF .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQXzlYtkF .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQXzlYtkF .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQXzlYtkF .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQXzlYtkF .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQXzlYtkF .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQXzlYtkF .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQXzlYtkF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQXzlYtkF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQXzlYtkF .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQXzlYtkF .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQXzlYtkF .mbr-section-title {
  color: #404349;
}
.cid-voQXzlYtkF .mbr-text {
  color: #404349;
}
.cid-voQXzlYtkF .mbr-desc {
  color: #b19a7c;
}
.cid-voQXzlYtkF .mbr-desc,
.cid-voQXzlYtkF .desc-wrapper {
  color: #000000;
}
.cid-vlsvOOPRXf {
  background-color: #f3f7fe;
}
.cid-vlsvOOPRXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlsvOOPRXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlsvOOPRXf .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vlsvOOPRXf .row {
  align-items: center;
}
.cid-vlsvOOPRXf .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vlsvOOPRXf .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vlsvOOPRXf .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vlsvOOPRXf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vlsvOOPRXf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vlsvOOPRXf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vlsvOOPRXf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlsvOOPRXf .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vlsvOOPRXf .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vlsvOOPRXf .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vlsvOOPRXf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vlsvOOPRXf .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlsvOOPRXf .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vlsvOOPRXf .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vlsvOOPRXf .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vlsvOOPRXf .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vlsvOOPRXf .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vlsvOOPRXf .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vlsvOOPRXf .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vlsvOOPRXf .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vlsvOOPRXf .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vlsvOOPRXf .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlsvOOPRXf .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vlsvOOPRXf .contact-container {
    width: 100%;
  }
}
.cid-vlsvOOPRXf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vlsvOOPRXf .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vlsvOOPRXf .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vlsvOOPRXf .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vlsvOOPRXf .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vlsvOOPRXf .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vlsvOOPRXf .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vlsvOOPRXf .copyright {
  color: #efefec;
}
.cid-vlsvOOPRXf .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vlsvOOPRXf .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vlsvOOPRXf .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO8ozPCBl {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO8ozPCBl .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO8ozPCBl .container {
    position: relative;
  }
  .cid-vpO8ozPCBl .row {
    margin: 0;
  }
  .cid-vpO8ozPCBl .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO8ozPCBl .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO8ozPCBl .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO8ozPCBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO8ozPCBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO8ozPCBl .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO8ozPCBl .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO8ozPCBl .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO8ozPCBl .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO8ozPCBl .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO8ozPCBl .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO8ozPCBl .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO8ozPCBl .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO8ozPCBl .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO8ozPCBl .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vkXNsUsmPE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkXNsUsmPE img,
.cid-vkXNsUsmPE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkXNsUsmPE .item:focus,
.cid-vkXNsUsmPE span:focus {
  outline: none;
}
.cid-vkXNsUsmPE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkXNsUsmPE .item {
    margin-bottom: 1rem;
  }
}
.cid-vkXNsUsmPE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkXNsUsmPE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkXNsUsmPE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkXNsUsmPE .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkXNsUsmPE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkXNsUsmPE .mbr-section-title {
  color: #000000;
}
.cid-vkXNsUsmPE .item-title {
  text-align: left;
}
.cid-vkXNsUsmPE .item-subtitle {
  text-align: left;
}
.cid-vkXNsUsmPE .mbr-text,
.cid-vkXNsUsmPE .item .mbr-section-btn {
  text-align: left;
}
.cid-vkXNsUsmPE .content-head {
  max-width: 800px;
}
.cid-vkXNsUsmPE img {
  transition: transform 0.4s ease;
}
.cid-vkXNsUsmPE img:hover {
  transform: scale(1.05);
}
.cid-vkXNsUsmPE .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkXNsUsmPE .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkXNsUsmPE .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkXZXFlDfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkXZXFlDfm img,
.cid-vkXZXFlDfm .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkXZXFlDfm .item:focus,
.cid-vkXZXFlDfm span:focus {
  outline: none;
}
.cid-vkXZXFlDfm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkXZXFlDfm .item {
    margin-bottom: 1rem;
  }
}
.cid-vkXZXFlDfm .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkXZXFlDfm .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkXZXFlDfm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkXZXFlDfm .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkXZXFlDfm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkXZXFlDfm .mbr-section-title {
  color: #000000;
}
.cid-vkXZXFlDfm .item-title {
  text-align: left;
}
.cid-vkXZXFlDfm .item-subtitle {
  text-align: left;
}
.cid-vkXZXFlDfm .mbr-text,
.cid-vkXZXFlDfm .item .mbr-section-btn {
  text-align: left;
}
.cid-vkXZXFlDfm .content-head {
  max-width: 800px;
}
.cid-vkXZXFlDfm img {
  transition: transform 0.4s ease;
}
.cid-vkXZXFlDfm img:hover {
  transform: scale(1.05);
}
.cid-vkXZXFlDfm .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkXZXFlDfm .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkXZXFlDfm .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkY3w4Rjho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkY3w4Rjho img,
.cid-vkY3w4Rjho .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkY3w4Rjho .item:focus,
.cid-vkY3w4Rjho span:focus {
  outline: none;
}
.cid-vkY3w4Rjho .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkY3w4Rjho .item {
    margin-bottom: 1rem;
  }
}
.cid-vkY3w4Rjho .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkY3w4Rjho .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkY3w4Rjho .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkY3w4Rjho .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkY3w4Rjho .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkY3w4Rjho .mbr-section-title {
  color: #000000;
}
.cid-vkY3w4Rjho .item-title {
  text-align: left;
}
.cid-vkY3w4Rjho .item-subtitle {
  text-align: left;
}
.cid-vkY3w4Rjho .mbr-text,
.cid-vkY3w4Rjho .item .mbr-section-btn {
  text-align: left;
}
.cid-vkY3w4Rjho .content-head {
  max-width: 800px;
}
.cid-vkY3w4Rjho img {
  transition: transform 0.4s ease;
}
.cid-vkY3w4Rjho img:hover {
  transform: scale(1.05);
}
.cid-vkY3w4Rjho .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkY3w4Rjho .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkY3w4Rjho .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vkY74efGJ4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkY74efGJ4 img,
.cid-vkY74efGJ4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vkY74efGJ4 .item:focus,
.cid-vkY74efGJ4 span:focus {
  outline: none;
}
.cid-vkY74efGJ4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkY74efGJ4 .item {
    margin-bottom: 1rem;
  }
}
.cid-vkY74efGJ4 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkY74efGJ4 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkY74efGJ4 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkY74efGJ4 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkY74efGJ4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkY74efGJ4 .mbr-section-title {
  color: #000000;
}
.cid-vkY74efGJ4 .item-title {
  text-align: left;
}
.cid-vkY74efGJ4 .item-subtitle {
  text-align: left;
}
.cid-vkY74efGJ4 .mbr-text,
.cid-vkY74efGJ4 .item .mbr-section-btn {
  text-align: left;
}
.cid-vkY74efGJ4 .content-head {
  max-width: 800px;
}
.cid-vkY74efGJ4 img {
  transition: transform 0.4s ease;
}
.cid-vkY74efGJ4 img:hover {
  transform: scale(1.05);
}
.cid-vkY74efGJ4 .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vkY74efGJ4 .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vkY74efGJ4 .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBOrKUbrN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBOrKUbrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBOrKUbrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBOrKUbrN .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBOrKUbrN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBOrKUbrN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBOrKUbrN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBOrKUbrN .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBOrKUbrN .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBOrKUbrN .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBOrKUbrN .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBOrKUbrN .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBOrKUbrN .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBOrKUbrN .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBOrKUbrN .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBOrKUbrN .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBOrKUbrN .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBOrKUbrN .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBOrKUbrN .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBOrKUbrN .mbr-section-title {
  color: #404349;
}
.cid-vpBOrKUbrN .item-desc {
  color: #b19a7c;
}
.cid-vpBOrKUbrN .item-name {
  color: #404349;
}
.cid-vpBOrKUbrN .item-role {
  color: #404349;
}
.cid-vpBOrKUbrN .mbr-section-title,
.cid-vpBOrKUbrN .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBOqAwGlt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBOqAwGlt .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBOqAwGlt .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBOqAwGlt .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBOqAwGlt .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBOqAwGlt .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQYe4WUSJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQYe4WUSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQYe4WUSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQYe4WUSJ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQYe4WUSJ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQYe4WUSJ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQYe4WUSJ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQYe4WUSJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQYe4WUSJ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQYe4WUSJ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQYe4WUSJ .mbr-section-title {
  color: #404349;
}
.cid-voQYe4WUSJ .mbr-text {
  color: #404349;
}
.cid-voQYe4WUSJ .mbr-desc {
  color: #b19a7c;
}
.cid-voQYe4WUSJ .mbr-desc,
.cid-voQYe4WUSJ .desc-wrapper {
  color: #000000;
}
.cid-vkTSjHlXzV {
  background-color: #f3f7fe;
}
.cid-vkTSjHlXzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkTSjHlXzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkTSjHlXzV .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vkTSjHlXzV .row {
  align-items: center;
}
.cid-vkTSjHlXzV .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vkTSjHlXzV .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vkTSjHlXzV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vkTSjHlXzV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vkTSjHlXzV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vkTSjHlXzV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vkTSjHlXzV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkTSjHlXzV .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vkTSjHlXzV .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vkTSjHlXzV .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vkTSjHlXzV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vkTSjHlXzV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkTSjHlXzV .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vkTSjHlXzV .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vkTSjHlXzV .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vkTSjHlXzV .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vkTSjHlXzV .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vkTSjHlXzV .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vkTSjHlXzV .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vkTSjHlXzV .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vkTSjHlXzV .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vkTSjHlXzV .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vkTSjHlXzV .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vkTSjHlXzV .contact-container {
    width: 100%;
  }
}
.cid-vkTSjHlXzV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vkTSjHlXzV .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vkTSjHlXzV .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vkTSjHlXzV .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vkTSjHlXzV .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vkTSjHlXzV .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vkTSjHlXzV .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vkTSjHlXzV .copyright {
  color: #efefec;
}
.cid-vkTSjHlXzV .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vkTSjHlXzV .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vkTSjHlXzV .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO8DTvPNL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO8DTvPNL .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO8DTvPNL .container {
    position: relative;
  }
  .cid-vpO8DTvPNL .row {
    margin: 0;
  }
  .cid-vpO8DTvPNL .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO8DTvPNL .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO8DTvPNL .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO8DTvPNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO8DTvPNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO8DTvPNL .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO8DTvPNL .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO8DTvPNL .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO8DTvPNL .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO8DTvPNL .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO8DTvPNL .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO8DTvPNL .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO8DTvPNL .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO8DTvPNL .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO8DTvPNL .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vlt4pZlhxr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlt4pZlhxr img,
.cid-vlt4pZlhxr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlt4pZlhxr .item:focus,
.cid-vlt4pZlhxr span:focus {
  outline: none;
}
.cid-vlt4pZlhxr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlt4pZlhxr .item {
    margin-bottom: 1rem;
  }
}
.cid-vlt4pZlhxr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlt4pZlhxr .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlt4pZlhxr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlt4pZlhxr .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlt4pZlhxr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlt4pZlhxr .mbr-section-title {
  color: #000000;
}
.cid-vlt4pZlhxr .item-title {
  text-align: left;
}
.cid-vlt4pZlhxr .item-subtitle {
  text-align: left;
}
.cid-vlt4pZlhxr .mbr-text,
.cid-vlt4pZlhxr .item .mbr-section-btn {
  text-align: left;
}
.cid-vlt4pZlhxr .content-head {
  max-width: 800px;
}
.cid-vlt4pZlhxr img {
  transition: transform 0.4s ease;
}
.cid-vlt4pZlhxr img:hover {
  transform: scale(1.05);
}
.cid-vlt4pZlhxr .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlt4pZlhxr .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlt4pZlhxr .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlwZi0BzZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlwZi0BzZl img,
.cid-vlwZi0BzZl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlwZi0BzZl .item:focus,
.cid-vlwZi0BzZl span:focus {
  outline: none;
}
.cid-vlwZi0BzZl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlwZi0BzZl .item {
    margin-bottom: 1rem;
  }
}
.cid-vlwZi0BzZl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlwZi0BzZl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlwZi0BzZl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlwZi0BzZl .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlwZi0BzZl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlwZi0BzZl .mbr-section-title {
  color: #000000;
}
.cid-vlwZi0BzZl .item-title {
  text-align: left;
}
.cid-vlwZi0BzZl .item-subtitle {
  text-align: left;
}
.cid-vlwZi0BzZl .mbr-text,
.cid-vlwZi0BzZl .item .mbr-section-btn {
  text-align: left;
}
.cid-vlwZi0BzZl .content-head {
  max-width: 800px;
}
.cid-vlwZi0BzZl img {
  transition: transform 0.4s ease;
}
.cid-vlwZi0BzZl img:hover {
  transform: scale(1.05);
}
.cid-vlwZi0BzZl .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlwZi0BzZl .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlwZi0BzZl .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlx9iN7U50 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlx9iN7U50 img,
.cid-vlx9iN7U50 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlx9iN7U50 .item:focus,
.cid-vlx9iN7U50 span:focus {
  outline: none;
}
.cid-vlx9iN7U50 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlx9iN7U50 .item {
    margin-bottom: 1rem;
  }
}
.cid-vlx9iN7U50 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlx9iN7U50 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlx9iN7U50 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlx9iN7U50 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlx9iN7U50 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlx9iN7U50 .mbr-section-title {
  color: #000000;
}
.cid-vlx9iN7U50 .item-title {
  text-align: left;
}
.cid-vlx9iN7U50 .item-subtitle {
  text-align: left;
}
.cid-vlx9iN7U50 .mbr-text,
.cid-vlx9iN7U50 .item .mbr-section-btn {
  text-align: left;
}
.cid-vlx9iN7U50 .content-head {
  max-width: 800px;
}
.cid-vlx9iN7U50 img {
  transition: transform 0.4s ease;
}
.cid-vlx9iN7U50 img:hover {
  transform: scale(1.05);
}
.cid-vlx9iN7U50 .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlx9iN7U50 .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlx9iN7U50 .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlxfv6YJUs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlxfv6YJUs img,
.cid-vlxfv6YJUs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlxfv6YJUs .item:focus,
.cid-vlxfv6YJUs span:focus {
  outline: none;
}
.cid-vlxfv6YJUs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlxfv6YJUs .item {
    margin-bottom: 1rem;
  }
}
.cid-vlxfv6YJUs .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlxfv6YJUs .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlxfv6YJUs .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlxfv6YJUs .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlxfv6YJUs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlxfv6YJUs .mbr-section-title {
  color: #000000;
}
.cid-vlxfv6YJUs .item-title {
  text-align: left;
}
.cid-vlxfv6YJUs .item-subtitle {
  text-align: left;
}
.cid-vlxfv6YJUs .mbr-text,
.cid-vlxfv6YJUs .item .mbr-section-btn {
  text-align: left;
}
.cid-vlxfv6YJUs .content-head {
  max-width: 800px;
}
.cid-vlxfv6YJUs img {
  transition: transform 0.4s ease;
}
.cid-vlxfv6YJUs img:hover {
  transform: scale(1.05);
}
.cid-vlxfv6YJUs .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlxfv6YJUs .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlxfv6YJUs .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlxtSWoILV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlxtSWoILV img,
.cid-vlxtSWoILV .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlxtSWoILV .item:focus,
.cid-vlxtSWoILV span:focus {
  outline: none;
}
.cid-vlxtSWoILV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlxtSWoILV .item {
    margin-bottom: 1rem;
  }
}
.cid-vlxtSWoILV .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlxtSWoILV .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlxtSWoILV .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlxtSWoILV .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlxtSWoILV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlxtSWoILV .mbr-section-title {
  color: #000000;
}
.cid-vlxtSWoILV .item-title {
  text-align: left;
}
.cid-vlxtSWoILV .item-subtitle {
  text-align: left;
}
.cid-vlxtSWoILV .mbr-text,
.cid-vlxtSWoILV .item .mbr-section-btn {
  text-align: left;
}
.cid-vlxtSWoILV .content-head {
  max-width: 800px;
}
.cid-vlxtSWoILV img {
  transition: transform 0.4s ease;
}
.cid-vlxtSWoILV img:hover {
  transform: scale(1.05);
}
.cid-vlxtSWoILV .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlxtSWoILV .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlxtSWoILV .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlxGo5H3RR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlxGo5H3RR img,
.cid-vlxGo5H3RR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlxGo5H3RR .item:focus,
.cid-vlxGo5H3RR span:focus {
  outline: none;
}
.cid-vlxGo5H3RR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlxGo5H3RR .item {
    margin-bottom: 1rem;
  }
}
.cid-vlxGo5H3RR .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlxGo5H3RR .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlxGo5H3RR .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlxGo5H3RR .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlxGo5H3RR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlxGo5H3RR .mbr-section-title {
  color: #000000;
}
.cid-vlxGo5H3RR .item-title {
  text-align: left;
}
.cid-vlxGo5H3RR .item-subtitle {
  text-align: left;
}
.cid-vlxGo5H3RR .mbr-text,
.cid-vlxGo5H3RR .item .mbr-section-btn {
  text-align: left;
}
.cid-vlxGo5H3RR .content-head {
  max-width: 800px;
}
.cid-vlxGo5H3RR img {
  transition: transform 0.4s ease;
}
.cid-vlxGo5H3RR img:hover {
  transform: scale(1.05);
}
.cid-vlxGo5H3RR .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlxGo5H3RR .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlxGo5H3RR .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBOKPpjIk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBOKPpjIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBOKPpjIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBOKPpjIk .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBOKPpjIk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBOKPpjIk .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBOKPpjIk .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBOKPpjIk .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBOKPpjIk .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBOKPpjIk .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBOKPpjIk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBOKPpjIk .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBOKPpjIk .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBOKPpjIk .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBOKPpjIk .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBOKPpjIk .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBOKPpjIk .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBOKPpjIk .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBOKPpjIk .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBOKPpjIk .mbr-section-title {
  color: #404349;
}
.cid-vpBOKPpjIk .item-desc {
  color: #b19a7c;
}
.cid-vpBOKPpjIk .item-name {
  color: #404349;
}
.cid-vpBOKPpjIk .item-role {
  color: #404349;
}
.cid-vpBOKPpjIk .mbr-section-title,
.cid-vpBOKPpjIk .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBOJMKVLq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBOJMKVLq .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBOJMKVLq .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBOJMKVLq .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBOJMKVLq .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBOJMKVLq .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQZl1u2bH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQZl1u2bH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQZl1u2bH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQZl1u2bH .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQZl1u2bH .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQZl1u2bH .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQZl1u2bH .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQZl1u2bH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQZl1u2bH .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQZl1u2bH .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQZl1u2bH .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQZl1u2bH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQZl1u2bH .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQZl1u2bH .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQZl1u2bH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQZl1u2bH .mbr-section-title {
  color: #404349;
}
.cid-voQZl1u2bH .mbr-text {
  color: #404349;
}
.cid-voQZl1u2bH .mbr-desc {
  color: #b19a7c;
}
.cid-voQZl1u2bH .mbr-desc,
.cid-voQZl1u2bH .desc-wrapper {
  color: #000000;
}
.cid-vlt4q40BoB {
  background-color: #f3f7fe;
}
.cid-vlt4q40BoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlt4q40BoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlt4q40BoB .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vlt4q40BoB .row {
  align-items: center;
}
.cid-vlt4q40BoB .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vlt4q40BoB .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vlt4q40BoB .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vlt4q40BoB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vlt4q40BoB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vlt4q40BoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vlt4q40BoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlt4q40BoB .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vlt4q40BoB .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vlt4q40BoB .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vlt4q40BoB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vlt4q40BoB .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlt4q40BoB .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vlt4q40BoB .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vlt4q40BoB .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vlt4q40BoB .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vlt4q40BoB .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vlt4q40BoB .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vlt4q40BoB .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vlt4q40BoB .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vlt4q40BoB .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vlt4q40BoB .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlt4q40BoB .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vlt4q40BoB .contact-container {
    width: 100%;
  }
}
.cid-vlt4q40BoB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vlt4q40BoB .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vlt4q40BoB .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vlt4q40BoB .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vlt4q40BoB .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vlt4q40BoB .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vlt4q40BoB .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vlt4q40BoB .copyright {
  color: #efefec;
}
.cid-vlt4q40BoB .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vlt4q40BoB .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vlt4q40BoB .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpO6VE0PMg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vpO6VE0PMg .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vpO6VE0PMg .container {
    position: relative;
  }
  .cid-vpO6VE0PMg .row {
    margin: 0;
  }
  .cid-vpO6VE0PMg .mbr-section-title {
    margin: 0;
  }
}
.cid-vpO6VE0PMg .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vpO6VE0PMg .mbr-text {
  margin-top: 1.4rem;
}
.cid-vpO6VE0PMg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpO6VE0PMg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpO6VE0PMg .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vpO6VE0PMg .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpO6VE0PMg .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vpO6VE0PMg .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vpO6VE0PMg .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vpO6VE0PMg .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpO6VE0PMg .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vpO6VE0PMg .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpO6VE0PMg .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vpO6VE0PMg .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vlmvCY6NtF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmvCY6NtF img,
.cid-vlmvCY6NtF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlmvCY6NtF .item:focus,
.cid-vlmvCY6NtF span:focus {
  outline: none;
}
.cid-vlmvCY6NtF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmvCY6NtF .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmvCY6NtF .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmvCY6NtF .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmvCY6NtF .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlmvCY6NtF .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmvCY6NtF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmvCY6NtF .mbr-section-title {
  color: #000000;
}
.cid-vlmvCY6NtF .item-title {
  text-align: left;
}
.cid-vlmvCY6NtF .item-subtitle {
  text-align: left;
}
.cid-vlmvCY6NtF .mbr-text,
.cid-vlmvCY6NtF .item .mbr-section-btn {
  text-align: left;
}
.cid-vlmvCY6NtF .content-head {
  max-width: 800px;
}
.cid-vlmvCY6NtF img {
  transition: transform 0.4s ease;
}
.cid-vlmvCY6NtF img:hover {
  transform: scale(1.05);
}
.cid-vlmvCY6NtF .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlmvCY6NtF .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlmvCY6NtF .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vlmBTQn9yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vlmBTQn9yc img,
.cid-vlmBTQn9yc .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vlmBTQn9yc .item:focus,
.cid-vlmBTQn9yc span:focus {
  outline: none;
}
.cid-vlmBTQn9yc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vlmBTQn9yc .item {
    margin-bottom: 1rem;
  }
}
.cid-vlmBTQn9yc .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vlmBTQn9yc .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlmBTQn9yc .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vlmBTQn9yc .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vlmBTQn9yc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vlmBTQn9yc .mbr-section-title {
  color: #000000;
}
.cid-vlmBTQn9yc .item-title {
  text-align: left;
}
.cid-vlmBTQn9yc .item-subtitle {
  text-align: left;
}
.cid-vlmBTQn9yc .mbr-text,
.cid-vlmBTQn9yc .item .mbr-section-btn {
  text-align: left;
}
.cid-vlmBTQn9yc .content-head {
  max-width: 800px;
}
.cid-vlmBTQn9yc img {
  transition: transform 0.4s ease;
}
.cid-vlmBTQn9yc img:hover {
  transform: scale(1.05);
}
.cid-vlmBTQn9yc .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vlmBTQn9yc .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vlmBTQn9yc .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vm1Dr8W0Gz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vm1Dr8W0Gz img,
.cid-vm1Dr8W0Gz .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vm1Dr8W0Gz .item:focus,
.cid-vm1Dr8W0Gz span:focus {
  outline: none;
}
.cid-vm1Dr8W0Gz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vm1Dr8W0Gz .item {
    margin-bottom: 1rem;
  }
}
.cid-vm1Dr8W0Gz .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vm1Dr8W0Gz .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm1Dr8W0Gz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vm1Dr8W0Gz .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vm1Dr8W0Gz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vm1Dr8W0Gz .mbr-section-title {
  color: #000000;
}
.cid-vm1Dr8W0Gz .item-title {
  text-align: left;
}
.cid-vm1Dr8W0Gz .item-subtitle {
  text-align: left;
}
.cid-vm1Dr8W0Gz .mbr-text,
.cid-vm1Dr8W0Gz .item .mbr-section-btn {
  text-align: left;
}
.cid-vm1Dr8W0Gz .content-head {
  max-width: 800px;
}
.cid-vm1Dr8W0Gz img {
  transition: transform 0.4s ease;
}
.cid-vm1Dr8W0Gz img:hover {
  transform: scale(1.05);
}
.cid-vm1Dr8W0Gz .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vm1Dr8W0Gz .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vm1Dr8W0Gz .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vpBMYZb9wh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vpBMYZb9wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpBMYZb9wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpBMYZb9wh .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vpBMYZb9wh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpBMYZb9wh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vpBMYZb9wh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpBMYZb9wh .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vpBMYZb9wh .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vpBMYZb9wh .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vpBMYZb9wh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpBMYZb9wh .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vpBMYZb9wh .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vpBMYZb9wh .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vpBMYZb9wh .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vpBMYZb9wh .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vpBMYZb9wh .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vpBMYZb9wh .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vpBMYZb9wh .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vpBMYZb9wh .mbr-section-title {
  color: #404349;
}
.cid-vpBMYZb9wh .item-desc {
  color: #b19a7c;
}
.cid-vpBMYZb9wh .item-name {
  color: #404349;
}
.cid-vpBMYZb9wh .item-role {
  color: #404349;
}
.cid-vpBMYZb9wh .mbr-section-title,
.cid-vpBMYZb9wh .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vpBMZSIylz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vpBMZSIylz .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vpBMZSIylz .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vpBMZSIylz .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBMZSIylz .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vpBMZSIylz .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-voQUlBrE6S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-voQUlBrE6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-voQUlBrE6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voQUlBrE6S .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voQUlBrE6S .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voQUlBrE6S .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voQUlBrE6S .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voQUlBrE6S .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voQUlBrE6S .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voQUlBrE6S .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voQUlBrE6S .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voQUlBrE6S .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voQUlBrE6S .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voQUlBrE6S .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voQUlBrE6S .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voQUlBrE6S .mbr-section-title {
  color: #404349;
}
.cid-voQUlBrE6S .mbr-text {
  color: #404349;
}
.cid-voQUlBrE6S .mbr-desc {
  color: #b19a7c;
}
.cid-voQUlBrE6S .mbr-desc,
.cid-voQUlBrE6S .desc-wrapper {
  color: #000000;
}
.cid-vlmvt4Vk83 {
  background-color: #f3f7fe;
}
.cid-vlmvt4Vk83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlmvt4Vk83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlmvt4Vk83 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vlmvt4Vk83 .row {
  align-items: center;
}
.cid-vlmvt4Vk83 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vlmvt4Vk83 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vlmvt4Vk83 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vlmvt4Vk83 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vlmvt4Vk83 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vlmvt4Vk83 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vlmvt4Vk83 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vlmvt4Vk83 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vlmvt4Vk83 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vlmvt4Vk83 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vlmvt4Vk83 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vlmvt4Vk83 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vlmvt4Vk83 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vlmvt4Vk83 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vlmvt4Vk83 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vlmvt4Vk83 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vlmvt4Vk83 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vlmvt4Vk83 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vlmvt4Vk83 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vlmvt4Vk83 .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vlmvt4Vk83 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vlmvt4Vk83 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vlmvt4Vk83 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vlmvt4Vk83 .contact-container {
    width: 100%;
  }
}
.cid-vlmvt4Vk83 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vlmvt4Vk83 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vlmvt4Vk83 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vlmvt4Vk83 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vlmvt4Vk83 .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vlmvt4Vk83 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vlmvt4Vk83 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vlmvt4Vk83 .copyright {
  color: #efefec;
}
.cid-vlmvt4Vk83 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vlmvt4Vk83 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vlmvt4Vk83 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voR4a4vJFo {
  display: flex;
  padding-top: 15rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/corrosion-science-academy-hero.webp");
}
.cid-voR4a4vJFo .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-voR4a4vJFo {
    align-items: center;
  }
  .cid-voR4a4vJFo .row {
    justify-content: center;
  }
  .cid-voR4a4vJFo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-voR4a4vJFo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-voR4a4vJFo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voR4a4vJFo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-voR4a4vJFo .content-wrap {
    width: 100%;
  }
}
.cid-voR4a4vJFo .mbr-section-title,
.cid-voR4a4vJFo .mbr-section-subtitle {
  text-align: center;
}
.cid-voR4a4vJFo .mbr-text,
.cid-voR4a4vJFo .mbr-section-btn {
  text-align: justify;
}
.cid-voR4a4vJFo .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-voR4a4vJFo .mbr-section-subtitle {
  text-align: left;
  color: #e6effe;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-voR4a4vJFo .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-voR4a4vJFo .mbr-section-title,
.cid-voR4a4vJFo .mbr-section-subtitle,
.cid-voR4a4vJFo .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-voR4a4vJFo .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voR4a4vJFo .header16 {
  filter: brightness(0.75);
}
.cid-vpNzjKZfHU {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNzjKZfHU .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNzjKZfHU .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNzjKZfHU .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNzjKZfHU .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNzjKZfHU .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNzjKZfHU .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNzjKZfHU .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNzjKZfHU .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNzjKZfHU .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmvQDFCtmh {
  padding-top: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vmvQDFCtmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmvQDFCtmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmvQDFCtmh .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vmvQDFCtmh .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vmvQDFCtmh .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vmvQDFCtmh .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vmvQDFCtmh .content-wrapper .border_1 {
  left: 0;
}
.cid-vmvQDFCtmh .content-wrapper .border_2 {
  right: 0;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmvQDFCtmh .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmvQDFCtmh .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmvQDFCtmh .items-wrapper {
  margin: 0 -10px;
}
.cid-vmvQDFCtmh .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmvQDFCtmh .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vmvQDFCtmh .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .card-box {
  width: 100%;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-vmvQDFCtmh .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmvQDFCtmh .mbr-label,
.cid-vmvQDFCtmh .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vmvQDFCtmh .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vmvQDFCtmh .mbr-text,
.cid-vmvQDFCtmh .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vmvQDFCtmh .item-title {
  color: #0f172a;
}
.cid-vmvQDFCtmh .item-text {
  color: #475569;
}
.cid-vmvQDFCtmh .mbr-section-btn {
  text-align: center;
}
.cid-vmvSzX0uF6 {
  padding-top: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vmvSzX0uF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmvSzX0uF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmvSzX0uF6 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vmvSzX0uF6 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vmvSzX0uF6 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vmvSzX0uF6 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vmvSzX0uF6 .content-wrapper .border_1 {
  left: 0;
}
.cid-vmvSzX0uF6 .content-wrapper .border_2 {
  right: 0;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmvSzX0uF6 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmvSzX0uF6 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmvSzX0uF6 .items-wrapper {
  margin: 0 -10px;
}
.cid-vmvSzX0uF6 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmvSzX0uF6 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .card-box {
  width: 100%;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-vmvSzX0uF6 .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmvSzX0uF6 .mbr-label,
.cid-vmvSzX0uF6 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vmvSzX0uF6 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vmvSzX0uF6 .mbr-text,
.cid-vmvSzX0uF6 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vmvSzX0uF6 .item-title {
  color: #0f172a;
}
.cid-vmvSzX0uF6 .item-text {
  color: #475569;
}
.cid-vmvSzX0uF6 .mbr-section-btn {
  text-align: center;
}
.cid-vmvXLW5Ex2 {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmvXLW5Ex2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmvXLW5Ex2 .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-vmvXLW5Ex2 .container {
    padding: 0 16px;
  }
}
.cid-vmvXLW5Ex2 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-vmvXLW5Ex2 .row .item {
  padding: 0 24px;
}
.cid-vmvXLW5Ex2 .row .item:first-child {
  margin-bottom: 0;
}
.cid-vmvXLW5Ex2 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vmvXLW5Ex2 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-vmvXLW5Ex2 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmvXLW5Ex2 .item {
    margin-bottom: 32px;
  }
}
.cid-vmvXLW5Ex2 .item:hover .item-wrapper .item-img img,
.cid-vmvXLW5Ex2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmvXLW5Ex2 .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-vmvXLW5Ex2 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-vmvXLW5Ex2 .mbr-section-title {
  color: #1c1c1c;
}
.cid-vmvXLW5Ex2 .card-title {
  color: #1c1c1c;
}
.cid-vmvXLW5Ex2 .card-date {
  color: #2e481a;
}
.cid-vmvXLW5Ex2 .equation-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmvXLW5Ex2 .card-title,
.cid-vmvXLW5Ex2 .mbr-section-btn P {
  color: #2e481a;
}
.cid-vmw3OBaw3j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmw3OBaw3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmw3OBaw3j .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vmw3OBaw3j .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmw3OBaw3j .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-vmw3OBaw3j .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vmw3OBaw3j h5 {
  margin: 0;
}
.cid-vmw3OBaw3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmw3OBaw3j .iconfont-wrapper {
  position: relative;
}
.cid-vmw3OBaw3j .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ca9236;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-vmw3OBaw3j .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #4e423d;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-vmw3OBaw3j .card-title,
.cid-vmw3OBaw3j .iconfont-wrapper {
  color: #000000;
}
.cid-vmw3OBaw3j .card-text {
  color: #000000;
}
.cid-vmw3OBaw3j .mbr-section-title {
  color: #000000;
}
.cid-vmwp6LzZrY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmwp6LzZrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwp6LzZrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwp6LzZrY .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmwp6LzZrY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmwp6LzZrY .title-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vmwp6LzZrY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmwp6LzZrY .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmwp6LzZrY .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vmwp6LzZrY .items-wrapper .item {
  position: relative;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-color: #f5f7fa;
}
@media (max-width: 992px) {
  .cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .item-img {
    margin-top: 24px;
  }
}
.cid-vmwp6LzZrY .items-wrapper .item .item-wrapper .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vmwp6LzZrY .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vmwp6LzZrY .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmwp6LzZrY .mbr-section-subtitle {
  color: #808080;
  text-align: center;
}
.cid-vmwp6LzZrY .item-title {
  color: #ffffff;
}
.cid-vmwp6LzZrY .item-text {
  color: #000000;
}
.cid-vmwp6LzZrY .item-title,
.cid-vmwp6LzZrY .mbr-section-btn {
  color: #000000;
}
.cid-vmAWgrL3YR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmAWgrL3YR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmAWgrL3YR .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmAWgrL3YR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmAWgrL3YR .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmAWgrL3YR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmAWgrL3YR .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmAWgrL3YR .card-title,
.cid-vmAWgrL3YR .iconfont-wrapper {
  color: #000000;
}
.cid-vmAWgrL3YR .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmAWgrL3YR .content-head {
  max-width: 800px;
}
.cid-vmAWgrL3YR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vmAWgrL3YR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmAWgrL3YR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmGsgm5QfH {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/crevice-corrosion-hero-2.webp");
}
.cid-vmGsgm5QfH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmGsgm5QfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGsgm5QfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGsgm5QfH .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmGsgm5QfH .mbr-text,
.cid-vmGsgm5QfH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNLGd24MI {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNLGd24MI .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNLGd24MI .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNLGd24MI .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNLGd24MI .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNLGd24MI .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNLGd24MI .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNLGd24MI .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNLGd24MI .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNLGd24MI .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmGtYVGsrj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmGtYVGsrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGtYVGsrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmGtYVGsrj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmGtYVGsrj .row {
  flex-direction: row-reverse;
}
.cid-vmGtYVGsrj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmGtYVGsrj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmGtYVGsrj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmGtYVGsrj .mbr-section-title {
  color: #000000;
}
.cid-vmGtYVGsrj .mbr-text,
.cid-vmGtYVGsrj .mbr-section-btn {
  color: #000000;
}
.cid-vmGtYVGsrj .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmGDZo7Woo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmGDZo7Woo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGDZo7Woo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmGDZo7Woo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGDZo7Woo .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmGDZo7Woo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmGDZo7Woo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmGDZo7Woo .card-title,
.cid-vmGDZo7Woo .iconfont-wrapper {
  color: #000000;
}
.cid-vmGDZo7Woo .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmGDZo7Woo .content-head {
  max-width: 800px;
}
.cid-vmGDZo7Woo .mbr-section-title {
  color: #000000;
  text-align: left !important;
  margin-left: 20px;
}
.cid-vmGDZo7Woo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmGDZo7Woo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWGxcMO0x {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vmWGxcMO0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWGxcMO0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWGxcMO0x .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmGFqL8JDZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmGFqL8JDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGFqL8JDZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmGFqL8JDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGFqL8JDZ .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmGFqL8JDZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmGFqL8JDZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmGFqL8JDZ .card-title,
.cid-vmGFqL8JDZ .iconfont-wrapper {
  color: #000000;
}
.cid-vmGFqL8JDZ .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmGFqL8JDZ .content-head {
  max-width: 800px;
}
.cid-vmGFqL8JDZ .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmGFqL8JDZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmGFqL8JDZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmGFuZ2GWM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmGFuZ2GWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGFuZ2GWM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmGFuZ2GWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGFuZ2GWM .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmGFuZ2GWM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmGFuZ2GWM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmGFuZ2GWM .card-title,
.cid-vmGFuZ2GWM .iconfont-wrapper {
  color: #000000;
}
.cid-vmGFuZ2GWM .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmGFuZ2GWM .content-head {
  max-width: 800px;
}
.cid-vmGFuZ2GWM .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmGFuZ2GWM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmGFuZ2GWM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmGHqQMmlJ {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f5f7fa;
}
.cid-vmGHqQMmlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGHqQMmlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGHqQMmlJ .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmGHqQMmlJ .card-wrapper {
    padding: 24px;
  }
}
.cid-vmGHqQMmlJ .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmGHqQMmlJ .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmGHqQMmlJ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmGHqQMmlJ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmGHqQMmlJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmGHqQMmlJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmGHqQMmlJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmGHqQMmlJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmGHqQMmlJ .embla__button--next,
.cid-vmGHqQMmlJ .embla__button--prev {
  display: flex;
}
.cid-vmGHqQMmlJ .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmGHqQMmlJ .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmGHqQMmlJ .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmGHqQMmlJ .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmGHqQMmlJ .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmGHqQMmlJ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmGHqQMmlJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmGHqQMmlJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmGHqQMmlJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmGHqQMmlJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmGHqQMmlJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmGHqQMmlJ .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmGHqQMmlJ .mbr-section-title,
.cid-vmGHqQMmlJ .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmGHqQMmlJ .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmGHqQMmlJ .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmGHqQMmlJ .item-title,
.cid-vmGHqQMmlJ .mbr-section-btn {
  color: #232323;
}
.cid-vmGICTgh7d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmGICTgh7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGICTgh7d .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmGICTgh7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGICTgh7d .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmGICTgh7d .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmGICTgh7d .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmGICTgh7d .card-title,
.cid-vmGICTgh7d .iconfont-wrapper {
  color: #000000;
}
.cid-vmGICTgh7d .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmGICTgh7d .content-head {
  max-width: 800px;
}
.cid-vmGICTgh7d .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmGICTgh7d .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmGICTgh7d .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmGIN63PNK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmGIN63PNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGIN63PNK .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmGIN63PNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGIN63PNK .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmGIN63PNK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmGIN63PNK .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmGIN63PNK .card-title,
.cid-vmGIN63PNK .iconfont-wrapper {
  color: #000000;
}
.cid-vmGIN63PNK .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmGIN63PNK .content-head {
  max-width: 800px;
}
.cid-vmGIN63PNK .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmGIN63PNK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmGIN63PNK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmGKAR9Otr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #f5f7fa);
}
.cid-vmGKAR9Otr .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmGKAR9Otr .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmGKAR9Otr .row {
    padding: 2rem 1rem;
  }
}
.cid-vmGKAR9Otr .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmGKAR9Otr .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmGKAR9Otr .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmGKAR9Otr .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmGKAR9Otr .card-title,
.cid-vmGKAR9Otr .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmGKAR9Otr .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmGKAR9Otr .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmGKAR9Otr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmGKAR9Otr .card-link {
  text-align: center;
}
.cid-vpBAZ9H4Zj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpBAZ9H4Zj .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBAZ9H4Zj .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBAZ9H4Zj .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBAZ9H4Zj .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBAZ9H4Zj .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBAZ9H4Zj .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBAZ9H4Zj .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBAZ9H4Zj .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBAZ9H4Zj .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmFelCNMSQ {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/galvanic-corrosion-hero-1.webp");
}
.cid-vmFelCNMSQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmFelCNMSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFelCNMSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFelCNMSQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.4);
}
.cid-vmFelCNMSQ .mbr-text,
.cid-vmFelCNMSQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.4);
}
.cid-vpNLtYhj9Z {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNLtYhj9Z .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNLtYhj9Z .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNLtYhj9Z .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNLtYhj9Z .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNLtYhj9Z .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNLtYhj9Z .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNLtYhj9Z .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNLtYhj9Z .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNLtYhj9Z .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmFkJZ5CeB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vmFkJZ5CeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFkJZ5CeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmFkJZ5CeB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmFkJZ5CeB .row {
  flex-direction: row-reverse;
}
.cid-vmFkJZ5CeB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmFkJZ5CeB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmFkJZ5CeB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmFkJZ5CeB .mbr-section-title {
  color: #000000;
}
.cid-vmFkJZ5CeB .mbr-text,
.cid-vmFkJZ5CeB .mbr-section-btn {
  color: #000000;
}
.cid-vmFkJZ5CeB .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmFwzvwgk5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmFwzvwgk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFwzvwgk5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmFwzvwgk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFwzvwgk5 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmFwzvwgk5 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmFwzvwgk5 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmFwzvwgk5 .card-title,
.cid-vmFwzvwgk5 .iconfont-wrapper {
  color: #000000;
}
.cid-vmFwzvwgk5 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmFwzvwgk5 .content-head {
  max-width: 800px;
}
.cid-vmFwzvwgk5 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmFwzvwgk5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmFwzvwgk5 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWGmsL8xo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vmWGmsL8xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWGmsL8xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWGmsL8xo .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmFyfjNC4e {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmFyfjNC4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFyfjNC4e .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmFyfjNC4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFyfjNC4e .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmFyfjNC4e .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmFyfjNC4e .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmFyfjNC4e .card-title,
.cid-vmFyfjNC4e .iconfont-wrapper {
  color: #000000;
}
.cid-vmFyfjNC4e .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmFyfjNC4e .content-head {
  max-width: 800px;
}
.cid-vmFyfjNC4e .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmFyfjNC4e .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmFyfjNC4e .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmFysakpu4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmFysakpu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFysakpu4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmFysakpu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFysakpu4 .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmFysakpu4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmFysakpu4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmFysakpu4 .card-title,
.cid-vmFysakpu4 .iconfont-wrapper {
  color: #000000;
}
.cid-vmFysakpu4 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmFysakpu4 .content-head {
  max-width: 800px;
}
.cid-vmFysakpu4 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmFysakpu4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmFysakpu4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmFAFigcVl {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f5f7fa;
}
.cid-vmFAFigcVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFAFigcVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFAFigcVl .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmFAFigcVl .card-wrapper {
    padding: 24px;
  }
}
.cid-vmFAFigcVl .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmFAFigcVl .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmFAFigcVl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmFAFigcVl .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmFAFigcVl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmFAFigcVl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmFAFigcVl .embla__slide .slide-content {
  width: 100%;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmFAFigcVl .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmFAFigcVl .embla__button--next,
.cid-vmFAFigcVl .embla__button--prev {
  display: flex;
}
.cid-vmFAFigcVl .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmFAFigcVl .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmFAFigcVl .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmFAFigcVl .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmFAFigcVl .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmFAFigcVl .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmFAFigcVl .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmFAFigcVl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmFAFigcVl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmFAFigcVl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmFAFigcVl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmFAFigcVl .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmFAFigcVl .mbr-section-title,
.cid-vmFAFigcVl .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmFAFigcVl .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmFAFigcVl .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmFAFigcVl .item-title,
.cid-vmFAFigcVl .mbr-section-btn {
  color: #232323;
}
.cid-vmFG1FpVxm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmFG1FpVxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFG1FpVxm .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmFG1FpVxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFG1FpVxm .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmFG1FpVxm .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmFG1FpVxm .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmFG1FpVxm .card-title,
.cid-vmFG1FpVxm .iconfont-wrapper {
  color: #000000;
}
.cid-vmFG1FpVxm .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmFG1FpVxm .content-head {
  max-width: 800px;
}
.cid-vmFG1FpVxm .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmFG1FpVxm .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmFG1FpVxm .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmFGI2VugB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmFGI2VugB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFGI2VugB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmFGI2VugB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFGI2VugB .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmFGI2VugB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmFGI2VugB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmFGI2VugB .card-title,
.cid-vmFGI2VugB .iconfont-wrapper {
  color: #000000;
}
.cid-vmFGI2VugB .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmFGI2VugB .content-head {
  max-width: 800px;
}
.cid-vmFGI2VugB .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmFGI2VugB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmFGI2VugB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vpqwS2juel {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #f5f7fa);
}
.cid-vpqwS2juel .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vpqwS2juel .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vpqwS2juel .row {
    padding: 2rem 1rem;
  }
}
.cid-vpqwS2juel .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vpqwS2juel .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vpqwS2juel .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vpqwS2juel .card-text {
  color: #000000;
  text-align: center;
}
.cid-vpqwS2juel .card-title,
.cid-vpqwS2juel .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vpqwS2juel .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vpqwS2juel .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vpqwS2juel .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vpqwS2juel .card-link {
  text-align: center;
}
.cid-vpBzKVBc87 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpBzKVBc87 .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Inter Tight", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpBzKVBc87 .preservation-navigation-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBzKVBc87 .preservation-nav-button {
  width: 300px;
  min-height: 76px;
  margin: 0 7px !important;
  padding: 14px 16px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBzKVBc87 .preservation-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBzKVBc87 .preservation-nav-overview {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBzKVBc87 .preservation-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBzKVBc87 .preservation-nav-button:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBzKVBc87 .preservation-nav-button:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 991px) {
  .cid-vpBzKVBc87 .preservation-navigation-buttons {
    flex-wrap: wrap;
  }
  .cid-vpBzKVBc87 .preservation-nav-button {
    width: 45%;
    margin: 6px !important;
  }
  .cid-vpBzKVBc87 .preservation-nav-overview {
    order: 3;
  }
}
@media (max-width: 767px) {
  .cid-vpBzKVBc87 .preservation-navigation-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .cid-vpBzKVBc87 .preservation-navigation-buttons {
    display: block;
  }
  .cid-vpBzKVBc87 .preservation-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
  .cid-vpBzKVBc87 .preservation-nav-overview {
    order: initial;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmLf3JGf4l {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/pitting-corrosion-hero.webp");
}
.cid-vmLf3JGf4l .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmLf3JGf4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLf3JGf4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLf3JGf4l .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmLf3JGf4l .mbr-text,
.cid-vmLf3JGf4l .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNLRiBAlh {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNLRiBAlh .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNLRiBAlh .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNLRiBAlh .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNLRiBAlh .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNLRiBAlh .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNLRiBAlh .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNLRiBAlh .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNLRiBAlh .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNLRiBAlh .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmLumGGHwv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmLumGGHwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLumGGHwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmLumGGHwv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmLumGGHwv .row {
  flex-direction: row-reverse;
}
.cid-vmLumGGHwv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmLumGGHwv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmLumGGHwv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmLumGGHwv .mbr-section-title {
  color: #000000;
}
.cid-vmLumGGHwv .mbr-text,
.cid-vmLumGGHwv .mbr-section-btn {
  color: #000000;
}
.cid-vmLumGGHwv .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmLxVu0SDN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmLxVu0SDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLxVu0SDN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmLxVu0SDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLxVu0SDN .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmLxVu0SDN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmLxVu0SDN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmLxVu0SDN .card-title,
.cid-vmLxVu0SDN .iconfont-wrapper {
  color: #000000;
}
.cid-vmLxVu0SDN .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmLxVu0SDN .content-head {
  max-width: 800px;
}
.cid-vmLxVu0SDN .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmLxVu0SDN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmLxVu0SDN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWGGkOOJn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vmWGGkOOJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWGGkOOJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWGGkOOJn .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmLyjTVp1y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmLyjTVp1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLyjTVp1y .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmLyjTVp1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLyjTVp1y .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmLyjTVp1y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmLyjTVp1y .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmLyjTVp1y .card-title,
.cid-vmLyjTVp1y .iconfont-wrapper {
  color: #000000;
}
.cid-vmLyjTVp1y .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmLyjTVp1y .content-head {
  max-width: 800px;
}
.cid-vmLyjTVp1y .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmLyjTVp1y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmLyjTVp1y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmLyCVvczW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmLyCVvczW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLyCVvczW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmLyCVvczW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLyCVvczW .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmLyCVvczW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmLyCVvczW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmLyCVvczW .card-title,
.cid-vmLyCVvczW .iconfont-wrapper {
  color: #000000;
}
.cid-vmLyCVvczW .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmLyCVvczW .content-head {
  max-width: 800px;
}
.cid-vmLyCVvczW .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmLyCVvczW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmLyCVvczW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmLAjwBLQU {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmLAjwBLQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLAjwBLQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLAjwBLQU .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmLAjwBLQU .card-wrapper {
    padding: 24px;
  }
}
.cid-vmLAjwBLQU .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmLAjwBLQU .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmLAjwBLQU .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmLAjwBLQU .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmLAjwBLQU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmLAjwBLQU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmLAjwBLQU .embla__slide .slide-content {
  width: 100%;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmLAjwBLQU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmLAjwBLQU .embla__button--next,
.cid-vmLAjwBLQU .embla__button--prev {
  display: flex;
}
.cid-vmLAjwBLQU .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmLAjwBLQU .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmLAjwBLQU .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmLAjwBLQU .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmLAjwBLQU .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmLAjwBLQU .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmLAjwBLQU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmLAjwBLQU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmLAjwBLQU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmLAjwBLQU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmLAjwBLQU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmLAjwBLQU .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmLAjwBLQU .mbr-section-title,
.cid-vmLAjwBLQU .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmLAjwBLQU .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmLAjwBLQU .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmLAjwBLQU .item-title,
.cid-vmLAjwBLQU .mbr-section-btn {
  color: #232323;
}
.cid-vmLDIO8c4R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmLDIO8c4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLDIO8c4R .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmLDIO8c4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLDIO8c4R .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmLDIO8c4R .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmLDIO8c4R .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmLDIO8c4R .card-title,
.cid-vmLDIO8c4R .iconfont-wrapper {
  color: #000000;
}
.cid-vmLDIO8c4R .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmLDIO8c4R .content-head {
  max-width: 800px;
}
.cid-vmLDIO8c4R .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmLDIO8c4R .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmLDIO8c4R .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmLEKnRw8U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmLEKnRw8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmLEKnRw8U .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmLEKnRw8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmLEKnRw8U .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmLEKnRw8U .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmLEKnRw8U .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmLEKnRw8U .card-title,
.cid-vmLEKnRw8U .iconfont-wrapper {
  color: #000000;
}
.cid-vmLEKnRw8U .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmLEKnRw8U .content-head {
  max-width: 800px;
}
.cid-vmLEKnRw8U .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmLEKnRw8U .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmLEKnRw8U .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmLF73vmka {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmLF73vmka .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmLF73vmka .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmLF73vmka .row {
    padding: 2rem 1rem;
  }
}
.cid-vmLF73vmka .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmLF73vmka .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmLF73vmka .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmLF73vmka .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmLF73vmka .card-title,
.cid-vmLF73vmka .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmLF73vmka .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmLF73vmka .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmLF73vmka .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmLF73vmka .card-link {
  text-align: center;
}
.cid-vpBBpKteuw {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBBpKteuw .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBBpKteuw .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBBpKteuw .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBBpKteuw .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBBpKteuw .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBBpKteuw .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBBpKteuw .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBBpKteuw .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBBpKteuw .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmRlSR6DPS {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/chloride-induced-corrosion-hero.webp");
}
.cid-vmRlSR6DPS .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmRlSR6DPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRlSR6DPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRlSR6DPS .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmRlSR6DPS .mbr-text,
.cid-vmRlSR6DPS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpNMrG9UYm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNMrG9UYm .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNMrG9UYm .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNMrG9UYm .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNMrG9UYm .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNMrG9UYm .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNMrG9UYm .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNMrG9UYm .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNMrG9UYm .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNMrG9UYm .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmRpImeRwB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmRpImeRwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpImeRwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmRpImeRwB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmRpImeRwB .row {
  flex-direction: row-reverse;
}
.cid-vmRpImeRwB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmRpImeRwB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmRpImeRwB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmRpImeRwB .mbr-section-title {
  color: #000000;
}
.cid-vmRpImeRwB .mbr-text,
.cid-vmRpImeRwB .mbr-section-btn {
  color: #000000;
}
.cid-vmRpImeRwB .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmRpKa5RxI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmRpKa5RxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpKa5RxI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRpKa5RxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRpKa5RxI .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRpKa5RxI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRpKa5RxI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRpKa5RxI .card-title,
.cid-vmRpKa5RxI .iconfont-wrapper {
  color: #000000;
}
.cid-vmRpKa5RxI .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRpKa5RxI .content-head {
  max-width: 800px;
}
.cid-vmRpKa5RxI .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRpKa5RxI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRpKa5RxI .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmRqFC11Ts {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmRqFC11Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRqFC11Ts .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRqFC11Ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRqFC11Ts .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRqFC11Ts .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRqFC11Ts .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRqFC11Ts .card-title,
.cid-vmRqFC11Ts .iconfont-wrapper {
  color: #000000;
}
.cid-vmRqFC11Ts .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRqFC11Ts .content-head {
  max-width: 800px;
}
.cid-vmRqFC11Ts .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRqFC11Ts .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRqFC11Ts .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWH0jT2FI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vmWH0jT2FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWH0jT2FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWH0jT2FI .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmRpLjGUIc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmRpLjGUIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpLjGUIc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRpLjGUIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRpLjGUIc .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRpLjGUIc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRpLjGUIc .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRpLjGUIc .card-title,
.cid-vmRpLjGUIc .iconfont-wrapper {
  color: #000000;
}
.cid-vmRpLjGUIc .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRpLjGUIc .content-head {
  max-width: 800px;
}
.cid-vmRpLjGUIc .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRpLjGUIc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRpLjGUIc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmRrumh5l6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmRrumh5l6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRrumh5l6 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRrumh5l6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRrumh5l6 .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRrumh5l6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRrumh5l6 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRrumh5l6 .card-title,
.cid-vmRrumh5l6 .iconfont-wrapper {
  color: #000000;
}
.cid-vmRrumh5l6 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRrumh5l6 .content-head {
  max-width: 800px;
}
.cid-vmRrumh5l6 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRrumh5l6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRrumh5l6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmRpNtVCAU {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmRpNtVCAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpNtVCAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRpNtVCAU .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmRpNtVCAU .card-wrapper {
    padding: 24px;
  }
}
.cid-vmRpNtVCAU .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmRpNtVCAU .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmRpNtVCAU .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmRpNtVCAU .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmRpNtVCAU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmRpNtVCAU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmRpNtVCAU .embla__slide .slide-content {
  width: 100%;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmRpNtVCAU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmRpNtVCAU .embla__button--next,
.cid-vmRpNtVCAU .embla__button--prev {
  display: flex;
}
.cid-vmRpNtVCAU .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmRpNtVCAU .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmRpNtVCAU .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmRpNtVCAU .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmRpNtVCAU .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmRpNtVCAU .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmRpNtVCAU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmRpNtVCAU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmRpNtVCAU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmRpNtVCAU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmRpNtVCAU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmRpNtVCAU .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmRpNtVCAU .mbr-section-title,
.cid-vmRpNtVCAU .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmRpNtVCAU .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmRpNtVCAU .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmRpNtVCAU .item-title,
.cid-vmRpNtVCAU .mbr-section-btn {
  color: #232323;
}
.cid-vmRpQZqDXR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmRpQZqDXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRpQZqDXR .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRpQZqDXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRpQZqDXR .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRpQZqDXR .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRpQZqDXR .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRpQZqDXR .card-title,
.cid-vmRpQZqDXR .iconfont-wrapper {
  color: #000000;
}
.cid-vmRpQZqDXR .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRpQZqDXR .content-head {
  max-width: 800px;
}
.cid-vmRpQZqDXR .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRpQZqDXR .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRpQZqDXR .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmRtT3NDhC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmRtT3NDhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmRtT3NDhC .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmRtT3NDhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmRtT3NDhC .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmRtT3NDhC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmRtT3NDhC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmRtT3NDhC .card-title,
.cid-vmRtT3NDhC .iconfont-wrapper {
  color: #000000;
}
.cid-vmRtT3NDhC .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmRtT3NDhC .content-head {
  max-width: 800px;
}
.cid-vmRtT3NDhC .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmRtT3NDhC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmRtT3NDhC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmRpOutBpp {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmRpOutBpp .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmRpOutBpp .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmRpOutBpp .row {
    padding: 2rem 1rem;
  }
}
.cid-vmRpOutBpp .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmRpOutBpp .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmRpOutBpp .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmRpOutBpp .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmRpOutBpp .card-title,
.cid-vmRpOutBpp .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmRpOutBpp .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmRpOutBpp .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmRpOutBpp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmRpOutBpp .card-link {
  text-align: center;
}
.cid-vpBCCxca3B {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBCCxca3B .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBCCxca3B .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBCCxca3B .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBCCxca3B .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBCCxca3B .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBCCxca3B .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBCCxca3B .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBCCxca3B .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBCCxca3B .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmSlxeLvkD {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/under-deposit-corrosion-hero.webp");
}
.cid-vmSlxeLvkD .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmSlxeLvkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlxeLvkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSlxeLvkD .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmSlxeLvkD .mbr-text,
.cid-vmSlxeLvkD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNMHl4lGU {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNMHl4lGU .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNMHl4lGU .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNMHl4lGU .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNMHl4lGU .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNMHl4lGU .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNMHl4lGU .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNMHl4lGU .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNMHl4lGU .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNMHl4lGU .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmSlZsHv4z {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmSlZsHv4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlZsHv4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmSlZsHv4z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmSlZsHv4z .row {
  flex-direction: row-reverse;
}
.cid-vmSlZsHv4z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmSlZsHv4z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmSlZsHv4z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmSlZsHv4z .mbr-section-title {
  color: #000000;
}
.cid-vmSlZsHv4z .mbr-text,
.cid-vmSlZsHv4z .mbr-section-btn {
  color: #000000;
}
.cid-vmSlZsHv4z .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmSlKvOmJx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmSlKvOmJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlKvOmJx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSlKvOmJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSlKvOmJx .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSlKvOmJx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSlKvOmJx .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSlKvOmJx .card-title,
.cid-vmSlKvOmJx .iconfont-wrapper {
  color: #000000;
}
.cid-vmSlKvOmJx .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSlKvOmJx .content-head {
  max-width: 800px;
}
.cid-vmSlKvOmJx .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSlKvOmJx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSlKvOmJx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmSolbDZp3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmSolbDZp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSolbDZp3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSolbDZp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSolbDZp3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSolbDZp3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSolbDZp3 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSolbDZp3 .card-title,
.cid-vmSolbDZp3 .iconfont-wrapper {
  color: #000000;
}
.cid-vmSolbDZp3 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSolbDZp3 .content-head {
  max-width: 800px;
}
.cid-vmSolbDZp3 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSolbDZp3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSolbDZp3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnay1zKJsX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vnay1zKJsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnay1zKJsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnay1zKJsX .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnay1zKJsX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vmSlNQZ7MW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmSlNQZ7MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlNQZ7MW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSlNQZ7MW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSlNQZ7MW .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSlNQZ7MW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSlNQZ7MW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSlNQZ7MW .card-title,
.cid-vmSlNQZ7MW .iconfont-wrapper {
  color: #000000;
}
.cid-vmSlNQZ7MW .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSlNQZ7MW .content-head {
  max-width: 800px;
}
.cid-vmSlNQZ7MW .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSlNQZ7MW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSlNQZ7MW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmSpk69hFT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmSpk69hFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSpk69hFT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSpk69hFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSpk69hFT .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSpk69hFT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSpk69hFT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSpk69hFT .card-title,
.cid-vmSpk69hFT .iconfont-wrapper {
  color: #000000;
}
.cid-vmSpk69hFT .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSpk69hFT .content-head {
  max-width: 800px;
}
.cid-vmSpk69hFT .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSpk69hFT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSpk69hFT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmSlQ9oI0I {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmSlQ9oI0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlQ9oI0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSlQ9oI0I .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmSlQ9oI0I .card-wrapper {
    padding: 24px;
  }
}
.cid-vmSlQ9oI0I .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmSlQ9oI0I .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmSlQ9oI0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmSlQ9oI0I .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmSlQ9oI0I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmSlQ9oI0I .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmSlQ9oI0I .embla__slide .slide-content {
  width: 100%;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmSlQ9oI0I .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmSlQ9oI0I .embla__button--next,
.cid-vmSlQ9oI0I .embla__button--prev {
  display: flex;
}
.cid-vmSlQ9oI0I .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmSlQ9oI0I .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmSlQ9oI0I .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmSlQ9oI0I .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmSlQ9oI0I .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmSlQ9oI0I .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmSlQ9oI0I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmSlQ9oI0I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmSlQ9oI0I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmSlQ9oI0I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmSlQ9oI0I .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmSlQ9oI0I .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmSlQ9oI0I .mbr-section-title,
.cid-vmSlQ9oI0I .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmSlQ9oI0I .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmSlQ9oI0I .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmSlQ9oI0I .item-title,
.cid-vmSlQ9oI0I .mbr-section-btn {
  color: #232323;
}
.cid-vmSlWc5cnN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmSlWc5cnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSlWc5cnN .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSlWc5cnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSlWc5cnN .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSlWc5cnN .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSlWc5cnN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSlWc5cnN .card-title,
.cid-vmSlWc5cnN .iconfont-wrapper {
  color: #000000;
}
.cid-vmSlWc5cnN .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSlWc5cnN .content-head {
  max-width: 800px;
}
.cid-vmSlWc5cnN .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSlWc5cnN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSlWc5cnN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmSqpFBFLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmSqpFBFLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmSqpFBFLu .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmSqpFBFLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmSqpFBFLu .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmSqpFBFLu .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmSqpFBFLu .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmSqpFBFLu .card-title,
.cid-vmSqpFBFLu .iconfont-wrapper {
  color: #000000;
}
.cid-vmSqpFBFLu .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmSqpFBFLu .content-head {
  max-width: 800px;
}
.cid-vmSqpFBFLu .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmSqpFBFLu .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmSqpFBFLu .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmSlSDbWt1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmSlSDbWt1 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmSlSDbWt1 .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmSlSDbWt1 .row {
    padding: 2rem 1rem;
  }
}
.cid-vmSlSDbWt1 .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmSlSDbWt1 .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmSlSDbWt1 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmSlSDbWt1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmSlSDbWt1 .card-title,
.cid-vmSlSDbWt1 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmSlSDbWt1 .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmSlSDbWt1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmSlSDbWt1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmSlSDbWt1 .card-link {
  text-align: center;
}
.cid-vpBCZpePVB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBCZpePVB .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBCZpePVB .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBCZpePVB .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBCZpePVB .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBCZpePVB .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBCZpePVB .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBCZpePVB .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBCZpePVB .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBCZpePVB .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmXmBwqiMv {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/stress-corrosion-cracking-scc-hero-1.webp");
}
.cid-vmXmBwqiMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmXmBwqiMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmBwqiMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXmBwqiMv .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmXmBwqiMv .mbr-text,
.cid-vmXmBwqiMv .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNN9sAP4O {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNN9sAP4O .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNN9sAP4O .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNN9sAP4O .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNN9sAP4O .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNN9sAP4O .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNN9sAP4O .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNN9sAP4O .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNN9sAP4O .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNN9sAP4O .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmXmF8v2Qg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmXmF8v2Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmF8v2Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmXmF8v2Qg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmXmF8v2Qg .row {
  flex-direction: row-reverse;
}
.cid-vmXmF8v2Qg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmXmF8v2Qg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmXmF8v2Qg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmXmF8v2Qg .mbr-section-title {
  color: #000000;
}
.cid-vmXmF8v2Qg .mbr-text,
.cid-vmXmF8v2Qg .mbr-section-btn {
  color: #000000;
}
.cid-vmXmF8v2Qg .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmXmH2sa1V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmXmH2sa1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmH2sa1V .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmXmH2sa1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXmH2sa1V .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmXmH2sa1V .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmXmH2sa1V .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmXmH2sa1V .card-title,
.cid-vmXmH2sa1V .iconfont-wrapper {
  color: #000000;
}
.cid-vmXmH2sa1V .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmXmH2sa1V .content-head {
  max-width: 800px;
}
.cid-vmXmH2sa1V .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmXmH2sa1V .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmXmH2sa1V .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vn3sH8wOOU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vn3sH8wOOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3sH8wOOU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vn3sH8wOOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3sH8wOOU .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vn3sH8wOOU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vn3sH8wOOU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vn3sH8wOOU .card-title,
.cid-vn3sH8wOOU .iconfont-wrapper {
  color: #000000;
}
.cid-vn3sH8wOOU .card-text {
  color: #000000;
  text-align: left;
}
.cid-vn3sH8wOOU .content-head {
  max-width: 800px;
}
.cid-vn3sH8wOOU .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vn3sH8wOOU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vn3sH8wOOU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnaLQf6kIL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vnaLQf6kIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaLQf6kIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaLQf6kIL .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnaLQf6kIL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vmXmLolEuk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmXmLolEuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmLolEuk .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmXmLolEuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXmLolEuk .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmXmLolEuk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmXmLolEuk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmXmLolEuk .card-title,
.cid-vmXmLolEuk .iconfont-wrapper {
  color: #000000;
}
.cid-vmXmLolEuk .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmXmLolEuk .content-head {
  max-width: 800px;
}
.cid-vmXmLolEuk .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmXmLolEuk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmXmLolEuk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vn3tC9MYtP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vn3tC9MYtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3tC9MYtP .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vn3tC9MYtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3tC9MYtP .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vn3tC9MYtP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vn3tC9MYtP .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vn3tC9MYtP .card-title,
.cid-vn3tC9MYtP .iconfont-wrapper {
  color: #000000;
}
.cid-vn3tC9MYtP .card-text {
  color: #000000;
  text-align: left;
}
.cid-vn3tC9MYtP .content-head {
  max-width: 800px;
}
.cid-vn3tC9MYtP .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vn3tC9MYtP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vn3tC9MYtP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmXmNzkmzj {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmXmNzkmzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmNzkmzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXmNzkmzj .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmXmNzkmzj .card-wrapper {
    padding: 24px;
  }
}
.cid-vmXmNzkmzj .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmXmNzkmzj .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmXmNzkmzj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmXmNzkmzj .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmXmNzkmzj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmXmNzkmzj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmXmNzkmzj .embla__slide .slide-content {
  width: 100%;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmXmNzkmzj .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmXmNzkmzj .embla__button--next,
.cid-vmXmNzkmzj .embla__button--prev {
  display: flex;
}
.cid-vmXmNzkmzj .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmXmNzkmzj .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmXmNzkmzj .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmXmNzkmzj .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmXmNzkmzj .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmXmNzkmzj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmXmNzkmzj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmXmNzkmzj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmXmNzkmzj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmXmNzkmzj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmXmNzkmzj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmXmNzkmzj .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmXmNzkmzj .mbr-section-title,
.cid-vmXmNzkmzj .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmXmNzkmzj .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmXmNzkmzj .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmXmNzkmzj .item-title,
.cid-vmXmNzkmzj .mbr-section-btn {
  color: #232323;
}
.cid-vmXmR0jl1s {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmXmR0jl1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmXmR0jl1s .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmXmR0jl1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmXmR0jl1s .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmXmR0jl1s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmXmR0jl1s .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmXmR0jl1s .card-title,
.cid-vmXmR0jl1s .iconfont-wrapper {
  color: #000000;
}
.cid-vmXmR0jl1s .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmXmR0jl1s .content-head {
  max-width: 800px;
}
.cid-vmXmR0jl1s .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmXmR0jl1s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmXmR0jl1s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vn3x24kSdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vn3x24kSdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn3x24kSdn .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vn3x24kSdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn3x24kSdn .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vn3x24kSdn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vn3x24kSdn .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vn3x24kSdn .card-title,
.cid-vn3x24kSdn .iconfont-wrapper {
  color: #000000;
}
.cid-vn3x24kSdn .card-text {
  color: #000000;
  text-align: left;
}
.cid-vn3x24kSdn .content-head {
  max-width: 800px;
}
.cid-vn3x24kSdn .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vn3x24kSdn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vn3x24kSdn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmXmOAQuLB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmXmOAQuLB .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmXmOAQuLB .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmXmOAQuLB .row {
    padding: 2rem 1rem;
  }
}
.cid-vmXmOAQuLB .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmXmOAQuLB .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmXmOAQuLB .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmXmOAQuLB .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmXmOAQuLB .card-title,
.cid-vmXmOAQuLB .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmXmOAQuLB .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmXmOAQuLB .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmXmOAQuLB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmXmOAQuLB .card-link {
  text-align: center;
}
.cid-vpBE8uEpQB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBE8uEpQB .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBE8uEpQB .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBE8uEpQB .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBE8uEpQB .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBE8uEpQB .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBE8uEpQB .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBE8uEpQB .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBE8uEpQB .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBE8uEpQB .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vna47eJaD4 {
  padding-top: 180px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/science-of-vappro-vbci-2.webp");
}
.cid-vna47eJaD4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vna47eJaD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vna47eJaD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vna47eJaD4 .mbr-section-title {
  text-align: left;
  color: #e6effe;
}
.cid-vna47eJaD4 .mbr-text,
.cid-vna47eJaD4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpNADDOY0X {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNADDOY0X .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNADDOY0X .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNADDOY0X .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNADDOY0X .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNADDOY0X .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNADDOY0X .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNADDOY0X .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNADDOY0X .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNADDOY0X .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnajBGmUGM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnajBGmUGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnajBGmUGM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnajBGmUGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnajBGmUGM .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vnajBGmUGM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnajBGmUGM .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnajBGmUGM .card-title,
.cid-vnajBGmUGM .iconfont-wrapper {
  color: #000000;
}
.cid-vnajBGmUGM .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnajBGmUGM .content-head {
  max-width: 800px;
}
.cid-vnajBGmUGM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnajBGmUGM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnajBGmUGM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnajBGmUGM .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnajBGmUGM .mbr-section-subtitle {
  text-align: left;
}
.cid-vnajBGmUGM .card-title,
.cid-vnajBGmUGM .img-wrapper {
  text-align: center;
}
.cid-vna7qBS55s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vna7qBS55s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vna7qBS55s .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vna7qBS55s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vna7qBS55s .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vna7qBS55s .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vna7qBS55s .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vna7qBS55s .card-title,
.cid-vna7qBS55s .iconfont-wrapper {
  color: #000000;
}
.cid-vna7qBS55s .card-text {
  color: #000000;
  text-align: left;
}
.cid-vna7qBS55s .content-head {
  max-width: 800px;
}
.cid-vna7qBS55s .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vna7qBS55s .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vna7qBS55s .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vna7qBS55s .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vna7qBS55s .mbr-section-subtitle {
  text-align: justify;
}
.cid-vna7qBS55s .card-title,
.cid-vna7qBS55s .img-wrapper {
  text-align: center;
}
.cid-vnaNEI2PRR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vnaNEI2PRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaNEI2PRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaNEI2PRR .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnaNEI2PRR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vnaVzJ4ZXu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vnaVzJ4ZXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaVzJ4ZXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaVzJ4ZXu .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnaVzJ4ZXu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vnaVzJ4ZXu .mbr-section-title {
  text-align: center;
}
.cid-vnaWcc4698 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vnaWcc4698 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaWcc4698 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnaWcc4698 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaWcc4698 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vnaWcc4698 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnaWcc4698 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnaWcc4698 .card-title,
.cid-vnaWcc4698 .iconfont-wrapper {
  color: #000000;
}
.cid-vnaWcc4698 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnaWcc4698 .content-head {
  max-width: 800px;
}
.cid-vnaWcc4698 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnaWcc4698 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnaWcc4698 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnaWcc4698 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnaWcc4698 .mbr-section-subtitle {
  text-align: left;
}
.cid-vnaWcc4698 .card-title,
.cid-vnaWcc4698 .img-wrapper {
  text-align: center;
}
.cid-vnaYlWRzH3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vnaYlWRzH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaYlWRzH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaYlWRzH3 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnaYlWRzH3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vnb0mS3f61 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vnb0mS3f61 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vnb0mS3f61 .mbr-section-title {
  color: #24262b;
}
.cid-vnb0mS3f61 .mbr-section-subtitle {
  color: #24262b;
  text-align: justify;
}
.cid-vnb0mS3f61 .items-row {
  row-gap: 48px;
}
.cid-vnb0mS3f61 .item {
  cursor: pointer;
}
.cid-vnb0mS3f61 .item:focus,
.cid-vnb0mS3f61 span:focus {
  outline: none;
}
.cid-vnb0mS3f61 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vnb0mS3f61 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnb0mS3f61 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vnb0mS3f61 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 3));
  object-fit: cover;
}
.cid-vnb0mS3f61 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vnb0mS3f61 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnb0mS3f61 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vnb0mS3f61 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vnb0mS3f61 .item-title {
  color: #24262b;
  text-align: center;
}
.cid-vnb0mS3f61 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vnb0mS3f61 .mbr-text {
  color: #24262b;
}
.cid-vnexxrgxkX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-vnexxrgxkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnexxrgxkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnexxrgxkX .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnexxrgxkX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vneLC1Z5x0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vneLC1Z5x0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vneLC1Z5x0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vneLC1Z5x0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vneLC1Z5x0 .row {
  flex-direction: row-reverse;
}
.cid-vneLC1Z5x0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vneLC1Z5x0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vneLC1Z5x0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vneLC1Z5x0 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vneLC1Z5x0 .mbr-text,
.cid-vneLC1Z5x0 .mbr-section-btn {
  color: #000000;
}
.cid-vneLC1Z5x0 .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vnfjHYKCtI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnfjHYKCtI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vnfjHYKCtI .mbr-section-title {
  color: #24262b;
  text-align: justify;
}
.cid-vnfjHYKCtI .mbr-section-subtitle {
  color: #24262b;
  text-align: justify;
}
.cid-vnfjHYKCtI .items-row {
  row-gap: 48px;
}
.cid-vnfjHYKCtI .item {
  cursor: pointer;
}
.cid-vnfjHYKCtI .item:focus,
.cid-vnfjHYKCtI span:focus {
  outline: none;
}
.cid-vnfjHYKCtI .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vnfjHYKCtI .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfjHYKCtI .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vnfjHYKCtI img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 3));
  object-fit: cover;
}
.cid-vnfjHYKCtI .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vnfjHYKCtI .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfjHYKCtI .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vnfjHYKCtI .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vnfjHYKCtI .item-title {
  color: #24262b;
}
.cid-vnfjHYKCtI .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vnfjHYKCtI .mbr-text {
  color: #24262b;
}
.cid-vnfjOQumq4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnfjOQumq4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vnfjOQumq4 .mbr-section-title {
  color: #24262b;
}
.cid-vnfjOQumq4 .mbr-section-subtitle {
  color: #24262b;
  text-align: justify;
}
.cid-vnfjOQumq4 .items-row {
  row-gap: 48px;
}
.cid-vnfjOQumq4 .item {
  cursor: pointer;
}
.cid-vnfjOQumq4 .item:focus,
.cid-vnfjOQumq4 span:focus {
  outline: none;
}
.cid-vnfjOQumq4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vnfjOQumq4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfjOQumq4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vnfjOQumq4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 3));
  object-fit: cover;
}
.cid-vnfjOQumq4 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vnfjOQumq4 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfjOQumq4 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vnfjOQumq4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vnfjOQumq4 .item-title {
  color: #24262b;
}
.cid-vnfjOQumq4 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vnfjOQumq4 .mbr-text {
  color: #24262b;
}
.cid-vnfBGPXa5X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnfBGPXa5X .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vnfBGPXa5X .mbr-section-title {
  color: #24262b;
}
.cid-vnfBGPXa5X .mbr-section-subtitle {
  color: #24262b;
  text-align: justify;
}
.cid-vnfBGPXa5X .items-row {
  row-gap: 48px;
}
.cid-vnfBGPXa5X .item {
  cursor: pointer;
}
.cid-vnfBGPXa5X .item:focus,
.cid-vnfBGPXa5X span:focus {
  outline: none;
}
.cid-vnfBGPXa5X .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vnfBGPXa5X .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfBGPXa5X .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vnfBGPXa5X img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 3));
  object-fit: cover;
}
.cid-vnfBGPXa5X .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vnfBGPXa5X .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vnfBGPXa5X .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vnfBGPXa5X .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vnfBGPXa5X .item-title {
  color: #24262b;
}
.cid-vnfBGPXa5X .item-subtitle {
  color: #24262b;
  margin-top: 2px;
  text-align: center;
}
.cid-vnfBGPXa5X .mbr-text {
  color: #24262b;
}
.cid-vnfWHWqdfW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/vci-vs-vbci-18.webp");
}
.cid-vnfWHWqdfW .container-fluid {
  padding: 0 3rem;
}
.cid-vnfWHWqdfW .mbr-section-subtitle {
  color: #000000;
}
.cid-vnfWHWqdfW .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnfWHWqdfW .table-wrapper {
  margin: 0 auto;
}
.cid-vnfWHWqdfW .head-item {
  min-width: 70px;
  text-align: justify;
}
.cid-vnfWHWqdfW table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-vnfWHWqdfW table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnfWHWqdfW table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnfWHWqdfW .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnfWHWqdfW .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnfWHWqdfW .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnfWHWqdfW .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnfWHWqdfW .dataTables_wrapper {
  display: block;
}
.cid-vnfWHWqdfW .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnfWHWqdfW .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnfWHWqdfW .head-item:after,
.cid-vnfWHWqdfW .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnfWHWqdfW .dataTables_filter {
    text-align: center;
  }
  .cid-vnfWHWqdfW .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnfWHWqdfW .dataTables_filter {
    text-align: center;
  }
  .cid-vnfWHWqdfW .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnfWHWqdfW .table-wrapper {
    width: 100% !important;
  }
  .cid-vnfWHWqdfW .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnfWHWqdfW table th,
  .cid-vnfWHWqdfW table td {
    padding: 0.75rem;
  }
}
.cid-vnfWHWqdfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnfWHWqdfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnfWHWqdfW .mbr-section-title,
.cid-vnfWHWqdfW .underline {
  text-align: justify;
}
.cid-vnlf4b4qqB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vnlf4b4qqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnlf4b4qqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnlf4b4qqB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnlf4b4qqB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnlf4b4qqB .content-head {
  max-width: 800px;
}
.cid-vnlf4b4qqB .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vnlf4b4qqB .img-wrapper img {
  width: 6rem;
}
.cid-vnlf4b4qqB .mbr-section-title {
  text-align: center;
}
.cid-vnlf4b4qqB .card-title {
  text-align: left;
}
.cid-vnleik6jtA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vnleik6jtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnleik6jtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vnleik6jtA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnleik6jtA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vnleik6jtA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vnleik6jtA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vnleik6jtA .mbr-section-title {
  color: #000000;
}
.cid-vnleik6jtA .mbr-text,
.cid-vnleik6jtA .mbr-section-btn {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnliQPs7nd {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/engineering-tools.webp");
}
.cid-vnliQPs7nd .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnliQPs7nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnliQPs7nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnliQPs7nd .mbr-section-title {
  text-align: left;
  color: #e6effe;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.cid-vnliQPs7nd .mbr-text,
.cid-vnliQPs7nd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpNC3VSuni {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNC3VSuni .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNC3VSuni .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNC3VSuni .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNC3VSuni .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNC3VSuni .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNC3VSuni .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNC3VSuni .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNC3VSuni .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNC3VSuni .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voFk32A4sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voFk32A4sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-voFk32A4sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voFk32A4sm .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-voFk32A4sm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-voFk32A4sm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-voFk32A4sm .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voFk32A4sm .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-voFk32A4sm .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-voFk32A4sm .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-voFk32A4sm .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f5f7fa;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-voFk32A4sm .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-voFk32A4sm .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-voFk32A4sm .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-voFk32A4sm .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-voFk32A4sm .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-voFk32A4sm .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-voFk32A4sm .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-voFk32A4sm .item .item-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-voFk32A4sm .mbr-section-title {
  color: #404349;
}
.cid-voFk32A4sm .item-desc {
  color: #b19a7c;
}
.cid-voFk32A4sm .item-name {
  color: #404349;
}
.cid-voFk32A4sm .item-role {
  color: #404349;
}
.cid-voFk32A4sm .mbr-section-title,
.cid-voFk32A4sm .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-voEcoEKrY0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-voEcoEKrY0 .row {
  flex-direction: row-reverse;
}
.cid-voEcoEKrY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEcoEKrY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEcoEKrY0 .mbr-description {
  text-align: left;
}
.cid-voEcoEKrY0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEcoEKrY0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEcoEKrY0 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEcoEKrY0 .card-title,
.cid-voEcoEKrY0 .iconfont-wrapper {
  color: #000000;
}
.cid-voEcoEKrY0 .card-text {
  color: #000000;
}
.cid-voEcoEKrY0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEcoEKrY0 .mbr-text,
.cid-voEcoEKrY0 .mbr-section-btn {
  text-align: center;
}
.cid-voEcoEKrY0 .card-text,
.cid-voEcoEKrY0 .item .mbr-section-btn {
  text-align: left;
}
.cid-voEcoEKrY0 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEcoEKrY0 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEcoEKrY0 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEcoEKrY0 .mbr-text UL {
  text-align: left;
}
.cid-voEeTDn1FR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voEeTDn1FR .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEeTDn1FR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEeTDn1FR .mbr-description {
  text-align: left;
}
.cid-voEeTDn1FR .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEeTDn1FR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEeTDn1FR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEeTDn1FR .card-title,
.cid-voEeTDn1FR .iconfont-wrapper {
  color: #000000;
}
.cid-voEeTDn1FR .card-text {
  color: #000000;
}
.cid-voEeTDn1FR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEeTDn1FR .mbr-text,
.cid-voEeTDn1FR .mbr-section-btn {
  text-align: center;
}
.cid-voEeTDn1FR .card-text,
.cid-voEeTDn1FR .item .mbr-section-btn {
  text-align: left;
}
.cid-voEeTDn1FR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEeTDn1FR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEeTDn1FR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEeTDn1FR .mbr-text UL {
  text-align: left;
}
.cid-voEgJKL8Yz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-voEgJKL8Yz .row {
  flex-direction: row-reverse;
}
.cid-voEgJKL8Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEgJKL8Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEgJKL8Yz .mbr-description {
  text-align: left;
}
.cid-voEgJKL8Yz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEgJKL8Yz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEgJKL8Yz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEgJKL8Yz .card-title,
.cid-voEgJKL8Yz .iconfont-wrapper {
  color: #000000;
}
.cid-voEgJKL8Yz .card-text {
  color: #000000;
}
.cid-voEgJKL8Yz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEgJKL8Yz .mbr-text,
.cid-voEgJKL8Yz .mbr-section-btn {
  text-align: center;
}
.cid-voEgJKL8Yz .card-text,
.cid-voEgJKL8Yz .item .mbr-section-btn {
  text-align: left;
}
.cid-voEgJKL8Yz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEgJKL8Yz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEgJKL8Yz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEgJKL8Yz .mbr-text UL {
  text-align: left;
}
.cid-voEobYcErJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voEobYcErJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEobYcErJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEobYcErJ .mbr-description {
  text-align: left;
}
.cid-voEobYcErJ .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEobYcErJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEobYcErJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEobYcErJ .card-title,
.cid-voEobYcErJ .iconfont-wrapper {
  color: #000000;
}
.cid-voEobYcErJ .card-text {
  color: #000000;
}
.cid-voEobYcErJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEobYcErJ .mbr-text,
.cid-voEobYcErJ .mbr-section-btn {
  text-align: center;
}
.cid-voEobYcErJ .card-text,
.cid-voEobYcErJ .item .mbr-section-btn {
  text-align: left;
}
.cid-voEobYcErJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEobYcErJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEobYcErJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEobYcErJ .mbr-text UL {
  text-align: left;
}
.cid-voEqqeFBMa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-voEqqeFBMa .row {
  flex-direction: row-reverse;
}
.cid-voEqqeFBMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEqqeFBMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEqqeFBMa .mbr-description {
  text-align: left;
}
.cid-voEqqeFBMa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEqqeFBMa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEqqeFBMa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEqqeFBMa .card-title,
.cid-voEqqeFBMa .iconfont-wrapper {
  color: #000000;
}
.cid-voEqqeFBMa .card-text {
  color: #000000;
}
.cid-voEqqeFBMa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEqqeFBMa .mbr-text,
.cid-voEqqeFBMa .mbr-section-btn {
  text-align: center;
}
.cid-voEqqeFBMa .card-text,
.cid-voEqqeFBMa .item .mbr-section-btn {
  text-align: left;
}
.cid-voEqqeFBMa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEqqeFBMa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEqqeFBMa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEqqeFBMa .mbr-text UL {
  text-align: left;
}
.cid-voErRJQYRH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voErRJQYRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voErRJQYRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voErRJQYRH .mbr-description {
  text-align: left;
}
.cid-voErRJQYRH .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voErRJQYRH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voErRJQYRH .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voErRJQYRH .card-title,
.cid-voErRJQYRH .iconfont-wrapper {
  color: #000000;
}
.cid-voErRJQYRH .card-text {
  color: #000000;
}
.cid-voErRJQYRH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voErRJQYRH .mbr-text,
.cid-voErRJQYRH .mbr-section-btn {
  text-align: center;
}
.cid-voErRJQYRH .card-text,
.cid-voErRJQYRH .item .mbr-section-btn {
  text-align: left;
}
.cid-voErRJQYRH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voErRJQYRH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voErRJQYRH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voErRJQYRH .mbr-text UL {
  text-align: left;
}
.cid-voEtfwf3Ps {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-voEtfwf3Ps .row {
  flex-direction: row-reverse;
}
.cid-voEtfwf3Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-voEtfwf3Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voEtfwf3Ps .mbr-description {
  text-align: left;
}
.cid-voEtfwf3Ps .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-voEtfwf3Ps .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voEtfwf3Ps .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-voEtfwf3Ps .card-title,
.cid-voEtfwf3Ps .iconfont-wrapper {
  color: #000000;
}
.cid-voEtfwf3Ps .card-text {
  color: #000000;
}
.cid-voEtfwf3Ps .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voEtfwf3Ps .mbr-text,
.cid-voEtfwf3Ps .mbr-section-btn {
  text-align: center;
}
.cid-voEtfwf3Ps .card-text,
.cid-voEtfwf3Ps .item .mbr-section-btn {
  text-align: left;
}
.cid-voEtfwf3Ps .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-voEtfwf3Ps .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-voEtfwf3Ps .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-voEtfwf3Ps .mbr-text UL {
  text-align: left;
}
.cid-voFbfVImiD {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-voFbfVImiD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-voFbfVImiD .mbr-text,
.cid-voFbfVImiD .mbr-section-btn {
  color: #716c80;
}
.cid-voFbfVImiD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-voFbfVImiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-voFbfVImiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voF6zuyxNc {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voF6zuyxNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voF6zuyxNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voF6zuyxNc .items-wrapper {
  margin: 0 -5px;
}
.cid-voF6zuyxNc .items-wrapper .item {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-voF6zuyxNc .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-voF6zuyxNc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voF6zuyxNc .item-wrapper {
  height: 100%;
  padding: 5px;
  background-color: #f5f7fa;
}
.cid-voF6zuyxNc .item-wrapper .card-box {
  height: 100%;
  padding: 42px;
  border: 1px dashed #000000;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-voF6zuyxNc .item-wrapper .card-box {
    padding: 24px;
    height: auto;
  }
}
.cid-voF6zuyxNc .item-wrapper .card-box .card-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voF6zuyxNc .item-wrapper .card-box .card-title {
    margin-bottom: 40px;
  }
}
.cid-voF6zuyxNc .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-voF6zuyxNc .item-wrapper .card-box .list .item-wrap {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.cid-voF6zuyxNc .item-wrapper .card-box .list .item-wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cid-voF6zuyxNc .card-title {
  color: #000000;
}
.cid-voF6zuyxNc .list {
  color: #f24d4a;
}
.cid-voF6zuyxNc .list,
.cid-voF6zuyxNc .item-wrap,
.cid-voF6zuyxNc .nav-wrapper {
  color: #000000;
}
.cid-vpwn5ZrERL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnqtTJJDM2 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/case-study-success-stories-hero.webp");
}
.cid-vnqtTJJDM2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnqtTJJDM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqtTJJDM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnqtTJJDM2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.cid-vnqtTJJDM2 .mbr-text,
.cid-vnqtTJJDM2 .mbr-section-btn {
  text-align: left;
  color: #e6effe;
}
.cid-vpNCm8utac {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNCm8utac .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNCm8utac .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNCm8utac .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNCm8utac .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNCm8utac .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNCm8utac .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNCm8utac .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNCm8utac .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNCm8utac .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnqzzV4Qyr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnqzzV4Qyr img,
.cid-vnqzzV4Qyr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnqzzV4Qyr .item:focus,
.cid-vnqzzV4Qyr span:focus {
  outline: none;
}
.cid-vnqzzV4Qyr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnqzzV4Qyr .item {
    margin-bottom: 1rem;
  }
}
.cid-vnqzzV4Qyr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnqzzV4Qyr .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnqzzV4Qyr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnqzzV4Qyr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnqzzV4Qyr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnqzzV4Qyr .mbr-section-title {
  color: #000000;
}
.cid-vnqzzV4Qyr .item-title {
  text-align: left;
}
.cid-vnqzzV4Qyr .item-subtitle {
  text-align: left;
}
.cid-vnqzzV4Qyr .mbr-text,
.cid-vnqzzV4Qyr .item .mbr-section-btn {
  text-align: left;
}
.cid-vnqzzV4Qyr .content-head {
  max-width: 800px;
}
.cid-vnqArCHU0r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnqArCHU0r img,
.cid-vnqArCHU0r .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnqArCHU0r .item:focus,
.cid-vnqArCHU0r span:focus {
  outline: none;
}
.cid-vnqArCHU0r .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnqArCHU0r .item {
    margin-bottom: 1rem;
  }
}
.cid-vnqArCHU0r .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnqArCHU0r .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnqArCHU0r .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnqArCHU0r .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnqArCHU0r .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnqArCHU0r .mbr-section-title {
  color: #000000;
}
.cid-vnqArCHU0r .item-title {
  text-align: left;
}
.cid-vnqArCHU0r .item-subtitle {
  text-align: left;
}
.cid-vnqArCHU0r .mbr-text,
.cid-vnqArCHU0r .item .mbr-section-btn {
  text-align: left;
}
.cid-vnqArCHU0r .content-head {
  max-width: 800px;
}
.cid-vnqAscr7xa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnqAscr7xa img,
.cid-vnqAscr7xa .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnqAscr7xa .item:focus,
.cid-vnqAscr7xa span:focus {
  outline: none;
}
.cid-vnqAscr7xa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnqAscr7xa .item {
    margin-bottom: 1rem;
  }
}
.cid-vnqAscr7xa .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnqAscr7xa .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnqAscr7xa .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnqAscr7xa .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnqAscr7xa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnqAscr7xa .mbr-section-title {
  color: #000000;
}
.cid-vnqAscr7xa .item-title {
  text-align: left;
}
.cid-vnqAscr7xa .item-subtitle {
  text-align: left;
}
.cid-vnqAscr7xa .mbr-text,
.cid-vnqAscr7xa .item .mbr-section-btn {
  text-align: left;
}
.cid-vnqAscr7xa .content-head {
  max-width: 800px;
}
.cid-vnPlF9QoMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnPlF9QoMC img,
.cid-vnPlF9QoMC .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnPlF9QoMC .item:focus,
.cid-vnPlF9QoMC span:focus {
  outline: none;
}
.cid-vnPlF9QoMC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnPlF9QoMC .item {
    margin-bottom: 1rem;
  }
}
.cid-vnPlF9QoMC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnPlF9QoMC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnPlF9QoMC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnPlF9QoMC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnPlF9QoMC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnPlF9QoMC .mbr-section-title {
  color: #000000;
}
.cid-vnPlF9QoMC .item-title {
  text-align: left;
}
.cid-vnPlF9QoMC .item-subtitle {
  text-align: left;
}
.cid-vnPlF9QoMC .mbr-text,
.cid-vnPlF9QoMC .item .mbr-section-btn {
  text-align: left;
}
.cid-vnPlF9QoMC .content-head {
  max-width: 800px;
}
.cid-vnT39YgQLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnT39YgQLT img,
.cid-vnT39YgQLT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnT39YgQLT .item:focus,
.cid-vnT39YgQLT span:focus {
  outline: none;
}
.cid-vnT39YgQLT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnT39YgQLT .item {
    margin-bottom: 1rem;
  }
}
.cid-vnT39YgQLT .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnT39YgQLT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnT39YgQLT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnT39YgQLT .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnT39YgQLT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnT39YgQLT .mbr-section-title {
  color: #000000;
}
.cid-vnT39YgQLT .item-title {
  text-align: left;
}
.cid-vnT39YgQLT .item-subtitle {
  text-align: left;
}
.cid-vnT39YgQLT .mbr-text,
.cid-vnT39YgQLT .item .mbr-section-btn {
  text-align: left;
}
.cid-vnT39YgQLT .content-head {
  max-width: 800px;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnr4VFGkgt {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/tank-preservation-02-hero.webp");
}
.cid-vnr4VFGkgt .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnr4VFGkgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnr4VFGkgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnr4VFGkgt .mbr-section-title {
  text-align: left;
  color: #0c2c68;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnr4VFGkgt .mbr-text,
.cid-vnr4VFGkgt .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-vpS5P4oD86 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS5P4oD86 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS5P4oD86 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS5P4oD86 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS5P4oD86 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS5P4oD86 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS5P4oD86 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS5P4oD86 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS5P4oD86 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS5P4oD86 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnxmLPYgxs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnxmLPYgxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnxmLPYgxs .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnxmLPYgxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnxmLPYgxs .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-vnxmLPYgxs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnxmLPYgxs .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnxmLPYgxs .card-title,
.cid-vnxmLPYgxs .iconfont-wrapper {
  color: #000000;
}
.cid-vnxmLPYgxs .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnxmLPYgxs .content-head {
  max-width: 800px;
}
.cid-vnxmLPYgxs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnxmLPYgxs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnxmLPYgxs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnxmLPYgxs .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnxmLPYgxs .card-title,
.cid-vnxmLPYgxs .img-wrapper {
  text-align: center;
}
.cid-vnxpK6Du1B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnxpK6Du1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnxpK6Du1B .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnxpK6Du1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnxpK6Du1B .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-vnxpK6Du1B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnxpK6Du1B .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnxpK6Du1B .card-title,
.cid-vnxpK6Du1B .iconfont-wrapper {
  color: #000000;
}
.cid-vnxpK6Du1B .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnxpK6Du1B .content-head {
  max-width: 800px;
}
.cid-vnxpK6Du1B .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vnxpK6Du1B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnxpK6Du1B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnxpK6Du1B .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnxpK6Du1B .card-title,
.cid-vnxpK6Du1B .img-wrapper {
  text-align: center;
}
.cid-vnrgo8wUN7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnrgo8wUN7 .container-fluid {
  padding: 0 3rem;
}
.cid-vnrgo8wUN7 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnrgo8wUN7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnrgo8wUN7 .table-wrapper {
  margin: 0 auto;
}
.cid-vnrgo8wUN7 .head-item {
  min-width: 70px;
}
.cid-vnrgo8wUN7 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnrgo8wUN7 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnrgo8wUN7 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnrgo8wUN7 table.table {
  background: #ffffff;
}
.cid-vnrgo8wUN7 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnrgo8wUN7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnrgo8wUN7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnrgo8wUN7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnrgo8wUN7 .dataTables_wrapper {
  display: block;
}
.cid-vnrgo8wUN7 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnrgo8wUN7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnrgo8wUN7 .head-item:after,
.cid-vnrgo8wUN7 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnrgo8wUN7 .dataTables_filter {
    text-align: center;
  }
  .cid-vnrgo8wUN7 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnrgo8wUN7 .dataTables_filter {
    text-align: center;
  }
  .cid-vnrgo8wUN7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnrgo8wUN7 .table-wrapper {
    width: 100% !important;
  }
  .cid-vnrgo8wUN7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnrgo8wUN7 table th,
  .cid-vnrgo8wUN7 table td {
    padding: 0.75rem;
  }
}
.cid-vnrgo8wUN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnrgo8wUN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnrgo8wUN7 .body-item {
  text-align: left;
}
.cid-vnrgo8wUN7 .mbr-section-title,
.cid-vnrgo8wUN7 .underline {
  text-align: center;
}
.cid-vnrgo8wUN7 .table-responsive {
  overflow-x: auto;
}
.cid-vnrgo8wUN7 table td,
.cid-vnrgo8wUN7 table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnrgo8wUN7 table th {
  max-width: 11.25rem;
}
.cid-vnrgo8wUN7 .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vpBSjrBg1t {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpBSjrBg1t .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBSjrBg1t .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBSjrBg1t .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBSjrBg1t .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBSjrBg1t .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBSjrBg1t .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBSjrBg1t .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBSjrBg1t .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBSjrBg1t .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBSjrBg1t .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnrGwU3p79 {
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hydrotesting-preservation-02-hero.webp");
}
.cid-vnrGwU3p79 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnrGwU3p79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnrGwU3p79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnrGwU3p79 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnrGwU3p79 .mbr-text,
.cid-vnrGwU3p79 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS6aj11T1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS6aj11T1 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS6aj11T1 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS6aj11T1 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS6aj11T1 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS6aj11T1 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS6aj11T1 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS6aj11T1 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS6aj11T1 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS6aj11T1 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnrHKM0q97 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vnrHKM0q97 .container-fluid {
  padding: 0 3rem;
}
.cid-vnrHKM0q97 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnrHKM0q97 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnrHKM0q97 .table-wrapper {
  margin: 0 auto;
}
.cid-vnrHKM0q97 .head-item {
  min-width: 70px;
}
.cid-vnrHKM0q97 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnrHKM0q97 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnrHKM0q97 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnrHKM0q97 table.table {
  background: #f5f7fa;
}
.cid-vnrHKM0q97 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnrHKM0q97 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnrHKM0q97 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnrHKM0q97 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnrHKM0q97 .dataTables_wrapper {
  display: block;
}
.cid-vnrHKM0q97 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnrHKM0q97 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnrHKM0q97 .head-item:after,
.cid-vnrHKM0q97 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnrHKM0q97 .dataTables_filter {
    text-align: center;
  }
  .cid-vnrHKM0q97 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnrHKM0q97 .dataTables_filter {
    text-align: center;
  }
  .cid-vnrHKM0q97 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnrHKM0q97 .table-wrapper {
    width: 100% !important;
  }
  .cid-vnrHKM0q97 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnrHKM0q97 table th,
  .cid-vnrHKM0q97 table td {
    padding: 0.75rem;
  }
}
.cid-vnrHKM0q97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnrHKM0q97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnrHKM0q97 .body-item {
  text-align: left;
}
.cid-vnrHKM0q97 .mbr-section-title,
.cid-vnrHKM0q97 .underline {
  text-align: center;
}
.cid-vnrHKM0q97 .table-responsive {
  overflow-x: auto;
}
.cid-vnrHKM0q97 table td,
.cid-vnrHKM0q97 table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnrHKM0q97 table th {
  max-width: 11.25rem;
}
.cid-vnrHKM0q97 .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnxHembX0Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnxHembX0Y .container-fluid {
  padding: 0 3rem;
}
.cid-vnxHembX0Y .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnxHembX0Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnxHembX0Y .table-wrapper {
  margin: 0 auto;
}
.cid-vnxHembX0Y .head-item {
  min-width: 70px;
}
.cid-vnxHembX0Y table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnxHembX0Y table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnxHembX0Y table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnxHembX0Y table.table {
  background: #ffffff;
}
.cid-vnxHembX0Y .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnxHembX0Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnxHembX0Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnxHembX0Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnxHembX0Y .dataTables_wrapper {
  display: block;
}
.cid-vnxHembX0Y .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnxHembX0Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnxHembX0Y .head-item:after,
.cid-vnxHembX0Y .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnxHembX0Y .dataTables_filter {
    text-align: center;
  }
  .cid-vnxHembX0Y .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnxHembX0Y .dataTables_filter {
    text-align: center;
  }
  .cid-vnxHembX0Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnxHembX0Y .table-wrapper {
    width: 100% !important;
  }
  .cid-vnxHembX0Y .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnxHembX0Y table th,
  .cid-vnxHembX0Y table td {
    padding: 0.75rem;
  }
}
.cid-vnxHembX0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnxHembX0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnxHembX0Y .body-item {
  text-align: left;
}
.cid-vnxHembX0Y .mbr-section-title,
.cid-vnxHembX0Y .underline {
  text-align: center;
}
.cid-vnxHembX0Y .table-responsive {
  overflow-x: auto;
}
.cid-vnxHembX0Y table td,
.cid-vnxHembX0Y table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnxHembX0Y table th {
  max-width: 11.25rem;
}
.cid-vnxHembX0Y .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vpBU1LXPoC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpBU1LXPoC .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBU1LXPoC .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBU1LXPoC .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBU1LXPoC .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBU1LXPoC .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBU1LXPoC .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBU1LXPoC .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBU1LXPoC .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBU1LXPoC .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBU1LXPoC .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnCM31DPo5 {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/drill-pipe-preservation-02-hero.webp");
}
.cid-vnCM31DPo5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnCM31DPo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnCM31DPo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnCM31DPo5 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnCM31DPo5 .mbr-text,
.cid-vnCM31DPo5 .mbr-section-btn {
  text-align: left;
  color: #edefeb;
}
.cid-vpS6J3vC9B {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS6J3vC9B .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS6J3vC9B .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS6J3vC9B .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS6J3vC9B .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS6J3vC9B .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS6J3vC9B .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS6J3vC9B .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS6J3vC9B .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS6J3vC9B .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnCMUUuox8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnCMUUuox8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnCMUUuox8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnCMUUuox8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnCMUUuox8 .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-vnCMUUuox8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnCMUUuox8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnCMUUuox8 .card-title,
.cid-vnCMUUuox8 .iconfont-wrapper {
  color: #000000;
}
.cid-vnCMUUuox8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnCMUUuox8 .content-head {
  max-width: 800px;
}
.cid-vnCMUUuox8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnCMUUuox8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnCMUUuox8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnCMUUuox8 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnCMUUuox8 .card-title,
.cid-vnCMUUuox8 .img-wrapper {
  text-align: center;
}
.cid-vnCRt2KKI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnCRt2KKI1 .container-fluid {
  padding: 0 3rem;
}
.cid-vnCRt2KKI1 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnCRt2KKI1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnCRt2KKI1 .table-wrapper {
  margin: 0 auto;
}
.cid-vnCRt2KKI1 .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnCRt2KKI1 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnCRt2KKI1 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnCRt2KKI1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnCRt2KKI1 table.table {
  background: #ffffff;
}
.cid-vnCRt2KKI1 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnCRt2KKI1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnCRt2KKI1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnCRt2KKI1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnCRt2KKI1 .dataTables_wrapper {
  display: block;
}
.cid-vnCRt2KKI1 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnCRt2KKI1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnCRt2KKI1 .head-item:after,
.cid-vnCRt2KKI1 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnCRt2KKI1 .dataTables_filter {
    text-align: center;
  }
  .cid-vnCRt2KKI1 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnCRt2KKI1 .dataTables_filter {
    text-align: center;
  }
  .cid-vnCRt2KKI1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnCRt2KKI1 .table-wrapper {
    width: 100% !important;
  }
  .cid-vnCRt2KKI1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnCRt2KKI1 table th,
  .cid-vnCRt2KKI1 table td {
    padding: 0.75rem;
  }
}
.cid-vnCRt2KKI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnCRt2KKI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnCRt2KKI1 .body-item {
  text-align: left;
}
.cid-vnCRt2KKI1 .mbr-section-title,
.cid-vnCRt2KKI1 .underline {
  text-align: center;
}
.cid-vnCRt2KKI1 .table-responsive {
  overflow-x: auto;
}
.cid-vnCRt2KKI1 table td,
.cid-vnCRt2KKI1 table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnCRt2KKI1 table th {
  max-width: 11.25rem;
}
.cid-vnCRt2KKI1 .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnD4XYPqjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnD4XYPqjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnD4XYPqjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnD4XYPqjF .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vnD4XYPqjF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vnD4XYPqjF .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vnD4XYPqjF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vnD4XYPqjF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vnD4XYPqjF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #232323 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vnD4XYPqjF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnD4XYPqjF .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vnD4XYPqjF .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vnD4XYPqjF .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnD4XYPqjF .mbr-label,
.cid-vnD4XYPqjF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vnD4XYPqjF .mbr-section-title,
.cid-vnD4XYPqjF .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vnD4XYPqjF .mbr-text,
.cid-vnD4XYPqjF .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vnD4XYPqjF .item-title {
  color: #000000;
}
.cid-vnD4XYPqjF .item-text {
  color: #515151;
  text-align: center;
}
.cid-vnD4XYPqjF .item-title,
.cid-vnD4XYPqjF .mbr-section-btn {
  text-align: center;
}
.cid-vpBYFZF6Wk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBYFZF6Wk .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBYFZF6Wk .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBYFZF6Wk .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBYFZF6Wk .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBYFZF6Wk .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBYFZF6Wk .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBYFZF6Wk .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBYFZF6Wk .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBYFZF6Wk .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBYFZF6Wk .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpBYFZF6Wk .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnILOrkgzu {
  padding-top: 165px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/jack-up-rig-preservation-hero-1.webp");
}
.cid-vnILOrkgzu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnILOrkgzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnILOrkgzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnILOrkgzu .mbr-section-title {
  text-align: left;
  color: #0c2c68;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnILOrkgzu .mbr-text,
.cid-vnILOrkgzu .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-vpS6UPGMzo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS6UPGMzo .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS6UPGMzo .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS6UPGMzo .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS6UPGMzo .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS6UPGMzo .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS6UPGMzo .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS6UPGMzo .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS6UPGMzo .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS6UPGMzo .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnDka7PFgA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnDka7PFgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnDka7PFgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnDka7PFgA .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnDka7PFgA .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnDka7PFgA .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnDka7PFgA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnDka7PFgA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnDka7PFgA .items-wrapper {
  margin: 0 -8px;
}
.cid-vnDka7PFgA .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnDka7PFgA .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnDka7PFgA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnDka7PFgA .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnDka7PFgA .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-vnDka7PFgA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnDka7PFgA .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnDka7PFgA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnDka7PFgA .mbr-text,
.cid-vnDka7PFgA .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnDka7PFgA .item-title {
  color: #000000;
}
.cid-vnDka7PFgA .item-text {
  color: #000000;
}
.cid-vnDqJybl8L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnDqJybl8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnDqJybl8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnDqJybl8L .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnDqJybl8L .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnDqJybl8L .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnDqJybl8L .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnDqJybl8L .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnDqJybl8L .items-wrapper {
  margin: 0 -8px;
}
.cid-vnDqJybl8L .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnDqJybl8L .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnDqJybl8L .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnDqJybl8L .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnDqJybl8L .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-vnDqJybl8L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnDqJybl8L .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnDqJybl8L .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnDqJybl8L .mbr-text,
.cid-vnDqJybl8L .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnDqJybl8L .item-title {
  color: #000000;
}
.cid-vnDqJybl8L .item-text {
  color: #000000;
}
.cid-vnIGNLIlfJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnIGNLIlfJ .container-fluid {
  padding: 0 3rem;
}
.cid-vnIGNLIlfJ .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnIGNLIlfJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnIGNLIlfJ .table-wrapper {
  margin: 0 auto;
}
.cid-vnIGNLIlfJ .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnIGNLIlfJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnIGNLIlfJ table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnIGNLIlfJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnIGNLIlfJ table.table {
  background: #ffffff;
}
.cid-vnIGNLIlfJ .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnIGNLIlfJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnIGNLIlfJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnIGNLIlfJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnIGNLIlfJ .dataTables_wrapper {
  display: block;
}
.cid-vnIGNLIlfJ .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnIGNLIlfJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnIGNLIlfJ .head-item:after,
.cid-vnIGNLIlfJ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnIGNLIlfJ .dataTables_filter {
    text-align: center;
  }
  .cid-vnIGNLIlfJ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnIGNLIlfJ .dataTables_filter {
    text-align: center;
  }
  .cid-vnIGNLIlfJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnIGNLIlfJ .table-wrapper {
    width: 100% !important;
  }
  .cid-vnIGNLIlfJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnIGNLIlfJ table th,
  .cid-vnIGNLIlfJ table td {
    padding: 0.75rem;
  }
}
.cid-vnIGNLIlfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIGNLIlfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIGNLIlfJ .body-item {
  text-align: left;
}
.cid-vnIGNLIlfJ .mbr-section-title,
.cid-vnIGNLIlfJ .underline {
  text-align: center;
}
.cid-vnIGNLIlfJ .table-responsive {
  overflow-x: auto;
}
.cid-vnIGNLIlfJ table td,
.cid-vnIGNLIlfJ table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnIGNLIlfJ table th {
  max-width: 11.25rem;
}
.cid-vnIGNLIlfJ .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vpBZcacglL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBZcacglL .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBZcacglL .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBZcacglL .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBZcacglL .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBZcacglL .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBZcacglL .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBZcacglL .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBZcacglL .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBZcacglL .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBZcacglL .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpBZcacglL .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnIO5JpzMz {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/fpso-hero-1.webp");
}
.cid-vnIO5JpzMz .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnIO5JpzMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIO5JpzMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIO5JpzMz .mbr-section-title {
  text-align: left;
  color: #0c2c68;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnIO5JpzMz .mbr-text,
.cid-vnIO5JpzMz .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vpS71Zft37 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS71Zft37 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS71Zft37 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS71Zft37 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS71Zft37 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS71Zft37 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS71Zft37 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS71Zft37 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS71Zft37 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS71Zft37 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnIOLCjizL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnIOLCjizL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIOLCjizL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIOLCjizL .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnIOLCjizL .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnIOLCjizL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnIOLCjizL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnIOLCjizL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnIOLCjizL .items-wrapper {
  margin: 0 -8px;
}
.cid-vnIOLCjizL .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnIOLCjizL .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnIOLCjizL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnIOLCjizL .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnIOLCjizL .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnIOLCjizL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnIOLCjizL .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnIOLCjizL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnIOLCjizL .mbr-text,
.cid-vnIOLCjizL .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnIOLCjizL .item-title {
  color: #000000;
}
.cid-vnIOLCjizL .item-text {
  color: #000000;
}
.cid-vnIUo6LsFP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnIUo6LsFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIUo6LsFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIUo6LsFP .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnIUo6LsFP .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnIUo6LsFP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnIUo6LsFP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnIUo6LsFP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnIUo6LsFP .items-wrapper {
  margin: 0 -8px;
}
.cid-vnIUo6LsFP .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnIUo6LsFP .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnIUo6LsFP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnIUo6LsFP .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnIUo6LsFP .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 0px;
}
.cid-vnIUo6LsFP .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnIUo6LsFP .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnIUo6LsFP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnIUo6LsFP .mbr-text,
.cid-vnIUo6LsFP .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnIUo6LsFP .item-title {
  color: #000000;
}
.cid-vnIUo6LsFP .item-text {
  color: #000000;
}
.cid-vnIZvpaChD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnIZvpaChD .container-fluid {
  padding: 0 3rem;
}
.cid-vnIZvpaChD .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnIZvpaChD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnIZvpaChD .table-wrapper {
  margin: 0 auto;
}
.cid-vnIZvpaChD .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnIZvpaChD table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnIZvpaChD table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnIZvpaChD table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnIZvpaChD table.table {
  background: #ffffff;
}
.cid-vnIZvpaChD .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnIZvpaChD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnIZvpaChD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnIZvpaChD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnIZvpaChD .dataTables_wrapper {
  display: block;
}
.cid-vnIZvpaChD .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnIZvpaChD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnIZvpaChD .head-item:after,
.cid-vnIZvpaChD .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnIZvpaChD .dataTables_filter {
    text-align: center;
  }
  .cid-vnIZvpaChD .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnIZvpaChD .dataTables_filter {
    text-align: center;
  }
  .cid-vnIZvpaChD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnIZvpaChD .table-wrapper {
    width: 100% !important;
  }
  .cid-vnIZvpaChD .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnIZvpaChD table th,
  .cid-vnIZvpaChD table td {
    padding: 0.75rem;
  }
}
.cid-vnIZvpaChD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIZvpaChD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIZvpaChD .body-item {
  text-align: left;
}
.cid-vnIZvpaChD .mbr-section-title,
.cid-vnIZvpaChD .underline {
  text-align: center;
}
.cid-vnIZvpaChD .table-responsive {
  overflow-x: auto;
}
.cid-vnIZvpaChD table td,
.cid-vnIZvpaChD table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnIZvpaChD table th {
  max-width: 11.25rem;
}
.cid-vnIZvpaChD .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnPbYZydej {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnPbYZydej .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPbYZydej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPbYZydej .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnPbYZydej .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnPbYZydej .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnPbYZydej .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnPbYZydej .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnPbYZydej .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnPbYZydej .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnPbYZydej .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnPbYZydej .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnPbYZydej .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnPbYZydej .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnPbYZydej .content-head {
  max-width: 800px;
}
.cid-vnPbYZydej .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnPbYZydej .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpBZvNgbpj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBZvNgbpj .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBZvNgbpj .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBZvNgbpj .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBZvNgbpj .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBZvNgbpj .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBZvNgbpj .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBZvNgbpj .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBZvNgbpj .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBZvNgbpj .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBZvNgbpj .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpBZvNgbpj .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnJeV4uXEa {
  padding-top: 210px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mining-preservation-hero-1.webp");
}
.cid-vnJeV4uXEa .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnJeV4uXEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnJeV4uXEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnJeV4uXEa .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnJeV4uXEa .mbr-text,
.cid-vnJeV4uXEa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS7aOOJ1q {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7aOOJ1q .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7aOOJ1q .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7aOOJ1q .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7aOOJ1q .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7aOOJ1q .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7aOOJ1q .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7aOOJ1q .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7aOOJ1q .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7aOOJ1q .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnJfI7wOF1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnJfI7wOF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnJfI7wOF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnJfI7wOF1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnJfI7wOF1 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnJfI7wOF1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnJfI7wOF1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnJfI7wOF1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnJfI7wOF1 .items-wrapper {
  margin: 0 -8px;
}
.cid-vnJfI7wOF1 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnJfI7wOF1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnJfI7wOF1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnJfI7wOF1 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnJfI7wOF1 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnJfI7wOF1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnJfI7wOF1 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnJfI7wOF1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnJfI7wOF1 .mbr-text,
.cid-vnJfI7wOF1 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnJfI7wOF1 .item-title {
  color: #000000;
}
.cid-vnJfI7wOF1 .item-text {
  color: #000000;
}
.cid-vnJhN7sc6a {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vnJhN7sc6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnJhN7sc6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnJhN7sc6a .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnJhN7sc6a .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnJhN7sc6a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnJhN7sc6a .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnJhN7sc6a .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnJhN7sc6a .items-wrapper {
  margin: 0 -8px;
}
.cid-vnJhN7sc6a .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnJhN7sc6a .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnJhN7sc6a .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnJhN7sc6a .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnJhN7sc6a .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnJhN7sc6a .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnJhN7sc6a .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnJhN7sc6a .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnJhN7sc6a .mbr-text,
.cid-vnJhN7sc6a .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnJhN7sc6a .item-title {
  color: #000000;
}
.cid-vnJhN7sc6a .item-text {
  color: #000000;
}
.cid-vnJjqGPr7Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnJjqGPr7Z .container-fluid {
  padding: 0 3rem;
}
.cid-vnJjqGPr7Z .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnJjqGPr7Z .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnJjqGPr7Z .table-wrapper {
  margin: 0 auto;
}
.cid-vnJjqGPr7Z .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnJjqGPr7Z table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnJjqGPr7Z table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnJjqGPr7Z table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnJjqGPr7Z table.table {
  background: #ffffff;
}
.cid-vnJjqGPr7Z .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnJjqGPr7Z .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnJjqGPr7Z .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnJjqGPr7Z .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnJjqGPr7Z .dataTables_wrapper {
  display: block;
}
.cid-vnJjqGPr7Z .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnJjqGPr7Z .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnJjqGPr7Z .head-item:after,
.cid-vnJjqGPr7Z .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnJjqGPr7Z .dataTables_filter {
    text-align: center;
  }
  .cid-vnJjqGPr7Z .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnJjqGPr7Z .dataTables_filter {
    text-align: center;
  }
  .cid-vnJjqGPr7Z .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnJjqGPr7Z .table-wrapper {
    width: 100% !important;
  }
  .cid-vnJjqGPr7Z .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnJjqGPr7Z table th,
  .cid-vnJjqGPr7Z table td {
    padding: 0.75rem;
  }
}
.cid-vnJjqGPr7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnJjqGPr7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnJjqGPr7Z .body-item {
  text-align: left;
}
.cid-vnJjqGPr7Z .mbr-section-title,
.cid-vnJjqGPr7Z .underline {
  text-align: center;
}
.cid-vnJjqGPr7Z .table-responsive {
  overflow-x: auto;
}
.cid-vnJjqGPr7Z table td,
.cid-vnJjqGPr7Z table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnJjqGPr7Z table th {
  max-width: 11.25rem;
}
.cid-vnJjqGPr7Z .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnNyjcWQNJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnNyjcWQNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNyjcWQNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNyjcWQNJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnNyjcWQNJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnNyjcWQNJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnNyjcWQNJ .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnNyjcWQNJ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnNyjcWQNJ .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnNyjcWQNJ .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnNyjcWQNJ .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnNyjcWQNJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnNyjcWQNJ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnNyjcWQNJ .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnNyjcWQNJ .content-head {
  max-width: 800px;
}
.cid-vnNyjcWQNJ .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnNyjcWQNJ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC4Uq6G1r {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC4Uq6G1r .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC4Uq6G1r .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC4Uq6G1r .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC4Uq6G1r .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC4Uq6G1r .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC4Uq6G1r .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC4Uq6G1r .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC4Uq6G1r .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC4Uq6G1r .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC4Uq6G1r .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC4Uq6G1r .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnNHkd9bve {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/electronic-preservation-hero.webp");
}
.cid-vnNHkd9bve .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnNHkd9bve .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNHkd9bve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNHkd9bve .mbr-section-title {
  text-align: left;
  color: #000000;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnNHkd9bve .mbr-text,
.cid-vnNHkd9bve .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vpS7jFRUzv {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7jFRUzv .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7jFRUzv .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7jFRUzv .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7jFRUzv .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7jFRUzv .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7jFRUzv .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7jFRUzv .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7jFRUzv .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7jFRUzv .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnNHkdsBTl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnNHkdsBTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNHkdsBTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNHkdsBTl .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnNHkdsBTl .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnNHkdsBTl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNHkdsBTl .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNHkdsBTl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNHkdsBTl .items-wrapper {
  margin: 0 -8px;
}
.cid-vnNHkdsBTl .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnNHkdsBTl .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnNHkdsBTl .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNHkdsBTl .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNHkdsBTl .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnNHkdsBTl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnNHkdsBTl .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnNHkdsBTl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnNHkdsBTl .mbr-text,
.cid-vnNHkdsBTl .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnNHkdsBTl .item-title {
  color: #000000;
}
.cid-vnNHkdsBTl .item-text {
  color: #000000;
}
.cid-vnNMzFma0w {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vnNMzFma0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNMzFma0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNMzFma0w .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnNMzFma0w .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnNMzFma0w .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNMzFma0w .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNMzFma0w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNMzFma0w .items-wrapper {
  margin: 0 -8px;
}
.cid-vnNMzFma0w .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnNMzFma0w .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnNMzFma0w .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNMzFma0w .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNMzFma0w .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnNMzFma0w .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnNMzFma0w .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnNMzFma0w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnNMzFma0w .mbr-text,
.cid-vnNMzFma0w .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnNMzFma0w .item-title {
  color: #000000;
}
.cid-vnNMzFma0w .item-text {
  color: #000000;
}
.cid-vnNHkeCf2O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnNHkeCf2O .container-fluid {
  padding: 0 3rem;
}
.cid-vnNHkeCf2O .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnNHkeCf2O .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnNHkeCf2O .table-wrapper {
  margin: 0 auto;
}
.cid-vnNHkeCf2O .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnNHkeCf2O table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnNHkeCf2O table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnNHkeCf2O table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnNHkeCf2O table.table {
  background: #ffffff;
}
.cid-vnNHkeCf2O .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnNHkeCf2O .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnNHkeCf2O .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnNHkeCf2O .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnNHkeCf2O .dataTables_wrapper {
  display: block;
}
.cid-vnNHkeCf2O .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnNHkeCf2O .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnNHkeCf2O .head-item:after,
.cid-vnNHkeCf2O .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnNHkeCf2O .dataTables_filter {
    text-align: center;
  }
  .cid-vnNHkeCf2O .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkeCf2O .dataTables_filter {
    text-align: center;
  }
  .cid-vnNHkeCf2O .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnNHkeCf2O .table-wrapper {
    width: 100% !important;
  }
  .cid-vnNHkeCf2O .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnNHkeCf2O table th,
  .cid-vnNHkeCf2O table td {
    padding: 0.75rem;
  }
}
.cid-vnNHkeCf2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNHkeCf2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNHkeCf2O .body-item {
  text-align: left;
}
.cid-vnNHkeCf2O .mbr-section-title,
.cid-vnNHkeCf2O .underline {
  text-align: center;
}
.cid-vnNHkeCf2O .table-responsive {
  overflow-x: auto;
}
.cid-vnNHkeCf2O table td,
.cid-vnNHkeCf2O table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnNHkeCf2O table th {
  max-width: 11.25rem;
}
.cid-vnNHkeCf2O .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnNHkfrS2j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vnNHkfrS2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNHkfrS2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNHkfrS2j .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnNHkfrS2j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnNHkfrS2j .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnNHkfrS2j .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnNHkfrS2j .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnNHkfrS2j .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnNHkfrS2j .nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.cid-vnNHkfrS2j .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnNHkfrS2j .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnNHkfrS2j .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnNHkfrS2j .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnNHkfrS2j .content-head {
  max-width: 800px;
}
.cid-vnNHkfrS2j .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnNHkfrS2j .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC5igwAX5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC5igwAX5 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC5igwAX5 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC5igwAX5 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC5igwAX5 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC5igwAX5 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC5igwAX5 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC5igwAX5 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC5igwAX5 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC5igwAX5 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC5igwAX5 .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC5igwAX5 .mbr-section-title {
  text-align: center;
}
.cid-vnNHkg1d2x {
  background-color: #f3f7fe;
}
.cid-vnNHkg1d2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNHkg1d2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNHkg1d2x .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnNHkg1d2x .row {
  align-items: center;
}
.cid-vnNHkg1d2x .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnNHkg1d2x .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnNHkg1d2x .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnNHkg1d2x .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnNHkg1d2x .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnNHkg1d2x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnNHkg1d2x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNHkg1d2x .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnNHkg1d2x .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnNHkg1d2x .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnNHkg1d2x .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnNHkg1d2x .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNHkg1d2x .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnNHkg1d2x .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnNHkg1d2x .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnNHkg1d2x .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnNHkg1d2x .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnNHkg1d2x .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnNHkg1d2x .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnNHkg1d2x .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnNHkg1d2x .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnNHkg1d2x .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNHkg1d2x .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnNHkg1d2x .contact-container {
    width: 100%;
  }
}
.cid-vnNHkg1d2x .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnNHkg1d2x .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnNHkg1d2x .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnNHkg1d2x .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnNHkg1d2x .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnNHkg1d2x .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnNHkg1d2x .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnNHkg1d2x .copyright {
  color: #efefec;
}
.cid-vnNHkg1d2x .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnNHkg1d2x .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnNHkg1d2x .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnNZtyH20X {
  padding-top: 210px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/aviation-preservation-hero.webp");
}
.cid-vnNZtyH20X .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnNZtyH20X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtyH20X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtyH20X .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnNZtyH20X .mbr-text,
.cid-vnNZtyH20X .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS7uiyTmB {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7uiyTmB .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7uiyTmB .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7uiyTmB .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7uiyTmB .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7uiyTmB .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7uiyTmB .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7uiyTmB .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7uiyTmB .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7uiyTmB .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnNZtz4eZQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnNZtz4eZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtz4eZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtz4eZQ .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnNZtz4eZQ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnNZtz4eZQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNZtz4eZQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNZtz4eZQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNZtz4eZQ .items-wrapper {
  margin: 0 -8px;
}
.cid-vnNZtz4eZQ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnNZtz4eZQ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnNZtz4eZQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNZtz4eZQ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNZtz4eZQ .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnNZtz4eZQ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnNZtz4eZQ .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnNZtz4eZQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnNZtz4eZQ .mbr-text,
.cid-vnNZtz4eZQ .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnNZtz4eZQ .item-title {
  color: #000000;
}
.cid-vnNZtz4eZQ .item-text {
  color: #000000;
}
.cid-vnNZtzFbAG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vnNZtzFbAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtzFbAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtzFbAG .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnNZtzFbAG .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnNZtzFbAG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnNZtzFbAG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnNZtzFbAG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnNZtzFbAG .items-wrapper {
  margin: 0 -8px;
}
.cid-vnNZtzFbAG .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnNZtzFbAG .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnNZtzFbAG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnNZtzFbAG .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnNZtzFbAG .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnNZtzFbAG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnNZtzFbAG .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnNZtzFbAG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnNZtzFbAG .mbr-text,
.cid-vnNZtzFbAG .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnNZtzFbAG .item-title {
  color: #000000;
}
.cid-vnNZtzFbAG .item-text {
  color: #000000;
}
.cid-vnNZtAfEzD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnNZtAfEzD .container-fluid {
  padding: 0 3rem;
}
.cid-vnNZtAfEzD .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnNZtAfEzD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnNZtAfEzD .table-wrapper {
  margin: 0 auto;
}
.cid-vnNZtAfEzD .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnNZtAfEzD table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnNZtAfEzD table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnNZtAfEzD table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnNZtAfEzD table.table {
  background: #ffffff;
}
.cid-vnNZtAfEzD .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnNZtAfEzD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnNZtAfEzD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnNZtAfEzD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnNZtAfEzD .dataTables_wrapper {
  display: block;
}
.cid-vnNZtAfEzD .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnNZtAfEzD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnNZtAfEzD .head-item:after,
.cid-vnNZtAfEzD .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnNZtAfEzD .dataTables_filter {
    text-align: center;
  }
  .cid-vnNZtAfEzD .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtAfEzD .dataTables_filter {
    text-align: center;
  }
  .cid-vnNZtAfEzD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnNZtAfEzD .table-wrapper {
    width: 100% !important;
  }
  .cid-vnNZtAfEzD .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnNZtAfEzD table th,
  .cid-vnNZtAfEzD table td {
    padding: 0.75rem;
  }
}
.cid-vnNZtAfEzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtAfEzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtAfEzD .body-item {
  text-align: left;
}
.cid-vnNZtAfEzD .mbr-section-title,
.cid-vnNZtAfEzD .underline {
  text-align: center;
}
.cid-vnNZtAfEzD .table-responsive {
  overflow-x: auto;
}
.cid-vnNZtAfEzD table td,
.cid-vnNZtAfEzD table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnNZtAfEzD table th {
  max-width: 11.25rem;
}
.cid-vnNZtAfEzD .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnNZtB52pq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnNZtB52pq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtB52pq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtB52pq .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnNZtB52pq .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnNZtB52pq .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnNZtB52pq .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnNZtB52pq .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnNZtB52pq .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnNZtB52pq .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnNZtB52pq .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnNZtB52pq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnNZtB52pq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnNZtB52pq .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnNZtB52pq .content-head {
  max-width: 800px;
}
.cid-vnNZtB52pq .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnNZtB52pq .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC75FNzxX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC75FNzxX .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC75FNzxX .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC75FNzxX .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC75FNzxX .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC75FNzxX .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC75FNzxX .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC75FNzxX .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC75FNzxX .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC75FNzxX .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC75FNzxX .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC75FNzxX .mbr-section-title {
  text-align: center;
}
.cid-vnNZtBEM2a {
  background-color: #f3f7fe;
}
.cid-vnNZtBEM2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtBEM2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtBEM2a .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnNZtBEM2a .row {
  align-items: center;
}
.cid-vnNZtBEM2a .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnNZtBEM2a .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnNZtBEM2a .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNZtBEM2a .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnNZtBEM2a .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnNZtBEM2a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnNZtBEM2a .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNZtBEM2a .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnNZtBEM2a .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnNZtBEM2a .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnNZtBEM2a .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnNZtBEM2a .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnNZtBEM2a .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnNZtBEM2a .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .contact-container {
    width: 100%;
  }
}
.cid-vnNZtBEM2a .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnNZtBEM2a .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnNZtBEM2a .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnNZtBEM2a .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnNZtBEM2a .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnNZtBEM2a .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnNZtBEM2a .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnNZtBEM2a .copyright {
  color: #efefec;
}
.cid-vnNZtBEM2a .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnNZtBEM2a .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnNZtBEM2a .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnPnVMBSxL {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/automobile-preservation-hero-and-cards.webp");
}
.cid-vnPnVMBSxL .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnPnVMBSxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPnVMBSxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPnVMBSxL .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnPnVMBSxL .mbr-text,
.cid-vnPnVMBSxL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS7EjNFRD {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7EjNFRD .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7EjNFRD .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7EjNFRD .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7EjNFRD .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7EjNFRD .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7EjNFRD .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7EjNFRD .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7EjNFRD .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7EjNFRD .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vqxmenj95p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqxmenj95p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqxmenj95p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqxmenj95p .title-wrapper {
  margin-bottom: 40px;
}
.cid-vqxmenj95p .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vqxmenj95p .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vqxmenj95p .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqxmenj95p .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vqxmenj95p .items-wrapper {
  margin: 0 -8px;
}
.cid-vqxmenj95p .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vqxmenj95p .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vqxmenj95p .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqxmenj95p .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vqxmenj95p .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vqxmenj95p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqxmenj95p .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vqxmenj95p .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vqxmenj95p .mbr-text,
.cid-vqxmenj95p .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vqxmenj95p .item-title {
  color: #000000;
}
.cid-vqxmenj95p .item-text {
  color: #000000;
}
.cid-vnPs0j9luC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnPs0j9luC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPs0j9luC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPs0j9luC .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnPs0j9luC .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnPs0j9luC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnPs0j9luC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnPs0j9luC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnPs0j9luC .items-wrapper {
  margin: 0 -8px;
}
.cid-vnPs0j9luC .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnPs0j9luC .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnPs0j9luC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnPs0j9luC .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnPs0j9luC .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnPs0j9luC .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnPs0j9luC .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnPs0j9luC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnPs0j9luC .mbr-text,
.cid-vnPs0j9luC .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnPs0j9luC .item-title {
  color: #000000;
}
.cid-vnPs0j9luC .item-text {
  color: #000000;
}
.cid-vnPtrmeKSO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnPtrmeKSO .container-fluid {
  padding: 0 3rem;
}
.cid-vnPtrmeKSO .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnPtrmeKSO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnPtrmeKSO .table-wrapper {
  margin: 0 auto;
}
.cid-vnPtrmeKSO .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnPtrmeKSO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnPtrmeKSO table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnPtrmeKSO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnPtrmeKSO table.table {
  background: #ffffff;
}
.cid-vnPtrmeKSO .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnPtrmeKSO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnPtrmeKSO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnPtrmeKSO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnPtrmeKSO .dataTables_wrapper {
  display: block;
}
.cid-vnPtrmeKSO .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnPtrmeKSO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnPtrmeKSO .head-item:after,
.cid-vnPtrmeKSO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnPtrmeKSO .dataTables_filter {
    text-align: center;
  }
  .cid-vnPtrmeKSO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnPtrmeKSO .dataTables_filter {
    text-align: center;
  }
  .cid-vnPtrmeKSO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnPtrmeKSO .table-wrapper {
    width: 100% !important;
  }
  .cid-vnPtrmeKSO .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnPtrmeKSO table th,
  .cid-vnPtrmeKSO table td {
    padding: 0.75rem;
  }
}
.cid-vnPtrmeKSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPtrmeKSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPtrmeKSO .body-item {
  text-align: left;
}
.cid-vnPtrmeKSO .mbr-section-title,
.cid-vnPtrmeKSO .underline {
  text-align: center;
}
.cid-vnPtrmeKSO .table-responsive {
  overflow-x: auto;
}
.cid-vnPtrmeKSO table td,
.cid-vnPtrmeKSO table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnPtrmeKSO table th {
  max-width: 11.25rem;
}
.cid-vnPtrmeKSO .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnPvyzswhl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnPvyzswhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPvyzswhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPvyzswhl .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnPvyzswhl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnPvyzswhl .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnPvyzswhl .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnPvyzswhl .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnPvyzswhl .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnPvyzswhl .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnPvyzswhl .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnPvyzswhl .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnPvyzswhl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnPvyzswhl .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnPvyzswhl .content-head {
  max-width: 800px;
}
.cid-vnPvyzswhl .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnPvyzswhl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC7qXnMig {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC7qXnMig .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC7qXnMig .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC7qXnMig .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC7qXnMig .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC7qXnMig .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC7qXnMig .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC7qXnMig .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC7qXnMig .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC7qXnMig .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC7qXnMig .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC7qXnMig .mbr-section-title {
  text-align: center;
}
.cid-vnNZtBEM2a {
  background-color: #f3f7fe;
}
.cid-vnNZtBEM2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnNZtBEM2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnNZtBEM2a .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnNZtBEM2a .row {
  align-items: center;
}
.cid-vnNZtBEM2a .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnNZtBEM2a .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnNZtBEM2a .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnNZtBEM2a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnNZtBEM2a .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnNZtBEM2a .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnNZtBEM2a .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnNZtBEM2a .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnNZtBEM2a .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnNZtBEM2a .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnNZtBEM2a .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnNZtBEM2a .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnNZtBEM2a .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnNZtBEM2a .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnNZtBEM2a .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnNZtBEM2a .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnNZtBEM2a .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnNZtBEM2a .contact-container {
    width: 100%;
  }
}
.cid-vnNZtBEM2a .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnNZtBEM2a .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnNZtBEM2a .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnNZtBEM2a .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnNZtBEM2a .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnNZtBEM2a .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnNZtBEM2a .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnNZtBEM2a .copyright {
  color: #efefec;
}
.cid-vnNZtBEM2a .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnNZtBEM2a .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnNZtBEM2a .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnQ43ElDcj {
  padding-top: 210px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/small-arms-preservation-hero.webp");
}
.cid-vnQ43ElDcj .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnQ43ElDcj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43ElDcj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43ElDcj .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnQ43ElDcj .mbr-text,
.cid-vnQ43ElDcj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS7VIVeJ9 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7VIVeJ9 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7VIVeJ9 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7VIVeJ9 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7VIVeJ9 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7VIVeJ9 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7VIVeJ9 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7VIVeJ9 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7VIVeJ9 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7VIVeJ9 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnQ43Fb3Db {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnQ43Fb3Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43Fb3Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43Fb3Db .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnQ43Fb3Db .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnQ43Fb3Db .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnQ43Fb3Db .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnQ43Fb3Db .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnQ43Fb3Db .items-wrapper {
  margin: 0 -8px;
}
.cid-vnQ43Fb3Db .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnQ43Fb3Db .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnQ43Fb3Db .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnQ43Fb3Db .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnQ43Fb3Db .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnQ43Fb3Db .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnQ43Fb3Db .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnQ43Fb3Db .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnQ43Fb3Db .mbr-text,
.cid-vnQ43Fb3Db .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnQ43Fb3Db .item-title {
  color: #000000;
}
.cid-vnQ43Fb3Db .item-text {
  color: #000000;
}
.cid-vnQ43GzeJ7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnQ43GzeJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43GzeJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43GzeJ7 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnQ43GzeJ7 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnQ43GzeJ7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnQ43GzeJ7 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnQ43GzeJ7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnQ43GzeJ7 .items-wrapper {
  margin: 0 -8px;
}
.cid-vnQ43GzeJ7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnQ43GzeJ7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnQ43GzeJ7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnQ43GzeJ7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnQ43GzeJ7 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnQ43GzeJ7 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnQ43GzeJ7 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnQ43GzeJ7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnQ43GzeJ7 .mbr-text,
.cid-vnQ43GzeJ7 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnQ43GzeJ7 .item-title {
  color: #000000;
}
.cid-vnQ43GzeJ7 .item-text {
  color: #000000;
}
.cid-vnQ43HWde9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnQ43HWde9 .container-fluid {
  padding: 0 3rem;
}
.cid-vnQ43HWde9 .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnQ43HWde9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnQ43HWde9 .table-wrapper {
  margin: 0 auto;
}
.cid-vnQ43HWde9 .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnQ43HWde9 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnQ43HWde9 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnQ43HWde9 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnQ43HWde9 table.table {
  background: #ffffff;
}
.cid-vnQ43HWde9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnQ43HWde9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnQ43HWde9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnQ43HWde9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnQ43HWde9 .dataTables_wrapper {
  display: block;
}
.cid-vnQ43HWde9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnQ43HWde9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnQ43HWde9 .head-item:after,
.cid-vnQ43HWde9 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnQ43HWde9 .dataTables_filter {
    text-align: center;
  }
  .cid-vnQ43HWde9 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43HWde9 .dataTables_filter {
    text-align: center;
  }
  .cid-vnQ43HWde9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnQ43HWde9 .table-wrapper {
    width: 100% !important;
  }
  .cid-vnQ43HWde9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnQ43HWde9 table th,
  .cid-vnQ43HWde9 table td {
    padding: 0.75rem;
  }
}
.cid-vnQ43HWde9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43HWde9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43HWde9 .body-item {
  text-align: left;
}
.cid-vnQ43HWde9 .mbr-section-title,
.cid-vnQ43HWde9 .underline {
  text-align: center;
}
.cid-vnQ43HWde9 .table-responsive {
  overflow-x: auto;
}
.cid-vnQ43HWde9 table td,
.cid-vnQ43HWde9 table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnQ43HWde9 table th {
  max-width: 11.25rem;
}
.cid-vnQ43HWde9 .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnQ43KEmEb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnQ43KEmEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43KEmEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43KEmEb .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnQ43KEmEb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnQ43KEmEb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnQ43KEmEb .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnQ43KEmEb .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnQ43KEmEb .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnQ43KEmEb .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnQ43KEmEb .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnQ43KEmEb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnQ43KEmEb .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnQ43KEmEb .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnQ43KEmEb .content-head {
  max-width: 800px;
}
.cid-vnQ43KEmEb .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnQ43KEmEb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC8hdE6Xy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC8hdE6Xy .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC8hdE6Xy .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC8hdE6Xy .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC8hdE6Xy .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC8hdE6Xy .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC8hdE6Xy .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC8hdE6Xy .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC8hdE6Xy .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC8hdE6Xy .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC8hdE6Xy .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC8hdE6Xy .mbr-section-title {
  text-align: center;
}
.cid-vnQ43M5UFP {
  background-color: #f3f7fe;
}
.cid-vnQ43M5UFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQ43M5UFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnQ43M5UFP .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnQ43M5UFP .row {
  align-items: center;
}
.cid-vnQ43M5UFP .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnQ43M5UFP .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnQ43M5UFP .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnQ43M5UFP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnQ43M5UFP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnQ43M5UFP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnQ43M5UFP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnQ43M5UFP .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnQ43M5UFP .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnQ43M5UFP .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnQ43M5UFP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnQ43M5UFP .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnQ43M5UFP .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnQ43M5UFP .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnQ43M5UFP .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnQ43M5UFP .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnQ43M5UFP .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnQ43M5UFP .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnQ43M5UFP .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnQ43M5UFP .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnQ43M5UFP .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnQ43M5UFP .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnQ43M5UFP .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnQ43M5UFP .contact-container {
    width: 100%;
  }
}
.cid-vnQ43M5UFP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnQ43M5UFP .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnQ43M5UFP .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnQ43M5UFP .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnQ43M5UFP .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnQ43M5UFP .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnQ43M5UFP .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnQ43M5UFP .copyright {
  color: #efefec;
}
.cid-vnQ43M5UFP .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnQ43M5UFP .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnQ43M5UFP .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnTvE4i1vX {
  padding-top: 195px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/telecommunication-preservation-hero-1.webp");
}
.cid-vnTvE4i1vX .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnTvE4i1vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE4i1vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE4i1vX .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnTvE4i1vX .mbr-text,
.cid-vnTvE4i1vX .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS8isn0NF {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS8isn0NF .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS8isn0NF .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS8isn0NF .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS8isn0NF .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS8isn0NF .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS8isn0NF .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS8isn0NF .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS8isn0NF .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS8isn0NF .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnTvE4LnCe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnTvE4LnCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE4LnCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE4LnCe .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnTvE4LnCe .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnTvE4LnCe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnTvE4LnCe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnTvE4LnCe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnTvE4LnCe .items-wrapper {
  margin: 0 -8px;
}
.cid-vnTvE4LnCe .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnTvE4LnCe .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnTvE4LnCe .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnTvE4LnCe .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnTvE4LnCe .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnTvE4LnCe .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnTvE4LnCe .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnTvE4LnCe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnTvE4LnCe .mbr-text,
.cid-vnTvE4LnCe .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnTvE4LnCe .item-title {
  color: #000000;
}
.cid-vnTvE4LnCe .item-text {
  color: #000000;
}
.cid-vnTvE5rDhX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnTvE5rDhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE5rDhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE5rDhX .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnTvE5rDhX .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnTvE5rDhX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnTvE5rDhX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnTvE5rDhX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnTvE5rDhX .items-wrapper {
  margin: 0 -8px;
}
.cid-vnTvE5rDhX .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnTvE5rDhX .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnTvE5rDhX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnTvE5rDhX .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnTvE5rDhX .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnTvE5rDhX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnTvE5rDhX .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnTvE5rDhX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnTvE5rDhX .mbr-text,
.cid-vnTvE5rDhX .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnTvE5rDhX .item-title {
  color: #000000;
}
.cid-vnTvE5rDhX .item-text {
  color: #000000;
}
.cid-vnTvE67E1b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnTvE67E1b .container-fluid {
  padding: 0 3rem;
}
.cid-vnTvE67E1b .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnTvE67E1b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnTvE67E1b .table-wrapper {
  margin: 0 auto;
}
.cid-vnTvE67E1b .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnTvE67E1b table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnTvE67E1b table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnTvE67E1b table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnTvE67E1b table.table {
  background: #ffffff;
}
.cid-vnTvE67E1b .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnTvE67E1b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnTvE67E1b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnTvE67E1b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnTvE67E1b .dataTables_wrapper {
  display: block;
}
.cid-vnTvE67E1b .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnTvE67E1b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnTvE67E1b .head-item:after,
.cid-vnTvE67E1b .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnTvE67E1b .dataTables_filter {
    text-align: center;
  }
  .cid-vnTvE67E1b .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE67E1b .dataTables_filter {
    text-align: center;
  }
  .cid-vnTvE67E1b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnTvE67E1b .table-wrapper {
    width: 100% !important;
  }
  .cid-vnTvE67E1b .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnTvE67E1b table th,
  .cid-vnTvE67E1b table td {
    padding: 0.75rem;
  }
}
.cid-vnTvE67E1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE67E1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE67E1b .body-item {
  text-align: left;
}
.cid-vnTvE67E1b .mbr-section-title,
.cid-vnTvE67E1b .underline {
  text-align: center;
}
.cid-vnTvE67E1b .table-responsive {
  overflow-x: auto;
}
.cid-vnTvE67E1b table td,
.cid-vnTvE67E1b table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnTvE67E1b table th {
  max-width: 11.25rem;
}
.cid-vnTvE67E1b .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnTvE7je1J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnTvE7je1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE7je1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE7je1J .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnTvE7je1J .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnTvE7je1J .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnTvE7je1J .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnTvE7je1J .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnTvE7je1J .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnTvE7je1J .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnTvE7je1J .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnTvE7je1J .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnTvE7je1J .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnTvE7je1J .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnTvE7je1J .content-head {
  max-width: 800px;
}
.cid-vnTvE7je1J .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnTvE7je1J .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC9c2gqKX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC9c2gqKX .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC9c2gqKX .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC9c2gqKX .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC9c2gqKX .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC9c2gqKX .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC9c2gqKX .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC9c2gqKX .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC9c2gqKX .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC9c2gqKX .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC9c2gqKX .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC9c2gqKX .mbr-section-title {
  text-align: center;
}
.cid-vnTvE87Hsb {
  background-color: #f3f7fe;
}
.cid-vnTvE87Hsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTvE87Hsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTvE87Hsb .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnTvE87Hsb .row {
  align-items: center;
}
.cid-vnTvE87Hsb .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnTvE87Hsb .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnTvE87Hsb .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnTvE87Hsb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnTvE87Hsb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnTvE87Hsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnTvE87Hsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnTvE87Hsb .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnTvE87Hsb .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnTvE87Hsb .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnTvE87Hsb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnTvE87Hsb .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnTvE87Hsb .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnTvE87Hsb .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnTvE87Hsb .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnTvE87Hsb .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnTvE87Hsb .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnTvE87Hsb .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnTvE87Hsb .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnTvE87Hsb .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnTvE87Hsb .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnTvE87Hsb .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnTvE87Hsb .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnTvE87Hsb .contact-container {
    width: 100%;
  }
}
.cid-vnTvE87Hsb .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnTvE87Hsb .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnTvE87Hsb .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnTvE87Hsb .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnTvE87Hsb .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnTvE87Hsb .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnTvE87Hsb .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnTvE87Hsb .copyright {
  color: #efefec;
}
.cid-vnTvE87Hsb .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnTvE87Hsb .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnTvE87Hsb .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnZxgS3GvW {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/copilot-20260715.webp");
}
.cid-vnZxgS3GvW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnZxgS3GvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnZxgS3GvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnZxgS3GvW .mbr-section-title {
  text-align: left;
  color: #0c2c68;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnZxgS3GvW .mbr-text,
.cid-vnZxgS3GvW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpND1SbDYY {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpND1SbDYY .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpND1SbDYY .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpND1SbDYY .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpND1SbDYY .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpND1SbDYY .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpND1SbDYY .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpND1SbDYY .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpND1SbDYY .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpND1SbDYY .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vo0liVH9WY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo0liVH9WY {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0liVH9WY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0liVH9WY H1 {
  color: #132c70;
}
.cid-vo0liVH9WY .mbr-text,
.cid-vo0liVH9WY .mbr-section-btn {
  color: #132c70;
}
.cid-vo0liVH9WY H3 {
  color: #132c70;
}
.cid-vo0liVH9WY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0liVH9WY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0liVH9WY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0liVH9WY .link:hover {
  color: #000000 !important;
}
.cid-vo0liVH9WY .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0liVH9WY DIV {
  color: #57468b;
}
.cid-vo0liVH9WY .text-1 {
  line-height: 1;
}
.cid-vo0liVH9WY .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0liVH9WY .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0liVH9WY .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0liVH9WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0liVH9WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0liVH9WY .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
}
.cid-vo0iALORjk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vo0iALORjk h6 {
  line-height: 1.2;
}
.cid-vo0iALORjk img,
.cid-vo0iALORjk .item-img {
  width: 100%;
}
.cid-vo0iALORjk .item:focus,
.cid-vo0iALORjk span:focus {
  outline: none;
}
.cid-vo0iALORjk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vo0iALORjk .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo0iALORjk .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vo0iALORjk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #003366;
  border-radius: 10px;
  padding: 1.5rem;
}
.cid-vo0iALORjk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vo0iALORjk .mbr-section-title {
  color: #000000;
}
.cid-vo0iALORjk .mbr-text,
.cid-vo0iALORjk .mbr-section-btn {
  color: #000000;
}
.cid-vo0iALORjk .item-title {
  color: #000000;
  text-align: center;
}
.cid-vo0iALORjk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vo0iALORjk .item-text {
  color: #000000;
  text-align: center;
}
.cid-vo0iALORjk .content-head {
  max-width: 800px;
}
.cid-vo0iALORjk .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vo0iALORjk .item-subtitle,
.cid-vo0iALORjk .mbr-section-btn {
  text-align: left;
}
.cid-vo0nv0kD1K {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vo0nv0kD1K {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0nv0kD1K img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0nv0kD1K H1 {
  color: #132c70;
}
.cid-vo0nv0kD1K .mbr-text,
.cid-vo0nv0kD1K .mbr-section-btn {
  color: #132c70;
}
.cid-vo0nv0kD1K H3 {
  color: #132c70;
}
.cid-vo0nv0kD1K .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0nv0kD1K .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0nv0kD1K .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0nv0kD1K .link:hover {
  color: #000000 !important;
}
.cid-vo0nv0kD1K .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0nv0kD1K DIV {
  color: #57468b;
}
.cid-vo0nv0kD1K .text-1 {
  line-height: 1;
}
.cid-vo0nv0kD1K .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0nv0kD1K .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0nv0kD1K .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0nv0kD1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0nv0kD1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0nv0kD1K .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0noGpoRa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vo0noGpoRa h6 {
  line-height: 1.2;
}
.cid-vo0noGpoRa img,
.cid-vo0noGpoRa .item-img {
  width: 100%;
}
.cid-vo0noGpoRa .item:focus,
.cid-vo0noGpoRa span:focus {
  outline: none;
}
.cid-vo0noGpoRa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vo0noGpoRa .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo0noGpoRa .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vo0noGpoRa .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vo0noGpoRa .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vo0noGpoRa .mbr-section-title {
  color: #000000;
}
.cid-vo0noGpoRa .mbr-text,
.cid-vo0noGpoRa .mbr-section-btn {
  color: #000000;
}
.cid-vo0noGpoRa .item-title {
  color: #000000;
  text-align: center;
}
.cid-vo0noGpoRa .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vo0noGpoRa .item-text {
  color: #000000;
  text-align: center;
}
.cid-vo0noGpoRa .content-head {
  max-width: 800px;
}
.cid-vo0noGpoRa .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vo0qnTTbZA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo0qnTTbZA {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0qnTTbZA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0qnTTbZA H1 {
  color: #132c70;
}
.cid-vo0qnTTbZA .mbr-text,
.cid-vo0qnTTbZA .mbr-section-btn {
  color: #132c70;
}
.cid-vo0qnTTbZA H3 {
  color: #132c70;
}
.cid-vo0qnTTbZA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0qnTTbZA .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0qnTTbZA .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0qnTTbZA .link:hover {
  color: #000000 !important;
}
.cid-vo0qnTTbZA .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0qnTTbZA DIV {
  color: #57468b;
}
.cid-vo0qnTTbZA .text-1 {
  line-height: 1;
}
.cid-vo0qnTTbZA .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0qnTTbZA .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0qnTTbZA .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0qnTTbZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0qnTTbZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0qnTTbZA .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0qKpc12L {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vo0qKpc12L .mbr-section-title {
  color: #ffffff;
}
.cid-vo0qKpc12L img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vo0qKpc12L img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vo0qKpc12L .wrapper {
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-vo0qKpc12L .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vo0qKpc12L .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vo0qKpc12L .card1 {
  background: #f5f7fa;
}
.cid-vo0qKpc12L .card2 {
  background: #f5f7fa;
}
.cid-vo0qKpc12L .mbr-text2 {
  color: #000000;
}
.cid-vo0qKpc12L .mbr-section-title2 {
  color: #000000;
}
.cid-vo0qKpc12L .mbr-text1 {
  color: #2e481a;
}
.cid-vo0qKpc12L .mbr-section-title1 {
  color: #2e481a;
}
.cid-vo0uLgqWwO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vo0uLgqWwO {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0uLgqWwO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0uLgqWwO H1 {
  color: #132c70;
}
.cid-vo0uLgqWwO .mbr-text,
.cid-vo0uLgqWwO .mbr-section-btn {
  color: #132c70;
}
.cid-vo0uLgqWwO H3 {
  color: #132c70;
}
.cid-vo0uLgqWwO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0uLgqWwO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0uLgqWwO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0uLgqWwO .link:hover {
  color: #000000 !important;
}
.cid-vo0uLgqWwO .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0uLgqWwO DIV {
  color: #57468b;
}
.cid-vo0uLgqWwO .text-1 {
  line-height: 1;
}
.cid-vo0uLgqWwO .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0uLgqWwO .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0uLgqWwO .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0uLgqWwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0uLgqWwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0uLgqWwO .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0vgl7gNI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vo0vgl7gNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0vgl7gNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0vgl7gNI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vo0vgl7gNI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo0vgl7gNI .content-head {
  max-width: 800px;
}
.cid-vo0vgl7gNI .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vo0vgl7gNI .img-wrapper img {
  width: 6rem;
}
.cid-vo0vgl7gNI .mbr-section-title {
  text-align: left;
}
.cid-vo0BELAnlo {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo0BELAnlo {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0BELAnlo img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0BELAnlo H1 {
  color: #132c70;
}
.cid-vo0BELAnlo .mbr-text,
.cid-vo0BELAnlo .mbr-section-btn {
  color: #132c70;
}
.cid-vo0BELAnlo H3 {
  color: #132c70;
}
.cid-vo0BELAnlo .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0BELAnlo .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0BELAnlo .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0BELAnlo .link:hover {
  color: #000000 !important;
}
.cid-vo0BELAnlo .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0BELAnlo DIV {
  color: #57468b;
}
.cid-vo0BELAnlo .text-1 {
  line-height: 1;
}
.cid-vo0BELAnlo .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0BELAnlo .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0BELAnlo .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0BELAnlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0BELAnlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0BELAnlo .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0BQDaZ9p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo0BQDaZ9p h6 {
  line-height: 1.2;
}
.cid-vo0BQDaZ9p img,
.cid-vo0BQDaZ9p .item-img {
  width: 100%;
}
.cid-vo0BQDaZ9p .item:focus,
.cid-vo0BQDaZ9p span:focus {
  outline: none;
}
.cid-vo0BQDaZ9p .item {
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vo0BQDaZ9p .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo0BQDaZ9p .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vo0BQDaZ9p .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vo0BQDaZ9p .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vo0BQDaZ9p .mbr-section-title {
  color: #000000;
}
.cid-vo0BQDaZ9p .mbr-text,
.cid-vo0BQDaZ9p .mbr-section-btn {
  color: #000000;
}
.cid-vo0BQDaZ9p .item-title {
  color: #000000;
  text-align: center;
}
.cid-vo0BQDaZ9p .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vo0BQDaZ9p .item-text {
  color: #000000;
  text-align: center;
}
.cid-vo0BQDaZ9p .content-head {
  max-width: 800px;
}
.cid-vo0BQDaZ9p .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vo0EQ2fvj8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vo0EQ2fvj8 {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vo0EQ2fvj8 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0EQ2fvj8 H1 {
  color: #132c70;
}
.cid-vo0EQ2fvj8 .mbr-text,
.cid-vo0EQ2fvj8 .mbr-section-btn {
  color: #132c70;
}
.cid-vo0EQ2fvj8 H3 {
  color: #132c70;
}
.cid-vo0EQ2fvj8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0EQ2fvj8 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0EQ2fvj8 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0EQ2fvj8 .link:hover {
  color: #000000 !important;
}
.cid-vo0EQ2fvj8 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0EQ2fvj8 DIV {
  color: #57468b;
}
.cid-vo0EQ2fvj8 .text-1 {
  line-height: 1;
}
.cid-vo0EQ2fvj8 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0EQ2fvj8 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0EQ2fvj8 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0EQ2fvj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0EQ2fvj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0EQ2fvj8 .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0F8u5MVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vo0F8u5MVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0F8u5MVE .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vo0F8u5MVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0F8u5MVE .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vo0F8u5MVE .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vo0F8u5MVE .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vo0F8u5MVE .card-title,
.cid-vo0F8u5MVE .iconfont-wrapper {
  color: #000000;
}
.cid-vo0F8u5MVE .card-text {
  color: #000000;
  text-align: left;
}
.cid-vo0F8u5MVE .content-head {
  max-width: 800px;
}
.cid-vo0F8u5MVE .mbr-section-title {
  color: #000000;
}
.cid-vo0F8u5MVE .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vo0F8u5MVE .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vo0Fzh9Kdo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vo0Fzh9Kdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0Fzh9Kdo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vo0Fzh9Kdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0Fzh9Kdo .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vo0Fzh9Kdo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vo0Fzh9Kdo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vo0Fzh9Kdo .card-title,
.cid-vo0Fzh9Kdo .iconfont-wrapper {
  color: #000000;
}
.cid-vo0Fzh9Kdo .card-text {
  color: #000000;
  text-align: left;
}
.cid-vo0Fzh9Kdo .content-head {
  max-width: 800px;
}
.cid-vo0Fzh9Kdo .mbr-section-title {
  color: #000000;
}
.cid-vo0Fzh9Kdo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vo0Fzh9Kdo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vo0JFkn5W3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo0JFkn5W3 {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vo0JFkn5W3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo0JFkn5W3 H1 {
  color: #132c70;
}
.cid-vo0JFkn5W3 .mbr-text,
.cid-vo0JFkn5W3 .mbr-section-btn {
  color: #132c70;
}
.cid-vo0JFkn5W3 H3 {
  color: #132c70;
}
.cid-vo0JFkn5W3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo0JFkn5W3 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo0JFkn5W3 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo0JFkn5W3 .link:hover {
  color: #000000 !important;
}
.cid-vo0JFkn5W3 .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo0JFkn5W3 DIV {
  color: #57468b;
}
.cid-vo0JFkn5W3 .text-1 {
  line-height: 1;
}
.cid-vo0JFkn5W3 .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo0JFkn5W3 .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo0JFkn5W3 .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo0JFkn5W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0JFkn5W3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0JFkn5W3 .mbr-section-title {
  text-align: left !important;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo0KFxVmtz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo0KFxVmtz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vo0KFxVmtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0KFxVmtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0KFxVmtz .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vo0KFxVmtz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vo0KFxVmtz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-vo0KFxVmtz .card-title,
.cid-vo0KFxVmtz .iconfont-wrapper {
  color: #000000;
}
.cid-vo0KFxVmtz .content-head {
  max-width: 800px;
}
.cid-vo0KFxVmtz .mbr-section-title {
  color: #9fe870;
}
.cid-vo0KFxVmtz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vo0KFxVmtz .card-text {
  color: #000000;
}
.cid-vo0KFxVmtz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vo0KFxVmtz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vo0ToeEoXm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-vo0ToeEoXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo0ToeEoXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo0ToeEoXm .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vo0ToeEoXm .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vo0ToeEoXm .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vo0ToeEoXm .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo0ToeEoXm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vo0ToeEoXm .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vo0ToeEoXm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo0ToeEoXm .mbr-section-title {
  color: #404349;
}
.cid-vo0ToeEoXm .mbr-text {
  color: #404349;
}
.cid-vo0ToeEoXm .mbr-desc {
  color: #b19a7c;
}
.cid-vo5nP2S48X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vo5nP2S48X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo5nP2S48X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo5nP2S48X .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vo5nP2S48X .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vo5nP2S48X .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vo5nP2S48X .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo5nP2S48X .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #e2ebf1 37%, transparent 100%);
}
.cid-vo5nP2S48X .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vo5nP2S48X .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vo5nP2S48X .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vo5nP2S48X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vo5nP2S48X .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vo5nP2S48X .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vo5nP2S48X .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo5nP2S48X .mbr-section-title {
  color: #404349;
}
.cid-vo5nP2S48X .mbr-text {
  color: #404349;
}
.cid-vo5nP2S48X .mbr-desc {
  color: #b19a7c;
}
.cid-vo5otpycCE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vo5otpycCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo5otpycCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo5otpycCE .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vo5otpycCE .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vo5otpycCE .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vo5otpycCE .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo5otpycCE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vo5otpycCE .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vo5otpycCE .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vo5otpycCE .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vo5otpycCE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vo5otpycCE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vo5otpycCE .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vo5otpycCE .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo5otpycCE .mbr-section-title {
  color: #404349;
}
.cid-vo5otpycCE .mbr-text {
  color: #404349;
}
.cid-vo5otpycCE .mbr-desc {
  color: #b19a7c;
}
.cid-vo5oNj0zI4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vo5oNj0zI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo5oNj0zI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo5oNj0zI4 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vo5oNj0zI4 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vo5oNj0zI4 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vo5oNj0zI4 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo5oNj0zI4 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(270deg, #e2ebf1 37%, transparent 100%);
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vo5oNj0zI4 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vo5oNj0zI4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo5oNj0zI4 .mbr-section-title {
  color: #404349;
}
.cid-vo5oNj0zI4 .mbr-text {
  color: #404349;
}
.cid-vo5oNj0zI4 .mbr-desc {
  color: #b19a7c;
}
.cid-vpwpG2YDCT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vo6tq8e9Lz {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/award-and-accolade-hero-1.webp");
}
.cid-vo6tq8e9Lz .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vo6tq8e9Lz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6tq8e9Lz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6tq8e9Lz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vo6tq8e9Lz .mbr-text,
.cid-vo6tq8e9Lz .mbr-section-btn {
  text-align: left;
  color: #e6effe;
}
.cid-vpNCLMNm2H {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNCLMNm2H .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNCLMNm2H .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNCLMNm2H .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNCLMNm2H .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNCLMNm2H .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNCLMNm2H .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNCLMNm2H .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNCLMNm2H .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNCLMNm2H .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vo6utQvUOM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo6utQvUOM {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}
.cid-vo6utQvUOM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo6utQvUOM H1 {
  color: #132c70;
}
.cid-vo6utQvUOM .mbr-text,
.cid-vo6utQvUOM .mbr-section-btn {
  color: #132c70;
}
.cid-vo6utQvUOM H3 {
  color: #132c70;
}
.cid-vo6utQvUOM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo6utQvUOM .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo6utQvUOM .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo6utQvUOM .link:hover {
  color: #000000 !important;
}
.cid-vo6utQvUOM .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo6utQvUOM DIV {
  color: #57468b;
}
.cid-vo6utQvUOM .text-1 {
  line-height: 1;
}
.cid-vo6utQvUOM .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo6utQvUOM .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo6utQvUOM .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo6utQvUOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6utQvUOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6utQvUOM .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo6uw7ngjg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo6uw7ngjg h6 {
  line-height: 1.2;
}
.cid-vo6uw7ngjg img,
.cid-vo6uw7ngjg .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vo6uw7ngjg .item:focus,
.cid-vo6uw7ngjg span:focus {
  outline: none;
}
.cid-vo6uw7ngjg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vo6uw7ngjg .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo6uw7ngjg .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vo6uw7ngjg .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vo6uw7ngjg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vo6uw7ngjg .mbr-section-title {
  color: #000000;
}
.cid-vo6uw7ngjg .mbr-text,
.cid-vo6uw7ngjg .mbr-section-btn {
  color: #000000;
}
.cid-vo6uw7ngjg .item-title {
  color: #000000;
  text-align: center;
}
.cid-vo6uw7ngjg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vo6uw7ngjg .item-text {
  color: #000000;
  text-align: center;
}
.cid-vo6uw7ngjg .content-head {
  max-width: 800px;
}
.cid-vo6uw7ngjg .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vo6vpPxm0z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vo6vpPxm0z {
    padding-top: 0px;
    padding-bottom: 2px;
  }
}
.cid-vo6vpPxm0z img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo6vpPxm0z H1 {
  color: #132c70;
}
.cid-vo6vpPxm0z .mbr-text,
.cid-vo6vpPxm0z .mbr-section-btn {
  color: #132c70;
}
.cid-vo6vpPxm0z H3 {
  color: #132c70;
}
.cid-vo6vpPxm0z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo6vpPxm0z .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo6vpPxm0z .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo6vpPxm0z .link:hover {
  color: #000000 !important;
}
.cid-vo6vpPxm0z .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo6vpPxm0z DIV {
  color: #57468b;
}
.cid-vo6vpPxm0z .text-1 {
  line-height: 1;
}
.cid-vo6vpPxm0z .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo6vpPxm0z .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo6vpPxm0z .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo6vpPxm0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6vpPxm0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6vpPxm0z .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo6A1iz5Gn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vo6A1iz5Gn {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}
.cid-vo6A1iz5Gn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vo6A1iz5Gn H1 {
  color: #132c70;
}
.cid-vo6A1iz5Gn .mbr-text,
.cid-vo6A1iz5Gn .mbr-section-btn {
  color: #132c70;
}
.cid-vo6A1iz5Gn H3 {
  color: #132c70;
}
.cid-vo6A1iz5Gn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vo6A1iz5Gn .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vo6A1iz5Gn .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vo6A1iz5Gn .link:hover {
  color: #000000 !important;
}
.cid-vo6A1iz5Gn .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vo6A1iz5Gn DIV {
  color: #57468b;
}
.cid-vo6A1iz5Gn .text-1 {
  line-height: 1;
}
.cid-vo6A1iz5Gn .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vo6A1iz5Gn .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vo6A1iz5Gn .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vo6A1iz5Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6A1iz5Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6A1iz5Gn .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vo6zSD3vAZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vo6zSD3vAZ h6 {
  line-height: 1.2;
}
.cid-vo6zSD3vAZ img,
.cid-vo6zSD3vAZ .item-img {
  width: 100%;
}
.cid-vo6zSD3vAZ .item:focus,
.cid-vo6zSD3vAZ span:focus {
  outline: none;
}
.cid-vo6zSD3vAZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vo6zSD3vAZ .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo6zSD3vAZ .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vo6zSD3vAZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid #003366;
  border-radius: 10px;
  padding: 1.5rem;
}
.cid-vo6zSD3vAZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vo6zSD3vAZ .mbr-section-title {
  color: #000000;
}
.cid-vo6zSD3vAZ .mbr-text,
.cid-vo6zSD3vAZ .mbr-section-btn {
  color: #000000;
}
.cid-vo6zSD3vAZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-vo6zSD3vAZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vo6zSD3vAZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-vo6zSD3vAZ .content-head {
  max-width: 800px;
}
.cid-vo6zSD3vAZ .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vo6zSD3vAZ .item-subtitle,
.cid-vo6zSD3vAZ .mbr-section-btn {
  text-align: left;
}
.cid-vo6zSD3vAZ .award-list-item {
  margin-bottom: 0.8rem;
  line-height: 1.5;
  display: block;
}
.cid-vo6zSD3vAZ .award-list-item:last-child {
  margin-bottom: 0;
}
.cid-vo6E0VH4XC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo6E0VH4XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6E0VH4XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6E0VH4XC .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vo6E0VH4XC .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vo6E0VH4XC .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vo6E0VH4XC .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vo6E0VH4XC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vo6E0VH4XC .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vo6E0VH4XC .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vo6E0VH4XC .mbr-section-title {
  color: #404349;
}
.cid-vo6E0VH4XC .mbr-text {
  color: #404349;
}
.cid-vo6E0VH4XC .mbr-desc {
  color: #b19a7c;
}
.cid-vo6F0TH56U {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vo6F0TH56U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6F0TH56U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6F0TH56U .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vo6F0TH56U .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vo6F0TH56U .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vo6F0TH56U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vo6F0TH56U .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vo6F0TH56U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vo6F0TH56U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vo6F0TH56U .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vo6F0TH56U .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vo6F0TH56U .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 11px;
}
.cid-vo6F0TH56U .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vo6F0TH56U .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vo6F0TH56U .list_2 {
    padding-left: 0;
  }
}
.cid-vo6F0TH56U .mbr-section-title {
  color: #111111;
  text-align: justify;
}
.cid-vo6F0TH56U .mbr-section-subtitle {
  color: #ff6d99;
  text-align: right;
}
.cid-vo6F0TH56U .mbr-text,
.cid-vo6F0TH56U .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vo6F0TH56U .list {
  color: #666666;
}
.cid-vo6F0TH56U .list,
.cid-vo6F0TH56U .item-wrap,
.cid-vo6F0TH56U .list-wrapper {
  color: #000000;
}
.cid-vo6N8mKMXd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vo6N8mKMXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo6N8mKMXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo6N8mKMXd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vo6N8mKMXd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo6N8mKMXd .content-head {
  max-width: 800px;
}
.cid-vo6N8mKMXd .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vo6N8mKMXd .img-wrapper img {
  width: 6rem;
}
.cid-vo6N8mKMXd .mbr-section-title {
  text-align: left;
}
.cid-vobqcnKD4V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vobqcnKD4V {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vobqcnKD4V img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vobqcnKD4V H1 {
  color: #132c70;
}
.cid-vobqcnKD4V .mbr-text,
.cid-vobqcnKD4V .mbr-section-btn {
  color: #132c70;
}
.cid-vobqcnKD4V H3 {
  color: #132c70;
}
.cid-vobqcnKD4V .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vobqcnKD4V .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vobqcnKD4V .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vobqcnKD4V .link:hover {
  color: #000000 !important;
}
.cid-vobqcnKD4V .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vobqcnKD4V DIV {
  color: #57468b;
}
.cid-vobqcnKD4V .text-1 {
  line-height: 1;
}
.cid-vobqcnKD4V .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vobqcnKD4V .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vobqcnKD4V .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vobqcnKD4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobqcnKD4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobqcnKD4V .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vobqImCel0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vobqImCel0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobqImCel0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobqImCel0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vobqImCel0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vobqImCel0 .content-head {
  max-width: 800px;
}
.cid-vobqImCel0 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vobqImCel0 .img-wrapper img {
  width: 6rem;
}
.cid-vobRrcaIdM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vobRrcaIdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobRrcaIdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobRrcaIdM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vobRrcaIdM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vobRrcaIdM .content-head {
  max-width: 800px;
}
.cid-vobRrcaIdM .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vobRrcaIdM .img-wrapper img {
  width: 6rem;
}
.cid-vobUAaHk0u {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vobUAaHk0u {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-vobUAaHk0u img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vobUAaHk0u H1 {
  color: #132c70;
}
.cid-vobUAaHk0u .mbr-text,
.cid-vobUAaHk0u .mbr-section-btn {
  color: #132c70;
}
.cid-vobUAaHk0u H3 {
  color: #132c70;
}
.cid-vobUAaHk0u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vobUAaHk0u .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vobUAaHk0u .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vobUAaHk0u .link:hover {
  color: #000000 !important;
}
.cid-vobUAaHk0u .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vobUAaHk0u DIV {
  color: #57468b;
}
.cid-vobUAaHk0u .text-1 {
  line-height: 1;
}
.cid-vobUAaHk0u .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vobUAaHk0u .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vobUAaHk0u .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vobUAaHk0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobUAaHk0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobUAaHk0u .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vobVpcudDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vobVpcudDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobVpcudDa .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vobVpcudDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobVpcudDa .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vobVpcudDa .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vobVpcudDa .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vobVpcudDa .card-title,
.cid-vobVpcudDa .iconfont-wrapper {
  color: #000000;
}
.cid-vobVpcudDa .card-text {
  color: #000000;
  text-align: left;
}
.cid-vobVpcudDa .content-head {
  max-width: 800px;
}
.cid-vobVpcudDa .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vobVpcudDa .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vobVpcudDa .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vobWnhN8pB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vobWnhN8pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vobWnhN8pB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vobWnhN8pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vobWnhN8pB .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vobWnhN8pB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vobWnhN8pB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vobWnhN8pB .card-title,
.cid-vobWnhN8pB .iconfont-wrapper {
  color: #000000;
}
.cid-vobWnhN8pB .card-text {
  color: #000000;
  text-align: left;
}
.cid-vobWnhN8pB .content-head {
  max-width: 800px;
}
.cid-vobWnhN8pB .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vobWnhN8pB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vobWnhN8pB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-voc4UrZt0e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-voc4UrZt0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-voc4UrZt0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voc4UrZt0e .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-voc4UrZt0e .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-voc4UrZt0e .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-voc4UrZt0e .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voc4UrZt0e .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-voc4UrZt0e .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voc4UrZt0e .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-voc4UrZt0e .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-voc4UrZt0e .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-voc4UrZt0e .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voc4UrZt0e .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-voc4UrZt0e .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-voc4UrZt0e .mbr-section-title {
  color: #404349;
}
.cid-voc4UrZt0e .mbr-text {
  color: #404349;
}
.cid-voc4UrZt0e .mbr-desc {
  color: #b19a7c;
}
.cid-vpiJl0cDfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpiJl0cDfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpiJl0cDfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpiJl0cDfA .content-wrap {
  margin: 0 -25px;
}
.cid-vpiJl0cDfA .content-wrap .card {
  padding: 0 25px;
}
.cid-vpiJl0cDfA .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpiJl0cDfA .image-wrapper {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-vpiJl0cDfA .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpiJl0cDfA .image-wrapper .card-wrap {
  position: absolute;
  right: 40px;
  bottom: 60px;
  padding: 20px;
  background-color: #caf31d;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vpiJl0cDfA .image-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vpiJl0cDfA .image-wrapper .card-wrap {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.cid-vpiJl0cDfA .image-wrapper .card-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-vpiJl0cDfA .image-wrapper .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vpiJl0cDfA .title-wrapper {
  margin-bottom: 25px;
}
.cid-vpiJl0cDfA .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vpiJl0cDfA .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vpiJl0cDfA .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vpiJl0cDfA .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpiJl0cDfA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vpiJl0cDfA .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vpiJl0cDfA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding: 20px 0 15px 0;
}
.cid-vpiJl0cDfA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vpiJl0cDfA .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
}
.cid-vpiJl0cDfA .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpiJl0cDfA .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vpiJl0cDfA .mbr-label {
  color: #000000;
}
.cid-vpiJl0cDfA .mbr-section-title {
  color: #000000;
}
.cid-vpiJl0cDfA .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-vpiJl0cDfA .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vpiJl0cDfA .panel-title-edit {
  color: #000000;
}
.cid-vpiJl0cDfA .panel-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voFEmDZZUL {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/vappro-product-hero-1.webp");
}
.cid-voFEmDZZUL .mbr-overlay {
  background-color: #3a341c;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-voFEmDZZUL {
    align-items: center;
  }
  .cid-voFEmDZZUL .row {
    justify-content: flex-start;
  }
  .cid-voFEmDZZUL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-voFEmDZZUL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-voFEmDZZUL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-voFEmDZZUL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-voFEmDZZUL .content-wrap {
    width: 100%;
  }
}
.cid-voFEmDZZUL .mbr-section-title,
.cid-voFEmDZZUL .mbr-section-subtitle {
  text-align: center;
}
.cid-voFEmDZZUL .mbr-text,
.cid-voFEmDZZUL .mbr-section-btn {
  text-align: justify;
}
.cid-voFEmDZZUL .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-voFEmDZZUL .mbr-section-subtitle {
  text-align: left;
  color: #d2ff16;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-voFEmDZZUL .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-voFEmDZZUL .mbr-section-title,
.cid-voFEmDZZUL .mbr-section-subtitle,
.cid-voFEmDZZUL .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-voFEmDZZUL .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-voFEmDZZUL .header16 {
  filter: brightness(0.75);
}
.cid-vr1seayz98 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1seayz98 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1seayz98 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1seayz98 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1seayz98 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1seayz98 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1seayz98 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1seayz98 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1seayz98 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1seayz98 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vogZWh6vr3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vogZWh6vr3 img,
.cid-vogZWh6vr3 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vogZWh6vr3 .item:focus,
.cid-vogZWh6vr3 span:focus {
  outline: none;
}
.cid-vogZWh6vr3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vogZWh6vr3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vogZWh6vr3 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vogZWh6vr3 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vogZWh6vr3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vogZWh6vr3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vogZWh6vr3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vogZWh6vr3 .mbr-section-title {
  color: #000000;
}
.cid-vogZWh6vr3 .item-title {
  text-align: justify;
}
.cid-vogZWh6vr3 .item-subtitle {
  text-align: left;
}
.cid-vogZWh6vr3 .mbr-text,
.cid-vogZWh6vr3 .item .mbr-section-btn {
  text-align: left;
}
.cid-vogZWh6vr3 .content-head {
  max-width: 800px;
}
.cid-voh1PBEoCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voh1PBEoCj img,
.cid-voh1PBEoCj .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voh1PBEoCj .item:focus,
.cid-voh1PBEoCj span:focus {
  outline: none;
}
.cid-voh1PBEoCj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voh1PBEoCj .item {
    margin-bottom: 1rem;
  }
}
.cid-voh1PBEoCj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voh1PBEoCj .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voh1PBEoCj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-voh1PBEoCj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voh1PBEoCj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voh1PBEoCj .mbr-section-title {
  color: #000000;
}
.cid-voh1PBEoCj .item-title {
  text-align: justify;
}
.cid-voh1PBEoCj .item-subtitle {
  text-align: left;
}
.cid-voh1PBEoCj .mbr-text,
.cid-voh1PBEoCj .item .mbr-section-btn {
  text-align: left;
}
.cid-voh1PBEoCj .content-head {
  max-width: 800px;
}
.cid-voh1TFOAXt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voh1TFOAXt img,
.cid-voh1TFOAXt .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voh1TFOAXt .item:focus,
.cid-voh1TFOAXt span:focus {
  outline: none;
}
.cid-voh1TFOAXt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voh1TFOAXt .item {
    margin-bottom: 1rem;
  }
}
.cid-voh1TFOAXt .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voh1TFOAXt .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voh1TFOAXt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-voh1TFOAXt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voh1TFOAXt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voh1TFOAXt .mbr-section-title {
  color: #000000;
}
.cid-voh1TFOAXt .item-title {
  text-align: justify;
}
.cid-voh1TFOAXt .item-subtitle {
  text-align: left;
}
.cid-voh1TFOAXt .mbr-text,
.cid-voh1TFOAXt .item .mbr-section-btn {
  text-align: left;
}
.cid-voh1TFOAXt .content-head {
  max-width: 800px;
}
.cid-voh2Bwo0kA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-voh2Bwo0kA img,
.cid-voh2Bwo0kA .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-voh2Bwo0kA .item:focus,
.cid-voh2Bwo0kA span:focus {
  outline: none;
}
.cid-voh2Bwo0kA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-voh2Bwo0kA .item {
    margin-bottom: 1rem;
  }
}
.cid-voh2Bwo0kA .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-voh2Bwo0kA .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-voh2Bwo0kA .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-voh2Bwo0kA .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-voh2Bwo0kA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-voh2Bwo0kA .mbr-section-title {
  color: #000000;
}
.cid-voh2Bwo0kA .item-title {
  text-align: justify;
}
.cid-voh2Bwo0kA .item-subtitle {
  text-align: left;
}
.cid-voh2Bwo0kA .mbr-text,
.cid-voh2Bwo0kA .item .mbr-section-btn {
  text-align: left;
}
.cid-voh2Bwo0kA .content-head {
  max-width: 800px;
}
.cid-vohKwGWY9d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vohKwGWY9d img,
.cid-vohKwGWY9d .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vohKwGWY9d .item:focus,
.cid-vohKwGWY9d span:focus {
  outline: none;
}
.cid-vohKwGWY9d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vohKwGWY9d .item {
    margin-bottom: 1rem;
  }
}
.cid-vohKwGWY9d .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vohKwGWY9d .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vohKwGWY9d .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vohKwGWY9d .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vohKwGWY9d .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vohKwGWY9d .mbr-section-title {
  color: #000000;
}
.cid-vohKwGWY9d .item-title {
  text-align: left;
}
.cid-vohKwGWY9d .item-subtitle {
  text-align: left;
}
.cid-vohKwGWY9d .mbr-text,
.cid-vohKwGWY9d .item .mbr-section-btn {
  text-align: left;
}
.cid-vohKwGWY9d .content-head {
  max-width: 800px;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnU1FEAge6 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/types-of-corrosion-hero-result.webp");
}
.cid-vnU1FEAge6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnU1FEAge6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnU1FEAge6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnU1FEAge6 .mbr-section-title {
  text-align: left;
  color: #000000;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnU1FEAge6 .mbr-text,
.cid-vnU1FEAge6 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vpNBI8k8V8 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNBI8k8V8 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNBI8k8V8 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNBI8k8V8 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNBI8k8V8 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNBI8k8V8 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNBI8k8V8 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNBI8k8V8 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNBI8k8V8 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNBI8k8V8 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnU2ZZhEgG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnU2ZZhEgG img,
.cid-vnU2ZZhEgG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnU2ZZhEgG .item:focus,
.cid-vnU2ZZhEgG span:focus {
  outline: none;
}
.cid-vnU2ZZhEgG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnU2ZZhEgG .item {
    margin-bottom: 1rem;
  }
}
.cid-vnU2ZZhEgG .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnU2ZZhEgG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnU2ZZhEgG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnU2ZZhEgG .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnU2ZZhEgG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnU2ZZhEgG .mbr-section-title {
  color: #000000;
}
.cid-vnU2ZZhEgG .item-title {
  text-align: left;
}
.cid-vnU2ZZhEgG .item-subtitle {
  text-align: left;
}
.cid-vnU2ZZhEgG .mbr-text,
.cid-vnU2ZZhEgG .item .mbr-section-btn {
  text-align: left;
}
.cid-vnU2ZZhEgG .content-head {
  max-width: 800px;
}
.cid-vnU2ZZhEgG img {
  transition: transform 0.4s ease;
}
.cid-vnU2ZZhEgG img:hover {
  transform: scale(1.05);
}
.cid-vnU9hNNWU0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnU9hNNWU0 img,
.cid-vnU9hNNWU0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnU9hNNWU0 .item:focus,
.cid-vnU9hNNWU0 span:focus {
  outline: none;
}
.cid-vnU9hNNWU0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnU9hNNWU0 .item {
    margin-bottom: 1rem;
  }
}
.cid-vnU9hNNWU0 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnU9hNNWU0 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnU9hNNWU0 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnU9hNNWU0 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnU9hNNWU0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnU9hNNWU0 .mbr-section-title {
  color: #000000;
}
.cid-vnU9hNNWU0 .item-title {
  text-align: left;
}
.cid-vnU9hNNWU0 .item-subtitle {
  text-align: left;
}
.cid-vnU9hNNWU0 .mbr-text,
.cid-vnU9hNNWU0 .item .mbr-section-btn {
  text-align: left;
}
.cid-vnU9hNNWU0 .content-head {
  max-width: 800px;
}
.cid-vnU9hNNWU0 img {
  transition: transform 0.4s ease;
}
.cid-vnU9hNNWU0 img:hover {
  transform: scale(1.05);
}
.cid-vnU9YDK3k1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnU9YDK3k1 img,
.cid-vnU9YDK3k1 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vnU9YDK3k1 .item:focus,
.cid-vnU9YDK3k1 span:focus {
  outline: none;
}
.cid-vnU9YDK3k1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnU9YDK3k1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vnU9YDK3k1 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnU9YDK3k1 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnU9YDK3k1 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vnU9YDK3k1 .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vnU9YDK3k1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vnU9YDK3k1 .mbr-section-title {
  color: #000000;
}
.cid-vnU9YDK3k1 .item-title {
  text-align: left;
}
.cid-vnU9YDK3k1 .item-subtitle {
  text-align: left;
}
.cid-vnU9YDK3k1 .mbr-text,
.cid-vnU9YDK3k1 .item .mbr-section-btn {
  text-align: left;
}
.cid-vnU9YDK3k1 .content-head {
  max-width: 800px;
}
.cid-vnU9YDK3k1 img {
  transition: transform 0.4s ease;
}
.cid-vnU9YDK3k1 img:hover {
  transform: scale(1.05);
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjJXWBlBMF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vjJXWBlBMF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vjJXWBlBMF .mbr-section-subtitle {
  color: #000000;
}
.cid-vjJXWBlBMF .mbr-section-title {
  color: #000000;
}
.cid-vpvetSDGfK {
  display: flex;
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-5.webp");
}
.cid-vpvetSDGfK .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vpvetSDGfK {
    align-items: center;
  }
  .cid-vpvetSDGfK .row {
    justify-content: center;
  }
  .cid-vpvetSDGfK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vpvetSDGfK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vpvetSDGfK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vpvetSDGfK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vpvetSDGfK .content-wrap {
    width: 100%;
  }
}
.cid-vpvetSDGfK .mbr-section-title,
.cid-vpvetSDGfK .mbr-section-subtitle {
  text-align: center;
}
.cid-vpvetSDGfK .mbr-text,
.cid-vpvetSDGfK .mbr-section-btn {
  text-align: justify;
}
.cid-vpvetSDGfK .mbr-section-title {
  text-align: left;
  color: #d2ff16;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpvetSDGfK .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-vpvetSDGfK .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vpvetSDGfK .mbr-section-title,
.cid-vpvetSDGfK .mbr-section-subtitle,
.cid-vpvetSDGfK .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vpvetSDGfK .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vpvetSDGfK .header16 {
  filter: brightness(0.75);
}
.cid-vr1rRLoWvZ {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1rRLoWvZ .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1rRLoWvZ .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1rRLoWvZ .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1rRLoWvZ .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1rRLoWvZ .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1rRLoWvZ .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1rRLoWvZ .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1rRLoWvZ .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1rRLoWvZ .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vjKOnklRhe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vjKOnklRhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjKOnklRhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjKOnklRhe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjKOnklRhe .row {
  flex-direction: row-reverse;
}
.cid-vjKOnklRhe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjKOnklRhe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjKOnklRhe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjKOnklRhe .mbr-section-title {
  color: #000000;
}
.cid-vjKOnklRhe .mbr-text,
.cid-vjKOnklRhe .mbr-section-btn {
  color: #000000;
}
.cid-vjLUQX64Er {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vjLUQX64Er .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLUQX64Er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLUQX64Er .mbr-section-title {
  text-align: center;
}
.cid-vjLUQX64Er .mbr-section-subtitle {
  text-align: justify;
}
.cid-vjKCcYhyX6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vjKCcYhyX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjKCcYhyX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjKsAtiYHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vjKsAtiYHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjKsAtiYHJ .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-vjKsAtiYHJ .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-vjKsAtiYHJ .item-wrapper:hover {
  background: #000000;
  transform: translateY(-5px);
}
.cid-vjKsAtiYHJ .item-wrapper:hover .card-title,
.cid-vjKsAtiYHJ .item-wrapper:hover .card-text,
.cid-vjKsAtiYHJ .item-wrapper:hover .card-link,
.cid-vjKsAtiYHJ .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-vjKsAtiYHJ .item-wrapper:hover span {
  color: #000000;
}
.cid-vjKsAtiYHJ .card-title,
.cid-vjKsAtiYHJ .card-text,
.cid-vjKsAtiYHJ .card-link,
.cid-vjKsAtiYHJ .card-link a {
  transition: all 0.3s;
}
.cid-vjKsAtiYHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjKsAtiYHJ .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vjKsAtiYHJ .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-vjKsAtiYHJ .link-wrapper:hover {
  cursor: pointer;
}
.cid-vjKsAtiYHJ .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vjKsAtiYHJ .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-vjKsAtiYHJ .card-title,
.cid-vjKsAtiYHJ .iconfont-wrapper {
  color: #000000;
}
.cid-vjKsAtiYHJ .card-text {
  color: #232323;
}
.cid-vjKsAtiYHJ .content-head {
  max-width: 800px;
}
.cid-vjKsAtiYHJ .mbr-section-title {
  color: #000000;
}
.cid-vjKsAtiYHJ .card-link,
.cid-vjKsAtiYHJ .link-icon,
.cid-vjKsAtiYHJ .link-align {
  color: #232323;
}
.cid-vjKzWwJGDR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vjKzWwJGDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjKzWwJGDR .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-vjKzWwJGDR .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-vjKzWwJGDR .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-vjKzWwJGDR .item-wrapper:hover .card-title,
.cid-vjKzWwJGDR .item-wrapper:hover .card-text,
.cid-vjKzWwJGDR .item-wrapper:hover .card-link,
.cid-vjKzWwJGDR .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-vjKzWwJGDR .item-wrapper:hover span {
  color: #000000;
}
.cid-vjKzWwJGDR .card-title,
.cid-vjKzWwJGDR .card-text,
.cid-vjKzWwJGDR .card-link,
.cid-vjKzWwJGDR .card-link a {
  transition: all 0.3s;
}
.cid-vjKzWwJGDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjKzWwJGDR .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vjKzWwJGDR .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-vjKzWwJGDR .link-wrapper:hover {
  cursor: pointer;
}
.cid-vjKzWwJGDR .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vjKzWwJGDR .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-vjKzWwJGDR .card-title,
.cid-vjKzWwJGDR .iconfont-wrapper {
  color: #000000;
}
.cid-vjKzWwJGDR .card-text {
  color: #232323;
}
.cid-vjKzWwJGDR .content-head {
  max-width: 800px;
}
.cid-vjKzWwJGDR .mbr-section-title {
  color: #000000;
}
.cid-vjKzWwJGDR .card-link,
.cid-vjKzWwJGDR .link-icon,
.cid-vjKzWwJGDR .link-align {
  color: #232323;
}
.cid-voPHoWgZv6 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-voPHoWgZv6 .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-voPHoWgZv6 .section-text {
  color: #000000;
}
.cid-voPHoWgZv6 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-voPHoWgZv6 .text-block {
  padding-left: 0;
}
.cid-voPHoWgZv6 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-voPHoWgZv6 .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-voPHoWgZv6 .mbr-figure .card-text {
  padding: 2rem;
}
.cid-voPHoWgZv6 .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-voPHoWgZv6 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-voPHoWgZv6 .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-voPHoWgZv6 .mbr-text {
    text-align: center;
  }
}
.cid-voPHoWgZv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voPHoWgZv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voPHoWgZv6 .mbr-text {
  color: #000000;
}
.cid-vjL0P8bNen {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
  overflow: hidden;
}
.cid-vjL0P8bNen .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjL0P8bNen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjL0P8bNen .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vjL0P8bNen .mbr-section-title {
  color: #232323;
}
.cid-vjL0P8bNen .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vjL0P8bNen .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vjL0P8bNen .card-row {
  align-items: stretch;
}
.cid-vjL0P8bNen .card {
  margin: 15px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-vjL0P8bNen .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.cid-vjL0P8bNen .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f5f7fa, #f5f7fa);
  box-shadow: 10px 10px 19px #1f2933, -10px -10px 19px #a6a99c;
}
@media (max-width: 1199px) {
  .cid-vjL0P8bNen .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vjL0P8bNen .card-wrapper {
    padding: 20px;
  }
}
.cid-vjL0P8bNen .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vjL0P8bNen .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-vjL0P8bNen .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #232323;
}
.cid-vjL0P8bNen .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vjL0P8bNen .card-head-text {
  flex-grow: 1;
}
.cid-vjL0P8bNen .name-title {
  color: #FFFFFF;
}
.cid-vjL0P8bNen .name-text {
  color: #FF014E;
}
.cid-vjL0P8bNen .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vjL0P8bNen .card-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-vjL0P8bNen .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-vjL0P8bNen .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-vjL0P8bNen .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-vjL1dapau8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
  overflow: hidden;
}
.cid-vjL1dapau8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjL1dapau8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjL1dapau8 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vjL1dapau8 .mbr-section-title {
  color: #FF014E;
}
.cid-vjL1dapau8 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vjL1dapau8 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vjL1dapau8 .card-row {
  align-items: stretch;
}
.cid-vjL1dapau8 .card {
  margin: 15px 0;
  transition: all 0.3s ease;
}
.cid-vjL1dapau8 .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.cid-vjL1dapau8 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #f5f7fa, #f5f7fa);
  transition: all 0.3s ease;
  box-shadow: 10px 10px 19px #1f2933, -10px -10px 19px #a6a99c;
}
@media (max-width: 1199px) {
  .cid-vjL1dapau8 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-vjL1dapau8 .card-wrapper {
    padding: 20px;
  }
}
.cid-vjL1dapau8 .card-wrapper:hover {
  transform: scale(1.02);
}
.cid-vjL1dapau8 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-vjL1dapau8 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-vjL1dapau8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #232323;
}
.cid-vjL1dapau8 .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-vjL1dapau8 .card-head-text {
  flex-grow: 1;
}
.cid-vjL1dapau8 .name-title {
  color: #FFFFFF;
}
.cid-vjL1dapau8 .name-text {
  color: #FF014E;
}
.cid-vjL1dapau8 .card-title {
  color: #000000;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vjL1dapau8 .card-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-vjL1dapau8 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-vjL1dapau8 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-vjL1dapau8 .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-vpTkHbu8od {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vpTkHbu8od .mbr-iconfont {
  color: #8d97ad;
}
.cid-vpTkHbu8od .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-vpTkHbu8od .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-vpTkHbu8od .mbr-section-subtitle {
  color: #232323;
}
.cid-vpTkHbu8od .card-title {
  margin-bottom: 0.3rem;
}
.cid-vpTkHbu8od .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vpTkHbu8od .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpTkHbu8od .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-vpTkHbu8od .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpTkHbu8od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpTkHbu8od .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vpTkHbu8od .mbr-text,
.cid-vpTkHbu8od .social-links {
  color: #232323;
}
.cid-vpvFrBdMRe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpvFrBdMRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpvFrBdMRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpvFrBdMRe .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpvFrBdMRe .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpvFrBdMRe .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpvFrBdMRe .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpvFrBdMRe .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpvFrBdMRe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpvFrBdMRe .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpvFrBdMRe .mbr-section-title {
  color: #404349;
}
.cid-vpvFrBdMRe .mbr-text {
  color: #404349;
}
.cid-vpvFrBdMRe .mbr-desc {
  color: #b19a7c;
}
.cid-vpvFrBdMRe .mbr-desc,
.cid-vpvFrBdMRe .desc-wrapper {
  color: #000000;
}
.cid-vjJXWFiMKG {
  background-color: #f3f7fe;
}
.cid-vjJXWFiMKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJXWFiMKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJXWFiMKG .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vjJXWFiMKG .row {
  align-items: center;
}
.cid-vjJXWFiMKG .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vjJXWFiMKG .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vjJXWFiMKG .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vjJXWFiMKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjJXWFiMKG .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vjJXWFiMKG .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vjJXWFiMKG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vjJXWFiMKG .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjJXWFiMKG .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vjJXWFiMKG .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vjJXWFiMKG .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vjJXWFiMKG .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vjJXWFiMKG .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vjJXWFiMKG .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vjJXWFiMKG .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vjJXWFiMKG .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vjJXWFiMKG .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vjJXWFiMKG .contact-container {
    width: 100%;
  }
}
.cid-vjJXWFiMKG .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vjJXWFiMKG .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vjJXWFiMKG .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vjJXWFiMKG .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vjJXWFiMKG .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vjJXWFiMKG .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vjJXWFiMKG .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vjJXWFiMKG .copyright {
  color: #efefec;
}
.cid-vjJXWFiMKG .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vjJXWFiMKG .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vjJXWFiMKG .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vq9xH0wD8K {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oilgas20hero-1600x912.webp");
  overflow: hidden;
}
.cid-vq9xH0wD8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9xH0wD8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9xH0wD8K .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vq9xH0wD8K .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vq9xH0wD8K .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vq9xH0wD8K .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq9xH0wD8K .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq9xH0wD8K .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vq9xH0wD8K .mbr-section-title {
  color: #ffffff;
}
.cid-vq9xH0wD8K .mbr-text,
.cid-vq9xH0wD8K .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vq9xH0wD8K .mbr-section-btn,
.cid-vq9xH0wD8K .mbr-section-title {
  text-align: center;
}
.cid-vq9xH0wD8K .mbr-section-title,
.cid-vq9xH0wD8K .mbr-section-btn {
  text-align: left;
}
.cid-vr1sSpvmfv {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1sSpvmfv .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1sSpvmfv .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1sSpvmfv .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1sSpvmfv .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1sSpvmfv .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1sSpvmfv .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1sSpvmfv .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1sSpvmfv .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1sSpvmfv .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vq9xQ6fcHn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vq9xQ6fcHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9xQ6fcHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9xQ6fcHn .row {
  justify-content: center;
}
.cid-vq9xQ6fcHn .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vq9xQ6fcHn .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vq9xQ6fcHn .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vq9xQ6fcHn .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vq9xQ6fcHn .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vq9xQ6fcHn .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq9xQ6fcHn .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vq9xQ6fcHn .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vq9xQ6fcHn .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq9xQ6fcHn .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vq9xQ6fcHn .mbr-label,
.cid-vq9xQ6fcHn .label-wrapper {
  color: #151e11;
}
.cid-vq9xQ6fcHn .mbr-section-title {
  color: #151e11;
}
.cid-vq9xQ6fcHn .mbr-text {
  color: #151e11;
}
.cid-vq9xTPrChr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vq9xTPrChr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9xTPrChr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9xTPrChr .title-wrapper {
  margin-bottom: 50px;
}
.cid-vq9xTPrChr .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vq9xTPrChr .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vq9xTPrChr .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vq9xTPrChr .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vq9xTPrChr .title-wrapper .checked-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vq9xTPrChr .title-wrapper .checked-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}
.cid-vq9xTPrChr .title-wrapper .checked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-color: #2ecc71;
  border-radius: 4px;
}
.cid-vq9xTPrChr .title-wrapper .checked-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cid-vq9xTPrChr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vq9xTPrChr .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vq9xTPrChr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vq9xTPrChr .items-wrapper {
  margin: 0 -10px;
}
.cid-vq9xTPrChr .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vq9xTPrChr .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq9xTPrChr .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vq9xTPrChr .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  will-change: transform;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  will-change: transform;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
  will-change: transform;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #caf31d;
  opacity: .85;
  will-change: transform;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
  position: relative;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .image-wrapper .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vq9xTPrChr .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vq9xTPrChr .mbr-label,
.cid-vq9xTPrChr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vq9xTPrChr .mbr-section-title,
.cid-vq9xTPrChr .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vq9xTPrChr .item-title {
  color: #000000;
}
.cid-vq9xTPrChr .item-date {
  color: #000000;
}
.cid-vq9xTPrChr .item-text {
  color: #000000;
}
.cid-vq9xTPrChr .custom-checked-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.cid-vq9xTPrChr .custom-checked-list li {
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
}
.cid-vq9xTPrChr .custom-checked-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #2ecc71;
  border-radius: 4px;
}
.cid-vq9xTPrChr .custom-checked-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cid-vq9xTPrChr .outro-text {
  margin-top: 15px;
  display: block;
}
.cid-vq9y2iwP1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vq9y2iwP1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9y2iwP1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9y2iwP1m .row {
  justify-content: center;
}
.cid-vq9y2iwP1m .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vq9y2iwP1m .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vq9y2iwP1m .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vq9y2iwP1m .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vq9y2iwP1m .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vq9y2iwP1m .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq9y2iwP1m .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vq9y2iwP1m .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vq9y2iwP1m .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq9y2iwP1m .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vq9y2iwP1m .mbr-label,
.cid-vq9y2iwP1m .label-wrapper {
  color: #151e11;
}
.cid-vq9y2iwP1m .mbr-section-title {
  color: #151e11;
}
.cid-vq9y2iwP1m .mbr-text {
  color: #151e11;
}
.cid-vq9y2iwP1m .standard-bullet-list {
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.cid-vq9y2iwP1m .standard-bullet-list li {
  margin-bottom: 6px;
  padding-left: 5px;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vq9EJTIA9z {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oilgas-stream-1408x768.webp");
  overflow: hidden;
}
.cid-vq9EJTIA9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9EJTIA9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9EJTIA9z .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vq9EJTIA9z .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vq9EJTIA9z .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vq9EJTIA9z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq9EJTIA9z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq9EJTIA9z .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vq9EJTIA9z .mbr-section-title {
  color: #ffffff;
}
.cid-vq9EJTIA9z .mbr-text,
.cid-vq9EJTIA9z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vq9EJTIA9z .mbr-section-btn,
.cid-vq9EJTIA9z .mbr-section-title {
  text-align: center;
}
.cid-vq9EJTIA9z .mbr-section-title,
.cid-vq9EJTIA9z .mbr-section-btn {
  text-align: left;
}
.cid-vq9ELrj1RD {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vq9ELrj1RD .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vq9ELrj1RD .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vq9ELrj1RD .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vq9ELrj1RD .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vq9ELrj1RD .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vq9ELrj1RD .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vq9ELrj1RD .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vq9ELrj1RD .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vq9ELrj1RD .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vq9EN8ehOi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vq9EN8ehOi {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vq9EN8ehOi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vq9EN8ehOi H1 {
  color: #132c70;
}
.cid-vq9EN8ehOi .mbr-text,
.cid-vq9EN8ehOi .mbr-section-btn {
  color: #132c70;
}
.cid-vq9EN8ehOi H3 {
  color: #132c70;
}
.cid-vq9EN8ehOi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vq9EN8ehOi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vq9EN8ehOi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vq9EN8ehOi .link:hover {
  color: #000000 !important;
}
.cid-vq9EN8ehOi .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vq9EN8ehOi DIV {
  color: #57468b;
}
.cid-vq9EN8ehOi .text-1 {
  line-height: 1;
}
.cid-vq9EN8ehOi .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vq9EN8ehOi .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vq9EN8ehOi .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vq9EN8ehOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9EN8ehOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9EN8ehOi .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-vq9EOzShWG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq9EOzShWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq9EOzShWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq9EOzShWG .items-wrapper {
  margin: 0 -10px;
}
.cid-vq9EOzShWG .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq9EOzShWG .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vq9EOzShWG .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vq9EOzShWG .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-vq9EOzShWG .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vq9EOzShWG .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vq9EOzShWG .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-vq9EOzShWG .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-vq9EOzShWG .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-vq9EOzShWG .item-label_1 {
  color: #222f30;
}
.cid-vq9EOzShWG .item-label_2 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-label_3 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-title_1 {
  color: #222f30;
}
.cid-vq9EOzShWG .item-title_2 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-title_3 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-text_1 {
  color: #222f30;
}
.cid-vq9EOzShWG .item-text_2 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-text_3 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-date_1 {
  color: #222f30;
}
.cid-vq9EOzShWG .item-date_2 {
  color: #ffffff;
}
.cid-vq9EOzShWG .item-date_3 {
  color: #ffffff;
}
.cid-voVCXiZuem {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVCXiZuem .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voVCXiZuem .nav {
  border: none;
}
.cid-voVCXiZuem .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVCXiZuem .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voVCXiZuem .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVCXiZuem .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVCXiZuem P {
  text-align: justify;
}
.cid-voVCXiZuem .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVCXiZuem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVCYm1M3X {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVCYm1M3X .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVCYm1M3X .nav {
  border: none;
}
.cid-voVCYm1M3X .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVCYm1M3X .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVCYm1M3X .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVCYm1M3X .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVCYm1M3X P {
  text-align: justify;
}
.cid-voVCYm1M3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVCYm1M3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVCZ8li1G {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVCZ8li1G .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVCZ8li1G .nav {
  border: none;
}
.cid-voVCZ8li1G .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVCZ8li1G .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVCZ8li1G .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVCZ8li1G .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVCZ8li1G P {
  text-align: justify;
}
.cid-voVCZ8li1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVCZ8li1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD05DyuK {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVD05DyuK .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD05DyuK .nav {
  border: none;
}
.cid-voVD05DyuK .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD05DyuK .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD05DyuK .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVD05DyuK .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVD05DyuK P {
  text-align: justify;
}
.cid-voVD05DyuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD05DyuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD0UqAtd {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVD0UqAtd .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD0UqAtd .nav {
  border: none;
}
.cid-voVD0UqAtd .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD0UqAtd .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD0UqAtd .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVD0UqAtd .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVD0UqAtd P {
  text-align: justify;
}
.cid-voVD0UqAtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD0UqAtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD1BWZaq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVD1BWZaq .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD1BWZaq .nav {
  border: none;
}
.cid-voVD1BWZaq .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD1BWZaq .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD1BWZaq .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVD1BWZaq .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVD1BWZaq P {
  text-align: justify;
}
.cid-voVD1BWZaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD1BWZaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD2iKt6S {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVD2iKt6S .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD2iKt6S .nav {
  border: none;
}
.cid-voVD2iKt6S .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD2iKt6S .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD2iKt6S .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVD2iKt6S .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVD2iKt6S P {
  text-align: justify;
}
.cid-voVD2iKt6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD2iKt6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD2Y08p3 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVD2Y08p3 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD2Y08p3 .nav {
  border: none;
}
.cid-voVD2Y08p3 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD2Y08p3 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD2Y08p3 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVD2Y08p3 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVD2Y08p3 P {
  text-align: justify;
}
.cid-voVD2Y08p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD2Y08p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD3B2cxi {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVD3B2cxi .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD3B2cxi .nav {
  border: none;
}
.cid-voVD3B2cxi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD3B2cxi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD3B2cxi .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVD3B2cxi .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVD3B2cxi P {
  text-align: justify;
}
.cid-voVD3B2cxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD3B2cxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVD4c3sf2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVD4c3sf2 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVD4c3sf2 .nav {
  border: none;
}
.cid-voVD4c3sf2 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVD4c3sf2 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVD4c3sf2 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVD4c3sf2 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVD4c3sf2 P {
  text-align: justify;
}
.cid-voVD4c3sf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVD4c3sf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ7I9LpV3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpJ7I9LpV3 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJ7I9LpV3 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJ7I9LpV3 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJ7I9LpV3 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJ7I9LpV3 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJ7I9LpV3 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJ7I9LpV3 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJ7I9LpV3 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJ7I9LpV3 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwkXMbCkZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwkXMbCkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwkXMbCkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwkXMbCkZ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwkXMbCkZ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwkXMbCkZ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwkXMbCkZ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwkXMbCkZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwkXMbCkZ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwkXMbCkZ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwkXMbCkZ .mbr-section-title {
  color: #404349;
}
.cid-vpwkXMbCkZ .mbr-text {
  color: #404349;
}
.cid-vpwkXMbCkZ .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voVQXdr6Ve {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/oilgas-stream-1408x768.webp");
  overflow: hidden;
}
.cid-voVQXdr6Ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVQXdr6Ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVQXdr6Ve .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voVQXdr6Ve .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voVQXdr6Ve .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voVQXdr6Ve .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voVQXdr6Ve .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voVQXdr6Ve .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voVQXdr6Ve .mbr-section-title {
  color: #ffffff;
}
.cid-voVQXdr6Ve .mbr-text,
.cid-voVQXdr6Ve .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voVQXdr6Ve .mbr-section-btn,
.cid-voVQXdr6Ve .mbr-section-title {
  text-align: center;
}
.cid-voVQXdr6Ve .mbr-section-title,
.cid-voVQXdr6Ve .mbr-section-btn {
  text-align: left;
}
.cid-vpS3UYmCnK {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS3UYmCnK .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS3UYmCnK .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS3UYmCnK .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS3UYmCnK .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS3UYmCnK .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS3UYmCnK .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS3UYmCnK .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS3UYmCnK .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS3UYmCnK .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vqg0mn19qb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vqg0mn19qb {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vqg0mn19qb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vqg0mn19qb H1 {
  color: #132c70;
}
.cid-vqg0mn19qb .mbr-text,
.cid-vqg0mn19qb .mbr-section-btn {
  color: #132c70;
}
.cid-vqg0mn19qb H3 {
  color: #132c70;
}
.cid-vqg0mn19qb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vqg0mn19qb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vqg0mn19qb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vqg0mn19qb .link:hover {
  color: #000000 !important;
}
.cid-vqg0mn19qb .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vqg0mn19qb DIV {
  color: #57468b;
}
.cid-vqg0mn19qb .text-1 {
  line-height: 1;
}
.cid-vqg0mn19qb .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vqg0mn19qb .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vqg0mn19qb .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vqg0mn19qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqg0mn19qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqg0mn19qb .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-voVQY83aPm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voVQY83aPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVQY83aPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVQY83aPm .items-wrapper {
  margin: 0 -10px;
}
.cid-voVQY83aPm .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voVQY83aPm .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voVQY83aPm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voVQY83aPm .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #edefeb !important;
  transform: scale(0.94);
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-voVQY83aPm .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voVQY83aPm .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voVQY83aPm .items-wrapper .item .card_1 {
  background-color: #e8e8e8;
}
.cid-voVQY83aPm .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-voVQY83aPm .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-voVQY83aPm .item-label_1 {
  color: #222f30;
}
.cid-voVQY83aPm .item-label_2 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-label_3 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-title_1 {
  color: #222f30;
}
.cid-voVQY83aPm .item-title_2 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-title_3 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-text_1 {
  color: #222f30;
}
.cid-voVQY83aPm .item-text_2 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-text_3 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-date_1 {
  color: #222f30;
}
.cid-voVQY83aPm .item-date_2 {
  color: #ffffff;
}
.cid-voVQY83aPm .item-date_3 {
  color: #ffffff;
}
.cid-voVQYWLMnu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVQYWLMnu .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voVQYWLMnu .nav {
  border: none;
}
.cid-voVQYWLMnu .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVQYWLMnu .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voVQYWLMnu .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVQYWLMnu .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVQYWLMnu P {
  text-align: justify;
}
.cid-voVQYWLMnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVQYWLMnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVQZubLbb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVQZubLbb .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVQZubLbb .nav {
  border: none;
}
.cid-voVQZubLbb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVQZubLbb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVQZubLbb .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVQZubLbb .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVQZubLbb P {
  text-align: justify;
}
.cid-voVQZubLbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVQZubLbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVR0chqRy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVR0chqRy .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVR0chqRy .nav {
  border: none;
}
.cid-voVR0chqRy .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVR0chqRy .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVR0chqRy .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVR0chqRy .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVR0chqRy P {
  text-align: justify;
}
.cid-voVR0chqRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVR0chqRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVR0Op8xy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVR0Op8xy .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVR0Op8xy .nav {
  border: none;
}
.cid-voVR0Op8xy .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVR0Op8xy .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVR0Op8xy .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVR0Op8xy .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVR0Op8xy P {
  text-align: justify;
}
.cid-voVR0Op8xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVR0Op8xy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVR1w029Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVR1w029Z .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVR1w029Z .nav {
  border: none;
}
.cid-voVR1w029Z .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVR1w029Z .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVR1w029Z .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVR1w029Z .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVR1w029Z P {
  text-align: justify;
}
.cid-voVR1w029Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVR1w029Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVR24Nm5b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voVR24Nm5b .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVR24Nm5b .nav {
  border: none;
}
.cid-voVR24Nm5b .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVR24Nm5b .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVR24Nm5b .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voVR24Nm5b .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voVR24Nm5b P {
  text-align: justify;
}
.cid-voVR24Nm5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVR24Nm5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voVR2z4mQ5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voVR2z4mQ5 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voVR2z4mQ5 .nav {
  border: none;
}
.cid-voVR2z4mQ5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voVR2z4mQ5 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voVR2z4mQ5 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voVR2z4mQ5 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voVR2z4mQ5 P {
  text-align: justify;
}
.cid-voVR2z4mQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voVR2z4mQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJa3noTkW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpJa3noTkW .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJa3noTkW .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJa3noTkW .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJa3noTkW .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJa3noTkW .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJa3noTkW .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJa3noTkW .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJa3noTkW .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJa3noTkW .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwlgaeBBy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwlgaeBBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwlgaeBBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwlgaeBBy .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwlgaeBBy .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwlgaeBBy .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwlgaeBBy .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwlgaeBBy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwlgaeBBy .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwlgaeBBy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwlgaeBBy .mbr-section-title {
  color: #404349;
}
.cid-vpwlgaeBBy .mbr-text {
  color: #404349;
}
.cid-vpwlgaeBBy .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voW6jtSk5V {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/oilgas-stream-1408x768.webp");
  overflow: hidden;
}
.cid-voW6jtSk5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6jtSk5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6jtSk5V .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voW6jtSk5V .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voW6jtSk5V .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voW6jtSk5V .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voW6jtSk5V .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voW6jtSk5V .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voW6jtSk5V .mbr-section-title {
  color: #ffffff;
}
.cid-voW6jtSk5V .mbr-text,
.cid-voW6jtSk5V .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voW6jtSk5V .mbr-section-btn,
.cid-voW6jtSk5V .mbr-section-title {
  text-align: center;
}
.cid-voW6jtSk5V .mbr-section-title,
.cid-voW6jtSk5V .mbr-section-btn {
  text-align: left;
}
.cid-vpS46LYg0R {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS46LYg0R .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS46LYg0R .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS46LYg0R .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS46LYg0R .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS46LYg0R .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS46LYg0R .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS46LYg0R .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS46LYg0R .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS46LYg0R .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vqg0rbZuBK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vqg0rbZuBK {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-vqg0rbZuBK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-vqg0rbZuBK H1 {
  color: #132c70;
}
.cid-vqg0rbZuBK .mbr-text,
.cid-vqg0rbZuBK .mbr-section-btn {
  color: #132c70;
}
.cid-vqg0rbZuBK H3 {
  color: #132c70;
}
.cid-vqg0rbZuBK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-vqg0rbZuBK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-vqg0rbZuBK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-vqg0rbZuBK .link:hover {
  color: #000000 !important;
}
.cid-vqg0rbZuBK .link:hover .link-ico {
  color: #000000 !important;
  padding-left: 10px;
}
.cid-vqg0rbZuBK DIV {
  color: #57468b;
}
.cid-vqg0rbZuBK .text-1 {
  line-height: 1;
}
.cid-vqg0rbZuBK .container-fluid {
  max-width: 1300px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vqg0rbZuBK .mbr-section-title {
    margin-bottom: 2rem;
    width: auto;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-vqg0rbZuBK .mbr-section-title {
    margin-bottom: 2rem;
    width: 42rem;
    margin: auto;
  }
}
.cid-vqg0rbZuBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqg0rbZuBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqg0rbZuBK .mbr-section-title {
  text-align: center;
  color: #000000;
  margin-left: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.cid-voW6kh0H5G {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voW6kh0H5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6kh0H5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6kh0H5G .items-wrapper {
  margin: 0 -10px;
}
.cid-voW6kh0H5G .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voW6kh0H5G .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voW6kh0H5G .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voW6kh0H5G .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-voW6kh0H5G .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voW6kh0H5G .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voW6kh0H5G .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-voW6kh0H5G .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-voW6kh0H5G .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-voW6kh0H5G .item-label_1 {
  color: #222f30;
}
.cid-voW6kh0H5G .item-label_2 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-label_3 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-title_1 {
  color: #222f30;
}
.cid-voW6kh0H5G .item-title_2 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-title_3 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-text_1 {
  color: #222f30;
  text-align: left;
}
.cid-voW6kh0H5G .item-text_2 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-text_3 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-date_1 {
  color: #222f30;
}
.cid-voW6kh0H5G .item-date_2 {
  color: #ffffff;
}
.cid-voW6kh0H5G .item-date_3 {
  color: #ffffff;
}
.cid-voW8ebJI8i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voW8ebJI8i .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voW8ebJI8i .nav {
  border: none;
}
.cid-voW8ebJI8i .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW8ebJI8i .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voW8ebJI8i .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voW8ebJI8i .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voW8ebJI8i P {
  text-align: justify;
}
.cid-voW8ebJI8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW8ebJI8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6lHRnBT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voW6lHRnBT .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6lHRnBT .nav {
  border: none;
}
.cid-voW6lHRnBT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6lHRnBT .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6lHRnBT .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voW6lHRnBT .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voW6lHRnBT P {
  text-align: justify;
}
.cid-voW6lHRnBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6lHRnBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6mlCGay {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voW6mlCGay .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6mlCGay .nav {
  border: none;
}
.cid-voW6mlCGay .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6mlCGay .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6mlCGay .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voW6mlCGay .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voW6mlCGay P {
  text-align: justify;
}
.cid-voW6mlCGay .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6mlCGay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6n2ZyOb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voW6n2ZyOb .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6n2ZyOb .nav {
  border: none;
}
.cid-voW6n2ZyOb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6n2ZyOb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6n2ZyOb .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voW6n2ZyOb .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voW6n2ZyOb P {
  text-align: justify;
}
.cid-voW6n2ZyOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6n2ZyOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6nGZdPk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voW6nGZdPk .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6nGZdPk .nav {
  border: none;
}
.cid-voW6nGZdPk .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6nGZdPk .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6nGZdPk .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voW6nGZdPk .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voW6nGZdPk P {
  text-align: justify;
}
.cid-voW6nGZdPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6nGZdPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6of5J06 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voW6of5J06 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6of5J06 .nav {
  border: none;
}
.cid-voW6of5J06 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6of5J06 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6of5J06 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voW6of5J06 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voW6of5J06 P {
  text-align: justify;
}
.cid-voW6of5J06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6of5J06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6p8A8Xi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voW6p8A8Xi .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6p8A8Xi .nav {
  border: none;
}
.cid-voW6p8A8Xi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6p8A8Xi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6p8A8Xi .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voW6p8A8Xi .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voW6p8A8Xi P {
  text-align: justify;
}
.cid-voW6p8A8Xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6p8A8Xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6pQYO11 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voW6pQYO11 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6pQYO11 .nav {
  border: none;
}
.cid-voW6pQYO11 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6pQYO11 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6pQYO11 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voW6pQYO11 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voW6pQYO11 P {
  text-align: justify;
}
.cid-voW6pQYO11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6pQYO11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6qoFhiM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voW6qoFhiM .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6qoFhiM .nav {
  border: none;
}
.cid-voW6qoFhiM .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6qoFhiM .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6qoFhiM .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voW6qoFhiM .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voW6qoFhiM P {
  text-align: justify;
}
.cid-voW6qoFhiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6qoFhiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voW6r3MGQd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voW6r3MGQd .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voW6r3MGQd .nav {
  border: none;
}
.cid-voW6r3MGQd .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voW6r3MGQd .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voW6r3MGQd .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voW6r3MGQd .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voW6r3MGQd P {
  text-align: justify;
}
.cid-voW6r3MGQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voW6r3MGQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJadYoL9u {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJadYoL9u .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJadYoL9u .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJadYoL9u .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJadYoL9u .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJadYoL9u .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJadYoL9u .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJadYoL9u .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJadYoL9u .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJadYoL9u .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwlwFPRjc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwlwFPRjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwlwFPRjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwlwFPRjc .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwlwFPRjc .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwlwFPRjc .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwlwFPRjc .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwlwFPRjc .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwlwFPRjc .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwlwFPRjc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwlwFPRjc .mbr-section-title {
  color: #404349;
}
.cid-vpwlwFPRjc .mbr-text {
  color: #404349;
}
.cid-vpwlwFPRjc .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voWCQUA87y {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/defense-1584x672.webp");
  overflow: hidden;
}
.cid-voWCQUA87y .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWCQUA87y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWCQUA87y .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voWCQUA87y .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voWCQUA87y .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voWCQUA87y .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWCQUA87y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voWCQUA87y .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voWCQUA87y .mbr-section-title {
  color: #ffffff;
}
.cid-voWCQUA87y .mbr-text,
.cid-voWCQUA87y .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-voWCQUA87y .mbr-section-btn,
.cid-voWCQUA87y .mbr-section-title {
  text-align: center;
}
.cid-voWCQUA87y .mbr-section-title,
.cid-voWCQUA87y .mbr-section-btn {
  text-align: justify;
}
.cid-vr1te6hU0V {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1te6hU0V .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1te6hU0V .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1te6hU0V .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1te6hU0V .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1te6hU0V .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1te6hU0V .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1te6hU0V .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1te6hU0V .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1te6hU0V .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voWCRGIKEO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWCRGIKEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWCRGIKEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWCRGIKEO .row {
  justify-content: center;
}
.cid-voWCRGIKEO .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-voWCRGIKEO .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voWCRGIKEO .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-voWCRGIKEO .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-voWCRGIKEO .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voWCRGIKEO .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voWCRGIKEO .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-voWCRGIKEO .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voWCRGIKEO .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-voWCRGIKEO .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWCRGIKEO .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-voWCRGIKEO .mbr-label,
.cid-voWCRGIKEO .label-wrapper {
  color: #151e11;
}
.cid-voWCRGIKEO .mbr-section-title {
  color: #151e11;
}
.cid-voWCRGIKEO .mbr-text {
  color: #151e11;
}
.cid-voWCSpJN0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-voWCSpJN0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWCSpJN0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWCSpJN0N .title-wrapper {
  margin-bottom: 50px;
}
.cid-voWCSpJN0N .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-voWCSpJN0N .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-voWCSpJN0N .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-voWCSpJN0N .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voWCSpJN0N .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voWCSpJN0N .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voWCSpJN0N .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-voWCSpJN0N .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voWCSpJN0N .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voWCSpJN0N .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-voWCSpJN0N .mbr-label,
.cid-voWCSpJN0N .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voWCSpJN0N .mbr-section-title,
.cid-voWCSpJN0N .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-voWCSpJN0N .item-title {
  color: #000000;
}
.cid-voWCSpJN0N .item-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voWEsirqpc {
  padding-top: 11rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/defense-mitigation-1584x672.webp");
  overflow: hidden;
}
.cid-voWEsirqpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEsirqpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEsirqpc .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voWEsirqpc .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voWEsirqpc .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voWEsirqpc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWEsirqpc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voWEsirqpc .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voWEsirqpc .mbr-section-title {
  color: #ffffff;
}
.cid-voWEsirqpc .mbr-text,
.cid-voWEsirqpc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voWEsirqpc .mbr-section-btn,
.cid-voWEsirqpc .mbr-section-title {
  text-align: center;
}
.cid-voWEsirqpc .mbr-section-title,
.cid-voWEsirqpc .mbr-section-btn {
  text-align: left;
}
.cid-vpS9RHSkIK {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS9RHSkIK .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS9RHSkIK .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS9RHSkIK .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS9RHSkIK .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS9RHSkIK .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS9RHSkIK .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS9RHSkIK .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS9RHSkIK .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS9RHSkIK .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voWEt0krq4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voWEt0krq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEt0krq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEt0krq4 .items-wrapper {
  margin: 0 -10px;
}
.cid-voWEt0krq4 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voWEt0krq4 .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voWEt0krq4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voWEt0krq4 .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-voWEt0krq4 .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voWEt0krq4 .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voWEt0krq4 .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-voWEt0krq4 .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-voWEt0krq4 .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-voWEt0krq4 .item-label_1 {
  color: #222f30;
}
.cid-voWEt0krq4 .item-label_2 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-label_3 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-title_1 {
  color: #222f30;
}
.cid-voWEt0krq4 .item-title_2 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-title_3 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-text_1 {
  color: #222f30;
}
.cid-voWEt0krq4 .item-text_2 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-text_3 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-date_1 {
  color: #222f30;
}
.cid-voWEt0krq4 .item-date_2 {
  color: #ffffff;
}
.cid-voWEt0krq4 .item-date_3 {
  color: #ffffff;
}
.cid-voWEupETUX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWEupETUX .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voWEupETUX .nav {
  border: none;
}
.cid-voWEupETUX .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEupETUX .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voWEupETUX .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWEupETUX .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWEupETUX P {
  text-align: justify;
}
.cid-voWEupETUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEupETUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEv7Dmms {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWEv7Dmms .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEv7Dmms .nav {
  border: none;
}
.cid-voWEv7Dmms .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEv7Dmms .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEv7Dmms .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWEv7Dmms .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWEv7Dmms P {
  text-align: justify;
}
.cid-voWEv7Dmms .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEv7Dmms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEvTwudc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWEvTwudc .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEvTwudc .nav {
  border: none;
}
.cid-voWEvTwudc .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEvTwudc .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEvTwudc .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWEvTwudc .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWEvTwudc P {
  text-align: justify;
}
.cid-voWEvTwudc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEvTwudc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEwzfVwc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWEwzfVwc .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEwzfVwc .nav {
  border: none;
}
.cid-voWEwzfVwc .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEwzfVwc .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEwzfVwc .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWEwzfVwc .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWEwzfVwc P {
  text-align: justify;
}
.cid-voWEwzfVwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEwzfVwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEy5XZUA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWEy5XZUA .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEy5XZUA .nav {
  border: none;
}
.cid-voWEy5XZUA .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEy5XZUA .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEy5XZUA .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWEy5XZUA .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWEy5XZUA P {
  text-align: justify;
}
.cid-voWEy5XZUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEy5XZUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEyNeiQy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWEyNeiQy .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEyNeiQy .nav {
  border: none;
}
.cid-voWEyNeiQy .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEyNeiQy .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEyNeiQy .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWEyNeiQy .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWEyNeiQy P {
  text-align: justify;
}
.cid-voWEyNeiQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEyNeiQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEzFlCuI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWEzFlCuI .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEzFlCuI .nav {
  border: none;
}
.cid-voWEzFlCuI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEzFlCuI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEzFlCuI .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWEzFlCuI .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWEzFlCuI P {
  text-align: justify;
}
.cid-voWEzFlCuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEzFlCuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWEA9OdCx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWEA9OdCx .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWEA9OdCx .nav {
  border: none;
}
.cid-voWEA9OdCx .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWEA9OdCx .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWEA9OdCx .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWEA9OdCx .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWEA9OdCx P {
  text-align: justify;
}
.cid-voWEA9OdCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWEA9OdCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJazKBZgv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJazKBZgv .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJazKBZgv .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJazKBZgv .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJazKBZgv .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJazKBZgv .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJazKBZgv .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJazKBZgv .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJazKBZgv .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJazKBZgv .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwkyyVDpY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwkyyVDpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwkyyVDpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwkyyVDpY .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwkyyVDpY .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwkyyVDpY .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwkyyVDpY .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwkyyVDpY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwkyyVDpY .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwkyyVDpY .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwkyyVDpY .mbr-section-title {
  color: #404349;
}
.cid-vpwkyyVDpY .mbr-text {
  color: #404349;
}
.cid-vpwkyyVDpY .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voWLClhPEh {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/manufacturing-logo-2000x1331.webp");
  overflow: hidden;
}
.cid-voWLClhPEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWLClhPEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWLClhPEh .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voWLClhPEh .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voWLClhPEh .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voWLClhPEh .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWLClhPEh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voWLClhPEh .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voWLClhPEh .mbr-section-title {
  color: #ffffff;
}
.cid-voWLClhPEh .mbr-text,
.cid-voWLClhPEh .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-voWLClhPEh .mbr-section-btn,
.cid-voWLClhPEh .mbr-section-title {
  text-align: center;
}
.cid-voWLClhPEh .mbr-section-title,
.cid-voWLClhPEh .mbr-section-btn {
  text-align: justify;
}
.cid-vr1tqhD9AJ {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1tqhD9AJ .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1tqhD9AJ .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1tqhD9AJ .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1tqhD9AJ .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1tqhD9AJ .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1tqhD9AJ .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1tqhD9AJ .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1tqhD9AJ .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1tqhD9AJ .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voWLDdpklY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-voWLDdpklY .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWLDdpklY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWLDdpklY .row {
  justify-content: center;
}
.cid-voWLDdpklY .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-voWLDdpklY .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voWLDdpklY .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-voWLDdpklY .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-voWLDdpklY .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-voWLDdpklY .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-voWLDdpklY .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voWLDdpklY .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-voWLDdpklY .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voWLDdpklY .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-voWLDdpklY .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voWLDdpklY .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-voWLDdpklY .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voWLDdpklY .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-voWLDdpklY .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voWLDdpklY .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-voWLDdpklY .mbr-label,
.cid-voWLDdpklY .label-wrapper {
  color: #151e11;
}
.cid-voWLDdpklY .mbr-section-title {
  color: #151e11;
}
.cid-voWLDdpklY .mbr-text {
  color: #151e11;
}
.cid-voWLDOSp4c {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-voWLDOSp4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWLDOSp4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWLDOSp4c .title-wrapper {
  margin-bottom: 50px;
}
.cid-voWLDOSp4c .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-voWLDOSp4c .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-voWLDOSp4c .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-voWLDOSp4c .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voWLDOSp4c .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voWLDOSp4c .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voWLDOSp4c .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-voWLDOSp4c .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voWLDOSp4c .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voWLDOSp4c .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-voWLDOSp4c .mbr-label,
.cid-voWLDOSp4c .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voWLDOSp4c .mbr-section-title,
.cid-voWLDOSp4c .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-voWLDOSp4c .item-title {
  color: #000000;
}
.cid-voWLDOSp4c .item-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voWPNBGPu3 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/manufacture-hero.webp");
  overflow: hidden;
}
.cid-voWPNBGPu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPNBGPu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPNBGPu3 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voWPNBGPu3 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voWPNBGPu3 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voWPNBGPu3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voWPNBGPu3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voWPNBGPu3 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voWPNBGPu3 .mbr-section-title {
  color: #ffffff;
}
.cid-voWPNBGPu3 .mbr-text,
.cid-voWPNBGPu3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voWPNBGPu3 .mbr-section-btn,
.cid-voWPNBGPu3 .mbr-section-title {
  text-align: center;
}
.cid-voWPNBGPu3 .mbr-section-title,
.cid-voWPNBGPu3 .mbr-section-btn {
  text-align: left;
}
.cid-vpScfAMGDd {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpScfAMGDd .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpScfAMGDd .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpScfAMGDd .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpScfAMGDd .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpScfAMGDd .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpScfAMGDd .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpScfAMGDd .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpScfAMGDd .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpScfAMGDd .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voWPOmxtEi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-voWPOmxtEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPOmxtEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPOmxtEi .items-wrapper {
  margin: 0 -10px;
}
.cid-voWPOmxtEi .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voWPOmxtEi .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voWPOmxtEi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voWPOmxtEi .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-voWPOmxtEi .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voWPOmxtEi .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voWPOmxtEi .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-voWPOmxtEi .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-voWPOmxtEi .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-voWPOmxtEi .item-label_1 {
  color: #222f30;
}
.cid-voWPOmxtEi .item-label_2 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-label_3 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-title_1 {
  color: #222f30;
}
.cid-voWPOmxtEi .item-title_2 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-title_3 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-text_1 {
  color: #222f30;
}
.cid-voWPOmxtEi .item-text_2 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-text_3 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-date_1 {
  color: #222f30;
}
.cid-voWPOmxtEi .item-date_2 {
  color: #ffffff;
}
.cid-voWPOmxtEi .item-date_3 {
  color: #ffffff;
}
.cid-voWPPt8GQI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWPPt8GQI .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voWPPt8GQI .nav {
  border: none;
}
.cid-voWPPt8GQI .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPPt8GQI .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voWPPt8GQI .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWPPt8GQI .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWPPt8GQI P {
  text-align: justify;
}
.cid-voWPPt8GQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPPt8GQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPQ83IZi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWPQ83IZi .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPQ83IZi .nav {
  border: none;
}
.cid-voWPQ83IZi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPQ83IZi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPQ83IZi .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWPQ83IZi .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWPQ83IZi P {
  text-align: justify;
}
.cid-voWPQ83IZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPQ83IZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPQQn4Cd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWPQQn4Cd .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPQQn4Cd .nav {
  border: none;
}
.cid-voWPQQn4Cd .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPQQn4Cd .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPQQn4Cd .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWPQQn4Cd .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWPQQn4Cd P {
  text-align: justify;
}
.cid-voWPQQn4Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPQQn4Cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPRqL3rN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWPRqL3rN .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPRqL3rN .nav {
  border: none;
}
.cid-voWPRqL3rN .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPRqL3rN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPRqL3rN .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWPRqL3rN .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWPRqL3rN P {
  text-align: justify;
}
.cid-voWPRqL3rN .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPRqL3rN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPS7hqU7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWPS7hqU7 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPS7hqU7 .nav {
  border: none;
}
.cid-voWPS7hqU7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPS7hqU7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPS7hqU7 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWPS7hqU7 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWPS7hqU7 P {
  text-align: justify;
}
.cid-voWPS7hqU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPS7hqU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPSFtMB3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWPSFtMB3 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPSFtMB3 .nav {
  border: none;
}
.cid-voWPSFtMB3 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPSFtMB3 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPSFtMB3 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWPSFtMB3 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWPSFtMB3 P {
  text-align: justify;
}
.cid-voWPSFtMB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPSFtMB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPTcHVxr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voWPTcHVxr .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPTcHVxr .nav {
  border: none;
}
.cid-voWPTcHVxr .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPTcHVxr .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPTcHVxr .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voWPTcHVxr .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voWPTcHVxr P {
  text-align: justify;
}
.cid-voWPTcHVxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPTcHVxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voWPTYeVPB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voWPTYeVPB .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voWPTYeVPB .nav {
  border: none;
}
.cid-voWPTYeVPB .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voWPTYeVPB .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voWPTYeVPB .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voWPTYeVPB .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voWPTYeVPB P {
  text-align: justify;
}
.cid-voWPTYeVPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWPTYeVPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJaYHDrZ9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJaYHDrZ9 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJaYHDrZ9 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJaYHDrZ9 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJaYHDrZ9 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJaYHDrZ9 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJaYHDrZ9 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJaYHDrZ9 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJaYHDrZ9 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJaYHDrZ9 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwkhcLTgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwkhcLTgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwkhcLTgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwkhcLTgU .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwkhcLTgU .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwkhcLTgU .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwkhcLTgU .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwkhcLTgU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwkhcLTgU .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwkhcLTgU .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwkhcLTgU .mbr-section-title {
  color: #404349;
}
.cid-vpwkhcLTgU .mbr-text {
  color: #404349;
}
.cid-vpwkhcLTgU .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voX1IB12lJ {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/packaging-hero-1376x768.webp");
  overflow: hidden;
}
.cid-voX1IB12lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX1IB12lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX1IB12lJ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voX1IB12lJ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voX1IB12lJ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voX1IB12lJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voX1IB12lJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voX1IB12lJ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voX1IB12lJ .mbr-section-title {
  color: #ffffff;
}
.cid-voX1IB12lJ .mbr-text,
.cid-voX1IB12lJ .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-voX1IB12lJ .mbr-section-btn,
.cid-voX1IB12lJ .mbr-section-title {
  text-align: center;
}
.cid-voX1IB12lJ .mbr-section-title,
.cid-voX1IB12lJ .mbr-section-btn {
  text-align: justify;
}
.cid-vr1tTxLEJ7 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1tTxLEJ7 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1tTxLEJ7 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1tTxLEJ7 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1tTxLEJ7 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1tTxLEJ7 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1tTxLEJ7 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1tTxLEJ7 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1tTxLEJ7 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1tTxLEJ7 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voX1JjoLWL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voX1JjoLWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX1JjoLWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX1JjoLWL .row {
  justify-content: center;
}
.cid-voX1JjoLWL .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-voX1JjoLWL .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-voX1JjoLWL .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-voX1JjoLWL .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-voX1JjoLWL .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-voX1JjoLWL .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-voX1JjoLWL .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-voX1JjoLWL .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-voX1JjoLWL .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-voX1JjoLWL .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-voX1JjoLWL .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-voX1JjoLWL .mbr-label,
.cid-voX1JjoLWL .label-wrapper {
  color: #151e11;
}
.cid-voX1JjoLWL .mbr-section-title {
  color: #151e11;
}
.cid-voX1JjoLWL .mbr-text {
  color: #151e11;
}
.cid-voX1JQFKyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-voX1JQFKyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX1JQFKyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX1JQFKyv .title-wrapper {
  margin-bottom: 50px;
}
.cid-voX1JQFKyv .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-voX1JQFKyv .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-voX1JQFKyv .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-voX1JQFKyv .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-voX1JQFKyv .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-voX1JQFKyv .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-voX1JQFKyv .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-voX1JQFKyv .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-voX1JQFKyv .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-voX1JQFKyv .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-voX1JQFKyv .mbr-label,
.cid-voX1JQFKyv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-voX1JQFKyv .mbr-section-title,
.cid-voX1JQFKyv .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-voX1JQFKyv .item-title {
  color: #000000;
}
.cid-voX1JQFKyv .item-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-voX5HtBxtK {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/packaging-mitigation-1249x616.webp");
  overflow: hidden;
}
.cid-voX5HtBxtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5HtBxtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5HtBxtK .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-voX5HtBxtK .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-voX5HtBxtK .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-voX5HtBxtK .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-voX5HtBxtK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-voX5HtBxtK .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-voX5HtBxtK .mbr-section-title {
  color: #ffffff;
}
.cid-voX5HtBxtK .mbr-text,
.cid-voX5HtBxtK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-voX5HtBxtK .mbr-section-btn,
.cid-voX5HtBxtK .mbr-section-title {
  text-align: center;
}
.cid-voX5HtBxtK .mbr-section-title,
.cid-voX5HtBxtK .mbr-section-btn {
  text-align: left;
}
.cid-vpScrMnTUx {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpScrMnTUx .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpScrMnTUx .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpScrMnTUx .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpScrMnTUx .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpScrMnTUx .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpScrMnTUx .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpScrMnTUx .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpScrMnTUx .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpScrMnTUx .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-voX5J1vBZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-voX5J1vBZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5J1vBZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5J1vBZC .items-wrapper {
  margin: 0 -10px;
}
.cid-voX5J1vBZC .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-voX5J1vBZC .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-voX5J1vBZC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-voX5J1vBZC .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-voX5J1vBZC .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-voX5J1vBZC .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-voX5J1vBZC .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-voX5J1vBZC .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-voX5J1vBZC .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-voX5J1vBZC .item-label_1 {
  color: #222f30;
}
.cid-voX5J1vBZC .item-label_2 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-label_3 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-title_1 {
  color: #222f30;
}
.cid-voX5J1vBZC .item-title_2 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-title_3 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-text_1 {
  color: #222f30;
}
.cid-voX5J1vBZC .item-text_2 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-text_3 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-date_1 {
  color: #222f30;
}
.cid-voX5J1vBZC .item-date_2 {
  color: #ffffff;
}
.cid-voX5J1vBZC .item-date_3 {
  color: #ffffff;
}
.cid-voX5JPmuAV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voX5JPmuAV .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-voX5JPmuAV .nav {
  border: none;
}
.cid-voX5JPmuAV .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5JPmuAV .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-voX5JPmuAV .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voX5JPmuAV .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voX5JPmuAV P {
  text-align: justify;
}
.cid-voX5JPmuAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5JPmuAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5KEqDI3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
  background: linear-gradient(0deg, #edefeb, #ffffff);
}
.cid-voX5KEqDI3 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5KEqDI3 .nav {
  border: none;
}
.cid-voX5KEqDI3 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5KEqDI3 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5KEqDI3 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voX5KEqDI3 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voX5KEqDI3 P {
  text-align: justify;
}
.cid-voX5KEqDI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5KEqDI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5LHHko9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voX5LHHko9 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5LHHko9 .nav {
  border: none;
}
.cid-voX5LHHko9 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5LHHko9 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5LHHko9 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voX5LHHko9 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voX5LHHko9 P {
  text-align: justify;
}
.cid-voX5LHHko9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5LHHko9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5MAgZYE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voX5MAgZYE .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5MAgZYE .nav {
  border: none;
}
.cid-voX5MAgZYE .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5MAgZYE .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5MAgZYE .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voX5MAgZYE .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voX5MAgZYE P {
  text-align: justify;
}
.cid-voX5MAgZYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5MAgZYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5NgbDG5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voX5NgbDG5 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5NgbDG5 .nav {
  border: none;
}
.cid-voX5NgbDG5 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5NgbDG5 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5NgbDG5 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voX5NgbDG5 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voX5NgbDG5 P {
  text-align: justify;
}
.cid-voX5NgbDG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5NgbDG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5O2vyMb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voX5O2vyMb .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5O2vyMb .nav {
  border: none;
}
.cid-voX5O2vyMb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5O2vyMb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5O2vyMb .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voX5O2vyMb .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voX5O2vyMb P {
  text-align: justify;
}
.cid-voX5O2vyMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5O2vyMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5Ox9A37 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voX5Ox9A37 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5Ox9A37 .nav {
  border: none;
}
.cid-voX5Ox9A37 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5Ox9A37 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5Ox9A37 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voX5Ox9A37 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voX5Ox9A37 P {
  text-align: justify;
}
.cid-voX5Ox9A37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5Ox9A37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5PgUpZy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voX5PgUpZy .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5PgUpZy .nav {
  border: none;
}
.cid-voX5PgUpZy .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5PgUpZy .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5PgUpZy .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voX5PgUpZy .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voX5PgUpZy P {
  text-align: justify;
}
.cid-voX5PgUpZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5PgUpZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5Q2lc8Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voX5Q2lc8Q .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5Q2lc8Q .nav {
  border: none;
}
.cid-voX5Q2lc8Q .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5Q2lc8Q .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5Q2lc8Q .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-voX5Q2lc8Q .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-voX5Q2lc8Q P {
  text-align: justify;
}
.cid-voX5Q2lc8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5Q2lc8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voX5QIJF8J {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-voX5QIJF8J .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-voX5QIJF8J .nav {
  border: none;
}
.cid-voX5QIJF8J .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-voX5QIJF8J .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-voX5QIJF8J .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-voX5QIJF8J .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-voX5QIJF8J P {
  text-align: justify;
}
.cid-voX5QIJF8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-voX5QIJF8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJbb8lbzl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJbb8lbzl .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJbb8lbzl .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJbb8lbzl .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbb8lbzl .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJbb8lbzl .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbb8lbzl .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJbb8lbzl .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJbb8lbzl .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJbb8lbzl .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwhUUl4UQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwhUUl4UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwhUUl4UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwhUUl4UQ .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwhUUl4UQ .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwhUUl4UQ .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwhUUl4UQ .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwhUUl4UQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwhUUl4UQ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwhUUl4UQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwhUUl4UQ .mbr-section-title {
  color: #404349;
}
.cid-vpwhUUl4UQ .mbr-text {
  color: #404349;
}
.cid-vpwhUUl4UQ .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vppUXMgF1R {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/electronic-hero-904x474.webp");
}
.cid-vppUXMgF1R .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-vppUXMgF1R {
    align-items: center;
  }
  .cid-vppUXMgF1R .row {
    justify-content: center;
  }
  .cid-vppUXMgF1R .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vppUXMgF1R .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vppUXMgF1R {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vppUXMgF1R .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vppUXMgF1R .content-wrap {
    width: 100%;
  }
}
.cid-vppUXMgF1R .mbr-section-title,
.cid-vppUXMgF1R .mbr-section-subtitle {
  text-align: center;
}
.cid-vppUXMgF1R .mbr-text,
.cid-vppUXMgF1R .mbr-section-btn {
  text-align: justify;
}
.cid-vppUXMgF1R .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.cid-vppUXMgF1R .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-vppUXMgF1R .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vppUXMgF1R .mbr-section-title,
.cid-vppUXMgF1R .mbr-section-subtitle,
.cid-vppUXMgF1R .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vppUXMgF1R .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vppUXMgF1R .header16 {
  filter: brightness(0.75);
}
.cid-vr1u9G4Kzv {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1u9G4Kzv .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1u9G4Kzv .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1u9G4Kzv .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1u9G4Kzv .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1u9G4Kzv .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1u9G4Kzv .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1u9G4Kzv .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1u9G4Kzv .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1u9G4Kzv .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vppUxlZtyT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vppUxlZtyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppUxlZtyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppUxlZtyT .row {
  justify-content: center;
}
.cid-vppUxlZtyT .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vppUxlZtyT .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vppUxlZtyT .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vppUxlZtyT .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vppUxlZtyT .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vppUxlZtyT .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vppUxlZtyT .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vppUxlZtyT .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vppUxlZtyT .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vppUxlZtyT .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vppUxlZtyT .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vppUxlZtyT .mbr-label,
.cid-vppUxlZtyT .label-wrapper {
  color: #151e11;
}
.cid-vppUxlZtyT .mbr-section-title {
  color: #151e11;
}
.cid-vppUxlZtyT .mbr-text {
  color: #151e11;
}
.cid-vppUyc8uTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-vppUyc8uTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppUyc8uTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppUyc8uTz .title-wrapper {
  margin-bottom: 50px;
}
.cid-vppUyc8uTz .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vppUyc8uTz .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vppUyc8uTz .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vppUyc8uTz .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vppUyc8uTz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vppUyc8uTz .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vppUyc8uTz .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vppUyc8uTz .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vppUyc8uTz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vppUyc8uTz .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vppUyc8uTz .mbr-label,
.cid-vppUyc8uTz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vppUyc8uTz .mbr-section-title,
.cid-vppUyc8uTz .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vppUyc8uTz .item-title {
  color: #000000;
}
.cid-vppUyc8uTz .item-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vp4fVPDrg1 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/automative-hero-intro.webp");
  overflow: hidden;
}
.cid-vp4fVPDrg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4fVPDrg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4fVPDrg1 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vp4fVPDrg1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vp4fVPDrg1 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vp4fVPDrg1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp4fVPDrg1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vp4fVPDrg1 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vp4fVPDrg1 .mbr-section-title {
  color: #ffffff;
}
.cid-vp4fVPDrg1 .mbr-text,
.cid-vp4fVPDrg1 .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vp4fVPDrg1 .mbr-section-btn,
.cid-vp4fVPDrg1 .mbr-section-title {
  text-align: center;
}
.cid-vp4fVPDrg1 .mbr-section-title,
.cid-vp4fVPDrg1 .mbr-section-btn {
  text-align: left;
}
.cid-vr1usZmN1t {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1usZmN1t .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1usZmN1t .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1usZmN1t .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1usZmN1t .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1usZmN1t .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1usZmN1t .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1usZmN1t .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1usZmN1t .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1usZmN1t .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vp4fWA5kue {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vp4fWA5kue .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4fWA5kue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4fWA5kue .row {
  justify-content: center;
}
.cid-vp4fWA5kue .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vp4fWA5kue .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vp4fWA5kue .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vp4fWA5kue .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vp4fWA5kue .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vp4fWA5kue .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vp4fWA5kue .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vp4fWA5kue .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vp4fWA5kue .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vp4fWA5kue .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp4fWA5kue .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vp4fWA5kue .mbr-label,
.cid-vp4fWA5kue .label-wrapper {
  color: #151e11;
}
.cid-vp4fWA5kue .mbr-section-title {
  color: #151e11;
}
.cid-vp4fWA5kue .mbr-text {
  color: #151e11;
}
.cid-vp4fX8ezV7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vp4fX8ezV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4fX8ezV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4fX8ezV7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vp4fX8ezV7 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vp4fX8ezV7 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vp4fX8ezV7 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vp4fX8ezV7 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp4fX8ezV7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vp4fX8ezV7 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vp4fX8ezV7 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vp4fX8ezV7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vp4fX8ezV7 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vp4fX8ezV7 .mbr-label,
.cid-vp4fX8ezV7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vp4fX8ezV7 .mbr-section-title,
.cid-vp4fX8ezV7 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vp4fX8ezV7 .item-title {
  color: #000000;
}
.cid-vp4fX8ezV7 .item-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vp4hc64OcV {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/automative-hero-2.webp");
  overflow: hidden;
}
.cid-vp4hc64OcV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hc64OcV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hc64OcV .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vp4hc64OcV .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vp4hc64OcV .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vp4hc64OcV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp4hc64OcV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vp4hc64OcV .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vp4hc64OcV .mbr-section-title {
  color: #ffffff;
}
.cid-vp4hc64OcV .mbr-text,
.cid-vp4hc64OcV .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vp4hc64OcV .mbr-section-btn,
.cid-vp4hc64OcV .mbr-section-title {
  text-align: center;
}
.cid-vp4hc64OcV .mbr-section-title,
.cid-vp4hc64OcV .mbr-section-btn {
  text-align: left;
}
.cid-vpScQoBx5r {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpScQoBx5r .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpScQoBx5r .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpScQoBx5r .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpScQoBx5r .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpScQoBx5r .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpScQoBx5r .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpScQoBx5r .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpScQoBx5r .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpScQoBx5r .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vp4hcI9aIV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vp4hcI9aIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hcI9aIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hcI9aIV .items-wrapper {
  margin: 0 -10px;
}
.cid-vp4hcI9aIV .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vp4hcI9aIV .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vp4hcI9aIV .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vp4hcI9aIV .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edefeb;
  opacity: .1;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vp4hcI9aIV .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vp4hcI9aIV .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-vp4hcI9aIV .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-vp4hcI9aIV .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-vp4hcI9aIV .item-label_1 {
  color: #222f30;
}
.cid-vp4hcI9aIV .item-label_2 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-label_3 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-title_1 {
  color: #222f30;
}
.cid-vp4hcI9aIV .item-title_2 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-title_3 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-text_1 {
  color: #222f30;
}
.cid-vp4hcI9aIV .item-text_2 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-text_3 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-date_1 {
  color: #222f30;
}
.cid-vp4hcI9aIV .item-date_2 {
  color: #ffffff;
}
.cid-vp4hcI9aIV .item-date_3 {
  color: #ffffff;
}
.cid-vp4hdXons6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vp4hdXons6 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-vp4hdXons6 .nav {
  border: none;
}
.cid-vp4hdXons6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hdXons6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-vp4hdXons6 .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vp4hdXons6 .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vp4hdXons6 P {
  text-align: justify;
}
.cid-vp4hdXons6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hdXons6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4heGbUcr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vp4heGbUcr .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4heGbUcr .nav {
  border: none;
}
.cid-vp4heGbUcr .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4heGbUcr .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4heGbUcr .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vp4heGbUcr .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vp4heGbUcr P {
  text-align: justify;
}
.cid-vp4heGbUcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4heGbUcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hfpRHC6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vp4hfpRHC6 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hfpRHC6 .nav {
  border: none;
}
.cid-vp4hfpRHC6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hfpRHC6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hfpRHC6 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vp4hfpRHC6 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vp4hfpRHC6 P {
  text-align: justify;
}
.cid-vp4hfpRHC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hfpRHC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hfWEV7E {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vp4hfWEV7E .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hfWEV7E .nav {
  border: none;
}
.cid-vp4hfWEV7E .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hfWEV7E .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hfWEV7E .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vp4hfWEV7E .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vp4hfWEV7E P {
  text-align: justify;
}
.cid-vp4hfWEV7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hfWEV7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hgDN2HQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vp4hgDN2HQ .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hgDN2HQ .nav {
  border: none;
}
.cid-vp4hgDN2HQ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hgDN2HQ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hgDN2HQ .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vp4hgDN2HQ .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vp4hgDN2HQ P {
  text-align: justify;
}
.cid-vp4hgDN2HQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hgDN2HQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hhmcVPF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vp4hhmcVPF .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hhmcVPF .nav {
  border: none;
}
.cid-vp4hhmcVPF .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hhmcVPF .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hhmcVPF .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vp4hhmcVPF .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vp4hhmcVPF P {
  text-align: justify;
}
.cid-vp4hhmcVPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hhmcVPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hibLvVT {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vp4hibLvVT .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hibLvVT .nav {
  border: none;
}
.cid-vp4hibLvVT .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hibLvVT .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hibLvVT .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vp4hibLvVT .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vp4hibLvVT P {
  text-align: justify;
}
.cid-vp4hibLvVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hibLvVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hiI0JTi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vp4hiI0JTi .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vp4hiI0JTi .nav {
  border: none;
}
.cid-vp4hiI0JTi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vp4hiI0JTi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vp4hiI0JTi .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vp4hiI0JTi .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vp4hiI0JTi P {
  text-align: justify;
}
.cid-vp4hiI0JTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hiI0JTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJbxOl32K {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJbxOl32K .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJbxOl32K .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJbxOl32K .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbxOl32K .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJbxOl32K .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbxOl32K .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJbxOl32K .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJbxOl32K .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJbxOl32K .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwjKc0fE0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwjKc0fE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwjKc0fE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwjKc0fE0 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwjKc0fE0 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwjKc0fE0 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwjKc0fE0 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwjKc0fE0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwjKc0fE0 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwjKc0fE0 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwjKc0fE0 .mbr-section-title {
  color: #404349;
}
.cid-vpwjKc0fE0 .mbr-text {
  color: #404349;
}
.cid-vpwjKc0fE0 .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vp4hW8BOAQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bbt-hero-1792x592.webp");
  overflow: hidden;
}
.cid-vp4hW8BOAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hW8BOAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hW8BOAQ .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vp4hW8BOAQ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vp4hW8BOAQ .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vp4hW8BOAQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp4hW8BOAQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vp4hW8BOAQ .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vp4hW8BOAQ .mbr-section-title {
  color: #ffffff;
}
.cid-vp4hW8BOAQ .mbr-text,
.cid-vp4hW8BOAQ .text-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-vp4hW8BOAQ .mbr-section-btn,
.cid-vp4hW8BOAQ .mbr-section-title {
  text-align: center;
}
.cid-vp4hW8BOAQ .mbr-section-title,
.cid-vp4hW8BOAQ .mbr-section-btn {
  text-align: justify;
}
.cid-vpSgg4Nwrf {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpSgg4Nwrf .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpSgg4Nwrf .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpSgg4Nwrf .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpSgg4Nwrf .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpSgg4Nwrf .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpSgg4Nwrf .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpSgg4Nwrf .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpSgg4Nwrf .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpSgg4Nwrf .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vp4hWTOj2F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vp4hWTOj2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hWTOj2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hWTOj2F .row {
  justify-content: center;
}
.cid-vp4hWTOj2F .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vp4hWTOj2F .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vp4hWTOj2F .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vp4hWTOj2F .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vp4hWTOj2F .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vp4hWTOj2F .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vp4hWTOj2F .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vp4hWTOj2F .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vp4hWTOj2F .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vp4hWTOj2F .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vp4hWTOj2F .mbr-label,
.cid-vp4hWTOj2F .label-wrapper {
  color: #151e11;
}
.cid-vp4hWTOj2F .mbr-section-title {
  color: #151e11;
}
.cid-vp4hWTOj2F .mbr-text {
  color: #151e11;
}
.cid-vp4hXxDrL2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vp4hXxDrL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vp4hXxDrL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vp4hXxDrL2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vp4hXxDrL2 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vp4hXxDrL2 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vp4hXxDrL2 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vp4hXxDrL2 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vp4hXxDrL2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vp4hXxDrL2 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item {
  margin-bottom: 50px;
}
.cid-vp4hXxDrL2 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vp4hXxDrL2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .item-img {
    min-height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box {
  height: 100%;
  background-color: #caf31d;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 25px;
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vp4hXxDrL2 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vp4hXxDrL2 .mbr-label,
.cid-vp4hXxDrL2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vp4hXxDrL2 .mbr-section-title,
.cid-vp4hXxDrL2 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vp4hXxDrL2 .item-title {
  color: #000000;
}
.cid-vp4hXxDrL2 .item-text {
  color: #000000;
}
.cid-vpwlO3IKLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwlO3IKLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwlO3IKLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwlO3IKLu .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwlO3IKLu .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwlO3IKLu .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwlO3IKLu .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwlO3IKLu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwlO3IKLu .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwlO3IKLu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwlO3IKLu .mbr-section-title {
  color: #404349;
}
.cid-vpwlO3IKLu .mbr-text {
  color: #404349;
}
.cid-vpwlO3IKLu .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmMO1ETYE1 {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/atmospheric-corrosion-hero-3.webp");
}
.cid-vmMO1ETYE1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmMO1ETYE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMO1ETYE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMO1ETYE1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmMO1ETYE1 .mbr-text,
.cid-vmMO1ETYE1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNJPp4L3l {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNJPp4L3l .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNJPp4L3l .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNJPp4L3l .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNJPp4L3l .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNJPp4L3l .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNJPp4L3l .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNJPp4L3l .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNJPp4L3l .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNJPp4L3l .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmMPtfLG9y {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmMPtfLG9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMPtfLG9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmMPtfLG9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmMPtfLG9y .row {
  flex-direction: row-reverse;
}
.cid-vmMPtfLG9y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmMPtfLG9y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmMPtfLG9y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmMPtfLG9y .mbr-section-title {
  color: #000000;
}
.cid-vmMPtfLG9y .mbr-text,
.cid-vmMPtfLG9y .mbr-section-btn {
  color: #000000;
}
.cid-vmMPtfLG9y .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vnaJ5oI3q4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vnaJ5oI3q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaJ5oI3q4 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnaJ5oI3q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaJ5oI3q4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vnaJ5oI3q4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnaJ5oI3q4 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnaJ5oI3q4 .card-title,
.cid-vnaJ5oI3q4 .iconfont-wrapper {
  color: #000000;
}
.cid-vnaJ5oI3q4 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnaJ5oI3q4 .content-head {
  max-width: 800px;
}
.cid-vnaJ5oI3q4 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vnaJ5oI3q4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnaJ5oI3q4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmMQHc8eYy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmMQHc8eYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMQHc8eYy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmMQHc8eYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMQHc8eYy .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmMQHc8eYy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmMQHc8eYy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmMQHc8eYy .card-title,
.cid-vmMQHc8eYy .iconfont-wrapper {
  color: #000000;
}
.cid-vmMQHc8eYy .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmMQHc8eYy .content-head {
  max-width: 800px;
}
.cid-vmMQHc8eYy .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmMQHc8eYy .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmMQHc8eYy .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWGQ30Hgc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vmWGQ30Hgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWGQ30Hgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWGQ30Hgc .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmMR1TS9bl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmMR1TS9bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMR1TS9bl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmMR1TS9bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMR1TS9bl .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmMR1TS9bl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmMR1TS9bl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmMR1TS9bl .card-title,
.cid-vmMR1TS9bl .iconfont-wrapper {
  color: #000000;
}
.cid-vmMR1TS9bl .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmMR1TS9bl .content-head {
  max-width: 800px;
}
.cid-vmMR1TS9bl .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmMR1TS9bl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmMR1TS9bl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmMR1TS9bl .mbr-section-subtitle {
  text-align: justify;
}
.cid-vmMSH5uH0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmMSH5uH0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMSH5uH0F .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmMSH5uH0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMSH5uH0F .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmMSH5uH0F .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmMSH5uH0F .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmMSH5uH0F .card-title,
.cid-vmMSH5uH0F .iconfont-wrapper {
  color: #000000;
}
.cid-vmMSH5uH0F .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmMSH5uH0F .content-head {
  max-width: 800px;
}
.cid-vmMSH5uH0F .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmMSH5uH0F .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmMSH5uH0F .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmMT9PULOu {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmMT9PULOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMT9PULOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMT9PULOu .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmMT9PULOu .card-wrapper {
    padding: 24px;
  }
}
.cid-vmMT9PULOu .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmMT9PULOu .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmMT9PULOu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmMT9PULOu .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmMT9PULOu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmMT9PULOu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmMT9PULOu .embla__slide .slide-content {
  width: 100%;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmMT9PULOu .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmMT9PULOu .embla__button--next,
.cid-vmMT9PULOu .embla__button--prev {
  display: flex;
}
.cid-vmMT9PULOu .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmMT9PULOu .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmMT9PULOu .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmMT9PULOu .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmMT9PULOu .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmMT9PULOu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmMT9PULOu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmMT9PULOu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmMT9PULOu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmMT9PULOu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmMT9PULOu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmMT9PULOu .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmMT9PULOu .mbr-section-title,
.cid-vmMT9PULOu .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmMT9PULOu .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmMT9PULOu .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmMT9PULOu .item-title,
.cid-vmMT9PULOu .mbr-section-btn {
  color: #232323;
}
.cid-vmMTYiyBea {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmMTYiyBea .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMTYiyBea .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmMTYiyBea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMTYiyBea .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmMTYiyBea .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmMTYiyBea .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmMTYiyBea .card-title,
.cid-vmMTYiyBea .iconfont-wrapper {
  color: #000000;
}
.cid-vmMTYiyBea .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmMTYiyBea .content-head {
  max-width: 800px;
}
.cid-vmMTYiyBea .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmMTYiyBea .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmMTYiyBea .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmMUBaILSD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmMUBaILSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMUBaILSD .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmMUBaILSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmMUBaILSD .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmMUBaILSD .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmMUBaILSD .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmMUBaILSD .card-title,
.cid-vmMUBaILSD .iconfont-wrapper {
  color: #000000;
}
.cid-vmMUBaILSD .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmMUBaILSD .content-head {
  max-width: 800px;
}
.cid-vmMUBaILSD .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmMUBaILSD .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmMUBaILSD .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmMTZTC8Sv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmMTZTC8Sv .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmMTZTC8Sv .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmMTZTC8Sv .row {
    padding: 2rem 1rem;
  }
}
.cid-vmMTZTC8Sv .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmMTZTC8Sv .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmMTZTC8Sv .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmMTZTC8Sv .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmMTZTC8Sv .card-title,
.cid-vmMTZTC8Sv .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmMTZTC8Sv .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmMTZTC8Sv .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmMTZTC8Sv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmMTZTC8Sv .card-link {
  text-align: center;
}
.cid-vpBC9tLj51 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBC9tLj51 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBC9tLj51 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBC9tLj51 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBC9tLj51 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBC9tLj51 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBC9tLj51 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBC9tLj51 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBC9tLj51 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBC9tLj51 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnBNBU70uZ {
  padding-top: 210px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/marine-and-offshore-equipment-preservation-03-hero.webp");
}
.cid-vnBNBU70uZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnBNBU70uZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBNBU70uZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBNBU70uZ .mbr-section-title {
  text-align: left;
  color: #0c2c68;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnBNBU70uZ .mbr-text,
.cid-vnBNBU70uZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vpS6kDaDFu {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS6kDaDFu .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS6kDaDFu .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS6kDaDFu .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS6kDaDFu .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS6kDaDFu .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS6kDaDFu .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS6kDaDFu .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS6kDaDFu .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS6kDaDFu .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnC06vekjL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnC06vekjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnC06vekjL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnC06vekjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnC06vekjL .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-vnC06vekjL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnC06vekjL .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnC06vekjL .card-title,
.cid-vnC06vekjL .iconfont-wrapper {
  color: #000000;
}
.cid-vnC06vekjL .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnC06vekjL .content-head {
  max-width: 800px;
}
.cid-vnC06vekjL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnC06vekjL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnC06vekjL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnC06vekjL .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnC06vekjL .card-title,
.cid-vnC06vekjL .img-wrapper {
  text-align: center;
}
.cid-vnCdTg8LXT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnCdTg8LXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnCdTg8LXT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vnCdTg8LXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnCdTg8LXT .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cid-vnCdTg8LXT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnCdTg8LXT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vnCdTg8LXT .card-title,
.cid-vnCdTg8LXT .iconfont-wrapper {
  color: #000000;
}
.cid-vnCdTg8LXT .card-text {
  color: #000000;
  text-align: left;
}
.cid-vnCdTg8LXT .content-head {
  max-width: 800px;
}
.cid-vnCdTg8LXT .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vnCdTg8LXT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vnCdTg8LXT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnCdTg8LXT .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vnCdTg8LXT .card-title,
.cid-vnCdTg8LXT .img-wrapper {
  text-align: center;
}
.cid-vnBSmWEqNS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnBSmWEqNS .container-fluid {
  padding: 0 3rem;
}
.cid-vnBSmWEqNS .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnBSmWEqNS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnBSmWEqNS .table-wrapper {
  margin: 0 auto;
}
.cid-vnBSmWEqNS .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnBSmWEqNS table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnBSmWEqNS table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnBSmWEqNS table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnBSmWEqNS table.table {
  background: #ffffff;
}
.cid-vnBSmWEqNS .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnBSmWEqNS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnBSmWEqNS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnBSmWEqNS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnBSmWEqNS .dataTables_wrapper {
  display: block;
}
.cid-vnBSmWEqNS .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnBSmWEqNS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnBSmWEqNS .head-item:after,
.cid-vnBSmWEqNS .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnBSmWEqNS .dataTables_filter {
    text-align: center;
  }
  .cid-vnBSmWEqNS .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnBSmWEqNS .dataTables_filter {
    text-align: center;
  }
  .cid-vnBSmWEqNS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnBSmWEqNS .table-wrapper {
    width: 100% !important;
  }
  .cid-vnBSmWEqNS .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnBSmWEqNS table th,
  .cid-vnBSmWEqNS table td {
    padding: 0.75rem;
  }
}
.cid-vnBSmWEqNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBSmWEqNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBSmWEqNS .body-item {
  text-align: left;
}
.cid-vnBSmWEqNS .mbr-section-title,
.cid-vnBSmWEqNS .underline {
  text-align: center;
}
.cid-vnBSmWEqNS .table-responsive {
  overflow-x: auto;
}
.cid-vnBSmWEqNS table td,
.cid-vnBSmWEqNS table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnBSmWEqNS table th {
  max-width: 11.25rem;
}
.cid-vnBSmWEqNS .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnP52mEa63 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnP52mEa63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnP52mEa63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnP52mEa63 .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnP52mEa63 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnP52mEa63 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnP52mEa63 .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnP52mEa63 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnP52mEa63 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnP52mEa63 .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnP52mEa63 .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnP52mEa63 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnP52mEa63 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnP52mEa63 .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnP52mEa63 .content-head {
  max-width: 800px;
}
.cid-vnP52mEa63 .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnP52mEa63 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpBUQSwBoB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBUQSwBoB .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBUQSwBoB .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBUQSwBoB .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBUQSwBoB .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBUQSwBoB .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBUQSwBoB .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBUQSwBoB .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBUQSwBoB .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBUQSwBoB .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpBUQSwBoB .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpBUQSwBoB .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vppQhpwezb {
  display: flex;
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/publication-hero-1536x1024.webp");
}
.cid-vppQhpwezb .mbr-overlay {
  background-color: #edefeb;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-vppQhpwezb {
    align-items: center;
  }
  .cid-vppQhpwezb .row {
    justify-content: center;
  }
  .cid-vppQhpwezb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vppQhpwezb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vppQhpwezb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vppQhpwezb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vppQhpwezb .content-wrap {
    width: 100%;
  }
}
.cid-vppQhpwezb .mbr-section-title,
.cid-vppQhpwezb .mbr-section-subtitle {
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vppQhpwezb .mbr-text,
.cid-vppQhpwezb .mbr-section-btn {
  text-align: justify;
}
.cid-vppQhpwezb .mbr-section-title {
  text-align: left;
  color: #232323;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vppQhpwezb .mbr-section-subtitle {
  text-align: left;
  color: #232323;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cid-vppQhpwezb .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-vppQhpwezb .mbr-section-title,
.cid-vppQhpwezb .mbr-section-subtitle,
.cid-vppQhpwezb .mbr-text {
  animation: textFromBg 1.5s ease forwards;
  opacity: 0;
}
@keyframes textFromBg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-vppQhpwezb .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-vppQhpwezb .header16 {
  filter: brightness(0.75);
}
.cid-vpNDkYwE7q {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNDkYwE7q .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNDkYwE7q .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNDkYwE7q .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNDkYwE7q .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNDkYwE7q .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNDkYwE7q .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNDkYwE7q .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNDkYwE7q .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNDkYwE7q .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vppPm3dYen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-vppPm3dYen .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppPm3dYen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppPm3dYen .content-wrap {
  margin: 0 -25px;
}
.cid-vppPm3dYen .content-wrap .card {
  padding: 0 25px;
}
.cid-vppPm3dYen .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vppPm3dYen .image-wrapper {
    height: 350px;
    margin-bottom: 50px;
  }
}
.cid-vppPm3dYen .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vppPm3dYen .image-wrapper .card-wrap {
  position: absolute;
  right: 40px;
  bottom: 60px;
  padding: 20px;
  background-color: #caf31d;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vppPm3dYen .image-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vppPm3dYen .image-wrapper .card-wrap {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
.cid-vppPm3dYen .image-wrapper .card-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-vppPm3dYen .image-wrapper .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vppPm3dYen .title-wrapper {
  margin-bottom: 25px;
}
.cid-vppPm3dYen .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vppPm3dYen .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vppPm3dYen .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vppPm3dYen .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vppPm3dYen .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vppPm3dYen .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-vppPm3dYen .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding: 20px 0 15px 0;
}
.cid-vppPm3dYen .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vppPm3dYen .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 20px;
}
.cid-vppPm3dYen .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vppPm3dYen .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vppPm3dYen .mbr-label {
  color: #000000;
}
.cid-vppPm3dYen .mbr-section-title {
  color: #000000;
}
.cid-vppPm3dYen .mbr-number {
  color: #000000;
  text-align: center;
}
.cid-vppPm3dYen .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vppPm3dYen .panel-title-edit {
  color: #000000;
}
.cid-vppPm3dYen .panel-text {
  color: #000000;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpJ3LDQB02 {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-hero-1368x768.webp");
  overflow: hidden;
}
.cid-vpJ3LDQB02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ3LDQB02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ3LDQB02 .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vpJ3LDQB02 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpJ3LDQB02 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vpJ3LDQB02 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpJ3LDQB02 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpJ3LDQB02 .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vpJ3LDQB02 .mbr-section-title {
  color: #ffffff;
}
.cid-vpJ3LDQB02 .mbr-text,
.cid-vpJ3LDQB02 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vpJ3LDQB02 .mbr-section-btn,
.cid-vpJ3LDQB02 .mbr-section-title {
  text-align: center;
}
.cid-vpJ3LDQB02 .mbr-section-title,
.cid-vpJ3LDQB02 .mbr-section-btn {
  text-align: left;
}
.cid-vr1uKuOuNO {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vr1uKuOuNO .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vr1uKuOuNO .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vr1uKuOuNO .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vr1uKuOuNO .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vr1uKuOuNO .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vr1uKuOuNO .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vr1uKuOuNO .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vr1uKuOuNO .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vr1uKuOuNO .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vpJ3Kxlggc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vpJ3Kxlggc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ3Kxlggc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ3Kxlggc .row {
  justify-content: center;
}
.cid-vpJ3Kxlggc .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-vpJ3Kxlggc .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vpJ3Kxlggc .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vpJ3Kxlggc .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #caf31d;
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpJ3Kxlggc .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpJ3Kxlggc .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-vpJ3Kxlggc .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpJ3Kxlggc .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vpJ3Kxlggc .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpJ3Kxlggc .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vpJ3Kxlggc .mbr-label,
.cid-vpJ3Kxlggc .label-wrapper {
  color: #151e11;
}
.cid-vpJ3Kxlggc .mbr-section-title {
  color: #151e11;
}
.cid-vpJ3Kxlggc .mbr-text {
  color: #151e11;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vpJ4GgtgKs {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-mitigation-1680x944.webp");
  overflow: hidden;
}
.cid-vpJ4GgtgKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ4GgtgKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJ4GgtgKs .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vpJ4GgtgKs .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpJ4GgtgKs .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vpJ4GgtgKs .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpJ4GgtgKs .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpJ4GgtgKs .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vpJ4GgtgKs .mbr-section-title {
  color: #ffffff;
}
.cid-vpJ4GgtgKs .mbr-text,
.cid-vpJ4GgtgKs .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vpJ4GgtgKs .mbr-section-btn,
.cid-vpJ4GgtgKs .mbr-section-title {
  text-align: center;
}
.cid-vpJ4GgtgKs .mbr-section-title,
.cid-vpJ4GgtgKs .mbr-section-btn {
  text-align: left;
}
.cid-vpSgE04Zqf {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpSgE04Zqf .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpSgE04Zqf .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpSgE04Zqf .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpSgE04Zqf .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpSgE04Zqf .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpSgE04Zqf .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpSgE04Zqf .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpSgE04Zqf .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpSgE04Zqf .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vpJ4H2CNir {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vpJ4H2CNir .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-vpJ4H2CNir .nav {
  border: none;
}
.cid-vpJ4H2CNir .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vpJ4H2CNir .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-vpJ4H2CNir .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vpJ4H2CNir .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vpJ4H2CNir P {
  text-align: justify;
}
.cid-vpJ4H2CNir .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpJ4H2CNir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJbMZcXwn {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJbMZcXwn .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJbMZcXwn .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJbMZcXwn .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbMZcXwn .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJbMZcXwn .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbMZcXwn .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJbMZcXwn .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJbMZcXwn .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJbMZcXwn .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vqgEMMigpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vqgEMMigpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqgEMMigpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqgEMMigpe .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vqgEMMigpe .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vqgEMMigpe .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vqgEMMigpe .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqgEMMigpe .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vqgEMMigpe .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqgEMMigpe .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vqgEMMigpe .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vqgEMMigpe .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqgEMMigpe .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vqgEMMigpe .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vqgEMMigpe .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqgEMMigpe .mbr-section-title {
  color: #404349;
}
.cid-vqgEMMigpe .mbr-text {
  color: #404349;
}
.cid-vqgEMMigpe .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnPFGzLlz7 {
  padding-top: 210px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/cold-steel-roll-preservation-hero.webp");
}
.cid-vnPFGzLlz7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-vnPFGzLlz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPFGzLlz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPFGzLlz7 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnPFGzLlz7 .mbr-text,
.cid-vnPFGzLlz7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS7MU1sY7 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS7MU1sY7 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS7MU1sY7 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS7MU1sY7 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS7MU1sY7 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS7MU1sY7 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS7MU1sY7 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS7MU1sY7 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS7MU1sY7 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS7MU1sY7 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnPGp9kTWw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnPGp9kTWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPGp9kTWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPGp9kTWw .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnPGp9kTWw .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnPGp9kTWw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnPGp9kTWw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnPGp9kTWw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnPGp9kTWw .items-wrapper {
  margin: 0 -8px;
}
.cid-vnPGp9kTWw .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnPGp9kTWw .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnPGp9kTWw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnPGp9kTWw .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnPGp9kTWw .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnPGp9kTWw .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnPGp9kTWw .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnPGp9kTWw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnPGp9kTWw .mbr-text,
.cid-vnPGp9kTWw .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnPGp9kTWw .item-title {
  color: #000000;
}
.cid-vnPGp9kTWw .item-text {
  color: #000000;
}
.cid-vnPJiKXI12 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnPJiKXI12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPJiKXI12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPJiKXI12 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnPJiKXI12 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnPJiKXI12 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnPJiKXI12 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnPJiKXI12 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnPJiKXI12 .items-wrapper {
  margin: 0 -8px;
}
.cid-vnPJiKXI12 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnPJiKXI12 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnPJiKXI12 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnPJiKXI12 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnPJiKXI12 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnPJiKXI12 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnPJiKXI12 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnPJiKXI12 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnPJiKXI12 .mbr-text,
.cid-vnPJiKXI12 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnPJiKXI12 .item-title {
  color: #000000;
}
.cid-vnPJiKXI12 .item-text {
  color: #000000;
}
.cid-vnPL9uHnxA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnPL9uHnxA .container-fluid {
  padding: 0 3rem;
}
.cid-vnPL9uHnxA .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnPL9uHnxA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnPL9uHnxA .table-wrapper {
  margin: 0 auto;
}
.cid-vnPL9uHnxA .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnPL9uHnxA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnPL9uHnxA table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnPL9uHnxA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnPL9uHnxA table.table {
  background: #ffffff;
}
.cid-vnPL9uHnxA .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnPL9uHnxA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnPL9uHnxA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnPL9uHnxA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnPL9uHnxA .dataTables_wrapper {
  display: block;
}
.cid-vnPL9uHnxA .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnPL9uHnxA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnPL9uHnxA .head-item:after,
.cid-vnPL9uHnxA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnPL9uHnxA .dataTables_filter {
    text-align: center;
  }
  .cid-vnPL9uHnxA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnPL9uHnxA .dataTables_filter {
    text-align: center;
  }
  .cid-vnPL9uHnxA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnPL9uHnxA .table-wrapper {
    width: 100% !important;
  }
  .cid-vnPL9uHnxA .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnPL9uHnxA table th,
  .cid-vnPL9uHnxA table td {
    padding: 0.75rem;
  }
}
.cid-vnPL9uHnxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPL9uHnxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPL9uHnxA .body-item {
  text-align: left;
}
.cid-vnPL9uHnxA .mbr-section-title,
.cid-vnPL9uHnxA .underline {
  text-align: center;
}
.cid-vnPL9uHnxA .table-responsive {
  overflow-x: auto;
}
.cid-vnPL9uHnxA table td,
.cid-vnPL9uHnxA table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnPL9uHnxA table th {
  max-width: 11.25rem;
}
.cid-vnPL9uHnxA .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnPMN7YfgI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnPMN7YfgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnPMN7YfgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnPMN7YfgI .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnPMN7YfgI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnPMN7YfgI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnPMN7YfgI .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnPMN7YfgI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnPMN7YfgI .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnPMN7YfgI .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnPMN7YfgI .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnPMN7YfgI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnPMN7YfgI .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnPMN7YfgI .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnPMN7YfgI .content-head {
  max-width: 800px;
}
.cid-vnPMN7YfgI .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnPMN7YfgI .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC7OTO2sj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC7OTO2sj .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC7OTO2sj .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC7OTO2sj .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC7OTO2sj .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC7OTO2sj .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC7OTO2sj .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC7OTO2sj .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC7OTO2sj .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC7OTO2sj .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC7OTO2sj .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC7OTO2sj .mbr-section-title {
  text-align: center;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnT751JKHT {
  padding-top: 195px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/data-center-preservation-hero.webp");
}
.cid-vnT751JKHT .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnT751JKHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT751JKHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnT751JKHT .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnT751JKHT .mbr-text,
.cid-vnT751JKHT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS8a081Jr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS8a081Jr .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS8a081Jr .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS8a081Jr .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS8a081Jr .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS8a081Jr .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS8a081Jr .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS8a081Jr .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS8a081Jr .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS8a081Jr .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnT752fX55 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnT752fX55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT752fX55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnT752fX55 .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnT752fX55 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnT752fX55 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnT752fX55 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnT752fX55 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnT752fX55 .items-wrapper {
  margin: 0 -8px;
}
.cid-vnT752fX55 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnT752fX55 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnT752fX55 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnT752fX55 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnT752fX55 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnT752fX55 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnT752fX55 .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnT752fX55 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnT752fX55 .mbr-text,
.cid-vnT752fX55 .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnT752fX55 .item-title {
  color: #000000;
}
.cid-vnT752fX55 .item-text {
  color: #000000;
}
.cid-vnT753NaZf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnT753NaZf .container-fluid {
  padding: 0 3rem;
}
.cid-vnT753NaZf .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnT753NaZf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnT753NaZf .table-wrapper {
  margin: 0 auto;
}
.cid-vnT753NaZf .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnT753NaZf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnT753NaZf table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnT753NaZf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnT753NaZf table.table {
  background: #ffffff;
}
.cid-vnT753NaZf .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnT753NaZf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnT753NaZf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnT753NaZf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnT753NaZf .dataTables_wrapper {
  display: block;
}
.cid-vnT753NaZf .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnT753NaZf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnT753NaZf .head-item:after,
.cid-vnT753NaZf .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnT753NaZf .dataTables_filter {
    text-align: center;
  }
  .cid-vnT753NaZf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnT753NaZf .dataTables_filter {
    text-align: center;
  }
  .cid-vnT753NaZf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnT753NaZf .table-wrapper {
    width: 100% !important;
  }
  .cid-vnT753NaZf .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnT753NaZf table th,
  .cid-vnT753NaZf table td {
    padding: 0.75rem;
  }
}
.cid-vnT753NaZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT753NaZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnT753NaZf .body-item {
  text-align: left;
}
.cid-vnT753NaZf .mbr-section-title,
.cid-vnT753NaZf .underline {
  text-align: center;
}
.cid-vnT753NaZf .table-responsive {
  overflow-x: auto;
}
.cid-vnT753NaZf table td,
.cid-vnT753NaZf table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnT753NaZf table th {
  max-width: 11.25rem;
}
.cid-vnT753NaZf .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnT75591VW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnT75591VW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT75591VW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnT75591VW .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnT75591VW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnT75591VW .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnT75591VW .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnT75591VW .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnT75591VW .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnT75591VW .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnT75591VW .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnT75591VW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnT75591VW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnT75591VW .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnT75591VW .content-head {
  max-width: 800px;
}
.cid-vnT75591VW .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnT75591VW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC8MNCS0G {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC8MNCS0G .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC8MNCS0G .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC8MNCS0G .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC8MNCS0G .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC8MNCS0G .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC8MNCS0G .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC8MNCS0G .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC8MNCS0G .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC8MNCS0G .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC8MNCS0G .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC8MNCS0G .mbr-section-title {
  text-align: center;
}
.cid-vnT755Wjh4 {
  background-color: #f3f7fe;
}
.cid-vnT755Wjh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT755Wjh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnT755Wjh4 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnT755Wjh4 .row {
  align-items: center;
}
.cid-vnT755Wjh4 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnT755Wjh4 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnT755Wjh4 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnT755Wjh4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnT755Wjh4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnT755Wjh4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnT755Wjh4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnT755Wjh4 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnT755Wjh4 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnT755Wjh4 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnT755Wjh4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnT755Wjh4 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnT755Wjh4 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnT755Wjh4 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnT755Wjh4 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnT755Wjh4 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnT755Wjh4 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnT755Wjh4 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnT755Wjh4 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnT755Wjh4 .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnT755Wjh4 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnT755Wjh4 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnT755Wjh4 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnT755Wjh4 .contact-container {
    width: 100%;
  }
}
.cid-vnT755Wjh4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnT755Wjh4 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnT755Wjh4 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnT755Wjh4 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnT755Wjh4 .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnT755Wjh4 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnT755Wjh4 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnT755Wjh4 .copyright {
  color: #efefec;
}
.cid-vnT755Wjh4 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnT755Wjh4 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnT755Wjh4 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vnTKjUyGWD {
  padding-top: 195px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ev-preservation-hero.webp");
}
.cid-vnTKjUyGWD .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnTKjUyGWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjUyGWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjUyGWD .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vnTKjUyGWD .mbr-text,
.cid-vnTKjUyGWD .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vpS8qnntB0 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpS8qnntB0 .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpS8qnntB0 .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpS8qnntB0 .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpS8qnntB0 .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpS8qnntB0 .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpS8qnntB0 .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpS8qnntB0 .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpS8qnntB0 .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpS8qnntB0 .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vnTKjVj2Ja {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnTKjVj2Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjVj2Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjVj2Ja .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnTKjVj2Ja .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnTKjVj2Ja .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnTKjVj2Ja .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnTKjVj2Ja .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnTKjVj2Ja .items-wrapper {
  margin: 0 -8px;
}
.cid-vnTKjVj2Ja .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnTKjVj2Ja .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnTKjVj2Ja .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnTKjVj2Ja .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnTKjVj2Ja .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnTKjVj2Ja .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnTKjVj2Ja .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnTKjVj2Ja .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnTKjVj2Ja .mbr-text,
.cid-vnTKjVj2Ja .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnTKjVj2Ja .item-title {
  color: #000000;
}
.cid-vnTKjVj2Ja .item-text {
  color: #000000;
}
.cid-vnTKjWeL3A {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnTKjWeL3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjWeL3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjWeL3A .title-wrapper {
  margin-bottom: 40px;
}
.cid-vnTKjWeL3A .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vnTKjWeL3A .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vnTKjWeL3A .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnTKjWeL3A .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vnTKjWeL3A .items-wrapper {
  margin: 0 -8px;
}
.cid-vnTKjWeL3A .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vnTKjWeL3A .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vnTKjWeL3A .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnTKjWeL3A .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vnTKjWeL3A .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f7fa;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12;
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-vnTKjWeL3A .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnTKjWeL3A .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-vnTKjWeL3A .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vnTKjWeL3A .mbr-text,
.cid-vnTKjWeL3A .text-wrapper {
  color: #6c7179;
  text-align: center;
}
.cid-vnTKjWeL3A .item-title {
  color: #000000;
}
.cid-vnTKjWeL3A .item-text {
  color: #000000;
}
.cid-vnTKjX4euk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-vnTKjX4euk .container-fluid {
  padding: 0 3rem;
}
.cid-vnTKjX4euk .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-vnTKjX4euk .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vnTKjX4euk .table-wrapper {
  margin: 0 auto;
}
.cid-vnTKjX4euk .head-item {
  min-width: 70px;
  text-align: center;
}
.cid-vnTKjX4euk table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  table-layout: fixed;
}
.cid-vnTKjX4euk table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-vnTKjX4euk table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-vnTKjX4euk table.table {
  background: #ffffff;
}
.cid-vnTKjX4euk .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-vnTKjX4euk .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vnTKjX4euk .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-vnTKjX4euk .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-vnTKjX4euk .dataTables_wrapper {
  display: block;
}
.cid-vnTKjX4euk .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-vnTKjX4euk .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vnTKjX4euk .head-item:after,
.cid-vnTKjX4euk .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-vnTKjX4euk .dataTables_filter {
    text-align: center;
  }
  .cid-vnTKjX4euk .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjX4euk .dataTables_filter {
    text-align: center;
  }
  .cid-vnTKjX4euk .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-vnTKjX4euk .table-wrapper {
    width: 100% !important;
  }
  .cid-vnTKjX4euk .container-fluid {
    padding: 0 1rem;
  }
  .cid-vnTKjX4euk table th,
  .cid-vnTKjX4euk table td {
    padding: 0.75rem;
  }
}
.cid-vnTKjX4euk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjX4euk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjX4euk .body-item {
  text-align: left;
}
.cid-vnTKjX4euk .mbr-section-title,
.cid-vnTKjX4euk .underline {
  text-align: center;
}
.cid-vnTKjX4euk .table-responsive {
  overflow-x: auto;
}
.cid-vnTKjX4euk table td,
.cid-vnTKjX4euk table th {
  white-space: normal !important;
  word-break: break-word;
  padding: 0.5rem 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  border-width: 0.0625rem;
}
.cid-vnTKjX4euk table th {
  max-width: 11.25rem;
}
.cid-vnTKjX4euk .ev-table td {
  font-size: 0.85rem !important;
}
.cid-vnTKjYCkXX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vnTKjYCkXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjYCkXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjYCkXX .nav-tabs .nav-item.open .nav-link:focus,
.cid-vnTKjYCkXX .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vnTKjYCkXX .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-vnTKjYCkXX .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-vnTKjYCkXX .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-vnTKjYCkXX .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-vnTKjYCkXX .nav-tabs .nav-link:not(.active) {
  color: #0e2841;
}
.cid-vnTKjYCkXX .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #0e2841 !important;
  padding: 1.25rem 2rem!important;
}
.cid-vnTKjYCkXX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnTKjYCkXX .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vnTKjYCkXX .mbr-text {
  color: #000000;
  margin: 0;
}
.cid-vnTKjYCkXX .content-head {
  max-width: 800px;
}
.cid-vnTKjYCkXX .item-wrapper {
  background-color: #f5f7fa;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vnTKjYCkXX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vpC9W5kwr3 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpC9W5kwr3 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpC9W5kwr3 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpC9W5kwr3 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpC9W5kwr3 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpC9W5kwr3 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpC9W5kwr3 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpC9W5kwr3 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpC9W5kwr3 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpC9W5kwr3 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpC9W5kwr3 .preservation-navigation-title {
  margin: 0 0 28px;
  color: #0b2c4b;
  font-family: "Questrial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.cid-vpC9W5kwr3 .mbr-section-title {
  text-align: center;
}
.cid-vnTKjZvFjg {
  background-color: #f3f7fe;
}
.cid-vnTKjZvFjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnTKjZvFjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnTKjZvFjg .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vnTKjZvFjg .row {
  align-items: center;
}
.cid-vnTKjZvFjg .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vnTKjZvFjg .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vnTKjZvFjg .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vnTKjZvFjg .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vnTKjZvFjg .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vnTKjZvFjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vnTKjZvFjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnTKjZvFjg .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vnTKjZvFjg .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vnTKjZvFjg .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vnTKjZvFjg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vnTKjZvFjg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnTKjZvFjg .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vnTKjZvFjg .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vnTKjZvFjg .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vnTKjZvFjg .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vnTKjZvFjg .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vnTKjZvFjg .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vnTKjZvFjg .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vnTKjZvFjg .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vnTKjZvFjg .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vnTKjZvFjg .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vnTKjZvFjg .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vnTKjZvFjg .contact-container {
    width: 100%;
  }
}
.cid-vnTKjZvFjg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vnTKjZvFjg .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vnTKjZvFjg .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vnTKjZvFjg .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vnTKjZvFjg .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vnTKjZvFjg .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vnTKjZvFjg .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vnTKjZvFjg .copyright {
  color: #efefec;
}
.cid-vnTKjZvFjg .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vnTKjZvFjg .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vnTKjZvFjg .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vmWMwnyVhw {
  padding-top: 225px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/microbiologically-influenced-corrosion-mic-hero.webp");
}
.cid-vmWMwnyVhw .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmWMwnyVhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWMwnyVhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWMwnyVhw .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vmWMwnyVhw .mbr-text,
.cid-vmWMwnyVhw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.cid-vpNMUXRS2J {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpNMUXRS2J .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpNMUXRS2J .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpNMUXRS2J .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpNMUXRS2J .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpNMUXRS2J .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpNMUXRS2J .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpNMUXRS2J .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpNMUXRS2J .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpNMUXRS2J .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vmWNbbItFu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmWNbbItFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWNbbItFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmWNbbItFu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmWNbbItFu .row {
  flex-direction: row-reverse;
}
.cid-vmWNbbItFu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmWNbbItFu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vmWNbbItFu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vmWNbbItFu .mbr-section-title {
  color: #000000;
}
.cid-vmWNbbItFu .mbr-text,
.cid-vmWNbbItFu .mbr-section-btn {
  color: #000000;
}
.cid-vmWNbbItFu .concept-box {
  background: #e5e5e5;
  padding: 15px 20px;
  border-left: 4px solid #888;
  border-radius: 6px;
  margin-top: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
}
.cid-vmWNhqrbw7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmWNhqrbw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWNhqrbw7 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWNhqrbw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWNhqrbw7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWNhqrbw7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWNhqrbw7 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWNhqrbw7 .card-title,
.cid-vmWNhqrbw7 .iconfont-wrapper {
  color: #000000;
}
.cid-vmWNhqrbw7 .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWNhqrbw7 .content-head {
  max-width: 800px;
}
.cid-vmWNhqrbw7 .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWNhqrbw7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWNhqrbw7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWOK22NPL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmWOK22NPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWOK22NPL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWOK22NPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWOK22NPL .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWOK22NPL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWOK22NPL .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWOK22NPL .card-title,
.cid-vmWOK22NPL .iconfont-wrapper {
  color: #000000;
}
.cid-vmWOK22NPL .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWOK22NPL .content-head {
  max-width: 800px;
}
.cid-vmWOK22NPL .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWOK22NPL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWOK22NPL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vnaxQj9Gd0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f7fa;
}
.cid-vnaxQj9Gd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnaxQj9Gd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnaxQj9Gd0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vnaxQj9Gd0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-vmWNnK23Uo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmWNnK23Uo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWNnK23Uo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWNnK23Uo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWNnK23Uo .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWNnK23Uo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWNnK23Uo .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWNnK23Uo .card-title,
.cid-vmWNnK23Uo .iconfont-wrapper {
  color: #000000;
}
.cid-vmWNnK23Uo .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWNnK23Uo .content-head {
  max-width: 800px;
}
.cid-vmWNnK23Uo .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWNnK23Uo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWNnK23Uo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWQzXnHkU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmWQzXnHkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWQzXnHkU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWQzXnHkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWQzXnHkU .item-wrapper {
  background: #f5f7fa;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWQzXnHkU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWQzXnHkU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWQzXnHkU .card-title,
.cid-vmWQzXnHkU .iconfont-wrapper {
  color: #000000;
}
.cid-vmWQzXnHkU .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWQzXnHkU .content-head {
  max-width: 800px;
}
.cid-vmWQzXnHkU .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWQzXnHkU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWQzXnHkU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWNtDK5aX {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vmWNtDK5aX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWNtDK5aX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWNtDK5aX .card-wrapper {
  background-color: #f5f7fa;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-vmWNtDK5aX .card-wrapper {
    padding: 24px;
  }
}
.cid-vmWNtDK5aX .card-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vmWNtDK5aX .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmWNtDK5aX .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmWNtDK5aX .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vmWNtDK5aX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-vmWNtDK5aX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmWNtDK5aX .embla__slide .slide-content {
  width: 100%;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  height: 270px;
  width: 270px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .item-img::before {
    height: 195px;
    width: 195px;
  }
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 195px;
    width: 195px;
  }
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-vmWNtDK5aX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vmWNtDK5aX .embla__button--next,
.cid-vmWNtDK5aX .embla__button--prev {
  display: flex;
}
.cid-vmWNtDK5aX .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vmWNtDK5aX .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-vmWNtDK5aX .embla__button:disabled {
  cursor: default;
  display: none;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmWNtDK5aX .embla__button.embla__button--prev {
  left: 8px;
}
.cid-vmWNtDK5aX .embla__button.embla__button--next {
  right: 8px;
}
.cid-vmWNtDK5aX .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vmWNtDK5aX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vmWNtDK5aX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmWNtDK5aX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmWNtDK5aX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmWNtDK5aX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmWNtDK5aX .mbr-label {
  color: #0027ba;
  text-align: center;
}
.cid-vmWNtDK5aX .mbr-section-title,
.cid-vmWNtDK5aX .title-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vmWNtDK5aX .item-title {
  color: #0027ba;
  text-align: center;
}
.cid-vmWNtDK5aX .item-text {
  color: #232323;
  text-align: center;
}
.cid-vmWNtDK5aX .item-title,
.cid-vmWNtDK5aX .mbr-section-btn {
  color: #232323;
}
.cid-vmWNxAxnPs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmWNxAxnPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWNxAxnPs .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWNxAxnPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWNxAxnPs .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWNxAxnPs .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWNxAxnPs .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWNxAxnPs .card-title,
.cid-vmWNxAxnPs .iconfont-wrapper {
  color: #000000;
}
.cid-vmWNxAxnPs .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWNxAxnPs .content-head {
  max-width: 800px;
}
.cid-vmWNxAxnPs .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWNxAxnPs .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWNxAxnPs .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWRCxXT1v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vmWRCxXT1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmWRCxXT1v .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vmWRCxXT1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmWRCxXT1v .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vmWRCxXT1v .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vmWRCxXT1v .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vmWRCxXT1v .card-title,
.cid-vmWRCxXT1v .iconfont-wrapper {
  color: #000000;
}
.cid-vmWRCxXT1v .card-text {
  color: #000000;
  text-align: left;
}
.cid-vmWRCxXT1v .content-head {
  max-width: 800px;
}
.cid-vmWRCxXT1v .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-vmWRCxXT1v .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vmWRCxXT1v .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vmWNJbafgb {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-vmWNJbafgb .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-vmWNJbafgb .row {
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-vmWNJbafgb .row {
    padding: 2rem 1rem;
  }
}
.cid-vmWNJbafgb .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-vmWNJbafgb .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-vmWNJbafgb .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-vmWNJbafgb .card-text {
  color: #000000;
  text-align: center;
}
.cid-vmWNJbafgb .card-title,
.cid-vmWNJbafgb .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vmWNJbafgb .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-vmWNJbafgb .mbr-section-title {
  color: #000000;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vmWNJbafgb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmWNJbafgb .card-link {
  text-align: center;
}
.cid-vpBDs0Klb6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f5f7fa;
}
.cid-vpBDs0Klb6 .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpBDs0Klb6 .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpBDs0Klb6 .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpBDs0Klb6 .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpBDs0Klb6 .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpBDs0Klb6 .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpBDs0Klb6 .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpBDs0Klb6 .vappro-nav-buttons {
    display: block;
  }
  .cid-vpBDs0Klb6 .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vqQhDpk1Od {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vqQhDpk1Od .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;
}
@media (max-width: 767px) {
  .cid-vqQhDpk1Od .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vqQhDpk1Od .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vqQhDpk1Od .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vqQhDpk1Od .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vqQhDpk1Od .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqQhDpk1Od .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vqQhDpk1Od .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vqQhDpk1Od .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vqQhDpk1Od .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vqQhDpk1Od .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vqQhDpk1Od .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vqQhDpk1Od .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vqQhDpk1Od .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vqQhDpk1Od .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vqQhDpk1Od .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vqQhDpk1Od .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vqQhDpk1Od .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vqQhDpk1Od .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vqQhDpk1Od .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vqQhDpk1Od .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vqQhDpk1Od .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vqQhDpk1Od .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDpk1Od .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vqQhDpk1Od .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vqQhDpk1Od .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vqQhDpk1Od .nav-item:focus,
.cid-vqQhDpk1Od .nav-link:focus {
  outline: none;
}
.cid-vqQhDpk1Od .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqQhDpk1Od .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqQhDpk1Od .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqQhDpk1Od .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqQhDpk1Od .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqQhDpk1Od .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqQhDpk1Od .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vqQhDpk1Od .navbar.opened {
  transition: all 0.25s;
}
.cid-vqQhDpk1Od .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vqQhDpk1Od .navbar .navbar-logo img {
  width: auto;
}
.cid-vqQhDpk1Od .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vqQhDpk1Od .navbar.collapsed {
  justify-content: center;
}
.cid-vqQhDpk1Od .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqQhDpk1Od .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqQhDpk1Od .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vqQhDpk1Od .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqQhDpk1Od .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqQhDpk1Od .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-vqQhDpk1Od .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqQhDpk1Od .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqQhDpk1Od .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vqQhDpk1Od .navbar {
    min-height: 72px;
  }
  .cid-vqQhDpk1Od .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vqQhDpk1Od .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqQhDpk1Od .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqQhDpk1Od .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqQhDpk1Od .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqQhDpk1Od .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-vqQhDpk1Od .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vqQhDpk1Od .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vqQhDpk1Od .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqQhDpk1Od .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqQhDpk1Od .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vqQhDpk1Od .dropdown-item.active,
.cid-vqQhDpk1Od .dropdown-item:active {
  background-color: transparent;
}
.cid-vqQhDpk1Od .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqQhDpk1Od .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqQhDpk1Od .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqQhDpk1Od .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vqQhDpk1Od .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vqQhDpk1Od .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vqQhDpk1Od ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vqQhDpk1Od .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vqQhDpk1Od .navbar-buttons {
    text-align: left;
  }
}
.cid-vqQhDpk1Od button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vqQhDpk1Od button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqQhDpk1Od button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vqQhDpk1Od button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQhDpk1Od button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vqQhDpk1Od button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vqQhDpk1Od nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQhDpk1Od nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqQhDpk1Od nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqQhDpk1Od nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqQhDpk1Od .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vqQhDpk1Od .opacityScroll {
  background: #ffffff !important;
}
.cid-vqQhDpk1Od a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqQhDpk1Od .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vqQhDpk1Od .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vqQhDpk1Od .navbar {
    height: 70px;
  }
  .cid-vqQhDpk1Od .navbar.opened {
    height: auto;
  }
  .cid-vqQhDpk1Od .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vqQhDpk1Od .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vqQhDpk1Od .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vqQhDpk1Od .navbar-brand {
    margin-right: auto;
  }
  .cid-vqQhDpk1Od .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vqQhDpk1Od .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vqQhDpk1Od .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vqQhDpk1Od .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vqQhDpk1Od .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vqQhDpk1Od .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vqQhDpk1Od .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vqQhDpk1Od .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vqQhDq72MZ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
}
@media (max-width: 767px) {
  .cid-vqQhDq72MZ .mbr-section-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-vqQhDq72MZ .container {
    position: relative;
  }
  .cid-vqQhDq72MZ .row {
    margin: 0;
  }
  .cid-vqQhDq72MZ .mbr-section-title {
    margin: 0;
  }
}
.cid-vqQhDq72MZ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-vqQhDq72MZ .mbr-text {
  margin-top: 1.4rem;
}
.cid-vqQhDq72MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQhDq72MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQhDq72MZ .product-breadcrumb {
  display: block;
  position: relative;
  top: -8px;
  margin-bottom: 1rem;
}
.cid-vqQhDq72MZ .product-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vqQhDq72MZ .product-breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.9rem;
  line-height: 1.5;
}
.cid-vqQhDq72MZ .product-breadcrumb-item + .product-breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.6rem;
  color: #7b8794;
}
.cid-vqQhDq72MZ .product-breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
}
.cid-vqQhDq72MZ .product-breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vqQhDq72MZ .product-breadcrumb-item a:focus-visible {
  outline: 2px solid #9fe870;
  outline-offset: 3px;
}
.cid-vqQhDq72MZ .product-breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vqQhDq72MZ .product-breadcrumb-item {
    font-size: 0.8rem;
  }
  .cid-vqQhDq72MZ .product-breadcrumb-item + .product-breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vqQhDqJQmD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqQhDqJQmD img,
.cid-vqQhDqJQmD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vqQhDqJQmD .item:focus,
.cid-vqQhDqJQmD span:focus {
  outline: none;
}
.cid-vqQhDqJQmD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqQhDqJQmD .item {
    margin-bottom: 1rem;
  }
}
.cid-vqQhDqJQmD .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqQhDqJQmD .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDqJQmD .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vqQhDqJQmD .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqQhDqJQmD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqQhDqJQmD .mbr-section-title {
  color: #000000;
}
.cid-vqQhDqJQmD .item-title {
  text-align: left;
  color: #000000;
}
.cid-vqQhDqJQmD .item-subtitle {
  text-align: left;
}
.cid-vqQhDqJQmD .mbr-text,
.cid-vqQhDqJQmD .item .mbr-section-btn {
  text-align: left;
}
.cid-vqQhDqJQmD .content-head {
  max-width: 800px;
}
.cid-vqQhDqJQmD img {
  transition: transform 0.4s ease;
}
.cid-vqQhDqJQmD img:hover {
  transform: scale(1.05);
}
.cid-vqQhDqJQmD .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vqQhDqJQmD .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vqQhDqJQmD .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vqUj7AOwVB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqUj7AOwVB img,
.cid-vqUj7AOwVB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vqUj7AOwVB .item:focus,
.cid-vqUj7AOwVB span:focus {
  outline: none;
}
.cid-vqUj7AOwVB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vqUj7AOwVB .item {
    margin-bottom: 1rem;
  }
}
.cid-vqUj7AOwVB .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vqUj7AOwVB .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vqUj7AOwVB .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vqUj7AOwVB .item-wrapper {
  position: relative;
  background: #f5f7fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vqUj7AOwVB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vqUj7AOwVB .mbr-section-title {
  color: #000000;
}
.cid-vqUj7AOwVB .item-title {
  text-align: left;
}
.cid-vqUj7AOwVB .item-subtitle {
  text-align: left;
}
.cid-vqUj7AOwVB .mbr-text,
.cid-vqUj7AOwVB .item .mbr-section-btn {
  text-align: left;
}
.cid-vqUj7AOwVB .content-head {
  max-width: 800px;
}
.cid-vqUj7AOwVB img {
  transition: transform 0.4s ease;
}
.cid-vqUj7AOwVB img:hover {
  transform: scale(1.05);
}
.cid-vqUj7AOwVB .green-bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0.625rem !important;
  margin-bottom: 0.75rem !important;
}
.cid-vqUj7AOwVB .green-bullet-list li {
  position: relative;
  padding-left: 1.125rem !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.4 !important;
  text-align: left;
}
.cid-vqUj7AOwVB .green-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #006b32;
  border-radius: 50%;
}
.cid-vqQhDrpL4C {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f5f7fa;
}
.cid-vqQhDrpL4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQhDrpL4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQhDrpL4C .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-vqQhDrpL4C .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vqQhDrpL4C .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vqQhDrpL4C .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqQhDrpL4C .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-vqQhDrpL4C .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vqQhDrpL4C .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vqQhDrpL4C .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vqQhDrpL4C .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-vqQhDrpL4C .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
.cid-vqQhDrpL4C .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
}
.cid-vqQhDrpL4C .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.cid-vqQhDrpL4C .item .item-wrapper .card-box .item-name {
  margin-bottom: 8px;
}
.cid-vqQhDrpL4C .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vqQhDrpL4C .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-vqQhDrpL4C .item .item-wrapper .mbr-section-btn .btn {
  width: 100% !important;
  max-width: none;
  min-height: 68px;
  margin: 0 !important;
  padding: 12px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.cid-vqQhDrpL4C .mbr-section-title {
  color: #404349;
}
.cid-vqQhDrpL4C .item-desc {
  color: #b19a7c;
}
.cid-vqQhDrpL4C .item-name {
  color: #404349;
}
.cid-vqQhDrpL4C .item-role {
  color: #404349;
}
.cid-vqQhDrpL4C .mbr-section-title,
.cid-vqQhDrpL4C .title-wrap {
  color: #0c2c68;
  text-align: center;
}
.cid-vqQhDsdyII {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f3f7fe;
}
.cid-vqQhDsdyII .mbr-section-btn {
  margin: 0;
  text-align: center;
}
.cid-vqQhDsdyII .btn-view-all-products {
  width: auto !important;
  min-width: 290px;
  min-height: 58px;
  margin: 0 !important;
  padding: 13px 22px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0b2c4b !important;
  background-color: transparent !important;
  border: 2px solid #0b2c4b !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s ease;
}
.cid-vqQhDsdyII .btn-view-all-products:hover {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vqQhDsdyII .btn-view-all-products:focus {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
@media (max-width: 575px) {
  .cid-vqQhDsdyII .btn-view-all-products {
    width: 100% !important;
    min-width: 0;
    min-height: 56px;
    white-space: normal;
  }
}
.cid-vqQhDsOPh6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vqQhDsOPh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQhDsOPh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQhDsOPh6 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vqQhDsOPh6 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vqQhDsOPh6 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vqQhDsOPh6 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vqQhDsOPh6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #edefeb 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vqQhDsOPh6 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vqQhDsOPh6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vqQhDsOPh6 .mbr-section-title {
  color: #404349;
}
.cid-vqQhDsOPh6 .mbr-text {
  color: #404349;
}
.cid-vqQhDsOPh6 .mbr-desc {
  color: #b19a7c;
}
.cid-vqQhDsOPh6 .mbr-desc,
.cid-vqQhDsOPh6 .desc-wrapper {
  color: #000000;
}
.cid-vqQhDtpo9W {
  background-color: #f3f7fe;
}
.cid-vqQhDtpo9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqQhDtpo9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqQhDtpo9W .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vqQhDtpo9W .row {
  align-items: center;
}
.cid-vqQhDtpo9W .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vqQhDtpo9W .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vqQhDtpo9W .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vqQhDtpo9W .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vqQhDtpo9W .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vqQhDtpo9W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vqQhDtpo9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqQhDtpo9W .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vqQhDtpo9W .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vqQhDtpo9W .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vqQhDtpo9W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vqQhDtpo9W .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqQhDtpo9W .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vqQhDtpo9W .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vqQhDtpo9W .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vqQhDtpo9W .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vqQhDtpo9W .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vqQhDtpo9W .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vqQhDtpo9W .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vqQhDtpo9W .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vqQhDtpo9W .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vqQhDtpo9W .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vqQhDtpo9W .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vqQhDtpo9W .contact-container {
    width: 100%;
  }
}
.cid-vqQhDtpo9W .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vqQhDtpo9W .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vqQhDtpo9W .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vqQhDtpo9W .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vqQhDtpo9W .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vqQhDtpo9W .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vqQhDtpo9W .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vqQhDtpo9W .copyright {
  color: #efefec;
}
.cid-vqQhDtpo9W .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vqQhDtpo9W .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vqQhDtpo9W .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
.cid-vpTHbwWUmk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vpTHbwWUmk .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;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vpTHbwWUmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vpTHbwWUmk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vpTHbwWUmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vpTHbwWUmk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vpTHbwWUmk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vpTHbwWUmk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vpTHbwWUmk .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vpTHbwWUmk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vpTHbwWUmk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vpTHbwWUmk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  border-radius: 4px !important;
}
.cid-vpTHbwWUmk .nav-item:focus,
.cid-vpTHbwWUmk .nav-link:focus {
  outline: none;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vpTHbwWUmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vpTHbwWUmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vpTHbwWUmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vpTHbwWUmk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vpTHbwWUmk .navbar.opened {
  transition: all 0.25s;
}
.cid-vpTHbwWUmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vpTHbwWUmk .navbar .navbar-logo img {
  width: auto;
}
.cid-vpTHbwWUmk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vpTHbwWUmk .navbar.collapsed {
  justify-content: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vpTHbwWUmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpTHbwWUmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vpTHbwWUmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vpTHbwWUmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar {
    min-height: 72px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vpTHbwWUmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vpTHbwWUmk .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-vpTHbwWUmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vpTHbwWUmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vpTHbwWUmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vpTHbwWUmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vpTHbwWUmk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vpTHbwWUmk .dropdown-item.active,
.cid-vpTHbwWUmk .dropdown-item:active {
  background-color: transparent;
}
.cid-vpTHbwWUmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vpTHbwWUmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vpTHbwWUmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vpTHbwWUmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vpTHbwWUmk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .navbar-buttons {
    text-align: left;
  }
}
.cid-vpTHbwWUmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vpTHbwWUmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vpTHbwWUmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vpTHbwWUmk .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
}
.cid-vpTHbwWUmk .opacityScroll {
  background: #ffffff !important;
}
.cid-vpTHbwWUmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vpTHbwWUmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpTHbwWUmk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vpTHbwWUmk .navbar {
    height: 70px;
  }
  .cid-vpTHbwWUmk .navbar.opened {
    height: auto;
  }
  .cid-vpTHbwWUmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vpTHbwWUmk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vpTHbwWUmk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-brand {
    margin-right: auto;
  }
  .cid-vpTHbwWUmk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vpTHbwWUmk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vpTHbwWUmk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vpTHbwWUmk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-vpTHbwWUmk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vppY68SuDM {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/electronic-mitigation-hero-1600x912.webp");
  overflow: hidden;
}
.cid-vppY68SuDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY68SuDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppY68SuDM .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #000000 -40%, transparent 50%, transparent 50%, #000000 100%);
}
.cid-vppY68SuDM .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vppY68SuDM .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-vppY68SuDM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vppY68SuDM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vppY68SuDM .title-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-vppY68SuDM .mbr-section-title {
  color: #ffffff;
}
.cid-vppY68SuDM .mbr-text,
.cid-vppY68SuDM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vppY68SuDM .mbr-section-btn,
.cid-vppY68SuDM .mbr-section-title {
  text-align: center;
}
.cid-vppY68SuDM .mbr-section-title,
.cid-vppY68SuDM .mbr-section-btn {
  text-align: left;
}
.cid-vpScDGRmZp {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f3f7fe;
  border-bottom: 1px solid #dce5ee;
}
.cid-vpScDGRmZp .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-vpScDGRmZp .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #526170;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpScDGRmZp .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-block;
  margin: 0 0.65rem;
  color: #7b8794;
  font-weight: 400;
}
.cid-vpScDGRmZp .breadcrumb-item a {
  color: #2a73ad;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cid-vpScDGRmZp .breadcrumb-item a:hover {
  color: #0b2c4b;
  text-decoration: underline;
}
.cid-vpScDGRmZp .breadcrumb-item a:focus-visible {
  color: #0b2c4b;
  outline: 2px solid #9fe870;
  outline-offset: 3px;
  border-radius: 2px;
}
.cid-vpScDGRmZp .breadcrumb-item.current {
  color: #0b2c4b;
  font-weight: 600;
}
@media (max-width: 576px) {
  .cid-vpScDGRmZp .breadcrumb-item {
    font-size: 0.82rem;
  }
  .cid-vpScDGRmZp .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.4rem;
  }
}
.cid-vppY6KbYVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vppY6KbYVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY6KbYVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppY6KbYVH .items-wrapper {
  margin: 0 -10px;
}
.cid-vppY6KbYVH .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vppY6KbYVH .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vppY6KbYVH .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper {
  padding: 26px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  height: 100%;
  position: relative;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vppY6KbYVH .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #222f30;
  color: #ffffff !important;
  transform: scale(0.94);
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:hover .card-box .item-text_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:focus .card-box .item-text_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:hover .card-box .item-text_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:focus .card-box .item-text_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:hover .card-box .item-text_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper:focus .card-box .item-text_3 {
  text-decoration-color: inherit;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  padding: 0 0 10px 0;
  background-color: #ffffff;
  border-radius: 0 0 0 16px;
  z-index: 2;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .icon-card .icon-bg {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 60px;
  background-color: #ffffff;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #caf31d;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-bottom-right-radius: 16px;
  box-shadow: 10px 10px 0 10px #ffffff;
  will-change: transform;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 72px;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 {
  margin-bottom: 24px;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .decor-wrap,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #caf31d;
  display: flex;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_1 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_1 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_2 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_2 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_3 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_3 .item-label_3,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3 .item-label_3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_1 .label-wrap_1 {
  background-color: #ffffff;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_2 .label-wrap_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .label-wrapper_3 .label-wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-title_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-title_3 {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_3 {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_1,
  .cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_2,
  .cid-vppY6KbYVH .items-wrapper .item .item-wrapper .card-box .item-text_3 {
    margin-bottom: 48px;
  }
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .date-wrapper {
  padding-right: 72px;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .date-wrapper .item-date_1,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .date-wrapper .item-date_2,
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .date-wrapper .item-date_3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vppY6KbYVH .items-wrapper .item .item-wrapper .date-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vppY6KbYVH .items-wrapper .item .card_1 {
  background-color: #edefeb;
}
.cid-vppY6KbYVH .items-wrapper .item .card_2 {
  background-color: #445e5f;
}
.cid-vppY6KbYVH .items-wrapper .item .card_3 {
  background-color: #222f30;
}
.cid-vppY6KbYVH .item-label_1 {
  color: #222f30;
}
.cid-vppY6KbYVH .item-label_2 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-label_3 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-title_1 {
  color: #222f30;
}
.cid-vppY6KbYVH .item-title_2 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-title_3 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-text_1 {
  color: #222f30;
}
.cid-vppY6KbYVH .item-text_2 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-text_3 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-date_1 {
  color: #222f30;
}
.cid-vppY6KbYVH .item-date_2 {
  color: #ffffff;
}
.cid-vppY6KbYVH .item-date_3 {
  color: #ffffff;
}
.cid-vppY7qpnL7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vppY7qpnL7 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: left;
}
.cid-vppY7qpnL7 .nav {
  border: none;
}
.cid-vppY7qpnL7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppY7qpnL7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #163300;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #163300;
}
.cid-vppY7qpnL7 .nav-tabs .nav-link:hover {
  border: 1px solid #163300;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vppY7qpnL7 .nav-tabs .nav-link.active {
  border: 1px solid #163300;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vppY7qpnL7 P {
  text-align: justify;
}
.cid-vppY7qpnL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY7qpnL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppY8dJfvV {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vppY8dJfvV .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppY8dJfvV .nav {
  border: none;
}
.cid-vppY8dJfvV .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppY8dJfvV .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppY8dJfvV .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vppY8dJfvV .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vppY8dJfvV P {
  text-align: justify;
}
.cid-vppY8dJfvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY8dJfvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppY93SJ2E {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vppY93SJ2E .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppY93SJ2E .nav {
  border: none;
}
.cid-vppY93SJ2E .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppY93SJ2E .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppY93SJ2E .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vppY93SJ2E .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vppY93SJ2E P {
  text-align: justify;
}
.cid-vppY93SJ2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY93SJ2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppY9HMlWg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vppY9HMlWg .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppY9HMlWg .nav {
  border: none;
}
.cid-vppY9HMlWg .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppY9HMlWg .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppY9HMlWg .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vppY9HMlWg .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vppY9HMlWg P {
  text-align: justify;
}
.cid-vppY9HMlWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppY9HMlWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppYao48uG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vppYao48uG .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppYao48uG .nav {
  border: none;
}
.cid-vppYao48uG .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppYao48uG .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppYao48uG .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vppYao48uG .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vppYao48uG P {
  text-align: justify;
}
.cid-vppYao48uG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppYao48uG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppYb7EEFF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vppYb7EEFF .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppYb7EEFF .nav {
  border: none;
}
.cid-vppYb7EEFF .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppYb7EEFF .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppYb7EEFF .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vppYb7EEFF .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vppYb7EEFF P {
  text-align: justify;
}
.cid-vppYb7EEFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppYb7EEFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppYbIgdLi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fa;
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa);
}
.cid-vppYbIgdLi .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppYbIgdLi .nav {
  border: none;
}
.cid-vppYbIgdLi .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppYbIgdLi .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppYbIgdLi .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #1f6463;
  color: #ffffff;
}
.cid-vppYbIgdLi .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #1f6463;
}
.cid-vppYbIgdLi P {
  text-align: justify;
}
.cid-vppYbIgdLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppYbIgdLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vppYckK4i6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-vppYckK4i6 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: justify;
}
.cid-vppYckK4i6 .nav {
  border: none;
}
.cid-vppYckK4i6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vppYckK4i6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-vppYckK4i6 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-vppYckK4i6 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-vppYckK4i6 P {
  text-align: justify;
}
.cid-vppYckK4i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vppYckK4i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpJbmSgoNv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpJbmSgoNv .vappro-nav-buttons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-vpJbmSgoNv .btn-nav-button {
  width: 290px;
  min-height: 72px;
  margin: 0 7px !important;
  padding: 15px 18px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 2px !important;
  border-radius: 6px !important;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cid-vpJbmSgoNv .btn-nav-previous {
  color: #0b2c4b !important;
  background-color: #ffffff !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbmSgoNv .btn-nav-all {
  color: #0b2c4b !important;
  background-color: #f3f7fe !important;
  border-color: #2a73ad !important;
}
.cid-vpJbmSgoNv .btn-nav-next {
  color: #ffffff !important;
  background-color: #0b2c4b !important;
  border-color: #0b2c4b !important;
}
.cid-vpJbmSgoNv .btn-hover-green:hover {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.cid-vpJbmSgoNv .btn-hover-green:focus {
  color: #071b33 !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
@media (max-width: 767px) {
  .cid-vpJbmSgoNv .vappro-nav-buttons {
    display: block;
  }
  .cid-vpJbmSgoNv .btn-nav-button {
    width: 100%;
    min-height: 60px;
    margin: 6px 0 !important;
    display: flex;
  }
}
.cid-vpwjeJBJxW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f7fa;
}
.cid-vpwjeJBJxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwjeJBJxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwjeJBJxW .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-vpwjeJBJxW .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-vpwjeJBJxW .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vpwjeJBJxW .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpwjeJBJxW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #e2ebf1 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vpwjeJBJxW .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-vpwjeJBJxW .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpwjeJBJxW .mbr-section-title {
  color: #404349;
}
.cid-vpwjeJBJxW .mbr-text {
  color: #404349;
}
.cid-vpwjeJBJxW .mbr-desc {
  color: #b19a7c;
}
.cid-vj0s6EBbTJ {
  background-color: #f3f7fe;
}
.cid-vj0s6EBbTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj0s6EBbTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj0s6EBbTJ .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-vj0s6EBbTJ .row {
  align-items: center;
}
.cid-vj0s6EBbTJ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vj0s6EBbTJ .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-vj0s6EBbTJ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-vj0s6EBbTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj0s6EBbTJ .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #2A2A2A;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-vj0s6EBbTJ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-vj0s6EBbTJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-vj0s6EBbTJ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj0s6EBbTJ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #000000 !important;
}
.cid-vj0s6EBbTJ .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-vj0s6EBbTJ .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-vj0s6EBbTJ .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-vj0s6EBbTJ .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-vj0s6EBbTJ .contact-text {
  width: 100%;
  color: #2A2A2A;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vj0s6EBbTJ .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-vj0s6EBbTJ .contact-container {
    width: 100%;
  }
}
.cid-vj0s6EBbTJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #000000;
}
.cid-vj0s6EBbTJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-vj0s6EBbTJ .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-vj0s6EBbTJ .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-vj0s6EBbTJ .contact-item-text {
  color: #2A2A2A;
  flex-grow: 1;
}
.cid-vj0s6EBbTJ .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #2a2a2a;
}
.cid-vj0s6EBbTJ .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-vj0s6EBbTJ .copyright {
  color: #efefec;
}
.cid-vj0s6EBbTJ .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-vj0s6EBbTJ .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #5f6ad4 27%, #5f6ad4 50%, #5f6ad4 79%);
}
.cid-vj0s6EBbTJ .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #fff182 27%, #fff182 50%, #fff182 79%);
}
