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

body {
  font-family: 'Onest-VariableFont_wght';
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
body ::selection{
background: #00e000;
color: #fff;
}

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;
}*/
.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !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.4 !important;
}

.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.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 300;
}

b,
strong {
  font-weight: 500 !important;
}

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

/* =========================
   STICKY SUB-NAVI (bereinigt)
   - wie dein funktionierender Stand
   - aber: nie über dem Menü
   ========================= */

/* 1) Sticky-Regel: EINHEITLICH für alle 3 Varianten */
.cid-uA96DfQqQL,
section.cid-v9D7vVEqN0,
section.em-sticky-subnav{
  position: -webkit-sticky;
  position: sticky;
  top: 100px;            /* Desktop: an Navbar-Höhe anpassen */
  z-index: 900;         /* bewusst UNTER der Navbar */
  background: #ffffff;
}

/* 2) Mobile Offset */
@media (max-width: 992px){
  .cid-uA96DfQqQL,
  section.cid-v9D7vVEqN0,
  section.em-sticky-subnav{
    top: 95px;          /* Mobile: an Navbar-Höhe anpassen */
  }
}

/* 3) Optional: auf sehr klein ausblenden */
@media (max-width: 576px){
  .cid-uA96DfQqQL,
  section.cid-v9D7vVEqN0{
    display: none !important;
  }
  /* wenn du es auch für em-sticky-subnav willst, Zeile aktivieren: */
  /* section.em-sticky-subnav{ display:none !important; } */
}

/* 4) Sticky-Killer entschärfen (wichtig) */
section.em-sticky-subnav,
section.em-sticky-subnav .container,
section.em-sticky-subnav .container-fluid,
.cid-uA96DfQqQL,
.cid-uA96DfQqQL .container,
.cid-uA96DfQqQL .container-fluid,
section.cid-v9D7vVEqN0,
section.cid-v9D7vVEqN0 .container,
section.cid-v9D7vVEqN0 .container-fluid{
  overflow: visible !important;
}

/* 5) Navbar IMMER über Subnav (ohne *-Holzhammer) */
section.menu{
  position: relative;
  z-index: 2000 !important;
}



/* =========================================================
   FIX: Lightbox/Modal muss über der Navbar liegen
   (Bootstrap/Mobirise Modal)
   ========================================================= */

/* Navbar bleibt hoch im Normalzustand */
section.menu{
  position: relative;
  z-index: 2000 !important;
}

/* Wenn ein Modal offen ist: Modal + Backdrop über Navbar */
body.modal-open .modal{
  z-index: 10000 !important;
}
body.modal-open .modal-backdrop{
  z-index: 9990 !important;
}

/* Falls Mobirise Lightbox anders gerendert wird, zusätzlich absichern */
.mbr-gallery .modal,
.mbr-slider .modal,
.mbr-popup .modal{
  z-index: 10000 !important;
}
.mbr-gallery .modal-backdrop,
.mbr-slider .modal-backdrop,
.mbr-popup .modal-backdrop{
  z-index: 9990 !important;
}

/* Optional: während Modal offen ist, Navbar nicht “klickbar” (verhindert Stress) */
body.modal-open section.menu{
  pointer-events: none;
}
body.modal-open .modal,
body.modal-open .modal *{
  pointer-events: auto;
}

/* ==========================================================
   STICKY SUBNAV MOBILE LAYOUT (robust gegen Mobirise "active")
   ========================================================== */
@media (max-width: 992px){

  /* Row bleibt immer Flex – auch nach Klick / State-Wechsel */
  section.em-sticky-subnav .row{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }

  /* Standard: 2 Spalten – betrifft auch .active-Zustände */
  section.em-sticky-subnav .row > .item,
  section.em-sticky-subnav .row > .item.active{
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    box-sizing: border-box !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  /* Urban-Artforms: volle Breite – auch falls "active" gesetzt wird */
  section.em-sticky-subnav .row > .item.em-item-urbanart,
  section.em-sticky-subnav .row > .item.em-item-urbanart.active{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Reihenfolge (falls irgendwo umsortiert wird) */
  section.em-sticky-subnav .em-item-strategy   { order: 1 !important; }
  section.em-sticky-subnav .em-item-design     { order: 2 !important; }
  section.em-sticky-subnav .em-item-experience { order: 3 !important; }
  section.em-sticky-subnav .em-item-care       { order: 4 !important; }
  section.em-sticky-subnav .em-item-urbanart   { order: 5 !important; }

  /* Text: stabil, kein komisches Umbruchverhalten */
  section.em-sticky-subnav .card-number,
  section.em-sticky-subnav .card-number a{
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !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: Rethink Sans;
}
.display-1 {
  font-family: 'GolosText-VariableFont_wght';
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'GolosText-VariableFont_wght';
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'GolosText-VariableFont_wght';
  font-size: 0.9rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'GolosText-VariableFont_wght';
  font-size: 1.5rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'GolosText-VariableFont_wght';
  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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 26rem) / (48 - 26)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 26rem) / (48 - 26))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 26rem) / (48 - 26)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 26rem) / (48 - 26))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 26rem) / (48 - 26)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 26rem) / (48 - 26))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 26rem) / (48 - 26)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 26rem) / (48 - 26))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 26rem) / (48 - 26)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 26rem) / (48 - 26))));
  }
}
/* 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: #00e300 !important;
}
.bg-success {
  background-color: #537999 !important;
}
.bg-info {
  background-color: #00d200 !important;
}
.bg-warning {
  background-color: #006a00 !important;
}
.bg-danger {
  background-color: #002b56 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00e300 !important;
  border-color: #00e300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #17ff17 !important;
  border-color: #17ff17 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #17ff17 !important;
  border-color: #17ff17 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #00d200 !important;
  border-color: #00d200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #06ff06 !important;
  border-color: #06ff06 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #06ff06 !important;
  border-color: #06ff06 !important;
}
.btn-success,
.btn-success:active {
  background-color: #537999 !important;
  border-color: #537999 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6e92b1 !important;
  border-color: #6e92b1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6e92b1 !important;
  border-color: #6e92b1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #006a00 !important;
  border-color: #006a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #009d00 !important;
  border-color: #009d00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #009d00 !important;
  border-color: #009d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #002b56 !important;
  border-color: #002b56 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #004489 !important;
  border-color: #004489 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #004489 !important;
  border-color: #004489 !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: #00e300;
  color: #00e300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #008c00 !important;
  background-color: transparent !important;
  border-color: #008c00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00e300 !important;
  border-color: #00e300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00d200;
  color: #00d200;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #007b00 !important;
  background-color: transparent !important;
  border-color: #007b00 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00d200 !important;
  border-color: #00d200 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #537999;
  color: #537999;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #354d61 !important;
  background-color: transparent !important;
  border-color: #354d61 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #537999 !important;
  border-color: #537999 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #006a00;
  color: #006a00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #001300 !important;
  background-color: transparent !important;
  border-color: #001300 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #006a00 !important;
  border-color: #006a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #002b56;
  color: #002b56;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #002b56 !important;
  border-color: #002b56 !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: #00e300 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #537999 !important;
}
.text-info {
  color: #00d200 !important;
}
.text-warning {
  color: #006a00 !important;
}
.text-danger {
  color: #002b56 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #007d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f4557 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #006c00 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00e300;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00d200;
}
.alert-warning {
  background-color: #006a00;
}
.alert-danger {
  background-color: #002b56;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00e300;
  border-color: #00e300;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00e300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b0ffb0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0b8cb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9fff9f;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00ea00;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #006bd6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'GolosText-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #00e300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'GolosText-VariableFont_wght';
  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: #00e300;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00e300;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00e300;
}
.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: #00e300;
  border-bottom-color: #00e300;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00e300 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%2300e300' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00e300;
  border-radius: 100%;
  color: #ffffff !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #00e300;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #00d200 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #00d200 !important;
  box-shadow: inset -600px 0 0 #ffffff;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-tYpQEBsXBC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tYpQEBsXBC .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-tYpQEBsXBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-tYpQEBsXBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYpQEBsXBC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYpQEBsXBC .menu_box .navbar.opened,
  .cid-tYpQEBsXBC .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYpQEBsXBC nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tYpQEBsXBC .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tYpQEBsXBC .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tYpQEBsXBC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYpQEBsXBC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-tYpQEBsXBC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYpQEBsXBC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYpQEBsXBC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYpQEBsXBC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYpQEBsXBC .offcanvas-body .mbr-text,
  .cid-tYpQEBsXBC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYpQEBsXBC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYpQEBsXBC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYpQEBsXBC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpQEBsXBC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYpQEBsXBC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYpQEBsXBC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYpQEBsXBC .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYpQEBsXBC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-tYpQEBsXBC ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-tYpQEBsXBC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYpQEBsXBC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .nav-item {
    margin: 0 !important;
  }
}
.cid-tYpQEBsXBC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tYpQEBsXBC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tYpQEBsXBC .nav-item .nav-link:hover::before,
.cid-tYpQEBsXBC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYpQEBsXBC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYpQEBsXBC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYpQEBsXBC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYpQEBsXBC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYpQEBsXBC .offcanvas_box {
    display: none;
  }
}
.cid-tYpQEBsXBC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYpQEBsXBC .container {
  display: flex;
  margin: auto;
}
.cid-tYpQEBsXBC .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYpQEBsXBC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYpQEBsXBC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYpQEBsXBC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .navbar-nav {
    margin: 0;
  }
}
.cid-tYpQEBsXBC .dropdown-menu,
.cid-tYpQEBsXBC .navbar.opened {
  background-color: true !important;
}
.cid-tYpQEBsXBC .nav-item:focus,
.cid-tYpQEBsXBC .nav-link:focus {
  outline: none;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYpQEBsXBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYpQEBsXBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYpQEBsXBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYpQEBsXBC .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-tYpQEBsXBC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYpQEBsXBC .navbar.opened {
  transition: all 0.3s;
}
.cid-tYpQEBsXBC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYpQEBsXBC .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYpQEBsXBC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYpQEBsXBC .navbar.collapsed {
  justify-content: center;
}
.cid-tYpQEBsXBC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYpQEBsXBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYpQEBsXBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYpQEBsXBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYpQEBsXBC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYpQEBsXBC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYpQEBsXBC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYpQEBsXBC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYpQEBsXBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYpQEBsXBC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYpQEBsXBC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYpQEBsXBC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYpQEBsXBC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYpQEBsXBC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYpQEBsXBC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYpQEBsXBC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYpQEBsXBC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYpQEBsXBC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYpQEBsXBC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYpQEBsXBC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYpQEBsXBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYpQEBsXBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYpQEBsXBC .dropdown-item.active,
.cid-tYpQEBsXBC .dropdown-item:active {
  background-color: transparent;
}
.cid-tYpQEBsXBC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYpQEBsXBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYpQEBsXBC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYpQEBsXBC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYpQEBsXBC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYpQEBsXBC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpQEBsXBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYpQEBsXBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpQEBsXBC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYpQEBsXBC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYpQEBsXBC .navbar {
    height: 70px;
  }
  .cid-tYpQEBsXBC .navbar.opened {
    height: auto;
  }
  .cid-tYpQEBsXBC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYpQEBsXBC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-tYpQEBsXBC .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-tYpQEBsXBC .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-tYpQEBsXBC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYpQEBsXBC .text_widget {
  margin-bottom: 32px;
}
.cid-tYpQEBsXBC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYpQEBsXBC .text_widget a:hover,
.cid-tYpQEBsXBC .text_widget a:focus {
  opacity: .8;
}
.cid-tYpQEBsXBC .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-tYpQEBsXBC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYpQEBsXBC .navbar-caption {
  color: #000000;
}
.cid-tYpQEBsXBC .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-tYpQEBsXBC .mbr-section-subtitle,
.cid-tYpQEBsXBC .text_widget,
.cid-tYpQEBsXBC .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-tYpQEBsXBC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYpQEBsXBC .navbar-collapse {
  align-items: center;
}
.cid-uIDBf539dJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #f5f5f5;
}
.cid-uIDBf539dJ .mbr-section-title {
  text-align: center;
  margin-bottom: 0px;
  color: #ffffff;
}
.cid-uIDBf539dJ .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #002b56;
  z-index: 0;
}
.cid-uIDBf539dJ .circle {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #002b56;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .cid-uIDBf539dJ .circle {
    max-height: 120px;
    max-width: 120px;
  }
}
.cid-uIDBf539dJ .iconfont-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.cid-uIDBf539dJ .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  margin-left: 3px;
  color: #202020;
}
.cid-uIDBf539dJ .mbr-media {
  position: relative;
  cursor: pointer;
}
.cid-uIDBf539dJ .mbr-media img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cid-uIDBf539dJ .mbr-media:hover .circle {
  width: 74.75px;
  height: 74.75px;
  cursor: pointer;
}
.cid-uIDBf539dJ .shape {
  position: absolute;
  z-index: 6;
  top: 20%;
  left: -5%;
  width: 150px;
  height: 150px;
}
.cid-uIDBf539dJ .shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-uIDBf539dJ .shape {
    display: none;
  }
}
.cid-uIDBf539dJ .modalWindow {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(61, 61, 61, 0.65) !important;
  z-index: 200000 !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  display: none;
}
.cid-uIDBf539dJ .modalWindow[style*="display: table"],
.cid-uIDBf539dJ .modalWindow[style*="display: block"],
.cid-uIDBf539dJ .modalWindow[style*="display: flex"],
.cid-uIDBf539dJ .modalWindow.show {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5vh 5vw !important;
  box-sizing: border-box !important;
}
.cid-uIDBf539dJ .modalWindow-container {
  width: 92vw !important;
  max-width: 1200px !important;
  background: #000 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.cid-uIDBf539dJ .modalWindow-video-container {
  position: relative !important;
  width: 100% !important;
  padding-top: 56.25% !important;
}
.cid-uIDBf539dJ .modalWindow-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.cid-uIDBf539dJ .modalWindow iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}
.cid-uIDBf539dJ .modalWindow .close {
  position: fixed !important;
  top: 22px !important;
  right: 22px !important;
  z-index: 200001 !important;
  pointer-events: auto !important;
  opacity: 0.75;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.cid-uIDBf539dJ .modalWindow .close:hover {
  opacity: 1;
  background: #000;
}
.cid-uIDBf539dJ section.video1,
.cid-uIDBf539dJ section.bistro_video1 {
  overflow: visible !important;
  transform: none !important;
}
.cid-v9pd5sEBSS {
  display: flex;
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-v9pd5sEBSS {
    padding-top: 7.2rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .cid-v9pd5sEBSS {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v9pd5sEBSS {
    align-items: center;
  }
  .cid-v9pd5sEBSS .row {
    justify-content: center;
  }
}
.cid-v9pd5sEBSS p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9pd5sEBSS .content-wrap {
    min-width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-v9pd5sEBSS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9pd5sEBSS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9pd5sEBSS .content-wrap {
    width: 100%;
  }
}
.cid-v9pd5sEBSS .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-v9pd5sEBSS .mbr-text,
.cid-v9pd5sEBSS .mbr-section-btn {
  text-align: center;
  color: #0b3e71;
}
.cid-v9pd5sEBSS .mbr-section-subtitle {
  color: #5085a4;
  text-align: center;
  line-height: 1.5;
}
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:active,
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:focus,
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:focus-visible {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  outline: none !important;
}
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:active .mbr-iconfont,
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:focus .mbr-iconfont,
.cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:focus-visible .mbr-iconfont {
  color: #002b56 !important;
}
@media (hover: none) {
  .cid-v9pd5sEBSS .mbr-section-btn .btn.btn-danger:hover {
    background-color: #00ff00 !important;
    border-color: #00ff00 !important;
  }
}
.cid-v7Pd3vTyKZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .cid-v7Pd3vTyKZ {
    padding-top: 0;
  }
}
.cid-v7Pd3vTyKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Pd3vTyKZ .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-v7Pd3vTyKZ .container {
    padding: 0 30px;
  }
}
.cid-v7Pd3vTyKZ .title-wrapper {
  margin-bottom: 0px !important;
}
@media (max-width: 992px) {
  .cid-v7Pd3vTyKZ .title-wrapper {
    margin-bottom: 0px !important;
  }
}
.cid-v7Pd3vTyKZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Pd3vTyKZ .item {
  margin-bottom: 0px;
}
.cid-v7Pd3vTyKZ .item:nth-child(2n) a .item-wrapper .item-img {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-v7Pd3vTyKZ .item:nth-child(2n) a .item-wrapper .item-img {
    margin-top: 0;
  }
}
.cid-v7Pd3vTyKZ .item a {
  display: block;
}
.cid-v7Pd3vTyKZ .item a:hover .item-wrapper .item-img img,
.cid-v7Pd3vTyKZ .item a:focus .item-wrapper .item-img img {
  transform: scale(1.03);
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-v7Pd3vTyKZ .item a .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .list-wrapper {
  margin-bottom: 15px;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .list-wrapper .list {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .list-wrapper .list .item-wrap {
  opacity: .4;
  margin: 0 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .list-wrapper .list .item-wrap:hover,
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-v7Pd3vTyKZ .item a .item-wrapper .item-content .mbr-date {
  opacity: .4;
  margin-bottom: 0;
}
.cid-v7Pd3vTyKZ .mbr-section-title {
  color: #002b56;
  text-align: center;
}
.cid-v7Pd3vTyKZ .list {
  color: #ffffff;
}
.cid-v7Pd3vTyKZ .item-title {
  color: #ffffff;
}
.cid-v7Pd3vTyKZ .mbr-date {
  color: #000000;
}
.cid-v7Pd3vTyKZ .item-title,
.cid-v7Pd3vTyKZ .list-wrapper {
  color: #000000;
}
.cid-v7Pd3vTyKZ .list,
.cid-v7Pd3vTyKZ .item-wrap {
  color: #000000;
}
.cid-v7Pd3vTyKZ .mbr-section-title DIV {
  text-align: center;
}
.cid-uHiXqc5yJD {
  padding-top: 0px;
  padding-bottom: 125px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHiXqc5yJD {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-uHiXqc5yJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHiXqc5yJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHiXqc5yJD .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uHiXqc5yJD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHiXqc5yJD .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uHiXqc5yJD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uHiXqc5yJD .content-wrap {
    display: none;
  }
}
.cid-uHiXqc5yJD P {
  color: #acb3b7;
}
.cid-u9QdP4UWRO {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-u9QdP4UWRO {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u9QdP4UWRO {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .cid-u9QdP4UWRO {
    align-items: center;
  }
  .cid-u9QdP4UWRO .row {
    justify-content: center;
  }
}
.cid-u9QdP4UWRO p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9QdP4UWRO .content-wrap {
    min-width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-u9QdP4UWRO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9QdP4UWRO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9QdP4UWRO .content-wrap {
    width: 100%;
  }
}
.cid-u9QdP4UWRO .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-u9QdP4UWRO .mbr-text,
.cid-u9QdP4UWRO .mbr-section-btn {
  text-align: center;
  color: #0b3e71;
}
.cid-u9QdP4UWRO .mbr-section-subtitle {
  color: #002b56;
  text-align: center;
  line-height: 1.5;
}
.cid-uHis9Vam56 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .cid-uHis9Vam56 {
    padding-bottom: 0;
  }
  .cid-uHis9Vam56 .mbr-text {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-uHis9Vam56 {
    align-items: center;
  }
  .cid-uHis9Vam56 .row {
    justify-content: center;
  }
}
.cid-uHis9Vam56 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHis9Vam56 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHis9Vam56 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHis9Vam56 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHis9Vam56 .content-wrap {
    width: 100%;
  }
}
.cid-uHis9Vam56 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHis9Vam56 .mbr-text,
.cid-uHis9Vam56 .mbr-section-btn {
  text-align: center;
  color: #03d202;
}
.cid-uHis9Vam56 .mbr-section-subtitle {
  color: #5c97ba;
  text-align: center;
}
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:active,
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:focus,
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:focus-visible {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  outline: none !important;
}
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:active .mbr-iconfont,
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:focus .mbr-iconfont,
.cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:focus-visible .mbr-iconfont {
  color: #002b56 !important;
}
@media (hover: none) {
  .cid-uHis9Vam56 .mbr-section-btn .btn.btn-danger:hover {
    background-color: #00ff00 !important;
    border-color: #00ff00 !important;
  }
}
.cid-uzRsozQVqf {
  padding-top: 15px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzRsozQVqf {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.cid-uzRsozQVqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRsozQVqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRsozQVqf .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uzRsozQVqf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uzRsozQVqf .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uzRsozQVqf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uzRsozQVqf .content-wrap {
    display: none;
  }
}
.cid-uzRsozQVqf P {
  color: #acb3b7;
}
.cid-uHiXJKkwaQ {
  display: flex;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHiXJKkwaQ {
    align-items: center;
  }
  .cid-uHiXJKkwaQ .row {
    justify-content: center;
  }
}
.cid-uHiXJKkwaQ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHiXJKkwaQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHiXJKkwaQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHiXJKkwaQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHiXJKkwaQ .content-wrap {
    width: 100%;
  }
}
.cid-uHiXJKkwaQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHiXJKkwaQ .mbr-text,
.cid-uHiXJKkwaQ .mbr-section-btn {
  text-align: justify;
  color: #002b56;
}
.cid-uHiXJKkwaQ .mbr-section-subtitle {
  color: #5085a4;
  text-align: justify;
}
.cid-vaii8y27Jj {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/staatsministerium-bw-1.webp");
}
.cid-vaii8y27Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaii8y27Jj .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-vaii8y27Jj .container {
    padding: 0 20px;
  }
}
.cid-vaii8y27Jj .row {
  height: 100%;
}
.cid-vaii8y27Jj .row .card {
  justify-content: flex-end;
}
.cid-vaii8y27Jj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaii8y27Jj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaii8y27Jj .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vaii8y27Jj .mbr-section-btn {
    text-align: left;
  }
}
.cid-vaii8y27Jj .mbr-section-title {
  color: #ffffff;
}
.cid-vaii8y27Jj .btn.btn-white:hover,
.cid-vaii8y27Jj .btn.btn-white:focus,
.cid-vaii8y27Jj .btn.btn-white:active {
  color: #fff !important;
}
.cid-vaii8y27Jj .btn.btn-white:hover *,
.cid-vaii8y27Jj .btn.btn-white:focus *,
.cid-vaii8y27Jj .btn.btn-white:active * {
  color: #fff !important;
}
.cid-u7pwHFvwDn {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/mim-worker-head-1.webp");
}
.cid-u7pwHFvwDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7pwHFvwDn .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-u7pwHFvwDn .container {
    padding: 0 20px;
  }
}
.cid-u7pwHFvwDn .row {
  height: 100%;
}
.cid-u7pwHFvwDn .row .card {
  justify-content: flex-end;
}
.cid-u7pwHFvwDn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u7pwHFvwDn .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u7pwHFvwDn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u7pwHFvwDn .mbr-section-btn {
    text-align: left;
  }
}
.cid-u7pwHFvwDn .mbr-section-title {
  color: #ffffff;
}
.cid-u7pwHFvwDn h4 {
  font-weight: 500 !important;
  color: #ffffff;
}
@media (max-width: 667px) {
  .cid-u7pwHFvwDn h4 {
    font-size: 1rem !important;
  }
}
.cid-u7pwHFvwDn .btn.btn-white:hover,
.cid-u7pwHFvwDn .btn.btn-white:focus,
.cid-u7pwHFvwDn .btn.btn-white:active {
  color: #fff !important;
}
.cid-u7pwHFvwDn .btn.btn-white:hover *,
.cid-u7pwHFvwDn .btn.btn-white:focus *,
.cid-u7pwHFvwDn .btn.btn-white:active * {
  color: #fff !important;
}
.cid-u39hX7NQjo {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/waki-allensbach-teaser.webp");
}
.cid-u39hX7NQjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u39hX7NQjo .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-u39hX7NQjo .container {
    padding: 0 20px;
  }
}
.cid-u39hX7NQjo .row {
  height: 100%;
}
.cid-u39hX7NQjo .row .card {
  justify-content: flex-end;
}
.cid-u39hX7NQjo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u39hX7NQjo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u39hX7NQjo .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u39hX7NQjo .mbr-section-btn {
    text-align: left;
  }
}
.cid-u39hX7NQjo .mbr-section-title {
  color: #ffffff;
}
.cid-u39hX7NQjo .btn.btn-white:hover,
.cid-u39hX7NQjo .btn.btn-white:focus,
.cid-u39hX7NQjo .btn.btn-white:active {
  color: #fff !important;
}
.cid-u39hX7NQjo .btn.btn-white:hover *,
.cid-u39hX7NQjo .btn.btn-white:focus *,
.cid-u39hX7NQjo .btn.btn-white:active * {
  color: #fff !important;
}
.cid-tYpRdE4Kln {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/glanzmeister-header-case-studio-eminent-2028.webp");
}
.cid-tYpRdE4Kln .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRdE4Kln .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-tYpRdE4Kln .container {
    padding: 0 20px;
  }
}
.cid-tYpRdE4Kln .row {
  height: 100%;
}
.cid-tYpRdE4Kln .row .card {
  justify-content: flex-end;
}
.cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYpRdE4Kln .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .mbr-section-btn {
    text-align: left;
  }
}
.cid-tYpRdE4Kln .mbr-section-title {
  color: #ffffff;
}
.cid-tYpRdE4Kln .btn.btn-white:hover,
.cid-tYpRdE4Kln .btn.btn-white:focus,
.cid-tYpRdE4Kln .btn.btn-white:active {
  color: #fff !important;
}
.cid-tYpRdE4Kln .btn.btn-white:hover *,
.cid-tYpRdE4Kln .btn.btn-white:focus *,
.cid-tYpRdE4Kln .btn.btn-white:active * {
  color: #fff !important;
}
.cid-v9uWQ5e8sg {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v9uWQ5e8sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9uWQ5e8sg .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-v9uWQ5e8sg .container {
    padding: 0 20px;
  }
}
.cid-v9uWQ5e8sg .row {
  justify-content: space-between;
}
.cid-v9uWQ5e8sg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9uWQ5e8sg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v9uWQ5e8sg .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-v9uWQ5e8sg .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-v9uWQ5e8sg .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-v9uWQ5e8sg b {
  font-weight: 600;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-v9uWQ5e8sg b {
    line-height: 2rem !important;
  }
}
.cid-u9F7hUAmxr {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr {
    padding-top: 2.5rem;
  }
}
@media (max-width: 576px) {
  .cid-u9F7hUAmxr {
    padding-bottom: 1rem;
  }
}
.cid-u9F7hUAmxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7hUAmxr .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-u9F7hUAmxr .container {
    padding: 0 20px;
  }
}
.cid-u9F7hUAmxr .row {
  justify-content: space-between;
}
.cid-u9F7hUAmxr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-u9F7hUAmxr .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00ff00;
  transition: all 0.3s ease-in-out;
}
.cid-u9F7hUAmxr .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-u9F7hUAmxr .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-u9F7hUAmxr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-u9F7hUAmxr .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-u9F7hUAmxr .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr .image-wrapper img {
    height: 450px;
  }
}
.cid-u9F7hUAmxr .mbr-section-title {
  color: #002b56;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9F7hUAmxr .mbr-section-title {
    display: visible;
  }
}
.cid-u9F7hUAmxr .mbr-link {
  color: #000000;
}
.cid-u9F7hUAmxr .mbr-desc {
  color: #00da00;
}
.cid-u9F7hUAmxr .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-u9F7hUAmxr .mbr-link,
.cid-u9F7hUAmxr .link-wrapper {
  color: #acb3b7;
}
.cid-u9F7htKSl6 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 {
    padding-top: 4.5rem;
  }
}
.cid-u9F7htKSl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7htKSl6 .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-u9F7htKSl6 .container {
    padding: 0 20px;
  }
}
.cid-u9F7htKSl6 .row {
  justify-content: space-between;
}
.cid-u9F7htKSl6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-u9F7htKSl6 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00ff00;
  transition: all 0.3s ease-in-out;
}
.cid-u9F7htKSl6 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-u9F7htKSl6 .content-wrapper .text-wrapper .mbr-desc {
    display: none;
  }
}
.cid-u9F7htKSl6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-u9F7htKSl6 .content-wrapper .mbr-text {
    display: none;
  }
}
.cid-u9F7htKSl6 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 .image-wrapper img {
    height: 450px;
  }
}
.cid-u9F7htKSl6 .mbr-section-title {
  color: #002b56;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-u9F7htKSl6 .mbr-section-title {
    display: visible;
  }
}
.cid-u9F7htKSl6 .mbr-link {
  color: #000000;
}
.cid-u9F7htKSl6 .mbr-desc {
  color: #00da00;
}
.cid-u9F7htKSl6 .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-u9F7htKSl6 .mbr-link,
.cid-u9F7htKSl6 .link-wrapper {
  color: #00e000;
}
.cid-unCQs93yoV {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-unCQs93yoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCQs93yoV .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-unCQs93yoV .container {
    padding: 0 20px;
  }
}
.cid-unCQs93yoV .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-unCQs93yoV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-unCQs93yoV .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-unCQs93yoV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-unCQs93yoV .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-unCQs93yoV .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-unCQs93yoV .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-unCQs93yoV .mbr-section-title {
  color: #000000;
}
.cid-unCQs93yoV .mbr-desc {
  color: #000000;
}
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:active,
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:focus,
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:focus-visible {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  outline: none !important;
}
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:active .mbr-iconfont,
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:focus .mbr-iconfont,
.cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:focus-visible .mbr-iconfont {
  color: #002b56 !important;
}
@media (hover: none) {
  .cid-unCQs93yoV .mbr-section-btn .btn.btn-danger:hover {
    background-color: #00ff00 !important;
    border-color: #00ff00 !important;
  }
}
.cid-uomCKdp1wJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uomCKdp1wJ .title-wrapper .mbr-section-title {
  margin: 55 20 20 55;
}
@media (max-width: 992px) {
  .cid-uomCKdp1wJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uomCKdp1wJ .container {
    padding: 0 22px;
  }
}
.cid-uomCKdp1wJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uomCKdp1wJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uomCKdp1wJ .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uomCKdp1wJ .embla__slide .slide-content {
    display: block;
  }
}
.cid-uomCKdp1wJ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uomCKdp1wJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uomCKdp1wJ .embla__button--next,
.cid-uomCKdp1wJ .embla__button--prev {
  display: flex;
}
.cid-uomCKdp1wJ .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #0b3e71 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uomCKdp1wJ .embla__button {
    display: none;
  }
}
.cid-uomCKdp1wJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uomCKdp1wJ .embla__button:hover {
  color: #00ff00 !important;
}
.cid-uomCKdp1wJ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uomCKdp1wJ .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uomCKdp1wJ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uomCKdp1wJ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uomCKdp1wJ .embla {
  position: relative;
  width: 100%;
}
.cid-uomCKdp1wJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uomCKdp1wJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uomCKdp1wJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uomCKdp1wJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uomCKdp1wJ .mbr-section-title {
  font-weight: 300 !important;
  text-align: center;
  color: #0b3e71;
}
@media (max-width: 667px) {
  .cid-uomCKdp1wJ .mbr-section-title {
    font-size: 25px !important;
  }
}
.cid-uomCKdp1wJ b {
  font-weight: 500 !important;
  text-align: center;
  color: #0b3e71;
}
@media (max-width: 667px) {
  .cid-uomCKdp1wJ b {
    font-size: 25px !important;
  }
}
.cid-uomCKdp1wJ .mbr-section-title DIV {
  text-align: center;
}
.cid-uzRibfn9tz {
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uzRibfn9tz .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzRibfn9tz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .container {
    padding: 0 22px;
  }
}
.cid-uzRibfn9tz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uzRibfn9tz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzRibfn9tz .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .embla__slide .slide-content {
    display: block;
  }
}
.cid-uzRibfn9tz .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzRibfn9tz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uzRibfn9tz .embla__button--next,
.cid-uzRibfn9tz .embla__button--prev {
  display: flex;
}
.cid-uzRibfn9tz .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #002b56 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uzRibfn9tz .embla__button {
    display: none;
  }
}
.cid-uzRibfn9tz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzRibfn9tz .embla__button:hover {
  color: #00d100 !important;
}
.cid-uzRibfn9tz .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uzRibfn9tz .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uzRibfn9tz .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uzRibfn9tz .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uzRibfn9tz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uzRibfn9tz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzRibfn9tz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzRibfn9tz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzRibfn9tz .mbr-section-title {
  color: #1a4b7c;
  text-align: center;
}
.cid-uICRbpo8nr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uICRbpo8nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICRbpo8nr .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-uICRbpo8nr .container {
    padding: 0 20px;
  }
}
.cid-uICRbpo8nr .row {
  justify-content: space-between;
}
.cid-uICRbpo8nr .desc-wrapper {
  border-top: 1px solid #f5f5f5;
}
.cid-uICRbpo8nr .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uICRbpo8nr .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uICRbpo8nr .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uICRbpo8nr .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uICRbpo8nr .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uICRbpo8nr .mbr-section-title {
  color: #000000;
}
.cid-uICRbpo8nr .mbr-desc {
  color: #002b56;
}
.cid-uICRbpo8nr .mbr-text {
  color: #9a9a9a;
}
.cid-uICRbpo8nr .mbr-section-title,
.cid-uICRbpo8nr .title-wrap {
  color: #002b56;
}
.cid-uICRbpo8nr .mbr-text,
.cid-uICRbpo8nr .text-wrap {
  color: #00ff00;
}
.cid-uICTUyyl9s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uICTUyyl9s .container {
    padding: 0 20px;
  }
}
.cid-uICTUyyl9s .mbr-section-title {
  margin-bottom: 90px;
  color: #0b3e71;
}
@media (max-width: 992px) {
  .cid-uICTUyyl9s .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uICTUyyl9s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-uICTUyyl9s .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uICTUyyl9s .embla__slide .slide-content {
  width: 100%;
}
.cid-uICTUyyl9s .embla__slide .slide-content a {
  width: 100%;
  display: inline-block;
}
.cid-uICTUyyl9s .embla__slide .slide-content a:hover .item-wrapper .item-img .mbr-iconfont,
.cid-uICTUyyl9s .embla__slide .slide-content a:focus .item-wrapper .item-img .mbr-iconfont {
  transform: scale(1);
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #00e000;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 550px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 576px) {
  .cid-uICTUyyl9s .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 340px !important;
  }
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-content {
  position: relative;
  z-index: 1;
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-content .card-title {
  margin-bottom: 8px;
}
.cid-uICTUyyl9s .embla__slide .slide-content a .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uICTUyyl9s .embla__button--next,
.cid-uICTUyyl9s .embla__button--prev {
  display: flex;
}
.cid-uICTUyyl9s .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #002b56 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uICTUyyl9s .embla__button {
    display: none;
  }
}
.cid-uICTUyyl9s .embla__button:hover {
  opacity: .5 !important;
  color: #00e000  !important;
}
.cid-uICTUyyl9s .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uICTUyyl9s .embla__button.embla__button--next {
  right: 0;
}
.cid-uICTUyyl9s .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uICTUyyl9s .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #f5f5f5;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uICTUyyl9s .embla::before {
    display: none;
  }
}
.cid-uICTUyyl9s .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uICTUyyl9s .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uICTUyyl9s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uICTUyyl9s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uICTUyyl9s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uICTUyyl9s .item-title {
  color: #00e000;
  line-height: 1.7rem  !important;
}
.cid-uICTUyyl9s .item-desc {
  color: #002b56;
  line-height: 1.7rem !important;
}
.cid-uIEAqPu5LY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIEAqPu5LY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEAqPu5LY .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-uIEAqPu5LY .container {
    padding: 0 20px;
  }
}
.cid-uIEAqPu5LY .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uIEAqPu5LY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIEAqPu5LY .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIEAqPu5LY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIEAqPu5LY .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uIEAqPu5LY .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uIEAqPu5LY .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uIEAqPu5LY .mbr-section-title {
  color: #000000;
}
.cid-uIEAqPu5LY .mbr-desc {
  color: #000000;
}
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:active,
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:focus,
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:focus-visible {
  background-color: #00ff00 !important;
  border-color: #00ff00 !important;
  outline: none !important;
}
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:active .mbr-iconfont,
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:focus .mbr-iconfont,
.cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:focus-visible .mbr-iconfont {
  color: #002b56 !important;
}
@media (hover: none) {
  .cid-uIEAqPu5LY .mbr-section-btn .btn.btn-danger:hover {
    background-color: #00ff00 !important;
    border-color: #00ff00 !important;
  }
}
.cid-uICOP5zI9C {
  background-color: #f5f5f5;
}
.cid-uICOP5zI9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICOP5zI9C .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-uICOP5zI9C .container {
    padding: 0 20px;
  }
}
.cid-uICOP5zI9C .row {
  justify-content: space-between;
}
.cid-uICOP5zI9C .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uICOP5zI9C .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uICOP5zI9C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uICOP5zI9C .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uICOP5zI9C .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uICOP5zI9C .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uICOP5zI9C .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uICOP5zI9C .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uICOP5zI9C .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uICOP5zI9C .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uICOP5zI9C .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uICOP5zI9C .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uICOP5zI9C .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uICOP5zI9C .image-wrapper img {
    height: 450px;
  }
}
.cid-uICOP5zI9C .mbr-section-title {
  color: #002b56;
}
.cid-uICOP5zI9C .mbr-link {
  color: #000000;
}
.cid-uICOP5zI9C .mbr-desc {
  color: #6f94aa;
}
.cid-uICOP5zI9C .mbr-text {
  color: #002b56;
}
.cid-uICOP5zI9C .mbr-link,
.cid-uICOP5zI9C .link-wrapper {
  color: #00e000;
}
.cid-unCLBtotRN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/studio-eminent-neuwerk.webp");
}
.cid-unCLBtotRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-unCLBtotRN .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-unCLBtotRN .container {
    padding: 0 20px;
  }
}
.cid-unCLBtotRN .row {
  height: 100%;
}
.cid-unCLBtotRN .row .card {
  justify-content: flex-end;
}
.cid-unCLBtotRN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unCLBtotRN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-unCLBtotRN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-unCLBtotRN .mbr-section-btn {
    text-align: left;
  }
}
.cid-unCLBtotRN .mbr-section-title {
  font-weight: 300 !important;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 667px) {
  .cid-unCLBtotRN .mbr-section-title {
    font-size: 25px !important;
  }
}
.cid-unCLBtotRN b {
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 667px) {
  .cid-unCLBtotRN b {
    font-size: 25px !important;
  }
}
.cid-u9FmgMeWHw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-u9FmgMeWHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FmgMeWHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FmgMeWHw .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9FmgMeWHw .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .container {
    padding: 0 20px;
  }
}
.cid-u9FmgMeWHw .row {
  justify-content: center;
}
.cid-u9FmgMeWHw .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-u9FmgMeWHw .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FmgMeWHw .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-u9FmgMeWHw .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-u9FmgMeWHw .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-u9FmgMeWHw .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-u9FmgMeWHw .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-u9FmgMeWHw .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-u9FmgMeWHw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9FmgMeWHw .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-u9FmgMeWHw .nav-wrapper .list .item-wrap:hover,
.cid-u9FmgMeWHw .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-u9FmgMeWHw .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-u9FmgMeWHw .mbr-text {
  color: #000000;
}
.cid-u9FmgMeWHw .mbr-list-title {
  color: #002b56;
}
.cid-u9FmgMeWHw b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-u9FmgMeWHw .list {
  color: #9a9a9a;
}
.cid-u9FmgMeWHw .list,
.cid-u9FmgMeWHw .item-wrap,
.cid-u9FmgMeWHw .contacts-wrapper {
  color: #006a00;
}
.cid-u9FmgMeWHw .mbr-text,
.cid-u9FmgMeWHw .text-wrap,
.cid-u9FmgMeWHw .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-u9FmgMeWHw .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyOggL.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyOggL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyOggL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyOggL .modal-content,
.cid-vahEGyOggL .modal-dialog {
  height: auto;
}
.cid-vahEGyOggL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyOggL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyOggL .form-wrapper .mbr-form .form-group,
  .cid-vahEGyOggL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyOggL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyOggL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyOggL .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyOggL .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyOggL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyOggL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyOggL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyOggL .modal-open {
  overflow: hidden;
}
.cid-vahEGyOggL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyOggL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyOggL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyOggL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyOggL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyOggL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyOggL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyOggL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyOggL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyOggL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyOggL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyOggL .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyOggL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyOggL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyOggL .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyOggL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyOggL .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyOggL .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyOggL .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyOggL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyOggL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyOggL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyOggL .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyOggL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyOggL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyOggL .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyOggL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyOggL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyOggL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyOggL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyOggL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyOggL .modal-lg,
  .cid-vahEGyOggL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyOggL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyOggL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyOggL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyOggL .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyOggL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyOggL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyOggL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyOggL .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyOggL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyOggL .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyOggL .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyOggL .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyOggL .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyOggL .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyOggL .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyOggL .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uoamUzbS0C {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uoamUzbS0C .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uoamUzbS0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uoamUzbS0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoamUzbS0C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uoamUzbS0C .menu_box .navbar.opened,
  .cid-uoamUzbS0C .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoamUzbS0C nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uoamUzbS0C .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uoamUzbS0C .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uoamUzbS0C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoamUzbS0C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoamUzbS0C .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uoamUzbS0C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoamUzbS0C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoamUzbS0C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoamUzbS0C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoamUzbS0C .offcanvas-body .mbr-text,
  .cid-uoamUzbS0C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoamUzbS0C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoamUzbS0C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoamUzbS0C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoamUzbS0C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uoamUzbS0C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoamUzbS0C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uoamUzbS0C .lg_brand {
    margin: 0 1rem;
  }
  .cid-uoamUzbS0C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uoamUzbS0C ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uoamUzbS0C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoamUzbS0C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .nav-item {
    margin: 0 !important;
  }
}
.cid-uoamUzbS0C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uoamUzbS0C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uoamUzbS0C .nav-item .nav-link:hover::before,
.cid-uoamUzbS0C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uoamUzbS0C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoamUzbS0C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoamUzbS0C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoamUzbS0C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uoamUzbS0C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoamUzbS0C .offcanvas_box {
    display: none;
  }
}
.cid-uoamUzbS0C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoamUzbS0C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoamUzbS0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoamUzbS0C .container {
  display: flex;
  margin: auto;
}
.cid-uoamUzbS0C .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uoamUzbS0C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoamUzbS0C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoamUzbS0C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoamUzbS0C .navbar-nav {
    margin: 0;
  }
}
.cid-uoamUzbS0C .dropdown-menu,
.cid-uoamUzbS0C .navbar.opened {
  background-color: true !important;
}
.cid-uoamUzbS0C .nav-item:focus,
.cid-uoamUzbS0C .nav-link:focus {
  outline: none;
}
.cid-uoamUzbS0C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoamUzbS0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoamUzbS0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoamUzbS0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoamUzbS0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoamUzbS0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoamUzbS0C .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uoamUzbS0C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoamUzbS0C .navbar.opened {
  transition: all 0.3s;
}
.cid-uoamUzbS0C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoamUzbS0C .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uoamUzbS0C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoamUzbS0C .navbar.collapsed {
  justify-content: center;
}
.cid-uoamUzbS0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoamUzbS0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoamUzbS0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoamUzbS0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoamUzbS0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoamUzbS0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoamUzbS0C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoamUzbS0C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoamUzbS0C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uoamUzbS0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoamUzbS0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoamUzbS0C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoamUzbS0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoamUzbS0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoamUzbS0C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoamUzbS0C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoamUzbS0C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoamUzbS0C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoamUzbS0C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uoamUzbS0C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoamUzbS0C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoamUzbS0C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoamUzbS0C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoamUzbS0C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoamUzbS0C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoamUzbS0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uoamUzbS0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoamUzbS0C .dropdown-item.active,
.cid-uoamUzbS0C .dropdown-item:active {
  background-color: transparent;
}
.cid-uoamUzbS0C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uoamUzbS0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoamUzbS0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoamUzbS0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoamUzbS0C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoamUzbS0C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoamUzbS0C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uoamUzbS0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uoamUzbS0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoamUzbS0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoamUzbS0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoamUzbS0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoamUzbS0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoamUzbS0C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoamUzbS0C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoamUzbS0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoamUzbS0C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoamUzbS0C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoamUzbS0C .navbar {
    height: 70px;
  }
  .cid-uoamUzbS0C .navbar.opened {
    height: auto;
  }
  .cid-uoamUzbS0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoamUzbS0C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uoamUzbS0C .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uoamUzbS0C .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uoamUzbS0C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoamUzbS0C .text_widget {
  margin-bottom: 32px;
}
.cid-uoamUzbS0C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoamUzbS0C .text_widget a:hover,
.cid-uoamUzbS0C .text_widget a:focus {
  opacity: .8;
}
.cid-uoamUzbS0C .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uoamUzbS0C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoamUzbS0C .navbar-caption {
  color: #000000;
}
.cid-uoamUzbS0C .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uoamUzbS0C .mbr-section-subtitle,
.cid-uoamUzbS0C .text_widget,
.cid-uoamUzbS0C .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uoamUzbS0C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoamUzbS0C .navbar-collapse {
  align-items: center;
}
.cid-uHjrw1Dkc0 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHjrw1Dkc0 {
    align-items: center;
  }
  .cid-uHjrw1Dkc0 .row {
    justify-content: flex-start;
  }
}
.cid-uHjrw1Dkc0 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHjrw1Dkc0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHjrw1Dkc0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHjrw1Dkc0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHjrw1Dkc0 .content-wrap {
    width: 100%;
  }
}
.cid-uHjrw1Dkc0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uHjrw1Dkc0 .mbr-text,
.cid-uHjrw1Dkc0 .mbr-section-btn {
  text-align: justify;
  color: #002b56;
}
.cid-uHjrw1Dkc0 .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uHjrw1Dkc0 .mbr-fonts-style {
  color: #002b56;
  text-align: left;
}
.cid-uzTd0w7tIw {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzTd0w7tIw {
    padding-top: 4.5rem;
  }
}
.cid-uzTd0w7tIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTd0w7tIw .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-uzTd0w7tIw .container {
    padding: 0 20px;
  }
}
.cid-uzTd0w7tIw .row {
  justify-content: space-between;
}
.cid-uzTd0w7tIw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzTd0w7tIw .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzTd0w7tIw .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzTd0w7tIw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzTd0w7tIw .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00ff00;
  transition: all 0.3s ease-in-out;
}
.cid-uzTd0w7tIw .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzTd0w7tIw .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzTd0w7tIw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzTd0w7tIw .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzTd0w7tIw .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzTd0w7tIw .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzTd0w7tIw .image-wrapper img {
    height: 450px;
  }
}
.cid-uzTd0w7tIw .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzTd0w7tIw .mbr-desc {
  color: #00da00;
}
.cid-uzTd0w7tIw .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzTd0w7tIw .mbr-link,
.cid-uzTd0w7tIw .link-wrapper {
  color: #03d202;
}
.cid-uoynA28iIQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynA28iIQ {
    padding-top: 1rem;
  }
}
.cid-uoynA28iIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynA28iIQ .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-uoynA28iIQ .container {
    padding: 0 20px;
  }
}
.cid-uoynA28iIQ .row {
  justify-content: space-between;
}
.cid-uoynA28iIQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynA28iIQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynA28iIQ .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynA28iIQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynA28iIQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynA28iIQ .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynA28iIQ .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynA28iIQ .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynA28iIQ .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynA28iIQ .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynA28iIQ .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynA28iIQ .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynA28iIQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynA28iIQ .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynA28iIQ .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynA28iIQ .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynA28iIQ .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynA28iIQ .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynA28iIQ .mbr-desc {
  color: #00da00;
}
.cid-uoynA28iIQ .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynA28iIQ .mbr-link,
.cid-uoynA28iIQ .link-wrapper {
  color: #03d202;
}
.cid-uoynzH6rft {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynzH6rft {
    padding-top: 1.5rem;
  }
}
.cid-uoynzH6rft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynzH6rft .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-uoynzH6rft .container {
    padding: 0 20px;
  }
}
.cid-uoynzH6rft .row {
  justify-content: space-between;
}
.cid-uoynzH6rft .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynzH6rft .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynzH6rft .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynzH6rft .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynzH6rft .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynzH6rft .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynzH6rft .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynzH6rft .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynzH6rft .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynzH6rft .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynzH6rft .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynzH6rft .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynzH6rft .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynzH6rft .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynzH6rft .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynzH6rft .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynzH6rft .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynzH6rft .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynzH6rft .mbr-desc {
  color: #00da00;
}
.cid-uoynzH6rft .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynzH6rft .mbr-link,
.cid-uoynzH6rft .link-wrapper {
  color: #03d202;
}
.cid-uoynViFEj4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynViFEj4 {
    padding-top: 1.5rem;
  }
}
.cid-uoynViFEj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynViFEj4 .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-uoynViFEj4 .container {
    padding: 0 20px;
  }
}
.cid-uoynViFEj4 .row {
  justify-content: space-between;
}
.cid-uoynViFEj4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynViFEj4 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynViFEj4 .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynViFEj4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynViFEj4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynViFEj4 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynViFEj4 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynViFEj4 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynViFEj4 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynViFEj4 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynViFEj4 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynViFEj4 .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynViFEj4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynViFEj4 .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynViFEj4 .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynViFEj4 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynViFEj4 .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynViFEj4 .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynViFEj4 .mbr-desc {
  color: #00da00;
}
.cid-uoynViFEj4 .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynViFEj4 .mbr-link,
.cid-uoynViFEj4 .link-wrapper {
  color: #03d202;
}
.cid-uoynV7jxrr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynV7jxrr {
    padding-top: 1rem;
  }
}
.cid-uoynV7jxrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynV7jxrr .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-uoynV7jxrr .container {
    padding: 0 20px;
  }
}
.cid-uoynV7jxrr .row {
  justify-content: space-between;
}
.cid-uoynV7jxrr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynV7jxrr .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynV7jxrr .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynV7jxrr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynV7jxrr .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynV7jxrr .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynV7jxrr .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynV7jxrr .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynV7jxrr .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynV7jxrr .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynV7jxrr .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynV7jxrr .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynV7jxrr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynV7jxrr .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynV7jxrr .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynV7jxrr .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynV7jxrr .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynV7jxrr .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynV7jxrr .mbr-desc {
  color: #00da00;
}
.cid-uoynV7jxrr .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynV7jxrr .mbr-link,
.cid-uoynV7jxrr .link-wrapper {
  color: #03d202;
}
.cid-uoynUVeDci {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynUVeDci {
    padding-top: 1rem;
  }
}
.cid-uoynUVeDci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynUVeDci .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-uoynUVeDci .container {
    padding: 0 20px;
  }
}
.cid-uoynUVeDci .row {
  justify-content: space-between;
}
.cid-uoynUVeDci .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynUVeDci .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynUVeDci .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynUVeDci .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynUVeDci .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynUVeDci .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynUVeDci .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynUVeDci .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynUVeDci .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynUVeDci .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynUVeDci .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynUVeDci .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynUVeDci .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynUVeDci .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynUVeDci .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynUVeDci .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynUVeDci .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynUVeDci .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynUVeDci .mbr-desc {
  color: #00da00;
}
.cid-uoynUVeDci .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynUVeDci .mbr-link,
.cid-uoynUVeDci .link-wrapper {
  color: #03d202;
}
.cid-uzWtdknTzQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzWtdknTzQ {
    padding-top: 1rem;
  }
}
.cid-uzWtdknTzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzWtdknTzQ .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-uzWtdknTzQ .container {
    padding: 0 20px;
  }
}
.cid-uzWtdknTzQ .row {
  justify-content: space-between;
}
.cid-uzWtdknTzQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzWtdknTzQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzWtdknTzQ .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzWtdknTzQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzWtdknTzQ .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uzWtdknTzQ .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzWtdknTzQ .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzWtdknTzQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzWtdknTzQ .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzWtdknTzQ .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzWtdknTzQ .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzWtdknTzQ .image-wrapper img {
    height: 450px;
  }
}
.cid-uzWtdknTzQ .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzWtdknTzQ .mbr-desc {
  color: #00da00;
}
.cid-uzWtdknTzQ .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzWtdknTzQ .mbr-link,
.cid-uzWtdknTzQ .link-wrapper {
  color: #03d202;
}
.cid-uzWtfPdxZh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzWtfPdxZh {
    padding-top: 1.5rem;
  }
}
.cid-uzWtfPdxZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzWtfPdxZh .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-uzWtfPdxZh .container {
    padding: 0 20px;
  }
}
.cid-uzWtfPdxZh .row {
  justify-content: space-between;
}
.cid-uzWtfPdxZh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzWtfPdxZh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzWtfPdxZh .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzWtfPdxZh .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzWtfPdxZh .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uzWtfPdxZh .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzWtfPdxZh .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzWtfPdxZh .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzWtfPdxZh .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzWtfPdxZh .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzWtfPdxZh .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzWtfPdxZh .image-wrapper img {
    height: 450px;
  }
}
.cid-uzWtfPdxZh .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzWtfPdxZh .mbr-desc {
  color: #00da00;
}
.cid-uzWtfPdxZh .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzWtfPdxZh .mbr-link,
.cid-uzWtfPdxZh .link-wrapper {
  color: #03d202;
}
.cid-uoynUK33Dk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynUK33Dk {
    padding-top: 1.5rem;
  }
}
.cid-uoynUK33Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynUK33Dk .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-uoynUK33Dk .container {
    padding: 0 20px;
  }
}
.cid-uoynUK33Dk .row {
  justify-content: space-between;
}
.cid-uoynUK33Dk .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynUK33Dk .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynUK33Dk .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynUK33Dk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynUK33Dk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynUK33Dk .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynUK33Dk .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynUK33Dk .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynUK33Dk .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynUK33Dk .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynUK33Dk .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynUK33Dk .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynUK33Dk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynUK33Dk .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynUK33Dk .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynUK33Dk .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynUK33Dk .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynUK33Dk .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynUK33Dk .mbr-desc {
  color: #00da00;
}
.cid-uoynUK33Dk .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynUK33Dk .mbr-link,
.cid-uoynUK33Dk .link-wrapper {
  color: #03d202;
}
.cid-uHjE3vt32m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHjE3vt32m {
    padding-top: 1.5rem;
  }
}
.cid-uHjE3vt32m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjE3vt32m .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-uHjE3vt32m .container {
    padding: 0 20px;
  }
}
.cid-uHjE3vt32m .row {
  justify-content: space-between;
}
.cid-uHjE3vt32m .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uHjE3vt32m .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uHjE3vt32m .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uHjE3vt32m .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHjE3vt32m .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uHjE3vt32m .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHjE3vt32m .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHjE3vt32m .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHjE3vt32m .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHjE3vt32m .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHjE3vt32m .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uHjE3vt32m .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uHjE3vt32m .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHjE3vt32m .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uHjE3vt32m .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uHjE3vt32m .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHjE3vt32m .image-wrapper img {
    height: 450px;
  }
}
.cid-uHjE3vt32m .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uHjE3vt32m .mbr-desc {
  color: #00da00;
}
.cid-uHjE3vt32m .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uHjE3vt32m .mbr-link,
.cid-uHjE3vt32m .link-wrapper {
  color: #03d202;
}
.cid-uHjEn0r6Vi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHjEn0r6Vi {
    padding-top: 1.5rem;
  }
}
.cid-uHjEn0r6Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjEn0r6Vi .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-uHjEn0r6Vi .container {
    padding: 0 20px;
  }
}
.cid-uHjEn0r6Vi .row {
  justify-content: space-between;
}
.cid-uHjEn0r6Vi .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uHjEn0r6Vi .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uHjEn0r6Vi .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHjEn0r6Vi .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHjEn0r6Vi .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHjEn0r6Vi .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uHjEn0r6Vi .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uHjEn0r6Vi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHjEn0r6Vi .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uHjEn0r6Vi .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uHjEn0r6Vi .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHjEn0r6Vi .image-wrapper img {
    height: 450px;
  }
}
.cid-uHjEn0r6Vi .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uHjEn0r6Vi .mbr-desc {
  color: #00da00;
}
.cid-uHjEn0r6Vi .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uHjEn0r6Vi .mbr-link,
.cid-uHjEn0r6Vi .link-wrapper {
  color: #03d202;
}
.cid-uHU1OBi29y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHU1OBi29y {
    padding-top: 1.5rem;
  }
}
.cid-uHU1OBi29y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHU1OBi29y .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-uHU1OBi29y .container {
    padding: 0 20px;
  }
}
.cid-uHU1OBi29y .row {
  justify-content: space-between;
}
.cid-uHU1OBi29y .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uHU1OBi29y .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uHU1OBi29y .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uHU1OBi29y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHU1OBi29y .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uHU1OBi29y .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHU1OBi29y .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHU1OBi29y .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHU1OBi29y .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHU1OBi29y .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHU1OBi29y .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uHU1OBi29y .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uHU1OBi29y .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHU1OBi29y .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uHU1OBi29y .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uHU1OBi29y .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHU1OBi29y .image-wrapper img {
    height: 450px;
  }
}
.cid-uHU1OBi29y .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uHU1OBi29y .mbr-desc {
  color: #00da00;
}
.cid-uHU1OBi29y .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uHU1OBi29y .mbr-link,
.cid-uHU1OBi29y .link-wrapper {
  color: #03d202;
}
.cid-uHjExTABJQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHjExTABJQ {
    padding-top: 1.5rem;
  }
}
.cid-uHjExTABJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjExTABJQ .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-uHjExTABJQ .container {
    padding: 0 20px;
  }
}
.cid-uHjExTABJQ .row {
  justify-content: space-between;
}
.cid-uHjExTABJQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uHjExTABJQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uHjExTABJQ .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uHjExTABJQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHjExTABJQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uHjExTABJQ .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHjExTABJQ .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHjExTABJQ .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHjExTABJQ .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHjExTABJQ .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHjExTABJQ .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uHjExTABJQ .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uHjExTABJQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHjExTABJQ .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uHjExTABJQ .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uHjExTABJQ .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHjExTABJQ .image-wrapper img {
    height: 450px;
  }
}
.cid-uHjExTABJQ .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uHjExTABJQ .mbr-desc {
  color: #00da00;
}
.cid-uHjExTABJQ .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uHjExTABJQ .mbr-link,
.cid-uHjExTABJQ .link-wrapper {
  color: #03d202;
}
.cid-uHU1Nt84b9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHU1Nt84b9 {
    padding-top: 1.5rem;
  }
}
.cid-uHU1Nt84b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHU1Nt84b9 .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-uHU1Nt84b9 .container {
    padding: 0 20px;
  }
}
.cid-uHU1Nt84b9 .row {
  justify-content: space-between;
}
.cid-uHU1Nt84b9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uHU1Nt84b9 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uHU1Nt84b9 .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHU1Nt84b9 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHU1Nt84b9 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHU1Nt84b9 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uHU1Nt84b9 .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uHU1Nt84b9 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHU1Nt84b9 .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uHU1Nt84b9 .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uHU1Nt84b9 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHU1Nt84b9 .image-wrapper img {
    height: 450px;
  }
}
.cid-uHU1Nt84b9 .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uHU1Nt84b9 .mbr-desc {
  color: #00da00;
}
.cid-uHU1Nt84b9 .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uHU1Nt84b9 .mbr-link,
.cid-uHU1Nt84b9 .link-wrapper {
  color: #03d202;
}
.cid-uoyoah58Gz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoyoah58Gz {
    padding-top: 1.5rem;
  }
}
.cid-uoyoah58Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoyoah58Gz .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-uoyoah58Gz .container {
    padding: 0 20px;
  }
}
.cid-uoyoah58Gz .row {
  justify-content: space-between;
}
.cid-uoyoah58Gz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoyoah58Gz .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoyoah58Gz .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoyoah58Gz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoyoah58Gz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoyoah58Gz .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoyoah58Gz .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoyoah58Gz .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoyoah58Gz .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoyoah58Gz .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoyoah58Gz .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoyoah58Gz .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoyoah58Gz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoyoah58Gz .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoyoah58Gz .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoyoah58Gz .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoyoah58Gz .image-wrapper img {
    height: 450px;
  }
}
.cid-uoyoah58Gz .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoyoah58Gz .mbr-desc {
  color: #00da00;
}
.cid-uoyoah58Gz .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoyoah58Gz .mbr-link,
.cid-uoyoah58Gz .link-wrapper {
  color: #03d202;
}
.cid-uoynUvxiTM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoynUvxiTM {
    padding-top: 1.5rem;
  }
}
.cid-uoynUvxiTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoynUvxiTM .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-uoynUvxiTM .container {
    padding: 0 20px;
  }
}
.cid-uoynUvxiTM .row {
  justify-content: space-between;
}
.cid-uoynUvxiTM .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoynUvxiTM .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoynUvxiTM .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoynUvxiTM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoynUvxiTM .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoynUvxiTM .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoynUvxiTM .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoynUvxiTM .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoynUvxiTM .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoynUvxiTM .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoynUvxiTM .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoynUvxiTM .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoynUvxiTM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoynUvxiTM .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoynUvxiTM .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoynUvxiTM .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoynUvxiTM .image-wrapper img {
    height: 450px;
  }
}
.cid-uoynUvxiTM .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoynUvxiTM .mbr-desc {
  color: #00da00;
}
.cid-uoynUvxiTM .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoynUvxiTM .mbr-link,
.cid-uoynUvxiTM .link-wrapper {
  color: #03d202;
}
.cid-uoyoaCXcae {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoyoaCXcae {
    padding-top: 1.5rem;
  }
}
.cid-uoyoaCXcae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoyoaCXcae .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-uoyoaCXcae .container {
    padding: 0 20px;
  }
}
.cid-uoyoaCXcae .row {
  justify-content: space-between;
}
.cid-uoyoaCXcae .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoyoaCXcae .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoyoaCXcae .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoyoaCXcae .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoyoaCXcae .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoyoaCXcae .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoyoaCXcae .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoyoaCXcae .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoyoaCXcae .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoyoaCXcae .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoyoaCXcae .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoyoaCXcae .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoyoaCXcae .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoyoaCXcae .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoyoaCXcae .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoyoaCXcae .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoyoaCXcae .image-wrapper img {
    height: 450px;
  }
}
.cid-uoyoaCXcae .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoyoaCXcae .mbr-desc {
  color: #00da00;
}
.cid-uoyoaCXcae .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoyoaCXcae .mbr-link,
.cid-uoyoaCXcae .link-wrapper {
  color: #03d202;
}
.cid-uzWy9orjrx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzWy9orjrx {
    padding-top: 1.5rem;
  }
}
.cid-uzWy9orjrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzWy9orjrx .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-uzWy9orjrx .container {
    padding: 0 20px;
  }
}
.cid-uzWy9orjrx .row {
  justify-content: space-between;
}
.cid-uzWy9orjrx .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzWy9orjrx .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzWy9orjrx .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzWy9orjrx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzWy9orjrx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzWy9orjrx .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzWy9orjrx .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzWy9orjrx .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzWy9orjrx .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzWy9orjrx .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uzWy9orjrx .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzWy9orjrx .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzWy9orjrx .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzWy9orjrx .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzWy9orjrx .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzWy9orjrx .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzWy9orjrx .image-wrapper img {
    height: 450px;
  }
}
.cid-uzWy9orjrx .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzWy9orjrx .mbr-desc {
  color: #00da00;
}
.cid-uzWy9orjrx .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzWy9orjrx .mbr-link,
.cid-uzWy9orjrx .link-wrapper {
  color: #03d202;
}
.cid-uzWy9MxHip {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzWy9MxHip {
    padding-top: 1.5rem;
  }
}
.cid-uzWy9MxHip .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzWy9MxHip .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-uzWy9MxHip .container {
    padding: 0 20px;
  }
}
.cid-uzWy9MxHip .row {
  justify-content: space-between;
}
.cid-uzWy9MxHip .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzWy9MxHip .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzWy9MxHip .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzWy9MxHip .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzWy9MxHip .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzWy9MxHip .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzWy9MxHip .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzWy9MxHip .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzWy9MxHip .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzWy9MxHip .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uzWy9MxHip .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzWy9MxHip .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzWy9MxHip .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzWy9MxHip .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzWy9MxHip .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzWy9MxHip .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzWy9MxHip .image-wrapper img {
    height: 450px;
  }
}
.cid-uzWy9MxHip .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzWy9MxHip .mbr-desc {
  color: #00da00;
}
.cid-uzWy9MxHip .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzWy9MxHip .mbr-link,
.cid-uzWy9MxHip .link-wrapper {
  color: #03d202;
}
.cid-uoyoiWYvf6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uoyoiWYvf6 {
    padding-top: 1.5rem;
  }
}
.cid-uoyoiWYvf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoyoiWYvf6 .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-uoyoiWYvf6 .container {
    padding: 0 20px;
  }
}
.cid-uoyoiWYvf6 .row {
  justify-content: space-between;
}
.cid-uoyoiWYvf6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uoyoiWYvf6 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uoyoiWYvf6 .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoyoiWYvf6 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uoyoiWYvf6 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uoyoiWYvf6 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uoyoiWYvf6 .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uoyoiWYvf6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uoyoiWYvf6 .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uoyoiWYvf6 .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uoyoiWYvf6 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uoyoiWYvf6 .image-wrapper img {
    height: 450px;
  }
}
.cid-uoyoiWYvf6 .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uoyoiWYvf6 .mbr-desc {
  color: #00da00;
}
.cid-uoyoiWYvf6 .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uoyoiWYvf6 .mbr-link,
.cid-uoyoiWYvf6 .link-wrapper {
  color: #03d202;
}
.cid-uzWAqY5VhT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uzWAqY5VhT {
    padding-top: 1.5rem;
  }
}
.cid-uzWAqY5VhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzWAqY5VhT .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-uzWAqY5VhT .container {
    padding: 0 20px;
  }
}
.cid-uzWAqY5VhT .row {
  justify-content: space-between;
}
.cid-uzWAqY5VhT .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uzWAqY5VhT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .cid-uzWAqY5VhT .content-wrapper .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzWAqY5VhT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 5px;
  }
}
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uzWAqY5VhT .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uzWAqY5VhT .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .cid-uzWAqY5VhT .content-wrapper .text-wrapper .mbr-desc {
    display: none !important;
  }
}
.cid-uzWAqY5VhT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzWAqY5VhT .content-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .cid-uzWAqY5VhT .content-wrapper .mbr-text {
    display: none !important;
  }
}
.cid-uzWAqY5VhT .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uzWAqY5VhT .image-wrapper img {
    height: 450px;
  }
}
.cid-uzWAqY5VhT .mbr-section-title {
  color: #002b56;
  text-align: left;
  margin-bottom: 1px;
}
.cid-uzWAqY5VhT .mbr-desc {
  color: #00da00;
}
.cid-uzWAqY5VhT .mbr-text {
  color: #336699;
  line-height: 1.7 !important;
}
.cid-uzWAqY5VhT .mbr-link,
.cid-uzWAqY5VhT .link-wrapper {
  color: #03d202;
}
.cid-uzWAzNPJTB {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uzWAzNPJTB .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uzWAzNPJTB {
    background-position: right;
  }
}
.cid-uzWAzNPJTB input,
.cid-uzWAzNPJTB textarea {
  border-radius: 0;
}
.cid-uzWAzNPJTB input:hover,
.cid-uzWAzNPJTB textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uzWAzNPJTB .row {
  justify-content: flex-end;
}
.cid-uzWAzNPJTB textarea {
  min-height: 200px;
}
.cid-uzWAzNPJTB .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uzWAzNPJTB .col-auto {
    margin: auto;
  }
}
.cid-uzWAzNPJTB .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uzWAzNPJTB .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uzWAzNPJTB .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uzWAzNPJTB .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uzWAzNPJTB .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uzWAzNPJTB .btn {
  padding: 1rem 3rem;
}
.cid-uzWAzNPJTB .form-control,
.cid-uzWAzNPJTB .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzWAzNPJTB .form-control::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input::-webkit-input-placeholder,
.cid-uzWAzNPJTB .form-control::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uzWAzNPJTB .form-control:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:-moz-placeholder,
.cid-uzWAzNPJTB .form-control:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uzWAzNPJTB .form-control:hover,
.cid-uzWAzNPJTB .field-input:hover,
.cid-uzWAzNPJTB .form-control:focus,
.cid-uzWAzNPJTB .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uzWAzNPJTB .form-control:hover::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input:hover::-webkit-input-placeholder,
.cid-uzWAzNPJTB .form-control:focus::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input:focus::-webkit-input-placeholder,
.cid-uzWAzNPJTB .form-control:hover::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input:hover::-webkit-input-placeholder,
.cid-uzWAzNPJTB .form-control:focus::-webkit-input-placeholder,
.cid-uzWAzNPJTB .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uzWAzNPJTB .form-control:hover:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:hover:-moz-placeholder,
.cid-uzWAzNPJTB .form-control:focus:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:focus:-moz-placeholder,
.cid-uzWAzNPJTB .form-control:hover:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:hover:-moz-placeholder,
.cid-uzWAzNPJTB .form-control:focus:-moz-placeholder,
.cid-uzWAzNPJTB .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uzWAzNPJTB .jq-number__spin:hover,
.cid-uzWAzNPJTB .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uzWAzNPJTB .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzWAzNPJTB .jq-selectbox li,
.cid-uzWAzNPJTB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzWAzNPJTB .jq-selectbox li:hover,
.cid-uzWAzNPJTB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzWAzNPJTB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uzWAzNPJTB .jq-number__spin.minus:hover:after,
.cid-uzWAzNPJTB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uzWAzNPJTB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uzWAzNPJTB .jq-number__spin.minus:after,
.cid-uzWAzNPJTB .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uzWAzNPJTB .mbr-section-text {
  color: #1a4b7c;
}
.cid-uzWAzNPJTB .mbr-section-title {
  color: #1a4b7c;
}
.cid-uzWAzNPJTB .soc-link,
.cid-uzWAzNPJTB .soc-wrapper {
  color: #1a4b7c;
}
.cid-uoamUIEt4w {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uoamUIEt4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoamUIEt4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoamUIEt4w .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uoamUIEt4w .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .container {
    padding: 0 20px;
  }
}
.cid-uoamUIEt4w .row {
  justify-content: center;
}
.cid-uoamUIEt4w .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoamUIEt4w .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uoamUIEt4w .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uoamUIEt4w .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uoamUIEt4w .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uoamUIEt4w .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uoamUIEt4w .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uoamUIEt4w .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uoamUIEt4w .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uoamUIEt4w .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uoamUIEt4w .nav-wrapper .list .item-wrap:hover,
.cid-uoamUIEt4w .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uoamUIEt4w .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uoamUIEt4w .mbr-text {
  color: #000000;
}
.cid-uoamUIEt4w .mbr-list-title {
  color: #002b56;
}
.cid-uoamUIEt4w b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uoamUIEt4w .list {
  color: #9a9a9a;
}
.cid-uoamUIEt4w .list,
.cid-uoamUIEt4w .item-wrap,
.cid-uoamUIEt4w .contacts-wrapper {
  color: #006a00;
}
.cid-uoamUIEt4w .mbr-text,
.cid-uoamUIEt4w .text-wrap,
.cid-uoamUIEt4w .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uoamUIEt4w .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyQnct.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQnct.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQnct.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQnct .modal-content,
.cid-vahEGyQnct .modal-dialog {
  height: auto;
}
.cid-vahEGyQnct .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQnct .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQnct .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQnct .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQnct .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQnct .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQnct .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQnct .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQnct .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQnct .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQnct .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQnct .modal-open {
  overflow: hidden;
}
.cid-vahEGyQnct .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQnct .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQnct .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQnct .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQnct .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQnct .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQnct .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQnct .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQnct .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQnct .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQnct .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQnct .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQnct .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQnct .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQnct .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQnct .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQnct .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQnct .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQnct .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQnct .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQnct .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQnct .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQnct .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQnct .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQnct .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQnct .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQnct .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQnct .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQnct .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQnct .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQnct .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQnct .modal-lg,
  .cid-vahEGyQnct .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQnct .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQnct .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQnct .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQnct .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQnct .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQnct .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQnct .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQnct .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQnct .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQnct .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQnct .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQnct .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQnct .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQnct .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQnct .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQnct .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHp49HN0aj {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHp49HN0aj .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHp49HN0aj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHp49HN0aj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHp49HN0aj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHp49HN0aj .menu_box .navbar.opened,
  .cid-uHp49HN0aj .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHp49HN0aj nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHp49HN0aj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHp49HN0aj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHp49HN0aj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHp49HN0aj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHp49HN0aj .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHp49HN0aj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHp49HN0aj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHp49HN0aj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHp49HN0aj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHp49HN0aj .offcanvas-body .mbr-text,
  .cid-uHp49HN0aj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHp49HN0aj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHp49HN0aj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHp49HN0aj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHp49HN0aj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHp49HN0aj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHp49HN0aj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHp49HN0aj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHp49HN0aj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHp49HN0aj ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHp49HN0aj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHp49HN0aj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .nav-item {
    margin: 0 !important;
  }
}
.cid-uHp49HN0aj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHp49HN0aj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHp49HN0aj .nav-item .nav-link:hover::before,
.cid-uHp49HN0aj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHp49HN0aj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHp49HN0aj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHp49HN0aj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHp49HN0aj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHp49HN0aj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHp49HN0aj .offcanvas_box {
    display: none;
  }
}
.cid-uHp49HN0aj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHp49HN0aj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHp49HN0aj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHp49HN0aj .container {
  display: flex;
  margin: auto;
}
.cid-uHp49HN0aj .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHp49HN0aj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHp49HN0aj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHp49HN0aj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHp49HN0aj .navbar-nav {
    margin: 0;
  }
}
.cid-uHp49HN0aj .dropdown-menu,
.cid-uHp49HN0aj .navbar.opened {
  background-color: true !important;
}
.cid-uHp49HN0aj .nav-item:focus,
.cid-uHp49HN0aj .nav-link:focus {
  outline: none;
}
.cid-uHp49HN0aj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHp49HN0aj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHp49HN0aj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHp49HN0aj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHp49HN0aj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHp49HN0aj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHp49HN0aj .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHp49HN0aj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHp49HN0aj .navbar.opened {
  transition: all 0.3s;
}
.cid-uHp49HN0aj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHp49HN0aj .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHp49HN0aj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHp49HN0aj .navbar.collapsed {
  justify-content: center;
}
.cid-uHp49HN0aj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHp49HN0aj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHp49HN0aj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHp49HN0aj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHp49HN0aj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHp49HN0aj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHp49HN0aj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHp49HN0aj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHp49HN0aj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHp49HN0aj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHp49HN0aj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHp49HN0aj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHp49HN0aj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHp49HN0aj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHp49HN0aj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHp49HN0aj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHp49HN0aj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHp49HN0aj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHp49HN0aj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHp49HN0aj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHp49HN0aj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHp49HN0aj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHp49HN0aj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHp49HN0aj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHp49HN0aj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHp49HN0aj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHp49HN0aj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHp49HN0aj .dropdown-item.active,
.cid-uHp49HN0aj .dropdown-item:active {
  background-color: transparent;
}
.cid-uHp49HN0aj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHp49HN0aj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHp49HN0aj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHp49HN0aj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHp49HN0aj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHp49HN0aj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHp49HN0aj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHp49HN0aj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHp49HN0aj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHp49HN0aj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHp49HN0aj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHp49HN0aj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHp49HN0aj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHp49HN0aj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHp49HN0aj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHp49HN0aj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHp49HN0aj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHp49HN0aj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHp49HN0aj .navbar {
    height: 70px;
  }
  .cid-uHp49HN0aj .navbar.opened {
    height: auto;
  }
  .cid-uHp49HN0aj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHp49HN0aj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHp49HN0aj .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHp49HN0aj .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHp49HN0aj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHp49HN0aj .text_widget {
  margin-bottom: 32px;
}
.cid-uHp49HN0aj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHp49HN0aj .text_widget a:hover,
.cid-uHp49HN0aj .text_widget a:focus {
  opacity: .8;
}
.cid-uHp49HN0aj .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHp49HN0aj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHp49HN0aj .navbar-caption {
  color: #000000;
}
.cid-uHp49HN0aj .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHp49HN0aj .mbr-section-subtitle,
.cid-uHp49HN0aj .text_widget,
.cid-uHp49HN0aj .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHp49HN0aj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHp49HN0aj .navbar-collapse {
  align-items: center;
}
.cid-uHp49IEYbP {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHp49IEYbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp49IEYbP .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-uHp49IEYbP .container {
    padding: 0 20px;
  }
}
.cid-uHp49IEYbP .row {
  justify-content: space-between;
}
.cid-uHp49IEYbP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHp49IEYbP .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHp49IEYbP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHp49IEYbP .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHp49IEYbP .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHp49IEYbP .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHp49IEYbP .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHp49IEYbP .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHp49IEYbP .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uHp49IEYbP .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHp49IEYbP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHp49IEYbP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHp49IEYbP .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHp49IEYbP .image-wrapper img {
    height: 450px;
  }
}
.cid-uHp49IEYbP .mbr-section-title {
  color: #00e000;
}
.cid-uHp49IEYbP .mbr-link {
  color: #000000;
}
.cid-uHp49IEYbP .mbr-desc {
  color: #002b56;
}
.cid-uHp49IEYbP .mbr-text {
  color: #00e000;
}
.cid-uHp49IEYbP .mbr-link,
.cid-uHp49IEYbP .link-wrapper {
  color: #002b56;
}
.cid-uHp49JTynS {
  padding-top: 9.1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHp49JTynS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp49JTynS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp49JTynS .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .cid-uHp49JTynS .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHp49JTynS .mbr-text,
.cid-uHp49JTynS .text-wrapper {
  color: #00e000;
  text-align: left;
}
.cid-uHp49JwsER {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uHp49JwsER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp49JwsER .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-uHp49JwsER .container {
    padding: 0 20px;
  }
}
.cid-uHp49JwsER .row {
  justify-content: space-between;
}
.cid-uHp49JwsER .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHp49JwsER .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHp49JwsER .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHp49JwsER .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3rem;
}
@media (max-width: 576px) {
  .cid-uHp49JwsER .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHp49JwsER b {
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 576px) {
  .cid-uHp49JwsER b {
    line-height: 1.5rem !important;
  }
}
.cid-uHp49JwsER .mbr-section-title DIV {
  text-align: left;
}
.cid-uHp49KjN2H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uHp49KjN2H .item-wrapper {
  display: inline-flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uHp49KjN2H .item-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.cid-uHp49KjN2H h4 {
  padding-right: 2rem;
  font-weight: 500;
  transition: all 0.3s;
}
.cid-uHp49KjN2H h4 a:hover {
  color: #00e300 !important;
}
@media (max-width: 767px) {
  .cid-uHp49KjN2H h4 {
    padding-right: 0rem;
  }
}
.cid-uHp49KjN2H .mbr-section-item {
  text-align: left;
}
.cid-uHp49KjN2H .mbr-section-title,
.cid-uHp49KjN2H .mbr-section-btn,
.cid-uHp49KjN2H .align-wrapper {
  text-align: left;
  color: #00e000;
}
.cid-uHp49KjN2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp49KjN2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp49KMGhO {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uHp49KMGhO .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-uHp49KMGhO img,
.cid-uHp49KMGhO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHp49KMGhO .item:focus,
.cid-uHp49KMGhO span:focus {
  outline: none;
}
.cid-uHp49KMGhO .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-uHp49KMGhO .item {
    margin-bottom: 70px !important;
  }
}
.cid-uHp49KMGhO .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHp49KMGhO .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 15px;
}
.cid-uHp49KMGhO .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uHp49KMGhO .item-img img {
  width: 100%;
}
.cid-uHp49KMGhO .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uHp49KMGhO .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uHp49KMGhO .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-uHp49KMGhO .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-uHp49KMGhO .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
}
.cid-uHp49KMGhO .mbr-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uHp49S8jf6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHp49S8jf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp49S8jf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp49S8jf6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHp49S8jf6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .container {
    padding: 0 20px;
  }
}
.cid-uHp49S8jf6 .row {
  justify-content: center;
}
.cid-uHp49S8jf6 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHp49S8jf6 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHp49S8jf6 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHp49S8jf6 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHp49S8jf6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHp49S8jf6 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHp49S8jf6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHp49S8jf6 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHp49S8jf6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHp49S8jf6 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHp49S8jf6 .nav-wrapper .list .item-wrap:hover,
.cid-uHp49S8jf6 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHp49S8jf6 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHp49S8jf6 .mbr-text {
  color: #000000;
}
.cid-uHp49S8jf6 .mbr-list-title {
  color: #002b56;
}
.cid-uHp49S8jf6 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHp49S8jf6 .list {
  color: #9a9a9a;
}
.cid-uHp49S8jf6 .list,
.cid-uHp49S8jf6 .item-wrap,
.cid-uHp49S8jf6 .contacts-wrapper {
  color: #006a00;
}
.cid-uHp49S8jf6 .mbr-text,
.cid-uHp49S8jf6 .text-wrap,
.cid-uHp49S8jf6 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHp49S8jf6 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyQo65.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQo65.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQo65.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQo65 .modal-content,
.cid-vahEGyQo65 .modal-dialog {
  height: auto;
}
.cid-vahEGyQo65 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQo65 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQo65 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQo65 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQo65 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQo65 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQo65 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQo65 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQo65 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQo65 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQo65 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQo65 .modal-open {
  overflow: hidden;
}
.cid-vahEGyQo65 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQo65 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQo65 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQo65 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQo65 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQo65 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQo65 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQo65 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQo65 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQo65 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQo65 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQo65 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQo65 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQo65 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQo65 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQo65 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQo65 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQo65 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQo65 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQo65 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQo65 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQo65 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQo65 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQo65 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQo65 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQo65 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQo65 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQo65 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQo65 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQo65 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQo65 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQo65 .modal-lg,
  .cid-vahEGyQo65 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQo65 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQo65 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQo65 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQo65 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQo65 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQo65 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQo65 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQo65 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQo65 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQo65 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQo65 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQo65 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQo65 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQo65 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQo65 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQo65 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHHcfMCdpG {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHHcfMCdpG .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHHcfMCdpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHHcfMCdpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHcfMCdpG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHHcfMCdpG .menu_box .navbar.opened,
  .cid-uHHcfMCdpG .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHHcfMCdpG nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHHcfMCdpG .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHHcfMCdpG .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHHcfMCdpG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHHcfMCdpG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHHcfMCdpG .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHHcfMCdpG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHHcfMCdpG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHHcfMCdpG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHHcfMCdpG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHHcfMCdpG .offcanvas-body .mbr-text,
  .cid-uHHcfMCdpG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHHcfMCdpG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHHcfMCdpG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHHcfMCdpG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHcfMCdpG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHHcfMCdpG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHHcfMCdpG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHHcfMCdpG .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHHcfMCdpG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHHcfMCdpG ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHHcfMCdpG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHHcfMCdpG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .nav-item {
    margin: 0 !important;
  }
}
.cid-uHHcfMCdpG .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHHcfMCdpG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHcfMCdpG .nav-item .nav-link:hover::before,
.cid-uHHcfMCdpG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHHcfMCdpG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHHcfMCdpG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHHcfMCdpG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHcfMCdpG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHHcfMCdpG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHHcfMCdpG .offcanvas_box {
    display: none;
  }
}
.cid-uHHcfMCdpG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHHcfMCdpG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHHcfMCdpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHHcfMCdpG .container {
  display: flex;
  margin: auto;
}
.cid-uHHcfMCdpG .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHHcfMCdpG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHHcfMCdpG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHHcfMCdpG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHHcfMCdpG .navbar-nav {
    margin: 0;
  }
}
.cid-uHHcfMCdpG .dropdown-menu,
.cid-uHHcfMCdpG .navbar.opened {
  background-color: true !important;
}
.cid-uHHcfMCdpG .nav-item:focus,
.cid-uHHcfMCdpG .nav-link:focus {
  outline: none;
}
.cid-uHHcfMCdpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHcfMCdpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHcfMCdpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHcfMCdpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHcfMCdpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHcfMCdpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHcfMCdpG .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHHcfMCdpG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHHcfMCdpG .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHcfMCdpG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHHcfMCdpG .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHHcfMCdpG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHcfMCdpG .navbar.collapsed {
  justify-content: center;
}
.cid-uHHcfMCdpG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHcfMCdpG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHcfMCdpG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHcfMCdpG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHcfMCdpG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHcfMCdpG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHHcfMCdpG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHHcfMCdpG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHHcfMCdpG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHHcfMCdpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHcfMCdpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHcfMCdpG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHHcfMCdpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHcfMCdpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHHcfMCdpG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHcfMCdpG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHHcfMCdpG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHHcfMCdpG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHHcfMCdpG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHHcfMCdpG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHcfMCdpG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHHcfMCdpG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHcfMCdpG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHcfMCdpG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHcfMCdpG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHcfMCdpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHHcfMCdpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHcfMCdpG .dropdown-item.active,
.cid-uHHcfMCdpG .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHcfMCdpG .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHHcfMCdpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHcfMCdpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHcfMCdpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHcfMCdpG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHHcfMCdpG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHcfMCdpG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHHcfMCdpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHHcfMCdpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHcfMCdpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHcfMCdpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHcfMCdpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHcfMCdpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHcfMCdpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHcfMCdpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHcfMCdpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHcfMCdpG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHHcfMCdpG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHcfMCdpG .navbar {
    height: 70px;
  }
  .cid-uHHcfMCdpG .navbar.opened {
    height: auto;
  }
  .cid-uHHcfMCdpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHcfMCdpG .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHHcfMCdpG .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHHcfMCdpG .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHHcfMCdpG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHHcfMCdpG .text_widget {
  margin-bottom: 32px;
}
.cid-uHHcfMCdpG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHHcfMCdpG .text_widget a:hover,
.cid-uHHcfMCdpG .text_widget a:focus {
  opacity: .8;
}
.cid-uHHcfMCdpG .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHHcfMCdpG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHHcfMCdpG .navbar-caption {
  color: #000000;
}
.cid-uHHcfMCdpG .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHHcfMCdpG .mbr-section-subtitle,
.cid-uHHcfMCdpG .text_widget,
.cid-uHHcfMCdpG .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHHcfMCdpG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHHcfMCdpG .navbar-collapse {
  align-items: center;
}
.cid-uHHcfNMV5k {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/studio-eminent-markenworkshop.webp");
}
.cid-uHHcfNMV5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHcfNMV5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHcfNMV5k .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHcfNMV5k .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHcfNMV5k .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHHcfNMV5k .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHHcfNMV5k .container {
    padding: 0 20px;
  }
}
.cid-uHHcfNMV5k .row {
  height: 100%;
}
.cid-uHHcfNMV5k .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHcfNMV5k .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHHcfNMV5k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHHcfNMV5k .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHHcfNMV5k .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHHcfNMV5k .mbr-section-title {
  color: #ffffff;
}
.cid-uHHcfNMV5k .mbr-desc {
  color: #ffffff;
}
.cid-uHHcfNMV5k .mbr-section-title,
.cid-uHHcfNMV5k .mbr-section-btn {
  text-align: center;
}
.cid-uHHcfOdfMI {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHHcfOdfMI {
    align-items: center;
  }
  .cid-uHHcfOdfMI .row {
    justify-content: center;
  }
}
.cid-uHHcfOdfMI p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHHcfOdfMI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHHcfOdfMI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHHcfOdfMI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHHcfOdfMI .content-wrap {
    width: 100%;
  }
}
.cid-uHHcfOdfMI .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-uHHcfOdfMI .mbr-text,
.cid-uHHcfOdfMI .mbr-section-btn {
  text-align: left;
  color: #03d202;
}
.cid-uHHcfOdfMI .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHHcfOdfMI .mbr-section-title DIV {
  text-align: left;
}
.cid-uI5qDpD0UR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5qDpD0UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5qDpD0UR .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-uI5qDpD0UR .container {
    padding: 0 20px;
  }
}
.cid-uI5qDpD0UR .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5qDpD0UR .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5qDpD0UR .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5qDpD0UR .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5qDpD0UR .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5qDpD0UR .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5qDpD0UR .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5qDpD0UR .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5qDpD0UR .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uI5qDpD0UR .mbr-desc {
  color: #002b56;
}
.cid-uI5qDpD0UR .panel-number {
  color: #00e000;
}
.cid-uI5qDpD0UR .panel-title-edit {
  color: #00e000;
}
.cid-uI5qDpD0UR .panel-text {
  color: #002b56;
}
.cid-uHHcfP885R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHHcfP885R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHcfP885R .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-uHHcfP885R .container {
    padding: 0 20px;
  }
}
.cid-uHHcfP885R .row {
  justify-content: center;
}
.cid-uHHcfP885R .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHHcfP885R .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHcfP885R .item {
    margin-bottom: 40px;
  }
}
.cid-uHHcfP885R .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHHcfP885R .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHHcfP885R .item:hover .item-wrapper .item-img img,
.cid-uHHcfP885R .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHHcfP885R .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHHcfP885R .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHHcfP885R .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHHcfP885R .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHHcfP885R .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHHcfP885R .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHHcfP885R .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHHcfP885R .item a {
  display: block;
}
.cid-uHHcfP885R .mbr-desc {
  color: #487087;
}
.cid-uHHcfP885R .card-title {
  color: #002b56;
}
.cid-uHHcg1RCP2 {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHHcg1RCP2 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHHcg1RCP2 {
    background-position: right;
  }
}
.cid-uHHcg1RCP2 input,
.cid-uHHcg1RCP2 textarea {
  border-radius: 0;
}
.cid-uHHcg1RCP2 input:hover,
.cid-uHHcg1RCP2 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHHcg1RCP2 .row {
  justify-content: flex-end;
}
.cid-uHHcg1RCP2 textarea {
  min-height: 200px;
}
.cid-uHHcg1RCP2 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHHcg1RCP2 .col-auto {
    margin: auto;
  }
}
.cid-uHHcg1RCP2 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHHcg1RCP2 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHHcg1RCP2 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHHcg1RCP2 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHHcg1RCP2 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHHcg1RCP2 .btn {
  padding: 1rem 3rem;
}
.cid-uHHcg1RCP2 .form-control,
.cid-uHHcg1RCP2 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHcg1RCP2 .form-control::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .form-control::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHcg1RCP2 .form-control:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:-moz-placeholder,
.cid-uHHcg1RCP2 .form-control:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHcg1RCP2 .form-control:hover,
.cid-uHHcg1RCP2 .field-input:hover,
.cid-uHHcg1RCP2 .form-control:focus,
.cid-uHHcg1RCP2 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHHcg1RCP2 .form-control:hover::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input:hover::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .form-control:focus::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input:focus::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .form-control:hover::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input:hover::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .form-control:focus::-webkit-input-placeholder,
.cid-uHHcg1RCP2 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHcg1RCP2 .form-control:hover:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:hover:-moz-placeholder,
.cid-uHHcg1RCP2 .form-control:focus:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:focus:-moz-placeholder,
.cid-uHHcg1RCP2 .form-control:hover:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:hover:-moz-placeholder,
.cid-uHHcg1RCP2 .form-control:focus:-moz-placeholder,
.cid-uHHcg1RCP2 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHcg1RCP2 .jq-number__spin:hover,
.cid-uHHcg1RCP2 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHHcg1RCP2 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHcg1RCP2 .jq-selectbox li,
.cid-uHHcg1RCP2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHcg1RCP2 .jq-selectbox li:hover,
.cid-uHHcg1RCP2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHcg1RCP2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHHcg1RCP2 .jq-number__spin.minus:hover:after,
.cid-uHHcg1RCP2 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHcg1RCP2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHHcg1RCP2 .jq-number__spin.minus:after,
.cid-uHHcg1RCP2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHcg1RCP2 .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHHcg1RCP2 .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHHcg1RCP2 .soc-link,
.cid-uHHcg1RCP2 .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHHcg2F5Q7 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHHcg2F5Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHcg2F5Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHcg2F5Q7 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHcg2F5Q7 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .container {
    padding: 0 20px;
  }
}
.cid-uHHcg2F5Q7 .row {
  justify-content: center;
}
.cid-uHHcg2F5Q7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHHcg2F5Q7 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHcg2F5Q7 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHHcg2F5Q7 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHHcg2F5Q7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHHcg2F5Q7 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHcg2F5Q7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHcg2F5Q7 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHHcg2F5Q7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHHcg2F5Q7 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHcg2F5Q7 .nav-wrapper .list .item-wrap:hover,
.cid-uHHcg2F5Q7 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHHcg2F5Q7 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHHcg2F5Q7 .mbr-text {
  color: #000000;
}
.cid-uHHcg2F5Q7 .mbr-list-title {
  color: #002b56;
}
.cid-uHHcg2F5Q7 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHHcg2F5Q7 .list {
  color: #9a9a9a;
}
.cid-uHHcg2F5Q7 .list,
.cid-uHHcg2F5Q7 .item-wrap,
.cid-uHHcg2F5Q7 .contacts-wrapper {
  color: #006a00;
}
.cid-uHHcg2F5Q7 .mbr-text,
.cid-uHHcg2F5Q7 .text-wrap,
.cid-uHHcg2F5Q7 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHHcg2F5Q7 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHHcg3mVxi.popup-builder {
  background-color: #ffffff;
}
.cid-uHHcg3mVxi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHcg3mVxi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHcg3mVxi .modal-content,
.cid-uHHcg3mVxi .modal-dialog {
  height: auto;
}
.cid-uHHcg3mVxi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHcg3mVxi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHcg3mVxi .form-wrapper .mbr-form .form-group,
  .cid-uHHcg3mVxi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHcg3mVxi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHcg3mVxi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHcg3mVxi .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHHcg3mVxi .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHcg3mVxi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHcg3mVxi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHcg3mVxi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHcg3mVxi .modal-open {
  overflow: hidden;
}
.cid-uHHcg3mVxi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHcg3mVxi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHcg3mVxi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHcg3mVxi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHcg3mVxi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHcg3mVxi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHcg3mVxi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHcg3mVxi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHcg3mVxi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHcg3mVxi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHcg3mVxi .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHcg3mVxi .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHcg3mVxi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHcg3mVxi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHcg3mVxi .modal-header {
    padding: 1rem;
  }
}
.cid-uHHcg3mVxi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHcg3mVxi .modal-header .close svg {
  fill: #03d202;
}
.cid-uHHcg3mVxi .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHcg3mVxi .modal-header .close:focus {
  outline: none;
}
.cid-uHHcg3mVxi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHHcg3mVxi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHcg3mVxi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHcg3mVxi .modal-body {
    padding: 1rem;
  }
}
.cid-uHHcg3mVxi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHcg3mVxi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHcg3mVxi .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHcg3mVxi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHcg3mVxi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHcg3mVxi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHcg3mVxi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHcg3mVxi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHcg3mVxi .modal-lg,
  .cid-uHHcg3mVxi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHcg3mVxi .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHcg3mVxi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHcg3mVxi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHcg3mVxi .form-group {
  margin-bottom: 1rem;
}
.cid-uHHcg3mVxi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHcg3mVxi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHcg3mVxi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHcg3mVxi .mbr-section-btn {
  margin: 0;
}
.cid-uHHcg3mVxi .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQS2g.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQS2g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQS2g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQS2g .modal-content,
.cid-vahEGyQS2g .modal-dialog {
  height: auto;
}
.cid-vahEGyQS2g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQS2g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQS2g .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQS2g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQS2g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQS2g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQS2g .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQS2g .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQS2g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQS2g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQS2g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQS2g .modal-open {
  overflow: hidden;
}
.cid-vahEGyQS2g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQS2g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQS2g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQS2g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQS2g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQS2g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQS2g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQS2g .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQS2g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQS2g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQS2g .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQS2g .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQS2g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQS2g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQS2g .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQS2g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQS2g .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQS2g .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQS2g .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQS2g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQS2g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQS2g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQS2g .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQS2g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQS2g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQS2g .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQS2g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQS2g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQS2g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQS2g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQS2g .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQS2g .modal-lg,
  .cid-vahEGyQS2g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQS2g .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQS2g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQS2g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQS2g .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQS2g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQS2g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQS2g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQS2g .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQS2g .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQS2g .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQS2g .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQS2g .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQS2g .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQS2g .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQS2g .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQS2g .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHHmuwvXYD {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHHmuwvXYD .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHHmuwvXYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHHmuwvXYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHmuwvXYD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHHmuwvXYD .menu_box .navbar.opened,
  .cid-uHHmuwvXYD .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHHmuwvXYD nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHHmuwvXYD .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHHmuwvXYD .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHHmuwvXYD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHHmuwvXYD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHHmuwvXYD .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHHmuwvXYD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHHmuwvXYD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHHmuwvXYD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHHmuwvXYD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHHmuwvXYD .offcanvas-body .mbr-text,
  .cid-uHHmuwvXYD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHHmuwvXYD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHHmuwvXYD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHHmuwvXYD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHmuwvXYD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHHmuwvXYD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHHmuwvXYD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHHmuwvXYD .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHHmuwvXYD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHHmuwvXYD ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHHmuwvXYD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHHmuwvXYD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .nav-item {
    margin: 0 !important;
  }
}
.cid-uHHmuwvXYD .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHHmuwvXYD .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHmuwvXYD .nav-item .nav-link:hover::before,
.cid-uHHmuwvXYD .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHHmuwvXYD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHHmuwvXYD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHHmuwvXYD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHmuwvXYD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHHmuwvXYD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHHmuwvXYD .offcanvas_box {
    display: none;
  }
}
.cid-uHHmuwvXYD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHHmuwvXYD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHHmuwvXYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHHmuwvXYD .container {
  display: flex;
  margin: auto;
}
.cid-uHHmuwvXYD .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHHmuwvXYD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHHmuwvXYD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHHmuwvXYD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHHmuwvXYD .navbar-nav {
    margin: 0;
  }
}
.cid-uHHmuwvXYD .dropdown-menu,
.cid-uHHmuwvXYD .navbar.opened {
  background-color: true !important;
}
.cid-uHHmuwvXYD .nav-item:focus,
.cid-uHHmuwvXYD .nav-link:focus {
  outline: none;
}
.cid-uHHmuwvXYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHmuwvXYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHmuwvXYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHmuwvXYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHmuwvXYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHmuwvXYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHmuwvXYD .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHHmuwvXYD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHHmuwvXYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHmuwvXYD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHHmuwvXYD .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHHmuwvXYD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHmuwvXYD .navbar.collapsed {
  justify-content: center;
}
.cid-uHHmuwvXYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHmuwvXYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHmuwvXYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHmuwvXYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHmuwvXYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHmuwvXYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHHmuwvXYD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHHmuwvXYD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHHmuwvXYD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHHmuwvXYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHmuwvXYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHmuwvXYD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHHmuwvXYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHmuwvXYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHHmuwvXYD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHmuwvXYD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHHmuwvXYD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHHmuwvXYD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHHmuwvXYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHHmuwvXYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHmuwvXYD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHHmuwvXYD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHmuwvXYD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHmuwvXYD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHmuwvXYD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHmuwvXYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHHmuwvXYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHmuwvXYD .dropdown-item.active,
.cid-uHHmuwvXYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHmuwvXYD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHHmuwvXYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHmuwvXYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHmuwvXYD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHmuwvXYD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHHmuwvXYD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHmuwvXYD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHHmuwvXYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHHmuwvXYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHmuwvXYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHmuwvXYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHmuwvXYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHmuwvXYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHmuwvXYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHmuwvXYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHmuwvXYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHmuwvXYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHHmuwvXYD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHmuwvXYD .navbar {
    height: 70px;
  }
  .cid-uHHmuwvXYD .navbar.opened {
    height: auto;
  }
  .cid-uHHmuwvXYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHmuwvXYD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHHmuwvXYD .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHHmuwvXYD .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHHmuwvXYD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHHmuwvXYD .text_widget {
  margin-bottom: 32px;
}
.cid-uHHmuwvXYD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHHmuwvXYD .text_widget a:hover,
.cid-uHHmuwvXYD .text_widget a:focus {
  opacity: .8;
}
.cid-uHHmuwvXYD .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHHmuwvXYD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHHmuwvXYD .navbar-caption {
  color: #000000;
}
.cid-uHHmuwvXYD .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHHmuwvXYD .mbr-section-subtitle,
.cid-uHHmuwvXYD .text_widget,
.cid-uHHmuwvXYD .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHHmuwvXYD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHHmuwvXYD .navbar-collapse {
  align-items: center;
}
.cid-uHHmuxDTBS {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/corporate-design-header.webp");
}
.cid-uHHmuxDTBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHmuxDTBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHmuxDTBS .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHmuxDTBS .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHmuxDTBS .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHHmuxDTBS .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHHmuxDTBS .container {
    padding: 0 20px;
  }
}
.cid-uHHmuxDTBS .row {
  height: 100%;
}
.cid-uHHmuxDTBS .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHmuxDTBS .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHHmuxDTBS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHHmuxDTBS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHHmuxDTBS .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHHmuxDTBS .mbr-section-title {
  color: #ffffff;
}
.cid-uHHmuxDTBS .mbr-desc {
  color: #ffffff;
}
.cid-uHHmuxDTBS .mbr-section-title,
.cid-uHHmuxDTBS .mbr-section-btn {
  text-align: center;
}
.cid-uHHmuy3fmZ {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHHmuy3fmZ {
    align-items: center;
  }
  .cid-uHHmuy3fmZ .row {
    justify-content: center;
  }
}
.cid-uHHmuy3fmZ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHHmuy3fmZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHHmuy3fmZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHHmuy3fmZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHHmuy3fmZ .content-wrap {
    width: 100%;
  }
}
.cid-uHHmuy3fmZ .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-uHHmuy3fmZ .mbr-text,
.cid-uHHmuy3fmZ .mbr-section-btn {
  text-align: left;
  color: #6f94aa;
}
.cid-uHHmuy3fmZ .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHHmuy3fmZ .mbr-section-title DIV {
  text-align: left;
}
.cid-uI5o91UOTP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5o91UOTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5o91UOTP .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-uI5o91UOTP .container {
    padding: 0 20px;
  }
}
.cid-uI5o91UOTP .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5o91UOTP .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5o91UOTP .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5o91UOTP .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5o91UOTP .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5o91UOTP .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5o91UOTP .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5o91UOTP .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5o91UOTP .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5o91UOTP .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5o91UOTP .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uI5o91UOTP .mbr-desc {
  color: #002b56;
}
.cid-uI5o91UOTP .panel-number {
  color: #00e000;
}
.cid-uI5o91UOTP .panel-title-edit {
  color: #00e000;
}
.cid-uI5o91UOTP .panel-text {
  color: #002b56;
}
.cid-uHHmuymZLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHHmuymZLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHmuymZLW .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-uHHmuymZLW .container {
    padding: 0 20px;
  }
}
.cid-uHHmuymZLW .row {
  justify-content: center;
}
.cid-uHHmuymZLW .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHHmuymZLW .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHmuymZLW .item {
    margin-bottom: 40px;
  }
}
.cid-uHHmuymZLW .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHHmuymZLW .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHHmuymZLW .item:hover .item-wrapper .item-img img,
.cid-uHHmuymZLW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHHmuymZLW .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHHmuymZLW .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHHmuymZLW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHHmuymZLW .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHHmuymZLW .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHHmuymZLW .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHHmuymZLW .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHHmuymZLW .item a {
  display: block;
}
.cid-uHHmuymZLW .mbr-desc {
  color: #6f94aa;
}
.cid-uHHmuymZLW .card-title {
  color: #002b56;
}
.cid-uHHmuyMlXh {
  padding-top: 100px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHHmuyMlXh .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHHmuyMlXh {
    background-position: right;
  }
}
.cid-uHHmuyMlXh input,
.cid-uHHmuyMlXh textarea {
  border-radius: 0;
}
.cid-uHHmuyMlXh input:hover,
.cid-uHHmuyMlXh textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHHmuyMlXh .row {
  justify-content: flex-end;
}
.cid-uHHmuyMlXh textarea {
  min-height: 200px;
}
.cid-uHHmuyMlXh .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHHmuyMlXh .col-auto {
    margin: auto;
  }
}
.cid-uHHmuyMlXh .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHHmuyMlXh .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHHmuyMlXh .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHHmuyMlXh .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHHmuyMlXh .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHHmuyMlXh .btn {
  padding: 1rem 3rem;
}
.cid-uHHmuyMlXh .form-control,
.cid-uHHmuyMlXh .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHmuyMlXh .form-control::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input::-webkit-input-placeholder,
.cid-uHHmuyMlXh .form-control::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHmuyMlXh .form-control:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:-moz-placeholder,
.cid-uHHmuyMlXh .form-control:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHmuyMlXh .form-control:hover,
.cid-uHHmuyMlXh .field-input:hover,
.cid-uHHmuyMlXh .form-control:focus,
.cid-uHHmuyMlXh .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHHmuyMlXh .form-control:hover::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input:hover::-webkit-input-placeholder,
.cid-uHHmuyMlXh .form-control:focus::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input:focus::-webkit-input-placeholder,
.cid-uHHmuyMlXh .form-control:hover::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input:hover::-webkit-input-placeholder,
.cid-uHHmuyMlXh .form-control:focus::-webkit-input-placeholder,
.cid-uHHmuyMlXh .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHmuyMlXh .form-control:hover:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:hover:-moz-placeholder,
.cid-uHHmuyMlXh .form-control:focus:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:focus:-moz-placeholder,
.cid-uHHmuyMlXh .form-control:hover:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:hover:-moz-placeholder,
.cid-uHHmuyMlXh .form-control:focus:-moz-placeholder,
.cid-uHHmuyMlXh .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHmuyMlXh .jq-number__spin:hover,
.cid-uHHmuyMlXh .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHHmuyMlXh .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHmuyMlXh .jq-selectbox li,
.cid-uHHmuyMlXh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHmuyMlXh .jq-selectbox li:hover,
.cid-uHHmuyMlXh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHmuyMlXh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHHmuyMlXh .jq-number__spin.minus:hover:after,
.cid-uHHmuyMlXh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHmuyMlXh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHHmuyMlXh .jq-number__spin.minus:after,
.cid-uHHmuyMlXh .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHmuyMlXh .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHHmuyMlXh .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHHmuyMlXh .soc-link,
.cid-uHHmuyMlXh .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHHmuzbzXS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHHmuzbzXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHmuzbzXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHmuzbzXS .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHmuzbzXS .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .container {
    padding: 0 20px;
  }
}
.cid-uHHmuzbzXS .row {
  justify-content: center;
}
.cid-uHHmuzbzXS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHHmuzbzXS .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHmuzbzXS .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHHmuzbzXS .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHHmuzbzXS .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHHmuzbzXS .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHmuzbzXS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHmuzbzXS .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHHmuzbzXS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHHmuzbzXS .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHmuzbzXS .nav-wrapper .list .item-wrap:hover,
.cid-uHHmuzbzXS .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHHmuzbzXS .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHHmuzbzXS .mbr-text {
  color: #000000;
}
.cid-uHHmuzbzXS .mbr-list-title {
  color: #002b56;
}
.cid-uHHmuzbzXS b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHHmuzbzXS .list {
  color: #9a9a9a;
}
.cid-uHHmuzbzXS .list,
.cid-uHHmuzbzXS .item-wrap,
.cid-uHHmuzbzXS .contacts-wrapper {
  color: #006a00;
}
.cid-uHHmuzbzXS .mbr-text,
.cid-uHHmuzbzXS .text-wrap,
.cid-uHHmuzbzXS .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHHmuzbzXS .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyQhk2.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQhk2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQhk2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQhk2 .modal-content,
.cid-vahEGyQhk2 .modal-dialog {
  height: auto;
}
.cid-vahEGyQhk2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQhk2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQhk2 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQhk2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQhk2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQhk2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQhk2 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQhk2 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQhk2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQhk2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQhk2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQhk2 .modal-open {
  overflow: hidden;
}
.cid-vahEGyQhk2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQhk2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQhk2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQhk2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQhk2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQhk2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQhk2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQhk2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQhk2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQhk2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQhk2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQhk2 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQhk2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQhk2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQhk2 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQhk2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQhk2 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQhk2 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQhk2 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQhk2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQhk2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQhk2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQhk2 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQhk2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQhk2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQhk2 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQhk2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQhk2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQhk2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQhk2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQhk2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQhk2 .modal-lg,
  .cid-vahEGyQhk2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQhk2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQhk2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQhk2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQhk2 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQhk2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQhk2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQhk2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQhk2 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQhk2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQhk2 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQhk2 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQhk2 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQhk2 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQhk2 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQhk2 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQhk2 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHHCpbHOzg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHHCpbHOzg .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHHCpbHOzg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHHCpbHOzg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHCpbHOzg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHHCpbHOzg .menu_box .navbar.opened,
  .cid-uHHCpbHOzg .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHHCpbHOzg nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHHCpbHOzg .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHHCpbHOzg .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHHCpbHOzg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHHCpbHOzg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHHCpbHOzg .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHHCpbHOzg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHHCpbHOzg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHHCpbHOzg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHHCpbHOzg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHHCpbHOzg .offcanvas-body .mbr-text,
  .cid-uHHCpbHOzg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHHCpbHOzg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHHCpbHOzg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHHCpbHOzg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHCpbHOzg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHHCpbHOzg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHHCpbHOzg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHHCpbHOzg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHHCpbHOzg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHHCpbHOzg ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHHCpbHOzg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHHCpbHOzg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .nav-item {
    margin: 0 !important;
  }
}
.cid-uHHCpbHOzg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHHCpbHOzg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHCpbHOzg .nav-item .nav-link:hover::before,
.cid-uHHCpbHOzg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHHCpbHOzg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHHCpbHOzg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHHCpbHOzg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHCpbHOzg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHHCpbHOzg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHHCpbHOzg .offcanvas_box {
    display: none;
  }
}
.cid-uHHCpbHOzg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHHCpbHOzg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHHCpbHOzg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHHCpbHOzg .container {
  display: flex;
  margin: auto;
}
.cid-uHHCpbHOzg .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHHCpbHOzg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHHCpbHOzg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHHCpbHOzg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHHCpbHOzg .navbar-nav {
    margin: 0;
  }
}
.cid-uHHCpbHOzg .dropdown-menu,
.cid-uHHCpbHOzg .navbar.opened {
  background-color: true !important;
}
.cid-uHHCpbHOzg .nav-item:focus,
.cid-uHHCpbHOzg .nav-link:focus {
  outline: none;
}
.cid-uHHCpbHOzg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHCpbHOzg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHCpbHOzg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHCpbHOzg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHCpbHOzg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHCpbHOzg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHCpbHOzg .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHHCpbHOzg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHHCpbHOzg .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHCpbHOzg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHHCpbHOzg .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHHCpbHOzg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHCpbHOzg .navbar.collapsed {
  justify-content: center;
}
.cid-uHHCpbHOzg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHCpbHOzg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHCpbHOzg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHCpbHOzg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHCpbHOzg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHCpbHOzg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHHCpbHOzg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHHCpbHOzg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHHCpbHOzg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHHCpbHOzg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHCpbHOzg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHCpbHOzg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHHCpbHOzg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHCpbHOzg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHHCpbHOzg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHCpbHOzg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHHCpbHOzg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHHCpbHOzg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHHCpbHOzg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHHCpbHOzg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHCpbHOzg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHHCpbHOzg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHCpbHOzg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHCpbHOzg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHCpbHOzg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHCpbHOzg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHHCpbHOzg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHCpbHOzg .dropdown-item.active,
.cid-uHHCpbHOzg .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHCpbHOzg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHHCpbHOzg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHCpbHOzg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHCpbHOzg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHCpbHOzg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHHCpbHOzg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHCpbHOzg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHHCpbHOzg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHHCpbHOzg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHCpbHOzg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHCpbHOzg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHCpbHOzg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHCpbHOzg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHCpbHOzg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHCpbHOzg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHCpbHOzg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHCpbHOzg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHHCpbHOzg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHCpbHOzg .navbar {
    height: 70px;
  }
  .cid-uHHCpbHOzg .navbar.opened {
    height: auto;
  }
  .cid-uHHCpbHOzg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHCpbHOzg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHHCpbHOzg .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHHCpbHOzg .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHHCpbHOzg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHHCpbHOzg .text_widget {
  margin-bottom: 32px;
}
.cid-uHHCpbHOzg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHHCpbHOzg .text_widget a:hover,
.cid-uHHCpbHOzg .text_widget a:focus {
  opacity: .8;
}
.cid-uHHCpbHOzg .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHHCpbHOzg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHHCpbHOzg .navbar-caption {
  color: #000000;
}
.cid-uHHCpbHOzg .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHHCpbHOzg .mbr-section-subtitle,
.cid-uHHCpbHOzg .text_widget,
.cid-uHHCpbHOzg .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHHCpbHOzg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHHCpbHOzg .navbar-collapse {
  align-items: center;
}
.cid-uHHCpd1cRy {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uHHCpd1cRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHCpd1cRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHCpd1cRy .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHCpd1cRy .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHCpd1cRy .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHHCpd1cRy .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHHCpd1cRy .container {
    padding: 0 20px;
  }
}
.cid-uHHCpd1cRy .row {
  height: 100%;
}
.cid-uHHCpd1cRy .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHCpd1cRy .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHHCpd1cRy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHHCpd1cRy .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHHCpd1cRy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHHCpd1cRy .mbr-section-title {
  color: #ffffff;
}
.cid-uHHCpd1cRy .mbr-desc {
  color: #ffffff;
}
.cid-uHHCpd1cRy .mbr-section-title,
.cid-uHHCpd1cRy .mbr-section-btn {
  text-align: center;
}
.cid-uHHCpdmFaR {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHHCpdmFaR {
    align-items: center;
  }
  .cid-uHHCpdmFaR .row {
    justify-content: center;
  }
}
.cid-uHHCpdmFaR p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHHCpdmFaR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHHCpdmFaR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHHCpdmFaR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHHCpdmFaR .content-wrap {
    width: 100%;
  }
}
.cid-uHHCpdmFaR .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-uHHCpdmFaR .mbr-text,
.cid-uHHCpdmFaR .mbr-section-btn {
  text-align: left;
  color: #6082a4;
}
.cid-uHHCpdmFaR .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHHCpdmFaR .mbr-section-title DIV {
  text-align: left;
}
.cid-uI5pUSK4EC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5pUSK4EC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5pUSK4EC .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-uI5pUSK4EC .container {
    padding: 0 20px;
  }
}
.cid-uI5pUSK4EC .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5pUSK4EC .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5pUSK4EC .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5pUSK4EC .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5pUSK4EC .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5pUSK4EC .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5pUSK4EC .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5pUSK4EC .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5pUSK4EC .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5pUSK4EC .mbr-desc {
  color: #002b56;
}
.cid-uI5pUSK4EC .panel-number {
  color: #00e000;
}
.cid-uI5pUSK4EC .panel-title-edit {
  color: #00e000;
}
.cid-uI5pUSK4EC .panel-text {
  color: #002b56;
}
.cid-uHHCpdEBoV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHHCpdEBoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHCpdEBoV .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-uHHCpdEBoV .container {
    padding: 0 20px;
  }
}
.cid-uHHCpdEBoV .row {
  justify-content: center;
}
.cid-uHHCpdEBoV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHHCpdEBoV .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHCpdEBoV .item {
    margin-bottom: 40px;
  }
}
.cid-uHHCpdEBoV .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHHCpdEBoV .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHHCpdEBoV .item:hover .item-wrapper .item-img img,
.cid-uHHCpdEBoV .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHHCpdEBoV .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHHCpdEBoV .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHHCpdEBoV .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHHCpdEBoV .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHHCpdEBoV .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHHCpdEBoV .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHHCpdEBoV .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHHCpdEBoV .item a {
  display: block;
}
.cid-uHHCpdEBoV .mbr-desc {
  color: #03d202;
}
.cid-uHHCpdEBoV .card-title {
  color: #002b56;
}
.cid-uHHCpe4puk {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHHCpe4puk .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHHCpe4puk {
    background-position: right;
  }
}
.cid-uHHCpe4puk input,
.cid-uHHCpe4puk textarea {
  border-radius: 0;
}
.cid-uHHCpe4puk input:hover,
.cid-uHHCpe4puk textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHHCpe4puk .row {
  justify-content: flex-end;
}
.cid-uHHCpe4puk textarea {
  min-height: 200px;
}
.cid-uHHCpe4puk .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHHCpe4puk .col-auto {
    margin: auto;
  }
}
.cid-uHHCpe4puk .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHHCpe4puk .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHHCpe4puk .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHHCpe4puk .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHHCpe4puk .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHHCpe4puk .btn {
  padding: 1rem 3rem;
}
.cid-uHHCpe4puk .form-control,
.cid-uHHCpe4puk .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHCpe4puk .form-control::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input::-webkit-input-placeholder,
.cid-uHHCpe4puk .form-control::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHCpe4puk .form-control:-moz-placeholder,
.cid-uHHCpe4puk .field-input:-moz-placeholder,
.cid-uHHCpe4puk .form-control:-moz-placeholder,
.cid-uHHCpe4puk .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHCpe4puk .form-control:hover,
.cid-uHHCpe4puk .field-input:hover,
.cid-uHHCpe4puk .form-control:focus,
.cid-uHHCpe4puk .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHHCpe4puk .form-control:hover::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input:hover::-webkit-input-placeholder,
.cid-uHHCpe4puk .form-control:focus::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input:focus::-webkit-input-placeholder,
.cid-uHHCpe4puk .form-control:hover::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input:hover::-webkit-input-placeholder,
.cid-uHHCpe4puk .form-control:focus::-webkit-input-placeholder,
.cid-uHHCpe4puk .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHCpe4puk .form-control:hover:-moz-placeholder,
.cid-uHHCpe4puk .field-input:hover:-moz-placeholder,
.cid-uHHCpe4puk .form-control:focus:-moz-placeholder,
.cid-uHHCpe4puk .field-input:focus:-moz-placeholder,
.cid-uHHCpe4puk .form-control:hover:-moz-placeholder,
.cid-uHHCpe4puk .field-input:hover:-moz-placeholder,
.cid-uHHCpe4puk .form-control:focus:-moz-placeholder,
.cid-uHHCpe4puk .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHCpe4puk .jq-number__spin:hover,
.cid-uHHCpe4puk .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHHCpe4puk .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHCpe4puk .jq-selectbox li,
.cid-uHHCpe4puk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHCpe4puk .jq-selectbox li:hover,
.cid-uHHCpe4puk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHCpe4puk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHHCpe4puk .jq-number__spin.minus:hover:after,
.cid-uHHCpe4puk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHCpe4puk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHHCpe4puk .jq-number__spin.minus:after,
.cid-uHHCpe4puk .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHCpe4puk .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHHCpe4puk .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHHCpe4puk .soc-link,
.cid-uHHCpe4puk .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHHCpeuR8C {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHHCpeuR8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHCpeuR8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHCpeuR8C .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHCpeuR8C .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .container {
    padding: 0 20px;
  }
}
.cid-uHHCpeuR8C .row {
  justify-content: center;
}
.cid-uHHCpeuR8C .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHHCpeuR8C .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHCpeuR8C .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHHCpeuR8C .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHHCpeuR8C .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHHCpeuR8C .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHCpeuR8C .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHCpeuR8C .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHHCpeuR8C .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHHCpeuR8C .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHCpeuR8C .nav-wrapper .list .item-wrap:hover,
.cid-uHHCpeuR8C .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHHCpeuR8C .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHHCpeuR8C .mbr-text {
  color: #000000;
}
.cid-uHHCpeuR8C .mbr-list-title {
  color: #002b56;
}
.cid-uHHCpeuR8C b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHHCpeuR8C .list {
  color: #9a9a9a;
}
.cid-uHHCpeuR8C .list,
.cid-uHHCpeuR8C .item-wrap,
.cid-uHHCpeuR8C .contacts-wrapper {
  color: #006a00;
}
.cid-uHHCpeuR8C .mbr-text,
.cid-uHHCpeuR8C .text-wrap,
.cid-uHHCpeuR8C .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHHCpeuR8C .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHHCpfCByH.popup-builder {
  background-color: #ffffff;
}
.cid-uHHCpfCByH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHCpfCByH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHCpfCByH .modal-content,
.cid-uHHCpfCByH .modal-dialog {
  height: auto;
}
.cid-uHHCpfCByH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHCpfCByH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHCpfCByH .form-wrapper .mbr-form .form-group,
  .cid-uHHCpfCByH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHCpfCByH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHCpfCByH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHCpfCByH .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHHCpfCByH .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHCpfCByH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHCpfCByH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHCpfCByH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHCpfCByH .modal-open {
  overflow: hidden;
}
.cid-uHHCpfCByH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHCpfCByH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHCpfCByH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHCpfCByH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHCpfCByH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHCpfCByH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHCpfCByH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHCpfCByH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHCpfCByH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHCpfCByH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHCpfCByH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHCpfCByH .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHCpfCByH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHCpfCByH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHCpfCByH .modal-header {
    padding: 1rem;
  }
}
.cid-uHHCpfCByH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHCpfCByH .modal-header .close svg {
  fill: #03d202;
}
.cid-uHHCpfCByH .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHCpfCByH .modal-header .close:focus {
  outline: none;
}
.cid-uHHCpfCByH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHHCpfCByH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHCpfCByH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHCpfCByH .modal-body {
    padding: 1rem;
  }
}
.cid-uHHCpfCByH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHCpfCByH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHCpfCByH .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHCpfCByH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHCpfCByH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHCpfCByH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHCpfCByH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHCpfCByH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHCpfCByH .modal-lg,
  .cid-uHHCpfCByH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHCpfCByH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHCpfCByH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHCpfCByH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHCpfCByH .form-group {
  margin-bottom: 1rem;
}
.cid-uHHCpfCByH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHCpfCByH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHCpfCByH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHCpfCByH .mbr-section-btn {
  margin: 0;
}
.cid-uHHCpfCByH .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQvm7.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQvm7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQvm7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQvm7 .modal-content,
.cid-vahEGyQvm7 .modal-dialog {
  height: auto;
}
.cid-vahEGyQvm7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQvm7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQvm7 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQvm7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQvm7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQvm7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQvm7 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQvm7 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQvm7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQvm7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQvm7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQvm7 .modal-open {
  overflow: hidden;
}
.cid-vahEGyQvm7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQvm7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQvm7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQvm7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQvm7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQvm7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQvm7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQvm7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQvm7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQvm7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQvm7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQvm7 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQvm7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQvm7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQvm7 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQvm7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQvm7 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQvm7 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQvm7 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQvm7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQvm7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQvm7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQvm7 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQvm7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQvm7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQvm7 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQvm7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQvm7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQvm7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQvm7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQvm7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQvm7 .modal-lg,
  .cid-vahEGyQvm7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQvm7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQvm7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQvm7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQvm7 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQvm7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQvm7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQvm7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQvm7 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQvm7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQvm7 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQvm7 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQvm7 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQvm7 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQvm7 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQvm7 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQvm7 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHHRzioecJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHHRzioecJ .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHHRzioecJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHHRzioecJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHRzioecJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHHRzioecJ .menu_box .navbar.opened,
  .cid-uHHRzioecJ .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHHRzioecJ nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHHRzioecJ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHHRzioecJ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHHRzioecJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHHRzioecJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHHRzioecJ .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHHRzioecJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHHRzioecJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHHRzioecJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHHRzioecJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHHRzioecJ .offcanvas-body .mbr-text,
  .cid-uHHRzioecJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHHRzioecJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHHRzioecJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHHRzioecJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHRzioecJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHHRzioecJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHHRzioecJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHHRzioecJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHHRzioecJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHHRzioecJ ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHHRzioecJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHHRzioecJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uHHRzioecJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHHRzioecJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHRzioecJ .nav-item .nav-link:hover::before,
.cid-uHHRzioecJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHHRzioecJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHHRzioecJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHHRzioecJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHRzioecJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHHRzioecJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHHRzioecJ .offcanvas_box {
    display: none;
  }
}
.cid-uHHRzioecJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHHRzioecJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHHRzioecJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHHRzioecJ .container {
  display: flex;
  margin: auto;
}
.cid-uHHRzioecJ .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHHRzioecJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHHRzioecJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHHRzioecJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHHRzioecJ .navbar-nav {
    margin: 0;
  }
}
.cid-uHHRzioecJ .dropdown-menu,
.cid-uHHRzioecJ .navbar.opened {
  background-color: true !important;
}
.cid-uHHRzioecJ .nav-item:focus,
.cid-uHHRzioecJ .nav-link:focus {
  outline: none;
}
.cid-uHHRzioecJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHRzioecJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHRzioecJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHRzioecJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHRzioecJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHRzioecJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHRzioecJ .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHHRzioecJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHHRzioecJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHRzioecJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHHRzioecJ .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHHRzioecJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHRzioecJ .navbar.collapsed {
  justify-content: center;
}
.cid-uHHRzioecJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHRzioecJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHRzioecJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHRzioecJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHRzioecJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHRzioecJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHHRzioecJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHHRzioecJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHHRzioecJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHHRzioecJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHRzioecJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHRzioecJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHHRzioecJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHRzioecJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHHRzioecJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHRzioecJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHHRzioecJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHHRzioecJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHHRzioecJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHHRzioecJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHRzioecJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHHRzioecJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHRzioecJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHRzioecJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHRzioecJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHRzioecJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHHRzioecJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHRzioecJ .dropdown-item.active,
.cid-uHHRzioecJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHRzioecJ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHHRzioecJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHRzioecJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHRzioecJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHRzioecJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHHRzioecJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHRzioecJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHHRzioecJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHHRzioecJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHRzioecJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHRzioecJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHRzioecJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHRzioecJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHRzioecJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHRzioecJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHRzioecJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHRzioecJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHHRzioecJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHRzioecJ .navbar {
    height: 70px;
  }
  .cid-uHHRzioecJ .navbar.opened {
    height: auto;
  }
  .cid-uHHRzioecJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHRzioecJ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHHRzioecJ .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHHRzioecJ .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHHRzioecJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHHRzioecJ .text_widget {
  margin-bottom: 32px;
}
.cid-uHHRzioecJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHHRzioecJ .text_widget a:hover,
.cid-uHHRzioecJ .text_widget a:focus {
  opacity: .8;
}
.cid-uHHRzioecJ .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHHRzioecJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHHRzioecJ .navbar-caption {
  color: #000000;
}
.cid-uHHRzioecJ .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHHRzioecJ .mbr-section-subtitle,
.cid-uHHRzioecJ .text_widget,
.cid-uHHRzioecJ .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHHRzioecJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHHRzioecJ .navbar-collapse {
  align-items: center;
}
.cid-uHHRzjAz2g {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/zkn-brochure-designstudio-eminent-2.webp");
}
.cid-uHHRzjAz2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHRzjAz2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHRzjAz2g .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHRzjAz2g .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHRzjAz2g .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHHRzjAz2g .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHHRzjAz2g .container {
    padding: 0 20px;
  }
}
.cid-uHHRzjAz2g .row {
  height: 100%;
}
.cid-uHHRzjAz2g .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHRzjAz2g .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHHRzjAz2g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHHRzjAz2g .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHHRzjAz2g .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHHRzjAz2g .mbr-section-title {
  color: #ffffff;
}
.cid-uHHRzjAz2g .mbr-desc {
  color: #ffffff;
}
.cid-uHHRzjAz2g .mbr-section-title,
.cid-uHHRzjAz2g .mbr-section-btn {
  text-align: center;
}
.cid-uHHRzjVWbb {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHHRzjVWbb {
    align-items: center;
  }
  .cid-uHHRzjVWbb .row {
    justify-content: center;
  }
}
.cid-uHHRzjVWbb p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHHRzjVWbb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHHRzjVWbb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHHRzjVWbb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHHRzjVWbb .content-wrap {
    width: 100%;
  }
}
.cid-uHHRzjVWbb .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-uHHRzjVWbb .mbr-text,
.cid-uHHRzjVWbb .mbr-section-btn {
  text-align: left;
  color: #001062;
}
.cid-uHHRzjVWbb .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHHRzjVWbb .mbr-section-title DIV {
  text-align: left;
}
.cid-uI5rA2HRi8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5rA2HRi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5rA2HRi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5rA2HRi8 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uI5rA2HRi8 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uI5rA2HRi8 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uI5rA2HRi8 .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uI5rA2HRi8 .mbr-section-title {
    width: 100%;
  }
}
.cid-uI5rA2HRi8 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uI5rA2HRi8 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uI5rA2HRi8 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uI5rA2HRi8 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uI5rA2HRi8 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uI5rA2HRi8 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uI5rA2HRi8 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uI5rA2HRi8 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uI5rA2HRi8 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #002b56;
}
.cid-uI5rA2HRi8 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uI5rA2HRi8 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5rmAKVYq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5rmAKVYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5rmAKVYq .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-uI5rmAKVYq .container {
    padding: 0 20px;
  }
}
.cid-uI5rmAKVYq .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5rmAKVYq .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5rmAKVYq .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5rmAKVYq .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5rmAKVYq .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5rmAKVYq .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5rmAKVYq .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5rmAKVYq .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5rmAKVYq .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5rmAKVYq .mbr-desc {
  color: #002b56;
}
.cid-uI5rmAKVYq .panel-number {
  color: #00e000;
}
.cid-uI5rmAKVYq .panel-title-edit {
  color: #00e000;
}
.cid-uI5rmAKVYq .panel-text {
  color: #002b56;
}
.cid-uHHRzkackA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHHRzkackA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHRzkackA .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-uHHRzkackA .container {
    padding: 0 20px;
  }
}
.cid-uHHRzkackA .row {
  justify-content: center;
}
.cid-uHHRzkackA .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHHRzkackA .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHRzkackA .item {
    margin-bottom: 40px;
  }
}
.cid-uHHRzkackA .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHHRzkackA .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHHRzkackA .item:hover .item-wrapper .item-img img,
.cid-uHHRzkackA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHHRzkackA .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHHRzkackA .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHHRzkackA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHHRzkackA .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHHRzkackA .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHHRzkackA .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHHRzkackA .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHHRzkackA .item a {
  display: block;
}
.cid-uHHRzkackA .mbr-desc {
  color: #6082a4;
  text-align: center;
}
.cid-uHHRzkackA .card-title {
  color: #002b56;
}
.cid-uHHRzkCfsI {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHHRzkCfsI .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHHRzkCfsI {
    background-position: right;
  }
}
.cid-uHHRzkCfsI input,
.cid-uHHRzkCfsI textarea {
  border-radius: 0;
}
.cid-uHHRzkCfsI input:hover,
.cid-uHHRzkCfsI textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHHRzkCfsI .row {
  justify-content: flex-end;
}
.cid-uHHRzkCfsI textarea {
  min-height: 200px;
}
.cid-uHHRzkCfsI .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHHRzkCfsI .col-auto {
    margin: auto;
  }
}
.cid-uHHRzkCfsI .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHHRzkCfsI .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHHRzkCfsI .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHHRzkCfsI .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHHRzkCfsI .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHHRzkCfsI .btn {
  padding: 1rem 3rem;
}
.cid-uHHRzkCfsI .form-control,
.cid-uHHRzkCfsI .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHRzkCfsI .form-control::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input::-webkit-input-placeholder,
.cid-uHHRzkCfsI .form-control::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHRzkCfsI .form-control:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:-moz-placeholder,
.cid-uHHRzkCfsI .form-control:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHRzkCfsI .form-control:hover,
.cid-uHHRzkCfsI .field-input:hover,
.cid-uHHRzkCfsI .form-control:focus,
.cid-uHHRzkCfsI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHHRzkCfsI .form-control:hover::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input:hover::-webkit-input-placeholder,
.cid-uHHRzkCfsI .form-control:focus::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input:focus::-webkit-input-placeholder,
.cid-uHHRzkCfsI .form-control:hover::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input:hover::-webkit-input-placeholder,
.cid-uHHRzkCfsI .form-control:focus::-webkit-input-placeholder,
.cid-uHHRzkCfsI .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHRzkCfsI .form-control:hover:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:hover:-moz-placeholder,
.cid-uHHRzkCfsI .form-control:focus:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:focus:-moz-placeholder,
.cid-uHHRzkCfsI .form-control:hover:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:hover:-moz-placeholder,
.cid-uHHRzkCfsI .form-control:focus:-moz-placeholder,
.cid-uHHRzkCfsI .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHRzkCfsI .jq-number__spin:hover,
.cid-uHHRzkCfsI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHHRzkCfsI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHRzkCfsI .jq-selectbox li,
.cid-uHHRzkCfsI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHRzkCfsI .jq-selectbox li:hover,
.cid-uHHRzkCfsI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHRzkCfsI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHHRzkCfsI .jq-number__spin.minus:hover:after,
.cid-uHHRzkCfsI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHRzkCfsI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHHRzkCfsI .jq-number__spin.minus:after,
.cid-uHHRzkCfsI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHRzkCfsI .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHHRzkCfsI .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHHRzkCfsI .soc-link,
.cid-uHHRzkCfsI .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHHRzl1FkO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHHRzl1FkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHRzl1FkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHRzl1FkO .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHRzl1FkO .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .container {
    padding: 0 20px;
  }
}
.cid-uHHRzl1FkO .row {
  justify-content: center;
}
.cid-uHHRzl1FkO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHHRzl1FkO .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHRzl1FkO .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHHRzl1FkO .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHHRzl1FkO .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHHRzl1FkO .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHRzl1FkO .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHRzl1FkO .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHHRzl1FkO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHHRzl1FkO .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHRzl1FkO .nav-wrapper .list .item-wrap:hover,
.cid-uHHRzl1FkO .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHHRzl1FkO .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHHRzl1FkO .mbr-text {
  color: #000000;
}
.cid-uHHRzl1FkO .mbr-list-title {
  color: #002b56;
}
.cid-uHHRzl1FkO b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHHRzl1FkO .list {
  color: #9a9a9a;
}
.cid-uHHRzl1FkO .list,
.cid-uHHRzl1FkO .item-wrap,
.cid-uHHRzl1FkO .contacts-wrapper {
  color: #006a00;
}
.cid-uHHRzl1FkO .mbr-text,
.cid-uHHRzl1FkO .text-wrap,
.cid-uHHRzl1FkO .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHHRzl1FkO .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHHRzlq4hT.popup-builder {
  background-color: #ffffff;
}
.cid-uHHRzlq4hT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHHRzlq4hT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHHRzlq4hT .modal-content,
.cid-uHHRzlq4hT .modal-dialog {
  height: auto;
}
.cid-uHHRzlq4hT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHHRzlq4hT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHHRzlq4hT .form-wrapper .mbr-form .form-group,
  .cid-uHHRzlq4hT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHHRzlq4hT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHHRzlq4hT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHHRzlq4hT .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHHRzlq4hT .pt-0 {
  padding-top: 0 !important;
}
.cid-uHHRzlq4hT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHHRzlq4hT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHHRzlq4hT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHHRzlq4hT .modal-open {
  overflow: hidden;
}
.cid-uHHRzlq4hT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHHRzlq4hT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHHRzlq4hT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHHRzlq4hT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHHRzlq4hT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHHRzlq4hT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHHRzlq4hT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHHRzlq4hT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHHRzlq4hT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHHRzlq4hT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHHRzlq4hT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHHRzlq4hT .modal-backdrop.show {
  opacity: .5;
}
.cid-uHHRzlq4hT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHHRzlq4hT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHRzlq4hT .modal-header {
    padding: 1rem;
  }
}
.cid-uHHRzlq4hT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHHRzlq4hT .modal-header .close svg {
  fill: #03d202;
}
.cid-uHHRzlq4hT .modal-header .close:hover {
  opacity: 1;
}
.cid-uHHRzlq4hT .modal-header .close:focus {
  outline: none;
}
.cid-uHHRzlq4hT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHHRzlq4hT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHHRzlq4hT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHRzlq4hT .modal-body {
    padding: 1rem;
  }
}
.cid-uHHRzlq4hT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHHRzlq4hT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHHRzlq4hT .modal-footer {
    padding: 1rem;
  }
}
.cid-uHHRzlq4hT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHHRzlq4hT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHHRzlq4hT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHHRzlq4hT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHHRzlq4hT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHHRzlq4hT .modal-lg,
  .cid-uHHRzlq4hT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHHRzlq4hT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHHRzlq4hT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHHRzlq4hT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHHRzlq4hT .form-group {
  margin-bottom: 1rem;
}
.cid-uHHRzlq4hT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHHRzlq4hT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHHRzlq4hT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHHRzlq4hT .mbr-section-btn {
  margin: 0;
}
.cid-uHHRzlq4hT .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQC44.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQC44.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQC44.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQC44 .modal-content,
.cid-vahEGyQC44 .modal-dialog {
  height: auto;
}
.cid-vahEGyQC44 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQC44 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQC44 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQC44 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQC44 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQC44 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQC44 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQC44 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQC44 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQC44 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQC44 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQC44 .modal-open {
  overflow: hidden;
}
.cid-vahEGyQC44 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQC44 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQC44 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQC44 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQC44 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQC44 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQC44 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQC44 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQC44 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQC44 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQC44 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQC44 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQC44 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQC44 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQC44 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQC44 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQC44 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQC44 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQC44 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQC44 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQC44 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQC44 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQC44 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQC44 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQC44 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQC44 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQC44 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQC44 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQC44 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQC44 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQC44 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQC44 .modal-lg,
  .cid-vahEGyQC44 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQC44 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQC44 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQC44 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQC44 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQC44 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQC44 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQC44 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQC44 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQC44 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQC44 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQC44 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQC44 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQC44 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQC44 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQC44 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQC44 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHI1LfXPCa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHI1LfXPCa .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHI1LfXPCa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHI1LfXPCa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHI1LfXPCa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHI1LfXPCa .menu_box .navbar.opened,
  .cid-uHI1LfXPCa .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHI1LfXPCa nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHI1LfXPCa .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHI1LfXPCa .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHI1LfXPCa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHI1LfXPCa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHI1LfXPCa .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHI1LfXPCa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHI1LfXPCa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHI1LfXPCa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHI1LfXPCa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHI1LfXPCa .offcanvas-body .mbr-text,
  .cid-uHI1LfXPCa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHI1LfXPCa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHI1LfXPCa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHI1LfXPCa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHI1LfXPCa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHI1LfXPCa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHI1LfXPCa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHI1LfXPCa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHI1LfXPCa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHI1LfXPCa ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHI1LfXPCa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHI1LfXPCa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .nav-item {
    margin: 0 !important;
  }
}
.cid-uHI1LfXPCa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHI1LfXPCa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHI1LfXPCa .nav-item .nav-link:hover::before,
.cid-uHI1LfXPCa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHI1LfXPCa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHI1LfXPCa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHI1LfXPCa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHI1LfXPCa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHI1LfXPCa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHI1LfXPCa .offcanvas_box {
    display: none;
  }
}
.cid-uHI1LfXPCa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHI1LfXPCa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHI1LfXPCa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHI1LfXPCa .container {
  display: flex;
  margin: auto;
}
.cid-uHI1LfXPCa .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHI1LfXPCa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHI1LfXPCa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHI1LfXPCa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHI1LfXPCa .navbar-nav {
    margin: 0;
  }
}
.cid-uHI1LfXPCa .dropdown-menu,
.cid-uHI1LfXPCa .navbar.opened {
  background-color: true !important;
}
.cid-uHI1LfXPCa .nav-item:focus,
.cid-uHI1LfXPCa .nav-link:focus {
  outline: none;
}
.cid-uHI1LfXPCa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHI1LfXPCa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHI1LfXPCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHI1LfXPCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHI1LfXPCa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHI1LfXPCa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHI1LfXPCa .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHI1LfXPCa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHI1LfXPCa .navbar.opened {
  transition: all 0.3s;
}
.cid-uHI1LfXPCa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHI1LfXPCa .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHI1LfXPCa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHI1LfXPCa .navbar.collapsed {
  justify-content: center;
}
.cid-uHI1LfXPCa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHI1LfXPCa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHI1LfXPCa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHI1LfXPCa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHI1LfXPCa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHI1LfXPCa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHI1LfXPCa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHI1LfXPCa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHI1LfXPCa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHI1LfXPCa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHI1LfXPCa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHI1LfXPCa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHI1LfXPCa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHI1LfXPCa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHI1LfXPCa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHI1LfXPCa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHI1LfXPCa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHI1LfXPCa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHI1LfXPCa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHI1LfXPCa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHI1LfXPCa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHI1LfXPCa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHI1LfXPCa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHI1LfXPCa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHI1LfXPCa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHI1LfXPCa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHI1LfXPCa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHI1LfXPCa .dropdown-item.active,
.cid-uHI1LfXPCa .dropdown-item:active {
  background-color: transparent;
}
.cid-uHI1LfXPCa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHI1LfXPCa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHI1LfXPCa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHI1LfXPCa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHI1LfXPCa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHI1LfXPCa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHI1LfXPCa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHI1LfXPCa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHI1LfXPCa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHI1LfXPCa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI1LfXPCa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHI1LfXPCa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHI1LfXPCa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI1LfXPCa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHI1LfXPCa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHI1LfXPCa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHI1LfXPCa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHI1LfXPCa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHI1LfXPCa .navbar {
    height: 70px;
  }
  .cid-uHI1LfXPCa .navbar.opened {
    height: auto;
  }
  .cid-uHI1LfXPCa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHI1LfXPCa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHI1LfXPCa .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHI1LfXPCa .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHI1LfXPCa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHI1LfXPCa .text_widget {
  margin-bottom: 32px;
}
.cid-uHI1LfXPCa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHI1LfXPCa .text_widget a:hover,
.cid-uHI1LfXPCa .text_widget a:focus {
  opacity: .8;
}
.cid-uHI1LfXPCa .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHI1LfXPCa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHI1LfXPCa .navbar-caption {
  color: #000000;
}
.cid-uHI1LfXPCa .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHI1LfXPCa .mbr-section-subtitle,
.cid-uHI1LfXPCa .text_widget,
.cid-uHI1LfXPCa .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHI1LfXPCa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHI1LfXPCa .navbar-collapse {
  align-items: center;
}
.cid-uHI1Lh7SAX {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-uHI1Lh7SAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI1Lh7SAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI1Lh7SAX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHI1Lh7SAX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHI1Lh7SAX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHI1Lh7SAX .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHI1Lh7SAX .container {
    padding: 0 20px;
  }
}
.cid-uHI1Lh7SAX .row {
  height: 100%;
}
.cid-uHI1Lh7SAX .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHI1Lh7SAX .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHI1Lh7SAX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHI1Lh7SAX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHI1Lh7SAX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHI1Lh7SAX .mbr-section-title {
  color: #ffffff;
}
.cid-uHI1Lh7SAX .mbr-desc {
  color: #ffffff;
}
.cid-uHI1Lh7SAX .mbr-section-title,
.cid-uHI1Lh7SAX .mbr-section-btn {
  text-align: center;
}
.cid-uHI1LhsvVy {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHI1LhsvVy {
    align-items: center;
  }
  .cid-uHI1LhsvVy .row {
    justify-content: center;
  }
}
.cid-uHI1LhsvVy p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHI1LhsvVy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHI1LhsvVy {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHI1LhsvVy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHI1LhsvVy .content-wrap {
    width: 100%;
  }
}
.cid-uHI1LhsvVy .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uHI1LhsvVy .mbr-text,
.cid-uHI1LhsvVy .mbr-section-btn {
  text-align: left;
  color: #6f94aa;
}
.cid-uHI1LhsvVy .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHUrN9EzVR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uHUrN9EzVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUrN9EzVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHUrN9EzVR .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uHUrN9EzVR .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHUrN9EzVR .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uHUrN9EzVR .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHUrN9EzVR .mbr-section-title {
    width: 100%;
  }
}
.cid-uHUrN9EzVR .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHUrN9EzVR .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uHUrN9EzVR .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uHUrN9EzVR .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uHUrN9EzVR .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uHUrN9EzVR .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uHUrN9EzVR .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uHUrN9EzVR .list-title {
    padding-bottom: 20px;
  }
}
.cid-uHUrN9EzVR .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #6f94aa;
}
.cid-uHUrN9EzVR li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uHUrN9EzVR ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5vvUGwdE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5vvUGwdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5vvUGwdE .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-uI5vvUGwdE .container {
    padding: 0 20px;
  }
}
.cid-uI5vvUGwdE .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5vvUGwdE .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5vvUGwdE .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5vvUGwdE .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5vvUGwdE .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5vvUGwdE .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5vvUGwdE .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5vvUGwdE .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5vvUGwdE .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5vvUGwdE .mbr-desc {
  color: #002b56;
}
.cid-uI5vvUGwdE .panel-number {
  color: #00e000;
}
.cid-uI5vvUGwdE .panel-title-edit {
  color: #00e000;
}
.cid-uI5vvUGwdE .panel-text {
  color: #002b56;
}
.cid-uHI1Li60up {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHI1Li60up .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI1Li60up .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-uHI1Li60up .container {
    padding: 0 20px;
  }
}
.cid-uHI1Li60up .row {
  justify-content: center;
}
.cid-uHI1Li60up .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHI1Li60up .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHI1Li60up .item {
    margin-bottom: 40px;
  }
}
.cid-uHI1Li60up .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHI1Li60up .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHI1Li60up .item:hover .item-wrapper .item-img img,
.cid-uHI1Li60up .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHI1Li60up .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHI1Li60up .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHI1Li60up .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHI1Li60up .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHI1Li60up .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHI1Li60up .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHI1Li60up .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHI1Li60up .item a {
  display: block;
}
.cid-uHI1Li60up .mbr-desc {
  color: #6f94aa;
}
.cid-uHI1Li60up .card-title {
  color: #002b56;
}
.cid-uHI1LiB7GJ {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHI1LiB7GJ .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHI1LiB7GJ {
    background-position: right;
  }
}
.cid-uHI1LiB7GJ input,
.cid-uHI1LiB7GJ textarea {
  border-radius: 0;
}
.cid-uHI1LiB7GJ input:hover,
.cid-uHI1LiB7GJ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHI1LiB7GJ .row {
  justify-content: flex-end;
}
.cid-uHI1LiB7GJ textarea {
  min-height: 200px;
}
.cid-uHI1LiB7GJ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHI1LiB7GJ .col-auto {
    margin: auto;
  }
}
.cid-uHI1LiB7GJ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHI1LiB7GJ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHI1LiB7GJ .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHI1LiB7GJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHI1LiB7GJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHI1LiB7GJ .btn {
  padding: 1rem 3rem;
}
.cid-uHI1LiB7GJ .form-control,
.cid-uHI1LiB7GJ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHI1LiB7GJ .form-control::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .form-control::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHI1LiB7GJ .form-control:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:-moz-placeholder,
.cid-uHI1LiB7GJ .form-control:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHI1LiB7GJ .form-control:hover,
.cid-uHI1LiB7GJ .field-input:hover,
.cid-uHI1LiB7GJ .form-control:focus,
.cid-uHI1LiB7GJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHI1LiB7GJ .form-control:hover::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input:hover::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .form-control:focus::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input:focus::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .form-control:hover::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input:hover::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .form-control:focus::-webkit-input-placeholder,
.cid-uHI1LiB7GJ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHI1LiB7GJ .form-control:hover:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:hover:-moz-placeholder,
.cid-uHI1LiB7GJ .form-control:focus:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:focus:-moz-placeholder,
.cid-uHI1LiB7GJ .form-control:hover:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:hover:-moz-placeholder,
.cid-uHI1LiB7GJ .form-control:focus:-moz-placeholder,
.cid-uHI1LiB7GJ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHI1LiB7GJ .jq-number__spin:hover,
.cid-uHI1LiB7GJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHI1LiB7GJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHI1LiB7GJ .jq-selectbox li,
.cid-uHI1LiB7GJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHI1LiB7GJ .jq-selectbox li:hover,
.cid-uHI1LiB7GJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHI1LiB7GJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHI1LiB7GJ .jq-number__spin.minus:hover:after,
.cid-uHI1LiB7GJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHI1LiB7GJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHI1LiB7GJ .jq-number__spin.minus:after,
.cid-uHI1LiB7GJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHI1LiB7GJ .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHI1LiB7GJ .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHI1LiB7GJ .soc-link,
.cid-uHI1LiB7GJ .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHI1Lj3vTt {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHI1Lj3vTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHI1Lj3vTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHI1Lj3vTt .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHI1Lj3vTt .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .container {
    padding: 0 20px;
  }
}
.cid-uHI1Lj3vTt .row {
  justify-content: center;
}
.cid-uHI1Lj3vTt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHI1Lj3vTt .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHI1Lj3vTt .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHI1Lj3vTt .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHI1Lj3vTt .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHI1Lj3vTt .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHI1Lj3vTt .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHI1Lj3vTt .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHI1Lj3vTt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHI1Lj3vTt .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHI1Lj3vTt .nav-wrapper .list .item-wrap:hover,
.cid-uHI1Lj3vTt .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHI1Lj3vTt .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHI1Lj3vTt .mbr-text {
  color: #000000;
}
.cid-uHI1Lj3vTt .mbr-list-title {
  color: #002b56;
}
.cid-uHI1Lj3vTt b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHI1Lj3vTt .list {
  color: #9a9a9a;
}
.cid-uHI1Lj3vTt .list,
.cid-uHI1Lj3vTt .item-wrap,
.cid-uHI1Lj3vTt .contacts-wrapper {
  color: #006a00;
}
.cid-uHI1Lj3vTt .mbr-text,
.cid-uHI1Lj3vTt .text-wrap,
.cid-uHI1Lj3vTt .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHI1Lj3vTt .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHI1Lju1cX.popup-builder {
  background-color: #ffffff;
}
.cid-uHI1Lju1cX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHI1Lju1cX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHI1Lju1cX .modal-content,
.cid-uHI1Lju1cX .modal-dialog {
  height: auto;
}
.cid-uHI1Lju1cX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHI1Lju1cX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHI1Lju1cX .form-wrapper .mbr-form .form-group,
  .cid-uHI1Lju1cX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHI1Lju1cX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHI1Lju1cX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHI1Lju1cX .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHI1Lju1cX .pt-0 {
  padding-top: 0 !important;
}
.cid-uHI1Lju1cX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHI1Lju1cX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHI1Lju1cX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHI1Lju1cX .modal-open {
  overflow: hidden;
}
.cid-uHI1Lju1cX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHI1Lju1cX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHI1Lju1cX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHI1Lju1cX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHI1Lju1cX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHI1Lju1cX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHI1Lju1cX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHI1Lju1cX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHI1Lju1cX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHI1Lju1cX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHI1Lju1cX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHI1Lju1cX .modal-backdrop.show {
  opacity: .5;
}
.cid-uHI1Lju1cX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHI1Lju1cX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI1Lju1cX .modal-header {
    padding: 1rem;
  }
}
.cid-uHI1Lju1cX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHI1Lju1cX .modal-header .close svg {
  fill: #03d202;
}
.cid-uHI1Lju1cX .modal-header .close:hover {
  opacity: 1;
}
.cid-uHI1Lju1cX .modal-header .close:focus {
  outline: none;
}
.cid-uHI1Lju1cX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHI1Lju1cX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHI1Lju1cX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI1Lju1cX .modal-body {
    padding: 1rem;
  }
}
.cid-uHI1Lju1cX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHI1Lju1cX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHI1Lju1cX .modal-footer {
    padding: 1rem;
  }
}
.cid-uHI1Lju1cX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHI1Lju1cX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHI1Lju1cX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHI1Lju1cX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHI1Lju1cX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHI1Lju1cX .modal-lg,
  .cid-uHI1Lju1cX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHI1Lju1cX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHI1Lju1cX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHI1Lju1cX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHI1Lju1cX .form-group {
  margin-bottom: 1rem;
}
.cid-uHI1Lju1cX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHI1Lju1cX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHI1Lju1cX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHI1Lju1cX .mbr-section-btn {
  margin: 0;
}
.cid-uHI1Lju1cX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQqAr.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQqAr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQqAr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQqAr .modal-content,
.cid-vahEGyQqAr .modal-dialog {
  height: auto;
}
.cid-vahEGyQqAr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQqAr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQqAr .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQqAr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQqAr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQqAr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQqAr .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQqAr .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQqAr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQqAr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQqAr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQqAr .modal-open {
  overflow: hidden;
}
.cid-vahEGyQqAr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQqAr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQqAr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQqAr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQqAr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQqAr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQqAr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQqAr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQqAr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQqAr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQqAr .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQqAr .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQqAr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQqAr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQqAr .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQqAr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQqAr .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQqAr .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQqAr .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQqAr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQqAr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQqAr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQqAr .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQqAr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQqAr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQqAr .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQqAr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQqAr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQqAr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQqAr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQqAr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQqAr .modal-lg,
  .cid-vahEGyQqAr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQqAr .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQqAr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQqAr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQqAr .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQqAr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQqAr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQqAr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQqAr .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQqAr .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQqAr .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQqAr .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQqAr .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQqAr .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQqAr .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQqAr .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQqAr .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHHXipXlnz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHHXipXlnz .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHHXipXlnz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHHXipXlnz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHHXipXlnz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHHXipXlnz .menu_box .navbar.opened,
  .cid-uHHXipXlnz .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHHXipXlnz nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHHXipXlnz .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHHXipXlnz .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHHXipXlnz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHHXipXlnz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHHXipXlnz .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHHXipXlnz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHHXipXlnz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHHXipXlnz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHHXipXlnz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHHXipXlnz .offcanvas-body .mbr-text,
  .cid-uHHXipXlnz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHHXipXlnz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHHXipXlnz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHHXipXlnz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHXipXlnz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHHXipXlnz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHHXipXlnz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHHXipXlnz .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHHXipXlnz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHHXipXlnz ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHHXipXlnz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHHXipXlnz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .nav-item {
    margin: 0 !important;
  }
}
.cid-uHHXipXlnz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHHXipXlnz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHHXipXlnz .nav-item .nav-link:hover::before,
.cid-uHHXipXlnz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHHXipXlnz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHHXipXlnz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHHXipXlnz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHHXipXlnz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHHXipXlnz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHHXipXlnz .offcanvas_box {
    display: none;
  }
}
.cid-uHHXipXlnz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHHXipXlnz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHHXipXlnz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHHXipXlnz .container {
  display: flex;
  margin: auto;
}
.cid-uHHXipXlnz .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHHXipXlnz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHHXipXlnz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHHXipXlnz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHHXipXlnz .navbar-nav {
    margin: 0;
  }
}
.cid-uHHXipXlnz .dropdown-menu,
.cid-uHHXipXlnz .navbar.opened {
  background-color: true !important;
}
.cid-uHHXipXlnz .nav-item:focus,
.cid-uHHXipXlnz .nav-link:focus {
  outline: none;
}
.cid-uHHXipXlnz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHHXipXlnz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHHXipXlnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHHXipXlnz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHHXipXlnz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHHXipXlnz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHHXipXlnz .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHHXipXlnz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHHXipXlnz .navbar.opened {
  transition: all 0.3s;
}
.cid-uHHXipXlnz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHHXipXlnz .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHHXipXlnz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHHXipXlnz .navbar.collapsed {
  justify-content: center;
}
.cid-uHHXipXlnz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHHXipXlnz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHHXipXlnz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHHXipXlnz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHHXipXlnz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHHXipXlnz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHHXipXlnz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHHXipXlnz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHHXipXlnz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHHXipXlnz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHHXipXlnz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHHXipXlnz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHHXipXlnz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHHXipXlnz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHHXipXlnz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHHXipXlnz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHHXipXlnz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHHXipXlnz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHHXipXlnz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHHXipXlnz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHHXipXlnz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHHXipXlnz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHHXipXlnz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHHXipXlnz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHHXipXlnz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHHXipXlnz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHHXipXlnz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHHXipXlnz .dropdown-item.active,
.cid-uHHXipXlnz .dropdown-item:active {
  background-color: transparent;
}
.cid-uHHXipXlnz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHHXipXlnz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHHXipXlnz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHHXipXlnz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHHXipXlnz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHHXipXlnz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHHXipXlnz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHHXipXlnz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHHXipXlnz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHHXipXlnz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHXipXlnz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHHXipXlnz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHHXipXlnz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHXipXlnz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHHXipXlnz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHHXipXlnz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHHXipXlnz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHHXipXlnz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHHXipXlnz .navbar {
    height: 70px;
  }
  .cid-uHHXipXlnz .navbar.opened {
    height: auto;
  }
  .cid-uHHXipXlnz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHHXipXlnz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHHXipXlnz .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHHXipXlnz .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHHXipXlnz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHHXipXlnz .text_widget {
  margin-bottom: 32px;
}
.cid-uHHXipXlnz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHHXipXlnz .text_widget a:hover,
.cid-uHHXipXlnz .text_widget a:focus {
  opacity: .8;
}
.cid-uHHXipXlnz .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHHXipXlnz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHHXipXlnz .navbar-caption {
  color: #000000;
}
.cid-uHHXipXlnz .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHHXipXlnz .mbr-section-subtitle,
.cid-uHHXipXlnz .text_widget,
.cid-uHHXipXlnz .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHHXipXlnz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHHXipXlnz .navbar-collapse {
  align-items: center;
}
.cid-uHHXirvst6 {
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHXirvst6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXirvst6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uHHXirvst6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHXirvst6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHXirvst6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHHXirvst6 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHHXirvst6 .container {
    padding: 0 20px;
  }
}
.cid-uHHXirvst6 .row {
  height: 100%;
}
.cid-uHHXirvst6 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHHXirvst6 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHHXirvst6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHHXirvst6 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHHXirvst6 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHHXirvst6 .mbr-section-title {
  color: #ffffff;
}
.cid-uHHXirvst6 .mbr-desc {
  color: #ffffff;
}
.cid-uHHXirvst6 .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uHHXisdUbe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHHXisdUbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXisdUbe .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-uHHXisdUbe .container {
    padding: 0 20px;
  }
}
.cid-uHHXisdUbe .row {
  justify-content: space-between;
}
.cid-uHHXisdUbe .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHHXisdUbe .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uHHXisdUbe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHHXisdUbe .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHHXisdUbe .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHHXisdUbe .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHHXisdUbe .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHHXisdUbe .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHHXisdUbe .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uHHXisdUbe .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uHHXisdUbe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHHXisdUbe .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHHXisdUbe .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHHXisdUbe .image-wrapper img {
    height: 450px;
  }
}
.cid-uHHXisdUbe .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXisdUbe .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHHXisdUbe b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXisdUbe b {
    line-height: 2rem !important;
  }
}
.cid-uHHXisdUbe .mbr-link {
  color: #000000;
}
.cid-uHHXisdUbe .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uHHXisdUbe .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uHHXisdUbe .mbr-text {
  color: #336699;
}
.cid-uHHXisdUbe .mbr-link,
.cid-uHHXisdUbe .link-wrapper {
  color: #00e000;
}
.cid-uHHXisH8MN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHHXisH8MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXisH8MN .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-uHHXisH8MN .container {
    padding: 0 20px;
  }
}
.cid-uHHXisH8MN .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uHHXisH8MN .row .card {
  padding: 0 0px;
}
.cid-uHHXisH8MN .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uHHXisH8MN .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uHHXisH8MN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uHHXisH8MN .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHXisH8MN .item {
    margin-bottom: 0px !important;
  }
}
.cid-uHHXisH8MN .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uHHXisH8MN .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uHHXisH8MN .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uHHXisH8MN .mbr-section-title {
  color: #000000;
}
.cid-uHHXisH8MN .card-number {
  color: #336699;
}
.cid-uHHXisH8MN .card-title {
  color: #0b3e71;
}
.cid-uHHXisH8MN .card-text {
  color: #0b3e71;
}
.cid-uHHXisH8MN .mbr-section-title,
.cid-uHHXisH8MN .title-wrapper {
  color: #0b3e71;
}
.cid-uHHXiu8MEP {
  background-color: #f3f3f3;
}
.cid-uHHXiu8MEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXiu8MEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHXiu8MEP .row {
  flex-direction: row-reverse;
}
.cid-uHHXivO9F3 {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uHHXivO9F3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXivO9F3 .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-uHHXivO9F3 .container {
    padding: 0 20px;
  }
}
.cid-uHHXivO9F3 .row {
  justify-content: space-between;
}
.cid-uHHXivO9F3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHHXivO9F3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHHXivO9F3 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHHXivO9F3 .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXivO9F3 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHHXivO9F3 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXivO9F3 b {
    line-height: 2rem !important;
  }
}
.cid-uHHXiwgXFH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uHHXiwgXFH img {
  border-radius: 0rem !important;
}
.cid-uHHXix0VN0 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHHXix0VN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXix0VN0 .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-uHHXix0VN0 .container {
    padding: 0 20px;
  }
}
.cid-uHHXix0VN0 .row {
  justify-content: space-between;
}
.cid-uHHXix0VN0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHHXix0VN0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHHXix0VN0 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHHXix0VN0 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHHXix0VN0 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHHXix0VN0 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXix0VN0 b {
    line-height: 2rem !important;
  }
}
#custom-html-fy .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-fy img {
  border-radius: 0rem !important;
}
.cid-uHLjLASrKr {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uHLjLASrKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLjLASrKr .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-uHLjLASrKr .container {
    padding: 0 20px;
  }
}
.cid-uHLjLASrKr .row {
  justify-content: space-between;
}
.cid-uHLjLASrKr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLjLASrKr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLjLASrKr .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLjLASrKr .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLjLASrKr .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLjLASrKr b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLjLASrKr b {
    line-height: 2rem !important;
  }
}
#custom-html-ff .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-ff img {
  border-radius: 0rem !important;
}
.cid-uHLoZF9QaW {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uHLoZF9QaW {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uHLoZF9QaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLoZF9QaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLoZF9QaW .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uHLoZF9QaW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHLoZF9QaW .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uHLoZF9QaW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uHLoZF9QaW .content-wrap {
    display: none;
  }
}
.cid-uHLoZF9QaW P {
  color: #acb3b7;
}
#custom-html-g1 .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-g1 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uHLjM6zlk8 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHLjM6zlk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLjM6zlk8 .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-uHLjM6zlk8 .container {
    padding: 0 20px;
  }
}
.cid-uHLjM6zlk8 .row {
  justify-content: space-between;
}
.cid-uHLjM6zlk8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLjM6zlk8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLjM6zlk8 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLjM6zlk8 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLjM6zlk8 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLjM6zlk8 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLjM6zlk8 b {
    line-height: 2rem !important;
  }
}
#custom-html-g8 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-g8 img {
  border-radius: 0rem !important;
}
.cid-uHLw04FeFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHLw04FeFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLw04FeFA .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-uHLw04FeFA .container {
    padding: 0 20px;
  }
}
.cid-uHLw04FeFA .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHLw04FeFA .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHLw04FeFA .row img {
    height: 300px;
  }
}
.cid-uHLy4C5aZP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uHLy4C5aZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLy4C5aZP .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-uHLy4C5aZP .container {
    padding: 0 20px;
  }
}
.cid-uHLy4C5aZP .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHLy4C5aZP .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHLy4C5aZP .row img {
    height: 300px;
  }
}
.cid-uHLvYZIO76 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uHLvYZIO76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLvYZIO76 .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-uHLvYZIO76 .container {
    padding: 0 20px;
  }
}
.cid-uHLvYZIO76 .row {
  margin: 0;
}
.cid-uHLvYZIO76 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHLvYZIO76 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHLvYZIO76 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uHLvYZIO76 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uHLvYZIO76 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uHLvYZIO76 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uHLvYZIO76 .mbr-section-title {
  color: #ffffff;
}
.cid-uHLjMDXSlJ {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHLjMDXSlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLjMDXSlJ .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-uHLjMDXSlJ .container {
    padding: 0 20px;
  }
}
.cid-uHLjMDXSlJ .row {
  justify-content: space-between;
}
.cid-uHLjMDXSlJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLjMDXSlJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLjMDXSlJ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLjMDXSlJ .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLjMDXSlJ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLjMDXSlJ b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLjMDXSlJ b {
    line-height: 2rem !important;
  }
}
.cid-uHLjNgPUyv {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHLjNgPUyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLjNgPUyv .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-uHLjNgPUyv .container {
    padding: 0 20px;
  }
}
.cid-uHLjNgPUyv .row {
  justify-content: space-between;
}
.cid-uHLjNgPUyv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLjNgPUyv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLjNgPUyv .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLjNgPUyv .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLjNgPUyv .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLjNgPUyv b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLjNgPUyv b {
    line-height: 2rem !important;
  }
}
.cid-uHLv9mSHpj {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHLv9mSHpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLv9mSHpj .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-uHLv9mSHpj .container {
    padding: 0 20px;
  }
}
.cid-uHLv9mSHpj .row {
  justify-content: space-between;
}
.cid-uHLv9mSHpj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLv9mSHpj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLv9mSHpj .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLv9mSHpj .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLv9mSHpj .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLv9mSHpj b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLv9mSHpj b {
    line-height: 2rem !important;
  }
}
.cid-uHLvazv48P {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uHLvazv48P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLvazv48P .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-uHLvazv48P .container {
    padding: 0 20px;
  }
}
.cid-uHLvazv48P .row {
  justify-content: space-between;
}
.cid-uHLvazv48P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHLvazv48P .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHLvazv48P .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHLvazv48P .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uHLvazv48P .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHLvazv48P b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHLvazv48P b {
    line-height: 2rem !important;
  }
}
.cid-uHHXixAmF6 {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHHXixAmF6 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHHXixAmF6 {
    background-position: right;
  }
}
.cid-uHHXixAmF6 input,
.cid-uHHXixAmF6 textarea {
  border-radius: 0;
}
.cid-uHHXixAmF6 input:hover,
.cid-uHHXixAmF6 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHHXixAmF6 .row {
  justify-content: flex-end;
}
.cid-uHHXixAmF6 textarea {
  min-height: 200px;
}
.cid-uHHXixAmF6 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHHXixAmF6 .col-auto {
    margin: auto;
  }
}
.cid-uHHXixAmF6 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHHXixAmF6 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHHXixAmF6 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uHHXixAmF6 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHHXixAmF6 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHHXixAmF6 .btn {
  padding: 1rem 3rem;
}
.cid-uHHXixAmF6 .form-control,
.cid-uHHXixAmF6 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHXixAmF6 .form-control::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input::-webkit-input-placeholder,
.cid-uHHXixAmF6 .form-control::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHXixAmF6 .form-control:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:-moz-placeholder,
.cid-uHHXixAmF6 .form-control:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHXixAmF6 .form-control:hover,
.cid-uHHXixAmF6 .field-input:hover,
.cid-uHHXixAmF6 .form-control:focus,
.cid-uHHXixAmF6 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHHXixAmF6 .form-control:hover::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input:hover::-webkit-input-placeholder,
.cid-uHHXixAmF6 .form-control:focus::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input:focus::-webkit-input-placeholder,
.cid-uHHXixAmF6 .form-control:hover::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input:hover::-webkit-input-placeholder,
.cid-uHHXixAmF6 .form-control:focus::-webkit-input-placeholder,
.cid-uHHXixAmF6 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHHXixAmF6 .form-control:hover:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:hover:-moz-placeholder,
.cid-uHHXixAmF6 .form-control:focus:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:focus:-moz-placeholder,
.cid-uHHXixAmF6 .form-control:hover:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:hover:-moz-placeholder,
.cid-uHHXixAmF6 .form-control:focus:-moz-placeholder,
.cid-uHHXixAmF6 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHHXixAmF6 .jq-number__spin:hover,
.cid-uHHXixAmF6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHHXixAmF6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHHXixAmF6 .jq-selectbox li,
.cid-uHHXixAmF6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHXixAmF6 .jq-selectbox li:hover,
.cid-uHHXixAmF6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHHXixAmF6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHHXixAmF6 .jq-number__spin.minus:hover:after,
.cid-uHHXixAmF6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHXixAmF6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHHXixAmF6 .jq-number__spin.minus:after,
.cid-uHHXixAmF6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHHXixAmF6 .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHHXixAmF6 .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXixAmF6 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHHXixAmF6 b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uHHXixAmF6 .soc-link,
.cid-uHHXixAmF6 .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHHXiy4xCw {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uHHXiy4xCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXiy4xCw .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-uHHXiy4xCw .container {
    padding: 0 20px;
  }
}
.cid-uHHXiy4xCw .row {
  justify-content: center;
}
.cid-uHHXiy4xCw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uHHXiy4xCw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHHXiy4xCw .item {
  margin-bottom: 45px;
}
.cid-uHHXiy4xCw .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uHHXiy4xCw .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uHHXiy4xCw .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uHHXiy4xCw .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uHHXiy4xCw .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uHHXiy4xCw .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uHHXiy4xCw .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHHXiy4xCw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHHXiy4xCw b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uHHXiy4xCw .mbr-desc {
  color: #000000;
}
.cid-uHHXiy4xCw .mbr-date {
  color: #6a6e71;
}
.cid-uHHXiy4xCw .mbr-text {
  color: #000000;
}
.cid-uHHXiy4xCw .mbr-text,
.cid-uHHXiy4xCw .desc-wrapper {
  color: #0b3e71;
}
.cid-uHHXiy4xCw .mbr-date,
.cid-uHHXiy4xCw .desc-wrapper {
  color: #bbbbbb;
}
.cid-uHHXiy4xCw .mbr-desc,
.cid-uHHXiy4xCw .desc-wrapper {
  color: #00e000;
}
.cid-uHHXizdPyv {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHHXizdPyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHHXizdPyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHHXizdPyv .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHHXizdPyv .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .container {
    padding: 0 20px;
  }
}
.cid-uHHXizdPyv .row {
  justify-content: center;
}
.cid-uHHXizdPyv .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHHXizdPyv .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHXizdPyv .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHHXizdPyv .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHHXizdPyv .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHHXizdPyv .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHHXizdPyv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHHXizdPyv .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHHXizdPyv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHHXizdPyv .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHHXizdPyv .nav-wrapper .list .item-wrap:hover,
.cid-uHHXizdPyv .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHHXizdPyv .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHHXizdPyv .mbr-text {
  color: #000000;
}
.cid-uHHXizdPyv .mbr-list-title {
  color: #002b56;
}
.cid-uHHXizdPyv b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHHXizdPyv .list {
  color: #9a9a9a;
}
.cid-uHHXizdPyv .list,
.cid-uHHXizdPyv .item-wrap,
.cid-uHHXizdPyv .contacts-wrapper {
  color: #006a00;
}
.cid-uHHXizdPyv .mbr-text,
.cid-uHHXizdPyv .text-wrap,
.cid-uHHXizdPyv .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHHXizdPyv .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyQWQk.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQWQk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQWQk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQWQk .modal-content,
.cid-vahEGyQWQk .modal-dialog {
  height: auto;
}
.cid-vahEGyQWQk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQWQk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQWQk .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQWQk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQWQk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQWQk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQWQk .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQWQk .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQWQk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQWQk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQWQk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQWQk .modal-open {
  overflow: hidden;
}
.cid-vahEGyQWQk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQWQk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQWQk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQWQk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQWQk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQWQk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQWQk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQWQk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQWQk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQWQk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQWQk .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQWQk .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQWQk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQWQk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQWQk .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQWQk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQWQk .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQWQk .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQWQk .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQWQk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQWQk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQWQk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQWQk .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQWQk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQWQk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQWQk .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQWQk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQWQk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQWQk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQWQk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQWQk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQWQk .modal-lg,
  .cid-vahEGyQWQk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQWQk .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQWQk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQWQk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQWQk .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQWQk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQWQk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQWQk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQWQk .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQWQk .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQWQk .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQWQk .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQWQk .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQWQk .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQWQk .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQWQk .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQWQk .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHLztUrBKX {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHLztUrBKX .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHLztUrBKX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHLztUrBKX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHLztUrBKX .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHLztUrBKX .menu_box .navbar.opened,
  .cid-uHLztUrBKX .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHLztUrBKX nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHLztUrBKX .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHLztUrBKX .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHLztUrBKX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHLztUrBKX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHLztUrBKX .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHLztUrBKX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHLztUrBKX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHLztUrBKX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHLztUrBKX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHLztUrBKX .offcanvas-body .mbr-text,
  .cid-uHLztUrBKX .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHLztUrBKX .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHLztUrBKX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHLztUrBKX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHLztUrBKX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHLztUrBKX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHLztUrBKX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHLztUrBKX .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHLztUrBKX .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHLztUrBKX ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHLztUrBKX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHLztUrBKX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .nav-item {
    margin: 0 !important;
  }
}
.cid-uHLztUrBKX .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHLztUrBKX .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHLztUrBKX .nav-item .nav-link:hover::before,
.cid-uHLztUrBKX .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHLztUrBKX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHLztUrBKX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHLztUrBKX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHLztUrBKX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHLztUrBKX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHLztUrBKX .offcanvas_box {
    display: none;
  }
}
.cid-uHLztUrBKX .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHLztUrBKX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHLztUrBKX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHLztUrBKX .container {
  display: flex;
  margin: auto;
}
.cid-uHLztUrBKX .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHLztUrBKX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHLztUrBKX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHLztUrBKX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHLztUrBKX .navbar-nav {
    margin: 0;
  }
}
.cid-uHLztUrBKX .dropdown-menu,
.cid-uHLztUrBKX .navbar.opened {
  background-color: true !important;
}
.cid-uHLztUrBKX .nav-item:focus,
.cid-uHLztUrBKX .nav-link:focus {
  outline: none;
}
.cid-uHLztUrBKX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHLztUrBKX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHLztUrBKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHLztUrBKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHLztUrBKX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHLztUrBKX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHLztUrBKX .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHLztUrBKX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHLztUrBKX .navbar.opened {
  transition: all 0.3s;
}
.cid-uHLztUrBKX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHLztUrBKX .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHLztUrBKX .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHLztUrBKX .navbar.collapsed {
  justify-content: center;
}
.cid-uHLztUrBKX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHLztUrBKX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHLztUrBKX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHLztUrBKX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHLztUrBKX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHLztUrBKX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHLztUrBKX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHLztUrBKX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHLztUrBKX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHLztUrBKX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHLztUrBKX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHLztUrBKX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHLztUrBKX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHLztUrBKX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHLztUrBKX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHLztUrBKX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHLztUrBKX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHLztUrBKX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHLztUrBKX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHLztUrBKX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHLztUrBKX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHLztUrBKX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHLztUrBKX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHLztUrBKX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHLztUrBKX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHLztUrBKX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHLztUrBKX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHLztUrBKX .dropdown-item.active,
.cid-uHLztUrBKX .dropdown-item:active {
  background-color: transparent;
}
.cid-uHLztUrBKX .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHLztUrBKX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHLztUrBKX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHLztUrBKX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHLztUrBKX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHLztUrBKX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHLztUrBKX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHLztUrBKX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHLztUrBKX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHLztUrBKX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHLztUrBKX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHLztUrBKX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHLztUrBKX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHLztUrBKX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHLztUrBKX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHLztUrBKX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHLztUrBKX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHLztUrBKX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHLztUrBKX .navbar {
    height: 70px;
  }
  .cid-uHLztUrBKX .navbar.opened {
    height: auto;
  }
  .cid-uHLztUrBKX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHLztUrBKX .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHLztUrBKX .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHLztUrBKX .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHLztUrBKX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHLztUrBKX .text_widget {
  margin-bottom: 32px;
}
.cid-uHLztUrBKX .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHLztUrBKX .text_widget a:hover,
.cid-uHLztUrBKX .text_widget a:focus {
  opacity: .8;
}
.cid-uHLztUrBKX .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHLztUrBKX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHLztUrBKX .navbar-caption {
  color: #000000;
}
.cid-uHLztUrBKX .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHLztUrBKX .mbr-section-subtitle,
.cid-uHLztUrBKX .text_widget,
.cid-uHLztUrBKX .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHLztUrBKX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHLztUrBKX .navbar-collapse {
  align-items: center;
}
.cid-uHLztVxfdc {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/graphic-recording-digitale-zukunft-1640x690.webp");
}
.cid-uHLztVxfdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLztVxfdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLztVxfdc .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHLztVxfdc .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHLztVxfdc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHLztVxfdc .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHLztVxfdc .container {
    padding: 0 20px;
  }
}
.cid-uHLztVxfdc .row {
  height: 100%;
}
.cid-uHLztVxfdc .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHLztVxfdc .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHLztVxfdc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHLztVxfdc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHLztVxfdc .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHLztVxfdc .mbr-section-title {
  color: #ffffff;
}
.cid-uHLztVxfdc .mbr-desc {
  color: #ffffff;
}
.cid-uHLztVxfdc .mbr-section-title,
.cid-uHLztVxfdc .mbr-section-btn {
  text-align: center;
}
.cid-uI5uYrjhNd {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uI5uYrjhNd {
    align-items: center;
  }
  .cid-uI5uYrjhNd .row {
    justify-content: center;
  }
}
.cid-uI5uYrjhNd p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uI5uYrjhNd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uI5uYrjhNd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uI5uYrjhNd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uI5uYrjhNd .content-wrap {
    width: 100%;
  }
}
.cid-uI5uYrjhNd .mbr-section-title {
  text-align: center;
  color: #002b56;
}
.cid-uI5uYrjhNd .mbr-text,
.cid-uI5uYrjhNd .mbr-section-btn {
  text-align: left;
  color: #6f94aa;
}
.cid-uI5uYrjhNd .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uI5uYrjhNd .mbr-section-title DIV {
  text-align: left;
}
.cid-uHLAihbgXk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uHLAihbgXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLAihbgXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLAihbgXk .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uHLAihbgXk .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHLAihbgXk .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uHLAihbgXk .mbr-section-title {
  color: #002b56;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHLAihbgXk .mbr-section-title {
    width: 100%;
  }
}
.cid-uHLAihbgXk .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHLAihbgXk .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uHLAihbgXk .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uHLAihbgXk .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uHLAihbgXk .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uHLAihbgXk .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uHLAihbgXk .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uHLAihbgXk .list-title {
    padding-bottom: 20px;
  }
}
.cid-uHLAihbgXk .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #6f94aa;
}
.cid-uHLAihbgXk li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uHLAihbgXk ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5uh5BOU4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5uh5BOU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5uh5BOU4 .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-uI5uh5BOU4 .container {
    padding: 0 20px;
  }
}
.cid-uI5uh5BOU4 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5uh5BOU4 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5uh5BOU4 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5uh5BOU4 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5uh5BOU4 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5uh5BOU4 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5uh5BOU4 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5uh5BOU4 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5uh5BOU4 .mbr-desc {
  color: #002b56;
}
.cid-uI5uh5BOU4 .panel-number {
  color: #00e000;
}
.cid-uI5uh5BOU4 .panel-title-edit {
  color: #00e000;
}
.cid-uI5uh5BOU4 .panel-text {
  color: #002b56;
}
.cid-uHLztWBRtg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHLztWBRtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLztWBRtg .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-uHLztWBRtg .container {
    padding: 0 20px;
  }
}
.cid-uHLztWBRtg .row {
  justify-content: center;
}
.cid-uHLztWBRtg .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHLztWBRtg .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHLztWBRtg .item {
    margin-bottom: 40px;
  }
}
.cid-uHLztWBRtg .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHLztWBRtg .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHLztWBRtg .item:hover .item-wrapper .item-img img,
.cid-uHLztWBRtg .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHLztWBRtg .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHLztWBRtg .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHLztWBRtg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHLztWBRtg .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHLztWBRtg .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHLztWBRtg .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHLztWBRtg .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHLztWBRtg .item a {
  display: block;
}
.cid-uHLztWBRtg .mbr-desc {
  color: #002b56;
  text-align: left;
}
.cid-uHLztWBRtg .card-title {
  color: #002b56;
}
.cid-uHLztX7HvT {
  padding-top: 175px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHLztX7HvT .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHLztX7HvT {
    background-position: right;
  }
}
.cid-uHLztX7HvT input,
.cid-uHLztX7HvT textarea {
  border-radius: 0;
}
.cid-uHLztX7HvT input:hover,
.cid-uHLztX7HvT textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHLztX7HvT .row {
  justify-content: flex-end;
}
.cid-uHLztX7HvT textarea {
  min-height: 200px;
}
.cid-uHLztX7HvT .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHLztX7HvT .col-auto {
    margin: auto;
  }
}
.cid-uHLztX7HvT .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHLztX7HvT .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHLztX7HvT .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHLztX7HvT .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHLztX7HvT .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHLztX7HvT .btn {
  padding: 1rem 3rem;
}
.cid-uHLztX7HvT .form-control,
.cid-uHLztX7HvT .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHLztX7HvT .form-control::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input::-webkit-input-placeholder,
.cid-uHLztX7HvT .form-control::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHLztX7HvT .form-control:-moz-placeholder,
.cid-uHLztX7HvT .field-input:-moz-placeholder,
.cid-uHLztX7HvT .form-control:-moz-placeholder,
.cid-uHLztX7HvT .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHLztX7HvT .form-control:hover,
.cid-uHLztX7HvT .field-input:hover,
.cid-uHLztX7HvT .form-control:focus,
.cid-uHLztX7HvT .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHLztX7HvT .form-control:hover::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input:hover::-webkit-input-placeholder,
.cid-uHLztX7HvT .form-control:focus::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input:focus::-webkit-input-placeholder,
.cid-uHLztX7HvT .form-control:hover::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input:hover::-webkit-input-placeholder,
.cid-uHLztX7HvT .form-control:focus::-webkit-input-placeholder,
.cid-uHLztX7HvT .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHLztX7HvT .form-control:hover:-moz-placeholder,
.cid-uHLztX7HvT .field-input:hover:-moz-placeholder,
.cid-uHLztX7HvT .form-control:focus:-moz-placeholder,
.cid-uHLztX7HvT .field-input:focus:-moz-placeholder,
.cid-uHLztX7HvT .form-control:hover:-moz-placeholder,
.cid-uHLztX7HvT .field-input:hover:-moz-placeholder,
.cid-uHLztX7HvT .form-control:focus:-moz-placeholder,
.cid-uHLztX7HvT .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHLztX7HvT .jq-number__spin:hover,
.cid-uHLztX7HvT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHLztX7HvT .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHLztX7HvT .jq-selectbox li,
.cid-uHLztX7HvT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHLztX7HvT .jq-selectbox li:hover,
.cid-uHLztX7HvT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHLztX7HvT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHLztX7HvT .jq-number__spin.minus:hover:after,
.cid-uHLztX7HvT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHLztX7HvT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHLztX7HvT .jq-number__spin.minus:after,
.cid-uHLztX7HvT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHLztX7HvT .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHLztX7HvT .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHLztX7HvT .soc-link,
.cid-uHLztX7HvT .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHLztXxama {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHLztXxama .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHLztXxama .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHLztXxama .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHLztXxama .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHLztXxama .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHLztXxama .container {
    padding: 0 20px;
  }
}
.cid-uHLztXxama .row {
  justify-content: center;
}
.cid-uHLztXxama .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHLztXxama .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHLztXxama .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHLztXxama .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHLztXxama .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHLztXxama .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHLztXxama .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHLztXxama .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHLztXxama .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHLztXxama .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHLztXxama .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHLztXxama .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHLztXxama .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHLztXxama .nav-wrapper .list .item-wrap:hover,
.cid-uHLztXxama .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHLztXxama .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHLztXxama .mbr-text {
  color: #000000;
}
.cid-uHLztXxama .mbr-list-title {
  color: #002b56;
}
.cid-uHLztXxama b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHLztXxama .list {
  color: #9a9a9a;
}
.cid-uHLztXxama .list,
.cid-uHLztXxama .item-wrap,
.cid-uHLztXxama .contacts-wrapper {
  color: #006a00;
}
.cid-uHLztXxama .mbr-text,
.cid-uHLztXxama .text-wrap,
.cid-uHLztXxama .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHLztXxama .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyQOnI.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQOnI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQOnI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQOnI .modal-content,
.cid-vahEGyQOnI .modal-dialog {
  height: auto;
}
.cid-vahEGyQOnI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQOnI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQOnI .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQOnI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQOnI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQOnI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQOnI .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQOnI .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQOnI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQOnI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQOnI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQOnI .modal-open {
  overflow: hidden;
}
.cid-vahEGyQOnI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQOnI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQOnI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQOnI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQOnI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQOnI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQOnI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQOnI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQOnI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQOnI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQOnI .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQOnI .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQOnI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQOnI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQOnI .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQOnI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQOnI .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQOnI .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQOnI .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQOnI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQOnI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQOnI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQOnI .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQOnI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQOnI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQOnI .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQOnI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQOnI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQOnI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQOnI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQOnI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQOnI .modal-lg,
  .cid-vahEGyQOnI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQOnI .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQOnI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQOnI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQOnI .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQOnI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQOnI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQOnI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQOnI .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQOnI .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQOnI .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQOnI .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQOnI .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQOnI .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQOnI .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQOnI .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQOnI .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHnDykTIxI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHnDykTIxI .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHnDykTIxI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHnDykTIxI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHnDykTIxI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHnDykTIxI .menu_box .navbar.opened,
  .cid-uHnDykTIxI .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHnDykTIxI nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHnDykTIxI .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHnDykTIxI .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHnDykTIxI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHnDykTIxI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHnDykTIxI .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHnDykTIxI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHnDykTIxI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHnDykTIxI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHnDykTIxI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHnDykTIxI .offcanvas-body .mbr-text,
  .cid-uHnDykTIxI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHnDykTIxI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHnDykTIxI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHnDykTIxI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHnDykTIxI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHnDykTIxI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHnDykTIxI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHnDykTIxI .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHnDykTIxI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHnDykTIxI ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHnDykTIxI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHnDykTIxI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .nav-item {
    margin: 0 !important;
  }
}
.cid-uHnDykTIxI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHnDykTIxI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDykTIxI .nav-item .nav-link:hover::before,
.cid-uHnDykTIxI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHnDykTIxI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHnDykTIxI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHnDykTIxI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHnDykTIxI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHnDykTIxI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHnDykTIxI .offcanvas_box {
    display: none;
  }
}
.cid-uHnDykTIxI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHnDykTIxI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHnDykTIxI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHnDykTIxI .container {
  display: flex;
  margin: auto;
}
.cid-uHnDykTIxI .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHnDykTIxI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHnDykTIxI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHnDykTIxI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHnDykTIxI .navbar-nav {
    margin: 0;
  }
}
.cid-uHnDykTIxI .dropdown-menu,
.cid-uHnDykTIxI .navbar.opened {
  background-color: true !important;
}
.cid-uHnDykTIxI .nav-item:focus,
.cid-uHnDykTIxI .nav-link:focus {
  outline: none;
}
.cid-uHnDykTIxI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHnDykTIxI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHnDykTIxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHnDykTIxI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHnDykTIxI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHnDykTIxI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHnDykTIxI .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHnDykTIxI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHnDykTIxI .navbar.opened {
  transition: all 0.3s;
}
.cid-uHnDykTIxI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHnDykTIxI .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHnDykTIxI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHnDykTIxI .navbar.collapsed {
  justify-content: center;
}
.cid-uHnDykTIxI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHnDykTIxI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHnDykTIxI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHnDykTIxI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHnDykTIxI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHnDykTIxI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHnDykTIxI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHnDykTIxI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHnDykTIxI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHnDykTIxI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHnDykTIxI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHnDykTIxI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHnDykTIxI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHnDykTIxI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHnDykTIxI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHnDykTIxI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHnDykTIxI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHnDykTIxI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHnDykTIxI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHnDykTIxI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHnDykTIxI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHnDykTIxI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHnDykTIxI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHnDykTIxI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHnDykTIxI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHnDykTIxI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHnDykTIxI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHnDykTIxI .dropdown-item.active,
.cid-uHnDykTIxI .dropdown-item:active {
  background-color: transparent;
}
.cid-uHnDykTIxI .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHnDykTIxI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHnDykTIxI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHnDykTIxI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHnDykTIxI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHnDykTIxI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHnDykTIxI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHnDykTIxI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHnDykTIxI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHnDykTIxI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHnDykTIxI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHnDykTIxI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHnDykTIxI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHnDykTIxI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHnDykTIxI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHnDykTIxI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHnDykTIxI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHnDykTIxI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHnDykTIxI .navbar {
    height: 70px;
  }
  .cid-uHnDykTIxI .navbar.opened {
    height: auto;
  }
  .cid-uHnDykTIxI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHnDykTIxI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHnDykTIxI .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHnDykTIxI .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHnDykTIxI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHnDykTIxI .text_widget {
  margin-bottom: 32px;
}
.cid-uHnDykTIxI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHnDykTIxI .text_widget a:hover,
.cid-uHnDykTIxI .text_widget a:focus {
  opacity: .8;
}
.cid-uHnDykTIxI .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHnDykTIxI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHnDykTIxI .navbar-caption {
  color: #000000;
}
.cid-uHnDykTIxI .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHnDykTIxI .mbr-section-subtitle,
.cid-uHnDykTIxI .text_widget,
.cid-uHnDykTIxI .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHnDykTIxI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHnDykTIxI .navbar-collapse {
  align-items: center;
}
.cid-uHGIgRgyFJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2016.10.09.street-art-square-paphos-img-7215-2000x1333.webp");
}
.cid-uHGIgRgyFJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uHGIgRgyFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGIgRgyFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHGIgRgyFJ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uHGIgRgyFJ .image-wrap {
    height: 300px;
  }
}
.cid-uHnDylQ8Uk {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHnDylQ8Uk {
    align-items: center;
  }
  .cid-uHnDylQ8Uk .row {
    justify-content: center;
  }
}
.cid-uHnDylQ8Uk p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHnDylQ8Uk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHnDylQ8Uk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHnDylQ8Uk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHnDylQ8Uk .content-wrap {
    width: 100%;
  }
}
.cid-uHnDylQ8Uk .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uHnDylQ8Uk .mbr-text,
.cid-uHnDylQ8Uk .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHnDylQ8Uk .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHnF6btC0s {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnF6btC0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnF6btC0s .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-uHnF6btC0s .container {
    padding: 0 20px;
  }
}
.cid-uHnF6btC0s .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnF6btC0s .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uHnF6btC0s .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uHnF6btC0s .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uHnF6btC0s .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHnF6btC0s .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #03d202;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #001062;
  transition: all 0.3s ease-in-out;
}
.cid-uHnF6btC0s .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #001062;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHnF6btC0s .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uHnF6btC0s .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uHnF6btC0s .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uHnF6btC0s .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uHnF6btC0s .mbr-desc {
  color: #487087;
}
.cid-uHnF6btC0s .panel-number {
  color: #03d202;
}
.cid-uHnF6btC0s .panel-title-edit {
  color: #03d202;
}
.cid-uHnF6btC0s .panel-text {
  color: #002b56;
}
.cid-uHGNbcttnD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHGNbcttnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHGNbcttnD .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-uHGNbcttnD .container {
    padding: 0 20px;
  }
}
.cid-uHGNbcttnD .row {
  justify-content: center;
}
.cid-uHGNbcttnD .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHGNbcttnD .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHGNbcttnD .item {
    margin-bottom: 40px;
  }
}
.cid-uHGNbcttnD .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHGNbcttnD .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHGNbcttnD .item:hover .item-wrapper .item-img img,
.cid-uHGNbcttnD .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHGNbcttnD .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHGNbcttnD .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHGNbcttnD .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHGNbcttnD .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHGNbcttnD .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHGNbcttnD .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHGNbcttnD .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHGNbcttnD .item a {
  display: block;
}
.cid-uHGNbcttnD .mbr-desc {
  color: #487087;
}
.cid-uHGNbcttnD .card-title {
  color: #00e000;
}
.cid-uHnDymkaKK {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDymkaKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDymkaKK .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-uHnDymkaKK .container {
    padding: 0 20px;
  }
}
.cid-uHnDymkaKK .row {
  justify-content: space-between;
}
.cid-uHnDymkaKK .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDymkaKK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDymkaKK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDymkaKK .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDymkaKK .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDymkaKK .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDymkaKK .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDymkaKK .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDymkaKK .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00ff00;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDymkaKK .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDymkaKK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDymkaKK .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDymkaKK .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDymkaKK .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDymkaKK .mbr-section-title {
  color: #1a4b7c;
  text-align: left;
}
.cid-uHnDymkaKK .mbr-link {
  color: #000000;
}
.cid-uHnDymkaKK .mbr-desc {
  color: #03d202;
}
.cid-uHnDymkaKK .mbr-text {
  color: #0b3e71;
}
.cid-uHnDymkaKK .mbr-link,
.cid-uHnDymkaKK .link-wrapper {
  color: #03d202;
}
.cid-uHnDymJVIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDymJVIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDymJVIE .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-uHnDymJVIE .container {
    padding: 0 20px;
  }
}
.cid-uHnDymJVIE .row {
  justify-content: space-between;
}
.cid-uHnDymJVIE .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDymJVIE .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDymJVIE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDymJVIE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDymJVIE .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDymJVIE .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDymJVIE .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDymJVIE .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDymJVIE .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDymJVIE .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDymJVIE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDymJVIE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDymJVIE .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDymJVIE .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDymJVIE .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHnDymJVIE .mbr-link {
  color: #000000;
}
.cid-uHnDymJVIE .mbr-desc {
  color: #00e000;
}
.cid-uHnDymJVIE .mbr-text {
  color: #0b3e71;
}
.cid-uHnDymJVIE .mbr-link,
.cid-uHnDymJVIE .link-wrapper {
  color: #00e000;
}
.cid-uHnDyn9c1R {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-uHnDyn9c1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyn9c1R .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-uHnDyn9c1R .container {
    padding: 0 20px;
  }
}
.cid-uHnDyn9c1R .row {
  justify-content: space-between;
}
.cid-uHnDyn9c1R .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyn9c1R .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyn9c1R .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyn9c1R .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyn9c1R .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyn9c1R .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyn9c1R .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyn9c1R .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyn9c1R .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyn9c1R .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHnDyn9c1R .mbr-link {
  color: #000000;
}
.cid-uHnDyn9c1R .mbr-desc {
  color: #00e000;
}
.cid-uHnDyn9c1R .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyn9c1R .mbr-link,
.cid-uHnDyn9c1R .link-wrapper {
  color: #00e000;
}
.cid-uHnDynzsow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDynzsow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDynzsow .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-uHnDynzsow .container {
    padding: 0 20px;
  }
}
.cid-uHnDynzsow .row {
  justify-content: space-between;
}
.cid-uHnDynzsow .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDynzsow .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDynzsow .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDynzsow .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDynzsow .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDynzsow .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDynzsow .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDynzsow .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDynzsow .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDynzsow .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDynzsow .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDynzsow .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDynzsow .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDynzsow .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDynzsow .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHnDynzsow .mbr-link {
  color: #000000;
}
.cid-uHnDynzsow .mbr-desc {
  color: #00e000;
}
.cid-uHnDynzsow .mbr-text {
  color: #0b3e71;
}
.cid-uHnDynzsow .mbr-link,
.cid-uHnDynzsow .link-wrapper {
  color: #00e000;
}
.cid-uHnDyo5rPP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyo5rPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyo5rPP .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-uHnDyo5rPP .container {
    padding: 0 20px;
  }
}
.cid-uHnDyo5rPP .row {
  justify-content: space-between;
}
.cid-uHnDyo5rPP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyo5rPP .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyo5rPP .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyo5rPP .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyo5rPP .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyo5rPP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyo5rPP .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyo5rPP .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyo5rPP .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyo5rPP .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyo5rPP .mbr-link {
  color: #000000;
}
.cid-uHnDyo5rPP .mbr-desc {
  color: #00e000;
}
.cid-uHnDyo5rPP .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyo5rPP .mbr-link,
.cid-uHnDyo5rPP .link-wrapper {
  color: #00e000;
}
.cid-uHnDyowFtY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyowFtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyowFtY .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-uHnDyowFtY .container {
    padding: 0 20px;
  }
}
.cid-uHnDyowFtY .row {
  justify-content: space-between;
}
.cid-uHnDyowFtY .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyowFtY .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyowFtY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyowFtY .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyowFtY .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyowFtY .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyowFtY .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyowFtY .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyowFtY .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyowFtY .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyowFtY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyowFtY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyowFtY .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyowFtY .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyowFtY .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyowFtY .mbr-link {
  color: #000000;
}
.cid-uHnDyowFtY .mbr-desc {
  color: #00e000;
}
.cid-uHnDyowFtY .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyowFtY .mbr-link,
.cid-uHnDyowFtY .link-wrapper {
  color: #00e000;
}
.cid-uHnDyoYLrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyoYLrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyoYLrw .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-uHnDyoYLrw .container {
    padding: 0 20px;
  }
}
.cid-uHnDyoYLrw .row {
  justify-content: space-between;
}
.cid-uHnDyoYLrw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyoYLrw .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyoYLrw .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyoYLrw .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyoYLrw .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyoYLrw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyoYLrw .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyoYLrw .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyoYLrw .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyoYLrw .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyoYLrw .mbr-link {
  color: #000000;
}
.cid-uHnDyoYLrw .mbr-desc {
  color: #00e000;
}
.cid-uHnDyoYLrw .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyoYLrw .mbr-link,
.cid-uHnDyoYLrw .link-wrapper {
  color: #00e000;
}
.cid-uHnDyprLmV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyprLmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyprLmV .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-uHnDyprLmV .container {
    padding: 0 20px;
  }
}
.cid-uHnDyprLmV .row {
  justify-content: space-between;
}
.cid-uHnDyprLmV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyprLmV .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyprLmV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyprLmV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyprLmV .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyprLmV .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyprLmV .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyprLmV .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyprLmV .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyprLmV .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyprLmV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyprLmV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyprLmV .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyprLmV .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyprLmV .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyprLmV .mbr-link {
  color: #000000;
}
.cid-uHnDyprLmV .mbr-desc {
  color: #00e000;
}
.cid-uHnDyprLmV .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyprLmV .mbr-link,
.cid-uHnDyprLmV .link-wrapper {
  color: #00e000;
}
.cid-uHnDypUqB0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDypUqB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDypUqB0 .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-uHnDypUqB0 .container {
    padding: 0 20px;
  }
}
.cid-uHnDypUqB0 .row {
  justify-content: space-between;
}
.cid-uHnDypUqB0 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDypUqB0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDypUqB0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDypUqB0 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDypUqB0 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDypUqB0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDypUqB0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDypUqB0 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDypUqB0 .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDypUqB0 .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDypUqB0 .mbr-link {
  color: #000000;
}
.cid-uHnDypUqB0 .mbr-desc {
  color: #00e000;
}
.cid-uHnDypUqB0 .mbr-text {
  color: #0b3e71;
}
.cid-uHnDypUqB0 .mbr-link,
.cid-uHnDypUqB0 .link-wrapper {
  color: #00e000;
}
.cid-uHnDyqlutS {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyqlutS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyqlutS .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-uHnDyqlutS .container {
    padding: 0 20px;
  }
}
.cid-uHnDyqlutS .row {
  justify-content: space-between;
}
.cid-uHnDyqlutS .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyqlutS .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyqlutS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyqlutS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyqlutS .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyqlutS .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyqlutS .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyqlutS .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyqlutS .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyqlutS .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyqlutS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyqlutS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyqlutS .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyqlutS .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyqlutS .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyqlutS .mbr-link {
  color: #000000;
}
.cid-uHnDyqlutS .mbr-desc {
  color: #00e000;
}
.cid-uHnDyqlutS .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyqlutS .mbr-link,
.cid-uHnDyqlutS .link-wrapper {
  color: #00e000;
}
.cid-uHnDyqNnMW {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyqNnMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyqNnMW .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-uHnDyqNnMW .container {
    padding: 0 20px;
  }
}
.cid-uHnDyqNnMW .row {
  justify-content: space-between;
}
.cid-uHnDyqNnMW .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyqNnMW .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyqNnMW .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyqNnMW .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyqNnMW .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyqNnMW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyqNnMW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyqNnMW .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyqNnMW .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyqNnMW .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyqNnMW .mbr-link {
  color: #000000;
}
.cid-uHnDyqNnMW .mbr-desc {
  color: #00e000;
}
.cid-uHnDyqNnMW .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyqNnMW .mbr-link,
.cid-uHnDyqNnMW .link-wrapper {
  color: #00e000;
}
.cid-uHnDyreEj4 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyreEj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyreEj4 .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-uHnDyreEj4 .container {
    padding: 0 20px;
  }
}
.cid-uHnDyreEj4 .row {
  justify-content: space-between;
}
.cid-uHnDyreEj4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyreEj4 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyreEj4 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyreEj4 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyreEj4 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyreEj4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyreEj4 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyreEj4 .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyreEj4 .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyreEj4 .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyreEj4 .mbr-link {
  color: #000000;
}
.cid-uHnDyreEj4 .mbr-desc {
  color: #00e000;
}
.cid-uHnDyreEj4 .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyreEj4 .mbr-link,
.cid-uHnDyreEj4 .link-wrapper {
  color: #00e000;
}
.cid-uHnDyrLRAk {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDyrLRAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyrLRAk .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-uHnDyrLRAk .container {
    padding: 0 20px;
  }
}
.cid-uHnDyrLRAk .row {
  justify-content: space-between;
}
.cid-uHnDyrLRAk .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyrLRAk .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyrLRAk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyrLRAk .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyrLRAk .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyrLRAk .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyrLRAk .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyrLRAk .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyrLRAk .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyrLRAk .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyrLRAk .mbr-link {
  color: #000000;
}
.cid-uHnDyrLRAk .mbr-desc {
  color: #00e000;
}
.cid-uHnDyrLRAk .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyrLRAk .mbr-link,
.cid-uHnDyrLRAk .link-wrapper {
  color: #00e000;
}
.cid-uHnDysie6e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDysie6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDysie6e .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-uHnDysie6e .container {
    padding: 0 20px;
  }
}
.cid-uHnDysie6e .row {
  justify-content: space-between;
}
.cid-uHnDysie6e .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDysie6e .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDysie6e .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDysie6e .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDysie6e .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDysie6e .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDysie6e .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDysie6e .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDysie6e .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDysie6e .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDysie6e .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDysie6e .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDysie6e .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDysie6e .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDysie6e .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDysie6e .mbr-link {
  color: #000000;
}
.cid-uHnDysie6e .mbr-desc {
  color: #00e000;
}
.cid-uHnDysie6e .mbr-text {
  color: #0b3e71;
}
.cid-uHnDysie6e .mbr-link,
.cid-uHnDysie6e .link-wrapper {
  color: #00e000;
}
.cid-uHnDysPKJt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHnDysPKJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDysPKJt .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-uHnDysPKJt .container {
    padding: 0 20px;
  }
}
.cid-uHnDysPKJt .row {
  justify-content: space-between;
}
.cid-uHnDysPKJt .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDysPKJt .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDysPKJt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDysPKJt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDysPKJt .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDysPKJt .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDysPKJt .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDysPKJt .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDysPKJt .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDysPKJt .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDysPKJt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDysPKJt .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDysPKJt .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDysPKJt .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDysPKJt .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDysPKJt .mbr-link {
  color: #000000;
}
.cid-uHnDysPKJt .mbr-desc {
  color: #00e000;
}
.cid-uHnDysPKJt .mbr-text {
  color: #0b3e71;
}
.cid-uHnDysPKJt .mbr-link,
.cid-uHnDysPKJt .link-wrapper {
  color: #00e000;
}
.cid-uHnDytlmDu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHnDytlmDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDytlmDu .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-uHnDytlmDu .container {
    padding: 0 20px;
  }
}
.cid-uHnDytlmDu .row {
  justify-content: space-between;
}
.cid-uHnDytlmDu .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDytlmDu .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDytlmDu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDytlmDu .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDytlmDu .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDytlmDu .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDytlmDu .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDytlmDu .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDytlmDu .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDytlmDu .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDytlmDu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDytlmDu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDytlmDu .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDytlmDu .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDytlmDu .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDytlmDu .mbr-link {
  color: #000000;
}
.cid-uHnDytlmDu .mbr-desc {
  color: #00e000;
}
.cid-uHnDytlmDu .mbr-text {
  color: #0b3e71;
}
.cid-uHnDytlmDu .mbr-link,
.cid-uHnDytlmDu .link-wrapper {
  color: #00e000;
}
.cid-uHnDyughHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHnDyughHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyughHS .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-uHnDyughHS .container {
    padding: 0 20px;
  }
}
.cid-uHnDyughHS .row {
  justify-content: space-between;
}
.cid-uHnDyughHS .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyughHS .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyughHS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyughHS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyughHS .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyughHS .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyughHS .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyughHS .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyughHS .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyughHS .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyughHS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyughHS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyughHS .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyughHS .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyughHS .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyughHS .mbr-link {
  color: #000000;
}
.cid-uHnDyughHS .mbr-desc {
  color: #00e000;
}
.cid-uHnDyughHS .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyughHS .mbr-link,
.cid-uHnDyughHS .link-wrapper {
  color: #00e000;
}
.cid-uHnDyuYLrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHnDyuYLrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyuYLrf .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-uHnDyuYLrf .container {
    padding: 0 20px;
  }
}
.cid-uHnDyuYLrf .row {
  justify-content: space-between;
}
.cid-uHnDyuYLrf .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyuYLrf .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyuYLrf .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyuYLrf .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyuYLrf .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyuYLrf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyuYLrf .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyuYLrf .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyuYLrf .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyuYLrf .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyuYLrf .mbr-link {
  color: #000000;
}
.cid-uHnDyuYLrf .mbr-desc {
  color: #00e000;
}
.cid-uHnDyuYLrf .mbr-text {
  color: #0b3e71;
}
.cid-uHnDyuYLrf .mbr-link,
.cid-uHnDyuYLrf .link-wrapper {
  color: #00e000;
}
.cid-uHnDyvGRjK {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-uHnDyvGRjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyvGRjK .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-uHnDyvGRjK .container {
    padding: 0 20px;
  }
}
.cid-uHnDyvGRjK .row {
  justify-content: space-between;
}
.cid-uHnDyvGRjK .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyvGRjK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHnDyvGRjK .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uHnDyvGRjK .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyvGRjK .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHnDyvGRjK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHnDyvGRjK .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHnDyvGRjK .image-wrapper img {
  height: 750px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uHnDyvGRjK .image-wrapper img {
    height: 450px;
  }
}
.cid-uHnDyvGRjK .mbr-section-title {
  color: #0b3e71;
}
.cid-uHnDyvGRjK .mbr-link {
  color: #000000;
}
.cid-uHnDyvGRjK .mbr-desc {
  color: #00e000;
}
.cid-uHnDyvGRjK .mbr-text {
  color: #0b3e71;
  text-align: left;
}
.cid-uHnDyvGRjK .mbr-link,
.cid-uHnDyvGRjK .link-wrapper {
  color: #00e000;
}
.cid-uHnDyxbQgb {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci.webp");
}
.cid-uHnDyxbQgb .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHnDyxbQgb {
    background-position: right;
  }
}
.cid-uHnDyxbQgb input,
.cid-uHnDyxbQgb textarea {
  border-radius: 0;
}
.cid-uHnDyxbQgb input:hover,
.cid-uHnDyxbQgb textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHnDyxbQgb .row {
  justify-content: flex-end;
}
.cid-uHnDyxbQgb textarea {
  min-height: 200px;
}
.cid-uHnDyxbQgb .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHnDyxbQgb .col-auto {
    margin: auto;
  }
}
.cid-uHnDyxbQgb .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHnDyxbQgb .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHnDyxbQgb .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHnDyxbQgb .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHnDyxbQgb .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHnDyxbQgb .btn {
  padding: 1rem 3rem;
}
.cid-uHnDyxbQgb .form-control,
.cid-uHnDyxbQgb .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHnDyxbQgb .form-control::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input::-webkit-input-placeholder,
.cid-uHnDyxbQgb .form-control::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHnDyxbQgb .form-control:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:-moz-placeholder,
.cid-uHnDyxbQgb .form-control:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHnDyxbQgb .form-control:hover,
.cid-uHnDyxbQgb .field-input:hover,
.cid-uHnDyxbQgb .form-control:focus,
.cid-uHnDyxbQgb .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHnDyxbQgb .form-control:hover::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input:hover::-webkit-input-placeholder,
.cid-uHnDyxbQgb .form-control:focus::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input:focus::-webkit-input-placeholder,
.cid-uHnDyxbQgb .form-control:hover::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input:hover::-webkit-input-placeholder,
.cid-uHnDyxbQgb .form-control:focus::-webkit-input-placeholder,
.cid-uHnDyxbQgb .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHnDyxbQgb .form-control:hover:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:hover:-moz-placeholder,
.cid-uHnDyxbQgb .form-control:focus:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:focus:-moz-placeholder,
.cid-uHnDyxbQgb .form-control:hover:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:hover:-moz-placeholder,
.cid-uHnDyxbQgb .form-control:focus:-moz-placeholder,
.cid-uHnDyxbQgb .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHnDyxbQgb .jq-number__spin:hover,
.cid-uHnDyxbQgb .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHnDyxbQgb .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHnDyxbQgb .jq-selectbox li,
.cid-uHnDyxbQgb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHnDyxbQgb .jq-selectbox li:hover,
.cid-uHnDyxbQgb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHnDyxbQgb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHnDyxbQgb .jq-number__spin.minus:hover:after,
.cid-uHnDyxbQgb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHnDyxbQgb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHnDyxbQgb .jq-number__spin.minus:after,
.cid-uHnDyxbQgb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHnDyxbQgb .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHnDyxbQgb .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHnDyxbQgb .soc-link,
.cid-uHnDyxbQgb .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHnDyy6dLx {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHnDyy6dLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHnDyy6dLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHnDyy6dLx .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHnDyy6dLx .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .container {
    padding: 0 20px;
  }
}
.cid-uHnDyy6dLx .row {
  justify-content: center;
}
.cid-uHnDyy6dLx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHnDyy6dLx .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHnDyy6dLx .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHnDyy6dLx .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHnDyy6dLx .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHnDyy6dLx .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHnDyy6dLx .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHnDyy6dLx .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHnDyy6dLx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHnDyy6dLx .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHnDyy6dLx .nav-wrapper .list .item-wrap:hover,
.cid-uHnDyy6dLx .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHnDyy6dLx .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHnDyy6dLx .mbr-text {
  color: #000000;
}
.cid-uHnDyy6dLx .mbr-list-title {
  color: #002b56;
}
.cid-uHnDyy6dLx b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHnDyy6dLx .list {
  color: #9a9a9a;
}
.cid-uHnDyy6dLx .list,
.cid-uHnDyy6dLx .item-wrap,
.cid-uHnDyy6dLx .contacts-wrapper {
  color: #006a00;
}
.cid-uHnDyy6dLx .mbr-text,
.cid-uHnDyy6dLx .text-wrap,
.cid-uHnDyy6dLx .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHnDyy6dLx .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHnKHk4Gvy.popup-builder {
  background-color: #ffffff;
}
.cid-uHnKHk4Gvy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHnKHk4Gvy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHnKHk4Gvy .modal-content,
.cid-uHnKHk4Gvy .modal-dialog {
  height: auto;
}
.cid-uHnKHk4Gvy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHnKHk4Gvy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHnKHk4Gvy .form-wrapper .mbr-form .form-group,
  .cid-uHnKHk4Gvy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHnKHk4Gvy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHnKHk4Gvy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHnKHk4Gvy .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHnKHk4Gvy .pt-0 {
  padding-top: 0 !important;
}
.cid-uHnKHk4Gvy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHnKHk4Gvy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHnKHk4Gvy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHnKHk4Gvy .modal-open {
  overflow: hidden;
}
.cid-uHnKHk4Gvy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHnKHk4Gvy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHnKHk4Gvy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHnKHk4Gvy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHnKHk4Gvy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHnKHk4Gvy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHnKHk4Gvy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHnKHk4Gvy .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHnKHk4Gvy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHnKHk4Gvy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHnKHk4Gvy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHnKHk4Gvy .modal-backdrop.show {
  opacity: .5;
}
.cid-uHnKHk4Gvy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHnKHk4Gvy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHnKHk4Gvy .modal-header {
    padding: 1rem;
  }
}
.cid-uHnKHk4Gvy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHnKHk4Gvy .modal-header .close svg {
  fill: #03d202;
}
.cid-uHnKHk4Gvy .modal-header .close:hover {
  opacity: 1;
}
.cid-uHnKHk4Gvy .modal-header .close:focus {
  outline: none;
}
.cid-uHnKHk4Gvy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHnKHk4Gvy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHnKHk4Gvy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHnKHk4Gvy .modal-body {
    padding: 1rem;
  }
}
.cid-uHnKHk4Gvy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHnKHk4Gvy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHnKHk4Gvy .modal-footer {
    padding: 1rem;
  }
}
.cid-uHnKHk4Gvy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHnKHk4Gvy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHnKHk4Gvy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHnKHk4Gvy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHnKHk4Gvy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHnKHk4Gvy .modal-lg,
  .cid-uHnKHk4Gvy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHnKHk4Gvy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHnKHk4Gvy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHnKHk4Gvy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHnKHk4Gvy .form-group {
  margin-bottom: 1rem;
}
.cid-uHnKHk4Gvy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHnKHk4Gvy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHnKHk4Gvy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHnKHk4Gvy .mbr-section-btn {
  margin: 0;
}
.cid-uHnKHk4Gvy .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQ2yj.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyQ2yj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyQ2yj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyQ2yj .modal-content,
.cid-vahEGyQ2yj .modal-dialog {
  height: auto;
}
.cid-vahEGyQ2yj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyQ2yj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyQ2yj .form-wrapper .mbr-form .form-group,
  .cid-vahEGyQ2yj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyQ2yj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyQ2yj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyQ2yj .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyQ2yj .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyQ2yj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyQ2yj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyQ2yj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyQ2yj .modal-open {
  overflow: hidden;
}
.cid-vahEGyQ2yj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyQ2yj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyQ2yj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyQ2yj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyQ2yj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyQ2yj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyQ2yj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyQ2yj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyQ2yj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyQ2yj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyQ2yj .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyQ2yj .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyQ2yj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyQ2yj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQ2yj .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyQ2yj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyQ2yj .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyQ2yj .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyQ2yj .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyQ2yj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyQ2yj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyQ2yj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQ2yj .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyQ2yj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyQ2yj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyQ2yj .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyQ2yj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyQ2yj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyQ2yj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyQ2yj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyQ2yj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyQ2yj .modal-lg,
  .cid-vahEGyQ2yj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyQ2yj .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyQ2yj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyQ2yj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyQ2yj .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyQ2yj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyQ2yj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyQ2yj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyQ2yj .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyQ2yj .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyQ2yj .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyQ2yj .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyQ2yj .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyQ2yj .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyQ2yj .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyQ2yj .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyQ2yj .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHNaKV2LRT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHNaKV2LRT .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHNaKV2LRT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHNaKV2LRT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHNaKV2LRT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHNaKV2LRT .menu_box .navbar.opened,
  .cid-uHNaKV2LRT .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHNaKV2LRT nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHNaKV2LRT .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHNaKV2LRT .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHNaKV2LRT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHNaKV2LRT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHNaKV2LRT .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHNaKV2LRT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHNaKV2LRT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHNaKV2LRT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHNaKV2LRT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHNaKV2LRT .offcanvas-body .mbr-text,
  .cid-uHNaKV2LRT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHNaKV2LRT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHNaKV2LRT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHNaKV2LRT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHNaKV2LRT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHNaKV2LRT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHNaKV2LRT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHNaKV2LRT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHNaKV2LRT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHNaKV2LRT ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHNaKV2LRT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHNaKV2LRT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .nav-item {
    margin: 0 !important;
  }
}
.cid-uHNaKV2LRT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHNaKV2LRT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHNaKV2LRT .nav-item .nav-link:hover::before,
.cid-uHNaKV2LRT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHNaKV2LRT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHNaKV2LRT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHNaKV2LRT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHNaKV2LRT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHNaKV2LRT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHNaKV2LRT .offcanvas_box {
    display: none;
  }
}
.cid-uHNaKV2LRT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHNaKV2LRT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHNaKV2LRT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHNaKV2LRT .container {
  display: flex;
  margin: auto;
}
.cid-uHNaKV2LRT .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHNaKV2LRT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHNaKV2LRT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHNaKV2LRT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHNaKV2LRT .navbar-nav {
    margin: 0;
  }
}
.cid-uHNaKV2LRT .dropdown-menu,
.cid-uHNaKV2LRT .navbar.opened {
  background-color: true !important;
}
.cid-uHNaKV2LRT .nav-item:focus,
.cid-uHNaKV2LRT .nav-link:focus {
  outline: none;
}
.cid-uHNaKV2LRT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHNaKV2LRT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHNaKV2LRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHNaKV2LRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHNaKV2LRT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHNaKV2LRT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHNaKV2LRT .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHNaKV2LRT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHNaKV2LRT .navbar.opened {
  transition: all 0.3s;
}
.cid-uHNaKV2LRT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHNaKV2LRT .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHNaKV2LRT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHNaKV2LRT .navbar.collapsed {
  justify-content: center;
}
.cid-uHNaKV2LRT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHNaKV2LRT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHNaKV2LRT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHNaKV2LRT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHNaKV2LRT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHNaKV2LRT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHNaKV2LRT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHNaKV2LRT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHNaKV2LRT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHNaKV2LRT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHNaKV2LRT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHNaKV2LRT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHNaKV2LRT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHNaKV2LRT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHNaKV2LRT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHNaKV2LRT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHNaKV2LRT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHNaKV2LRT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHNaKV2LRT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHNaKV2LRT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHNaKV2LRT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHNaKV2LRT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHNaKV2LRT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHNaKV2LRT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHNaKV2LRT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHNaKV2LRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHNaKV2LRT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHNaKV2LRT .dropdown-item.active,
.cid-uHNaKV2LRT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHNaKV2LRT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHNaKV2LRT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHNaKV2LRT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHNaKV2LRT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHNaKV2LRT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHNaKV2LRT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHNaKV2LRT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHNaKV2LRT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHNaKV2LRT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHNaKV2LRT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNaKV2LRT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNaKV2LRT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHNaKV2LRT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNaKV2LRT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHNaKV2LRT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHNaKV2LRT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNaKV2LRT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHNaKV2LRT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHNaKV2LRT .navbar {
    height: 70px;
  }
  .cid-uHNaKV2LRT .navbar.opened {
    height: auto;
  }
  .cid-uHNaKV2LRT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHNaKV2LRT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHNaKV2LRT .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHNaKV2LRT .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHNaKV2LRT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHNaKV2LRT .text_widget {
  margin-bottom: 32px;
}
.cid-uHNaKV2LRT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHNaKV2LRT .text_widget a:hover,
.cid-uHNaKV2LRT .text_widget a:focus {
  opacity: .8;
}
.cid-uHNaKV2LRT .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHNaKV2LRT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHNaKV2LRT .navbar-caption {
  color: #000000;
}
.cid-uHNaKV2LRT .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHNaKV2LRT .mbr-section-subtitle,
.cid-uHNaKV2LRT .text_widget,
.cid-uHNaKV2LRT .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHNaKV2LRT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHNaKV2LRT .navbar-collapse {
  align-items: center;
}
.cid-uHNaKWnXCa {
  padding-top: 15.6rem;
  padding-bottom: 15.6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uHNaKWnXCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNaKWnXCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNaKWnXCa .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHNaKWnXCa .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHNaKWnXCa .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHNaKWnXCa .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHNaKWnXCa .container {
    padding: 0 20px;
  }
}
.cid-uHNaKWnXCa .row {
  height: 100%;
}
.cid-uHNaKWnXCa .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHNaKWnXCa .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHNaKWnXCa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHNaKWnXCa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHNaKWnXCa .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHNaKWnXCa .mbr-section-title {
  color: #ffffff;
}
.cid-uHNaKWnXCa .mbr-desc {
  color: #ffffff;
}
.cid-uHNaKWnXCa .mbr-section-title,
.cid-uHNaKWnXCa .mbr-section-btn {
  text-align: center;
}
.cid-uHNaKYCxiJ {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHNaKYCxiJ {
    align-items: center;
  }
  .cid-uHNaKYCxiJ .row {
    justify-content: center;
  }
}
.cid-uHNaKYCxiJ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHNaKYCxiJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHNaKYCxiJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHNaKYCxiJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHNaKYCxiJ .content-wrap {
    width: 100%;
  }
}
.cid-uHNaKYCxiJ .mbr-section-title {
  text-align: left;
  color: #03d202;
}
.cid-uHNaKYCxiJ .mbr-text,
.cid-uHNaKYCxiJ .mbr-section-btn {
  text-align: left;
  color: #1a4b7c;
}
.cid-uHNaKYCxiJ .mbr-section-subtitle {
  color: #001062;
  text-align: left;
}
.cid-uHNaKYWtt9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uHNaKYWtt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNaKYWtt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNaKYWtt9 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uHNaKYWtt9 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHNaKYWtt9 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uHNaKYWtt9 .mbr-section-title {
  color: #002b56;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHNaKYWtt9 .mbr-section-title {
    width: 100%;
  }
}
.cid-uHNaKYWtt9 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHNaKYWtt9 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uHNaKYWtt9 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uHNaKYWtt9 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uHNaKYWtt9 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uHNaKYWtt9 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uHNaKYWtt9 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uHNaKYWtt9 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uHNaKYWtt9 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uHNaKYWtt9 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uHNaKYWtt9 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5wbLzkex {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5wbLzkex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5wbLzkex .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-uI5wbLzkex .container {
    padding: 0 20px;
  }
}
.cid-uI5wbLzkex .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5wbLzkex .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5wbLzkex .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5wbLzkex .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5wbLzkex .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5wbLzkex .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5wbLzkex .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5wbLzkex .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5wbLzkex .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5wbLzkex .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5wbLzkex .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5wbLzkex .mbr-desc {
  color: #002b56;
}
.cid-uI5wbLzkex .panel-number {
  color: #00e000;
}
.cid-uI5wbLzkex .panel-title-edit {
  color: #00e000;
}
.cid-uI5wbLzkex .panel-text {
  color: #002b56;
}
.cid-uHNaKZhdD2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHNaKZhdD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNaKZhdD2 .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-uHNaKZhdD2 .container {
    padding: 0 20px;
  }
}
.cid-uHNaKZhdD2 .row {
  justify-content: center;
}
.cid-uHNaKZhdD2 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHNaKZhdD2 .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHNaKZhdD2 .item {
    margin-bottom: 40px;
  }
}
.cid-uHNaKZhdD2 .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHNaKZhdD2 .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHNaKZhdD2 .item:hover .item-wrapper .item-img img,
.cid-uHNaKZhdD2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHNaKZhdD2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHNaKZhdD2 .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHNaKZhdD2 .item a {
  display: block;
}
.cid-uHNaKZhdD2 .mbr-desc {
  color: #487087;
}
.cid-uHNaKZhdD2 .card-title {
  color: #002b56;
}
.cid-uHNaKZSr2s {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHNaKZSr2s .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHNaKZSr2s {
    background-position: right;
  }
}
.cid-uHNaKZSr2s input,
.cid-uHNaKZSr2s textarea {
  border-radius: 0;
}
.cid-uHNaKZSr2s input:hover,
.cid-uHNaKZSr2s textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHNaKZSr2s .row {
  justify-content: flex-end;
}
.cid-uHNaKZSr2s textarea {
  min-height: 200px;
}
.cid-uHNaKZSr2s .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHNaKZSr2s .col-auto {
    margin: auto;
  }
}
.cid-uHNaKZSr2s .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHNaKZSr2s .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHNaKZSr2s .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHNaKZSr2s .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHNaKZSr2s .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHNaKZSr2s .btn {
  padding: 1rem 3rem;
}
.cid-uHNaKZSr2s .form-control,
.cid-uHNaKZSr2s .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHNaKZSr2s .form-control::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input::-webkit-input-placeholder,
.cid-uHNaKZSr2s .form-control::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHNaKZSr2s .form-control:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:-moz-placeholder,
.cid-uHNaKZSr2s .form-control:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHNaKZSr2s .form-control:hover,
.cid-uHNaKZSr2s .field-input:hover,
.cid-uHNaKZSr2s .form-control:focus,
.cid-uHNaKZSr2s .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHNaKZSr2s .form-control:hover::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input:hover::-webkit-input-placeholder,
.cid-uHNaKZSr2s .form-control:focus::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input:focus::-webkit-input-placeholder,
.cid-uHNaKZSr2s .form-control:hover::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input:hover::-webkit-input-placeholder,
.cid-uHNaKZSr2s .form-control:focus::-webkit-input-placeholder,
.cid-uHNaKZSr2s .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHNaKZSr2s .form-control:hover:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:hover:-moz-placeholder,
.cid-uHNaKZSr2s .form-control:focus:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:focus:-moz-placeholder,
.cid-uHNaKZSr2s .form-control:hover:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:hover:-moz-placeholder,
.cid-uHNaKZSr2s .form-control:focus:-moz-placeholder,
.cid-uHNaKZSr2s .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHNaKZSr2s .jq-number__spin:hover,
.cid-uHNaKZSr2s .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHNaKZSr2s .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHNaKZSr2s .jq-selectbox li,
.cid-uHNaKZSr2s .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHNaKZSr2s .jq-selectbox li:hover,
.cid-uHNaKZSr2s .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHNaKZSr2s .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHNaKZSr2s .jq-number__spin.minus:hover:after,
.cid-uHNaKZSr2s .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHNaKZSr2s .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHNaKZSr2s .jq-number__spin.minus:after,
.cid-uHNaKZSr2s .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHNaKZSr2s .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHNaKZSr2s .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHNaKZSr2s .soc-link,
.cid-uHNaKZSr2s .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHNaL0kFSe {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHNaL0kFSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNaL0kFSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNaL0kFSe .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHNaL0kFSe .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .container {
    padding: 0 20px;
  }
}
.cid-uHNaL0kFSe .row {
  justify-content: center;
}
.cid-uHNaL0kFSe .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHNaL0kFSe .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHNaL0kFSe .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHNaL0kFSe .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHNaL0kFSe .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHNaL0kFSe .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHNaL0kFSe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHNaL0kFSe .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHNaL0kFSe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHNaL0kFSe .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHNaL0kFSe .nav-wrapper .list .item-wrap:hover,
.cid-uHNaL0kFSe .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHNaL0kFSe .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHNaL0kFSe .mbr-text {
  color: #000000;
}
.cid-uHNaL0kFSe .mbr-list-title {
  color: #002b56;
}
.cid-uHNaL0kFSe b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHNaL0kFSe .list {
  color: #9a9a9a;
}
.cid-uHNaL0kFSe .list,
.cid-uHNaL0kFSe .item-wrap,
.cid-uHNaL0kFSe .contacts-wrapper {
  color: #006a00;
}
.cid-uHNaL0kFSe .mbr-text,
.cid-uHNaL0kFSe .text-wrap,
.cid-uHNaL0kFSe .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHNaL0kFSe .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHNaL1NdmB.popup-builder {
  background-color: #ffffff;
}
.cid-uHNaL1NdmB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHNaL1NdmB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHNaL1NdmB .modal-content,
.cid-uHNaL1NdmB .modal-dialog {
  height: auto;
}
.cid-uHNaL1NdmB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHNaL1NdmB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHNaL1NdmB .form-wrapper .mbr-form .form-group,
  .cid-uHNaL1NdmB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHNaL1NdmB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHNaL1NdmB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHNaL1NdmB .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHNaL1NdmB .pt-0 {
  padding-top: 0 !important;
}
.cid-uHNaL1NdmB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHNaL1NdmB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHNaL1NdmB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHNaL1NdmB .modal-open {
  overflow: hidden;
}
.cid-uHNaL1NdmB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHNaL1NdmB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHNaL1NdmB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHNaL1NdmB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHNaL1NdmB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHNaL1NdmB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHNaL1NdmB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHNaL1NdmB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHNaL1NdmB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHNaL1NdmB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHNaL1NdmB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHNaL1NdmB .modal-backdrop.show {
  opacity: .5;
}
.cid-uHNaL1NdmB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHNaL1NdmB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNaL1NdmB .modal-header {
    padding: 1rem;
  }
}
.cid-uHNaL1NdmB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHNaL1NdmB .modal-header .close svg {
  fill: #03d202;
}
.cid-uHNaL1NdmB .modal-header .close:hover {
  opacity: 1;
}
.cid-uHNaL1NdmB .modal-header .close:focus {
  outline: none;
}
.cid-uHNaL1NdmB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHNaL1NdmB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHNaL1NdmB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNaL1NdmB .modal-body {
    padding: 1rem;
  }
}
.cid-uHNaL1NdmB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHNaL1NdmB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNaL1NdmB .modal-footer {
    padding: 1rem;
  }
}
.cid-uHNaL1NdmB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHNaL1NdmB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHNaL1NdmB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHNaL1NdmB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHNaL1NdmB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHNaL1NdmB .modal-lg,
  .cid-uHNaL1NdmB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHNaL1NdmB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHNaL1NdmB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHNaL1NdmB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHNaL1NdmB .form-group {
  margin-bottom: 1rem;
}
.cid-uHNaL1NdmB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHNaL1NdmB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHNaL1NdmB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHNaL1NdmB .mbr-section-btn {
  margin: 0;
}
.cid-uHNaL1NdmB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRrtX.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRrtX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRrtX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRrtX .modal-content,
.cid-vahEGyRrtX .modal-dialog {
  height: auto;
}
.cid-vahEGyRrtX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRrtX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRrtX .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRrtX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRrtX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRrtX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRrtX .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRrtX .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRrtX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRrtX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRrtX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRrtX .modal-open {
  overflow: hidden;
}
.cid-vahEGyRrtX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRrtX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRrtX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRrtX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRrtX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRrtX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRrtX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRrtX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRrtX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRrtX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRrtX .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRrtX .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRrtX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRrtX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRrtX .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRrtX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRrtX .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRrtX .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRrtX .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRrtX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRrtX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRrtX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRrtX .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRrtX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRrtX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRrtX .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRrtX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRrtX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRrtX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRrtX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRrtX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRrtX .modal-lg,
  .cid-vahEGyRrtX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRrtX .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRrtX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRrtX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRrtX .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRrtX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRrtX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRrtX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRrtX .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRrtX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRrtX .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRrtX .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRrtX .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRrtX .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRrtX .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRrtX .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRrtX .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHNOo5SZV3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHNOo5SZV3 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHNOo5SZV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHNOo5SZV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHNOo5SZV3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHNOo5SZV3 .menu_box .navbar.opened,
  .cid-uHNOo5SZV3 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHNOo5SZV3 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHNOo5SZV3 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHNOo5SZV3 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHNOo5SZV3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHNOo5SZV3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHNOo5SZV3 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHNOo5SZV3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHNOo5SZV3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHNOo5SZV3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHNOo5SZV3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHNOo5SZV3 .offcanvas-body .mbr-text,
  .cid-uHNOo5SZV3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHNOo5SZV3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHNOo5SZV3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHNOo5SZV3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHNOo5SZV3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHNOo5SZV3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHNOo5SZV3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHNOo5SZV3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHNOo5SZV3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHNOo5SZV3 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHNOo5SZV3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHNOo5SZV3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHNOo5SZV3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHNOo5SZV3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHNOo5SZV3 .nav-item .nav-link:hover::before,
.cid-uHNOo5SZV3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHNOo5SZV3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHNOo5SZV3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHNOo5SZV3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHNOo5SZV3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHNOo5SZV3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHNOo5SZV3 .offcanvas_box {
    display: none;
  }
}
.cid-uHNOo5SZV3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHNOo5SZV3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHNOo5SZV3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHNOo5SZV3 .container {
  display: flex;
  margin: auto;
}
.cid-uHNOo5SZV3 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHNOo5SZV3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHNOo5SZV3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHNOo5SZV3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHNOo5SZV3 .navbar-nav {
    margin: 0;
  }
}
.cid-uHNOo5SZV3 .dropdown-menu,
.cid-uHNOo5SZV3 .navbar.opened {
  background-color: true !important;
}
.cid-uHNOo5SZV3 .nav-item:focus,
.cid-uHNOo5SZV3 .nav-link:focus {
  outline: none;
}
.cid-uHNOo5SZV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHNOo5SZV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHNOo5SZV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHNOo5SZV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHNOo5SZV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHNOo5SZV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHNOo5SZV3 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHNOo5SZV3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHNOo5SZV3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHNOo5SZV3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHNOo5SZV3 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHNOo5SZV3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHNOo5SZV3 .navbar.collapsed {
  justify-content: center;
}
.cid-uHNOo5SZV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHNOo5SZV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHNOo5SZV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHNOo5SZV3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHNOo5SZV3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHNOo5SZV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHNOo5SZV3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHNOo5SZV3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHNOo5SZV3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHNOo5SZV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHNOo5SZV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHNOo5SZV3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHNOo5SZV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHNOo5SZV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHNOo5SZV3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHNOo5SZV3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHNOo5SZV3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHNOo5SZV3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHNOo5SZV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHNOo5SZV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHNOo5SZV3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHNOo5SZV3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHNOo5SZV3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHNOo5SZV3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHNOo5SZV3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHNOo5SZV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHNOo5SZV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHNOo5SZV3 .dropdown-item.active,
.cid-uHNOo5SZV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHNOo5SZV3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHNOo5SZV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHNOo5SZV3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHNOo5SZV3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHNOo5SZV3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHNOo5SZV3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHNOo5SZV3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHNOo5SZV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHNOo5SZV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHNOo5SZV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNOo5SZV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHNOo5SZV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHNOo5SZV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNOo5SZV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHNOo5SZV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHNOo5SZV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHNOo5SZV3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHNOo5SZV3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHNOo5SZV3 .navbar {
    height: 70px;
  }
  .cid-uHNOo5SZV3 .navbar.opened {
    height: auto;
  }
  .cid-uHNOo5SZV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHNOo5SZV3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHNOo5SZV3 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHNOo5SZV3 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHNOo5SZV3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHNOo5SZV3 .text_widget {
  margin-bottom: 32px;
}
.cid-uHNOo5SZV3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHNOo5SZV3 .text_widget a:hover,
.cid-uHNOo5SZV3 .text_widget a:focus {
  opacity: .8;
}
.cid-uHNOo5SZV3 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHNOo5SZV3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHNOo5SZV3 .navbar-caption {
  color: #000000;
}
.cid-uHNOo5SZV3 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHNOo5SZV3 .mbr-section-subtitle,
.cid-uHNOo5SZV3 .text_widget,
.cid-uHNOo5SZV3 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHNOo5SZV3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHNOo5SZV3 .navbar-collapse {
  align-items: center;
}
.cid-uHUciAndoR {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/studio-eminent-case-heimat-hafner-infoweg-stadt-konstanz-2025.webp");
}
.cid-uHUciAndoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHUciAndoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHUciAndoR .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHUciAndoR .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHUciAndoR .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHUciAndoR .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHUciAndoR .container {
    padding: 0 20px;
  }
}
.cid-uHUciAndoR .row {
  height: 100%;
}
.cid-uHUciAndoR .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHUciAndoR .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHUciAndoR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHUciAndoR .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHUciAndoR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHUciAndoR .mbr-section-title {
  color: #ffffff;
}
.cid-uHUciAndoR .mbr-desc {
  color: #ffffff;
}
.cid-uHNOo7pPRn {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHNOo7pPRn {
    align-items: center;
  }
  .cid-uHNOo7pPRn .row {
    justify-content: center;
  }
}
.cid-uHNOo7pPRn p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHNOo7pPRn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHNOo7pPRn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHNOo7pPRn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHNOo7pPRn .content-wrap {
    width: 100%;
  }
}
.cid-uHNOo7pPRn .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uHNOo7pPRn .mbr-text,
.cid-uHNOo7pPRn .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-uHNOo7pPRn .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHNP74oIBP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uHNP74oIBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNP74oIBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNP74oIBP .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uHNP74oIBP .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHNP74oIBP .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uHNP74oIBP .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHNP74oIBP .mbr-section-title {
    width: 100%;
  }
}
.cid-uHNP74oIBP .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHNP74oIBP .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uHNP74oIBP .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uHNP74oIBP .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uHNP74oIBP .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uHNP74oIBP .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uHNP74oIBP .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uHNP74oIBP .list-title {
    padding-bottom: 20px;
  }
}
.cid-uHNP74oIBP .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uHNP74oIBP li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uHNP74oIBP ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5x7XGBWs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5x7XGBWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5x7XGBWs .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-uI5x7XGBWs .container {
    padding: 0 20px;
  }
}
.cid-uI5x7XGBWs .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5x7XGBWs .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5x7XGBWs .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5x7XGBWs .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5x7XGBWs .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5x7XGBWs .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5x7XGBWs .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5x7XGBWs .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5x7XGBWs .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5x7XGBWs .mbr-desc {
  color: #002b56;
}
.cid-uI5x7XGBWs .panel-number {
  color: #00e000;
}
.cid-uI5x7XGBWs .panel-title-edit {
  color: #00e000;
}
.cid-uI5x7XGBWs .panel-text {
  color: #002b56;
}
.cid-uHNOo83Zhr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHNOo83Zhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNOo83Zhr .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-uHNOo83Zhr .container {
    padding: 0 20px;
  }
}
.cid-uHNOo83Zhr .row {
  justify-content: center;
}
.cid-uHNOo83Zhr .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHNOo83Zhr .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHNOo83Zhr .item {
    margin-bottom: 40px;
  }
}
.cid-uHNOo83Zhr .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHNOo83Zhr .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHNOo83Zhr .item:hover .item-wrapper .item-img img,
.cid-uHNOo83Zhr .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHNOo83Zhr .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHNOo83Zhr .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHNOo83Zhr .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHNOo83Zhr .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHNOo83Zhr .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHNOo83Zhr .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHNOo83Zhr .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHNOo83Zhr .item a {
  display: block;
}
.cid-uHNOo83Zhr .mbr-desc {
  color: #6f94aa;
  text-align: left;
}
.cid-uHNOo83Zhr .card-title {
  color: #002b56;
}
.cid-uHNOo8Azhk {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHNOo8Azhk .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHNOo8Azhk {
    background-position: right;
  }
}
.cid-uHNOo8Azhk input,
.cid-uHNOo8Azhk textarea {
  border-radius: 0;
}
.cid-uHNOo8Azhk input:hover,
.cid-uHNOo8Azhk textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHNOo8Azhk .row {
  justify-content: flex-end;
}
.cid-uHNOo8Azhk textarea {
  min-height: 200px;
}
.cid-uHNOo8Azhk .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHNOo8Azhk .col-auto {
    margin: auto;
  }
}
.cid-uHNOo8Azhk .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHNOo8Azhk .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHNOo8Azhk .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHNOo8Azhk .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHNOo8Azhk .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHNOo8Azhk .btn {
  padding: 1rem 3rem;
}
.cid-uHNOo8Azhk .form-control,
.cid-uHNOo8Azhk .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHNOo8Azhk .form-control::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input::-webkit-input-placeholder,
.cid-uHNOo8Azhk .form-control::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHNOo8Azhk .form-control:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:-moz-placeholder,
.cid-uHNOo8Azhk .form-control:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHNOo8Azhk .form-control:hover,
.cid-uHNOo8Azhk .field-input:hover,
.cid-uHNOo8Azhk .form-control:focus,
.cid-uHNOo8Azhk .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHNOo8Azhk .form-control:hover::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input:hover::-webkit-input-placeholder,
.cid-uHNOo8Azhk .form-control:focus::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input:focus::-webkit-input-placeholder,
.cid-uHNOo8Azhk .form-control:hover::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input:hover::-webkit-input-placeholder,
.cid-uHNOo8Azhk .form-control:focus::-webkit-input-placeholder,
.cid-uHNOo8Azhk .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHNOo8Azhk .form-control:hover:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:hover:-moz-placeholder,
.cid-uHNOo8Azhk .form-control:focus:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:focus:-moz-placeholder,
.cid-uHNOo8Azhk .form-control:hover:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:hover:-moz-placeholder,
.cid-uHNOo8Azhk .form-control:focus:-moz-placeholder,
.cid-uHNOo8Azhk .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHNOo8Azhk .jq-number__spin:hover,
.cid-uHNOo8Azhk .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHNOo8Azhk .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHNOo8Azhk .jq-selectbox li,
.cid-uHNOo8Azhk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHNOo8Azhk .jq-selectbox li:hover,
.cid-uHNOo8Azhk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHNOo8Azhk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHNOo8Azhk .jq-number__spin.minus:hover:after,
.cid-uHNOo8Azhk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHNOo8Azhk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHNOo8Azhk .jq-number__spin.minus:after,
.cid-uHNOo8Azhk .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHNOo8Azhk .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHNOo8Azhk .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHNOo8Azhk .soc-link,
.cid-uHNOo8Azhk .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHNOo90tsN {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHNOo90tsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNOo90tsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNOo90tsN .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHNOo90tsN .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .container {
    padding: 0 20px;
  }
}
.cid-uHNOo90tsN .row {
  justify-content: center;
}
.cid-uHNOo90tsN .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHNOo90tsN .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHNOo90tsN .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHNOo90tsN .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHNOo90tsN .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHNOo90tsN .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHNOo90tsN .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHNOo90tsN .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHNOo90tsN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHNOo90tsN .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHNOo90tsN .nav-wrapper .list .item-wrap:hover,
.cid-uHNOo90tsN .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHNOo90tsN .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHNOo90tsN .mbr-text {
  color: #000000;
}
.cid-uHNOo90tsN .mbr-list-title {
  color: #002b56;
}
.cid-uHNOo90tsN b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHNOo90tsN .list {
  color: #9a9a9a;
}
.cid-uHNOo90tsN .list,
.cid-uHNOo90tsN .item-wrap,
.cid-uHNOo90tsN .contacts-wrapper {
  color: #006a00;
}
.cid-uHNOo90tsN .mbr-text,
.cid-uHNOo90tsN .text-wrap,
.cid-uHNOo90tsN .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHNOo90tsN .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHNOo9rUy8.popup-builder {
  background-color: #ffffff;
}
.cid-uHNOo9rUy8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHNOo9rUy8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHNOo9rUy8 .modal-content,
.cid-uHNOo9rUy8 .modal-dialog {
  height: auto;
}
.cid-uHNOo9rUy8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHNOo9rUy8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHNOo9rUy8 .form-wrapper .mbr-form .form-group,
  .cid-uHNOo9rUy8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHNOo9rUy8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHNOo9rUy8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHNOo9rUy8 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHNOo9rUy8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHNOo9rUy8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHNOo9rUy8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHNOo9rUy8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHNOo9rUy8 .modal-open {
  overflow: hidden;
}
.cid-uHNOo9rUy8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHNOo9rUy8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHNOo9rUy8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHNOo9rUy8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHNOo9rUy8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHNOo9rUy8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHNOo9rUy8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHNOo9rUy8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHNOo9rUy8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHNOo9rUy8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHNOo9rUy8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHNOo9rUy8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHNOo9rUy8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHNOo9rUy8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNOo9rUy8 .modal-header {
    padding: 1rem;
  }
}
.cid-uHNOo9rUy8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHNOo9rUy8 .modal-header .close svg {
  fill: #03d202;
}
.cid-uHNOo9rUy8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHNOo9rUy8 .modal-header .close:focus {
  outline: none;
}
.cid-uHNOo9rUy8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHNOo9rUy8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHNOo9rUy8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNOo9rUy8 .modal-body {
    padding: 1rem;
  }
}
.cid-uHNOo9rUy8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHNOo9rUy8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHNOo9rUy8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHNOo9rUy8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHNOo9rUy8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHNOo9rUy8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHNOo9rUy8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHNOo9rUy8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHNOo9rUy8 .modal-lg,
  .cid-uHNOo9rUy8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHNOo9rUy8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHNOo9rUy8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHNOo9rUy8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHNOo9rUy8 .form-group {
  margin-bottom: 1rem;
}
.cid-uHNOo9rUy8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHNOo9rUy8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHNOo9rUy8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHNOo9rUy8 .mbr-section-btn {
  margin: 0;
}
.cid-uHNOo9rUy8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyR31F.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyR31F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyR31F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyR31F .modal-content,
.cid-vahEGyR31F .modal-dialog {
  height: auto;
}
.cid-vahEGyR31F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyR31F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyR31F .form-wrapper .mbr-form .form-group,
  .cid-vahEGyR31F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyR31F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyR31F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyR31F .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyR31F .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyR31F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyR31F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyR31F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyR31F .modal-open {
  overflow: hidden;
}
.cid-vahEGyR31F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyR31F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyR31F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyR31F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyR31F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyR31F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyR31F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyR31F .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyR31F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyR31F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyR31F .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyR31F .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyR31F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyR31F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyR31F .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyR31F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyR31F .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyR31F .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyR31F .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyR31F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyR31F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyR31F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyR31F .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyR31F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyR31F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyR31F .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyR31F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyR31F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyR31F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyR31F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyR31F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyR31F .modal-lg,
  .cid-vahEGyR31F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyR31F .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyR31F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyR31F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyR31F .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyR31F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyR31F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyR31F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyR31F .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyR31F .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyR31F .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyR31F .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyR31F .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyR31F .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyR31F .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyR31F .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyR31F .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uHWLPe13Kd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHWLPe13Kd .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uHWLPe13Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uHWLPe13Kd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHWLPe13Kd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHWLPe13Kd .menu_box .navbar.opened,
  .cid-uHWLPe13Kd .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHWLPe13Kd nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uHWLPe13Kd .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHWLPe13Kd .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHWLPe13Kd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHWLPe13Kd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHWLPe13Kd .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uHWLPe13Kd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHWLPe13Kd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHWLPe13Kd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHWLPe13Kd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHWLPe13Kd .offcanvas-body .mbr-text,
  .cid-uHWLPe13Kd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHWLPe13Kd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHWLPe13Kd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHWLPe13Kd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHWLPe13Kd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHWLPe13Kd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHWLPe13Kd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHWLPe13Kd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHWLPe13Kd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uHWLPe13Kd ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uHWLPe13Kd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHWLPe13Kd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .nav-item {
    margin: 0 !important;
  }
}
.cid-uHWLPe13Kd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uHWLPe13Kd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHWLPe13Kd .nav-item .nav-link:hover::before,
.cid-uHWLPe13Kd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHWLPe13Kd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHWLPe13Kd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHWLPe13Kd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHWLPe13Kd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHWLPe13Kd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHWLPe13Kd .offcanvas_box {
    display: none;
  }
}
.cid-uHWLPe13Kd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHWLPe13Kd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHWLPe13Kd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHWLPe13Kd .container {
  display: flex;
  margin: auto;
}
.cid-uHWLPe13Kd .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHWLPe13Kd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHWLPe13Kd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHWLPe13Kd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHWLPe13Kd .navbar-nav {
    margin: 0;
  }
}
.cid-uHWLPe13Kd .dropdown-menu,
.cid-uHWLPe13Kd .navbar.opened {
  background-color: true !important;
}
.cid-uHWLPe13Kd .nav-item:focus,
.cid-uHWLPe13Kd .nav-link:focus {
  outline: none;
}
.cid-uHWLPe13Kd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHWLPe13Kd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHWLPe13Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHWLPe13Kd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHWLPe13Kd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHWLPe13Kd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHWLPe13Kd .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uHWLPe13Kd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHWLPe13Kd .navbar.opened {
  transition: all 0.3s;
}
.cid-uHWLPe13Kd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHWLPe13Kd .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uHWLPe13Kd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHWLPe13Kd .navbar.collapsed {
  justify-content: center;
}
.cid-uHWLPe13Kd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHWLPe13Kd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHWLPe13Kd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHWLPe13Kd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHWLPe13Kd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHWLPe13Kd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHWLPe13Kd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHWLPe13Kd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHWLPe13Kd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHWLPe13Kd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHWLPe13Kd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHWLPe13Kd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHWLPe13Kd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHWLPe13Kd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHWLPe13Kd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHWLPe13Kd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHWLPe13Kd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHWLPe13Kd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHWLPe13Kd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHWLPe13Kd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHWLPe13Kd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHWLPe13Kd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHWLPe13Kd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHWLPe13Kd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHWLPe13Kd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHWLPe13Kd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHWLPe13Kd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHWLPe13Kd .dropdown-item.active,
.cid-uHWLPe13Kd .dropdown-item:active {
  background-color: transparent;
}
.cid-uHWLPe13Kd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uHWLPe13Kd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHWLPe13Kd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHWLPe13Kd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHWLPe13Kd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHWLPe13Kd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHWLPe13Kd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uHWLPe13Kd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uHWLPe13Kd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHWLPe13Kd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWLPe13Kd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHWLPe13Kd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHWLPe13Kd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWLPe13Kd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHWLPe13Kd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHWLPe13Kd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHWLPe13Kd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHWLPe13Kd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHWLPe13Kd .navbar {
    height: 70px;
  }
  .cid-uHWLPe13Kd .navbar.opened {
    height: auto;
  }
  .cid-uHWLPe13Kd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHWLPe13Kd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHWLPe13Kd .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uHWLPe13Kd .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uHWLPe13Kd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHWLPe13Kd .text_widget {
  margin-bottom: 32px;
}
.cid-uHWLPe13Kd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHWLPe13Kd .text_widget a:hover,
.cid-uHWLPe13Kd .text_widget a:focus {
  opacity: .8;
}
.cid-uHWLPe13Kd .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uHWLPe13Kd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHWLPe13Kd .navbar-caption {
  color: #000000;
}
.cid-uHWLPe13Kd .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uHWLPe13Kd .mbr-section-subtitle,
.cid-uHWLPe13Kd .text_widget,
.cid-uHWLPe13Kd .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHWLPe13Kd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHWLPe13Kd .navbar-collapse {
  align-items: center;
}
.cid-uHWLPf7ppN {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/urbanartgallery-kuration.webp");
}
.cid-uHWLPf7ppN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWLPf7ppN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWLPf7ppN .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHWLPf7ppN .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHWLPf7ppN .container-fluid {
    padding: 0 20px;
  }
}
.cid-uHWLPf7ppN .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uHWLPf7ppN .container {
    padding: 0 20px;
  }
}
.cid-uHWLPf7ppN .row {
  height: 100%;
}
.cid-uHWLPf7ppN .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uHWLPf7ppN .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uHWLPf7ppN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uHWLPf7ppN .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHWLPf7ppN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHWLPf7ppN .mbr-section-title {
  color: #ffffff;
}
.cid-uHWLPf7ppN .mbr-desc {
  color: #ffffff;
}
.cid-uHWLPfz23p {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHWLPfz23p {
    align-items: center;
  }
  .cid-uHWLPfz23p .row {
    justify-content: center;
  }
}
.cid-uHWLPfz23p p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHWLPfz23p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHWLPfz23p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHWLPfz23p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHWLPfz23p .content-wrap {
    width: 100%;
  }
}
.cid-uHWLPfz23p .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uHWLPfz23p .mbr-text,
.cid-uHWLPfz23p .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-uHWLPfz23p .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uHWLPfVRVO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uHWLPfVRVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWLPfVRVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWLPfVRVO .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uHWLPfVRVO .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uHWLPfVRVO .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uHWLPfVRVO .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHWLPfVRVO .mbr-section-title {
    width: 100%;
  }
}
.cid-uHWLPfVRVO .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uHWLPfVRVO .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uHWLPfVRVO .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uHWLPfVRVO .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uHWLPfVRVO .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uHWLPfVRVO .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uHWLPfVRVO .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uHWLPfVRVO .list-title {
    padding-bottom: 20px;
  }
}
.cid-uHWLPfVRVO .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uHWLPfVRVO li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uHWLPfVRVO ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uI5y6FbcUs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uI5y6FbcUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5y6FbcUs .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-uI5y6FbcUs .container {
    padding: 0 20px;
  }
}
.cid-uI5y6FbcUs .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uI5y6FbcUs .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uI5y6FbcUs .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uI5y6FbcUs .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uI5y6FbcUs .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uI5y6FbcUs .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uI5y6FbcUs .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uI5y6FbcUs .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uI5y6FbcUs .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uI5y6FbcUs .mbr-desc {
  color: #002b56;
}
.cid-uI5y6FbcUs .panel-number {
  color: #00e000;
}
.cid-uI5y6FbcUs .panel-title-edit {
  color: #00e000;
}
.cid-uI5y6FbcUs .panel-text {
  color: #002b56;
}
.cid-uHWLPgZQlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uHWLPgZQlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWLPgZQlT .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-uHWLPgZQlT .container {
    padding: 0 20px;
  }
}
.cid-uHWLPgZQlT .row {
  justify-content: center;
}
.cid-uHWLPgZQlT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHWLPgZQlT .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHWLPgZQlT .item {
    margin-bottom: 40px;
  }
}
.cid-uHWLPgZQlT .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uHWLPgZQlT .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uHWLPgZQlT .item:hover .item-wrapper .item-img img,
.cid-uHWLPgZQlT .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uHWLPgZQlT .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uHWLPgZQlT .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHWLPgZQlT .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHWLPgZQlT .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uHWLPgZQlT .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uHWLPgZQlT .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uHWLPgZQlT .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uHWLPgZQlT .item a {
  display: block;
}
.cid-uHWLPgZQlT .mbr-desc {
  color: #6f94aa;
}
.cid-uHWLPgZQlT .card-title {
  color: #002b56;
}
.cid-uHWLPhx1KE {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHWLPhx1KE .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHWLPhx1KE {
    background-position: right;
  }
}
.cid-uHWLPhx1KE input,
.cid-uHWLPhx1KE textarea {
  border-radius: 0;
}
.cid-uHWLPhx1KE input:hover,
.cid-uHWLPhx1KE textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHWLPhx1KE .row {
  justify-content: flex-end;
}
.cid-uHWLPhx1KE textarea {
  min-height: 200px;
}
.cid-uHWLPhx1KE .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHWLPhx1KE .col-auto {
    margin: auto;
  }
}
.cid-uHWLPhx1KE .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHWLPhx1KE .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHWLPhx1KE .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHWLPhx1KE .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHWLPhx1KE .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHWLPhx1KE .btn {
  padding: 1rem 3rem;
}
.cid-uHWLPhx1KE .form-control,
.cid-uHWLPhx1KE .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHWLPhx1KE .form-control::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input::-webkit-input-placeholder,
.cid-uHWLPhx1KE .form-control::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHWLPhx1KE .form-control:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:-moz-placeholder,
.cid-uHWLPhx1KE .form-control:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHWLPhx1KE .form-control:hover,
.cid-uHWLPhx1KE .field-input:hover,
.cid-uHWLPhx1KE .form-control:focus,
.cid-uHWLPhx1KE .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHWLPhx1KE .form-control:hover::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input:hover::-webkit-input-placeholder,
.cid-uHWLPhx1KE .form-control:focus::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input:focus::-webkit-input-placeholder,
.cid-uHWLPhx1KE .form-control:hover::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input:hover::-webkit-input-placeholder,
.cid-uHWLPhx1KE .form-control:focus::-webkit-input-placeholder,
.cid-uHWLPhx1KE .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHWLPhx1KE .form-control:hover:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:hover:-moz-placeholder,
.cid-uHWLPhx1KE .form-control:focus:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:focus:-moz-placeholder,
.cid-uHWLPhx1KE .form-control:hover:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:hover:-moz-placeholder,
.cid-uHWLPhx1KE .form-control:focus:-moz-placeholder,
.cid-uHWLPhx1KE .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHWLPhx1KE .jq-number__spin:hover,
.cid-uHWLPhx1KE .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHWLPhx1KE .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHWLPhx1KE .jq-selectbox li,
.cid-uHWLPhx1KE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHWLPhx1KE .jq-selectbox li:hover,
.cid-uHWLPhx1KE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHWLPhx1KE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHWLPhx1KE .jq-number__spin.minus:hover:after,
.cid-uHWLPhx1KE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHWLPhx1KE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHWLPhx1KE .jq-number__spin.minus:after,
.cid-uHWLPhx1KE .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHWLPhx1KE .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHWLPhx1KE .mbr-section-title {
  color: #1a4b7c;
}
.cid-uHWLPhx1KE .soc-link,
.cid-uHWLPhx1KE .soc-wrapper {
  color: #1a4b7c;
}
.cid-uHWLPib7QO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uHWLPib7QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHWLPib7QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHWLPib7QO .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uHWLPib7QO .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .container {
    padding: 0 20px;
  }
}
.cid-uHWLPib7QO .row {
  justify-content: center;
}
.cid-uHWLPib7QO .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHWLPib7QO .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHWLPib7QO .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uHWLPib7QO .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uHWLPib7QO .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uHWLPib7QO .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uHWLPib7QO .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uHWLPib7QO .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uHWLPib7QO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHWLPib7QO .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uHWLPib7QO .nav-wrapper .list .item-wrap:hover,
.cid-uHWLPib7QO .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uHWLPib7QO .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uHWLPib7QO .mbr-text {
  color: #000000;
}
.cid-uHWLPib7QO .mbr-list-title {
  color: #002b56;
}
.cid-uHWLPib7QO b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uHWLPib7QO .list {
  color: #9a9a9a;
}
.cid-uHWLPib7QO .list,
.cid-uHWLPib7QO .item-wrap,
.cid-uHWLPib7QO .contacts-wrapper {
  color: #006a00;
}
.cid-uHWLPib7QO .mbr-text,
.cid-uHWLPib7QO .text-wrap,
.cid-uHWLPib7QO .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uHWLPib7QO .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uHWLPiGe6J.popup-builder {
  background-color: #ffffff;
}
.cid-uHWLPiGe6J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHWLPiGe6J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHWLPiGe6J .modal-content,
.cid-uHWLPiGe6J .modal-dialog {
  height: auto;
}
.cid-uHWLPiGe6J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHWLPiGe6J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHWLPiGe6J .form-wrapper .mbr-form .form-group,
  .cid-uHWLPiGe6J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHWLPiGe6J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHWLPiGe6J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHWLPiGe6J .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uHWLPiGe6J .pt-0 {
  padding-top: 0 !important;
}
.cid-uHWLPiGe6J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHWLPiGe6J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHWLPiGe6J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHWLPiGe6J .modal-open {
  overflow: hidden;
}
.cid-uHWLPiGe6J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHWLPiGe6J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHWLPiGe6J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHWLPiGe6J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHWLPiGe6J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHWLPiGe6J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHWLPiGe6J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHWLPiGe6J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHWLPiGe6J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHWLPiGe6J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHWLPiGe6J .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHWLPiGe6J .modal-backdrop.show {
  opacity: .5;
}
.cid-uHWLPiGe6J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHWLPiGe6J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWLPiGe6J .modal-header {
    padding: 1rem;
  }
}
.cid-uHWLPiGe6J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHWLPiGe6J .modal-header .close svg {
  fill: #03d202;
}
.cid-uHWLPiGe6J .modal-header .close:hover {
  opacity: 1;
}
.cid-uHWLPiGe6J .modal-header .close:focus {
  outline: none;
}
.cid-uHWLPiGe6J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uHWLPiGe6J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHWLPiGe6J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWLPiGe6J .modal-body {
    padding: 1rem;
  }
}
.cid-uHWLPiGe6J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHWLPiGe6J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHWLPiGe6J .modal-footer {
    padding: 1rem;
  }
}
.cid-uHWLPiGe6J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHWLPiGe6J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHWLPiGe6J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHWLPiGe6J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHWLPiGe6J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHWLPiGe6J .modal-lg,
  .cid-uHWLPiGe6J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHWLPiGe6J .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHWLPiGe6J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHWLPiGe6J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHWLPiGe6J .form-group {
  margin-bottom: 1rem;
}
.cid-uHWLPiGe6J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHWLPiGe6J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHWLPiGe6J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHWLPiGe6J .mbr-section-btn {
  margin: 0;
}
.cid-uHWLPiGe6J .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRLVH.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRLVH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRLVH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRLVH .modal-content,
.cid-vahEGyRLVH .modal-dialog {
  height: auto;
}
.cid-vahEGyRLVH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRLVH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRLVH .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRLVH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRLVH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRLVH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRLVH .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRLVH .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRLVH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRLVH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRLVH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRLVH .modal-open {
  overflow: hidden;
}
.cid-vahEGyRLVH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRLVH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRLVH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRLVH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRLVH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRLVH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRLVH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRLVH .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRLVH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRLVH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRLVH .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRLVH .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRLVH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRLVH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRLVH .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRLVH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRLVH .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRLVH .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRLVH .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRLVH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRLVH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRLVH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRLVH .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRLVH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRLVH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRLVH .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRLVH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRLVH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRLVH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRLVH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRLVH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRLVH .modal-lg,
  .cid-vahEGyRLVH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRLVH .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRLVH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRLVH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRLVH .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRLVH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRLVH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRLVH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRLVH .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRLVH .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRLVH .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRLVH .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRLVH .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRLVH .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRLVH .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRLVH .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRLVH .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIrEE4PjeP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIrEE4PjeP .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIrEE4PjeP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIrEE4PjeP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIrEE4PjeP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIrEE4PjeP .menu_box .navbar.opened,
  .cid-uIrEE4PjeP .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIrEE4PjeP nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIrEE4PjeP .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIrEE4PjeP .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIrEE4PjeP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIrEE4PjeP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIrEE4PjeP .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIrEE4PjeP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIrEE4PjeP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIrEE4PjeP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIrEE4PjeP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIrEE4PjeP .offcanvas-body .mbr-text,
  .cid-uIrEE4PjeP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIrEE4PjeP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIrEE4PjeP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIrEE4PjeP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIrEE4PjeP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIrEE4PjeP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIrEE4PjeP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIrEE4PjeP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIrEE4PjeP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIrEE4PjeP ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIrEE4PjeP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIrEE4PjeP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .nav-item {
    margin: 0 !important;
  }
}
.cid-uIrEE4PjeP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIrEE4PjeP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIrEE4PjeP .nav-item .nav-link:hover::before,
.cid-uIrEE4PjeP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIrEE4PjeP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIrEE4PjeP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIrEE4PjeP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIrEE4PjeP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIrEE4PjeP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIrEE4PjeP .offcanvas_box {
    display: none;
  }
}
.cid-uIrEE4PjeP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIrEE4PjeP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIrEE4PjeP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIrEE4PjeP .container {
  display: flex;
  margin: auto;
}
.cid-uIrEE4PjeP .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIrEE4PjeP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIrEE4PjeP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIrEE4PjeP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIrEE4PjeP .navbar-nav {
    margin: 0;
  }
}
.cid-uIrEE4PjeP .dropdown-menu,
.cid-uIrEE4PjeP .navbar.opened {
  background-color: true !important;
}
.cid-uIrEE4PjeP .nav-item:focus,
.cid-uIrEE4PjeP .nav-link:focus {
  outline: none;
}
.cid-uIrEE4PjeP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIrEE4PjeP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIrEE4PjeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIrEE4PjeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIrEE4PjeP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIrEE4PjeP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIrEE4PjeP .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIrEE4PjeP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIrEE4PjeP .navbar.opened {
  transition: all 0.3s;
}
.cid-uIrEE4PjeP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIrEE4PjeP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIrEE4PjeP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIrEE4PjeP .navbar.collapsed {
  justify-content: center;
}
.cid-uIrEE4PjeP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIrEE4PjeP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIrEE4PjeP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIrEE4PjeP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIrEE4PjeP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIrEE4PjeP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIrEE4PjeP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIrEE4PjeP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIrEE4PjeP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIrEE4PjeP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIrEE4PjeP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIrEE4PjeP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIrEE4PjeP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIrEE4PjeP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIrEE4PjeP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIrEE4PjeP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIrEE4PjeP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIrEE4PjeP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIrEE4PjeP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIrEE4PjeP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIrEE4PjeP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIrEE4PjeP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIrEE4PjeP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIrEE4PjeP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIrEE4PjeP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIrEE4PjeP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIrEE4PjeP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIrEE4PjeP .dropdown-item.active,
.cid-uIrEE4PjeP .dropdown-item:active {
  background-color: transparent;
}
.cid-uIrEE4PjeP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIrEE4PjeP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIrEE4PjeP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIrEE4PjeP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIrEE4PjeP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIrEE4PjeP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIrEE4PjeP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIrEE4PjeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIrEE4PjeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIrEE4PjeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrEE4PjeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIrEE4PjeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIrEE4PjeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrEE4PjeP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIrEE4PjeP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIrEE4PjeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIrEE4PjeP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIrEE4PjeP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIrEE4PjeP .navbar {
    height: 70px;
  }
  .cid-uIrEE4PjeP .navbar.opened {
    height: auto;
  }
  .cid-uIrEE4PjeP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIrEE4PjeP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIrEE4PjeP .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIrEE4PjeP .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIrEE4PjeP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIrEE4PjeP .text_widget {
  margin-bottom: 32px;
}
.cid-uIrEE4PjeP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIrEE4PjeP .text_widget a:hover,
.cid-uIrEE4PjeP .text_widget a:focus {
  opacity: .8;
}
.cid-uIrEE4PjeP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIrEE4PjeP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIrEE4PjeP .navbar-caption {
  color: #000000;
}
.cid-uIrEE4PjeP .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIrEE4PjeP .mbr-section-subtitle,
.cid-uIrEE4PjeP .text_widget,
.cid-uIrEE4PjeP .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIrEE4PjeP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIrEE4PjeP .navbar-collapse {
  align-items: center;
}
.cid-uIrEE6lwrT {
  background-image: url("../../../assets/images/mim2024-6.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIrEE6lwrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE6lwrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEE6lwrT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIrEE6lwrT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIrEE6lwrT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIrEE6lwrT .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIrEE6lwrT .container {
    padding: 0 20px;
  }
}
.cid-uIrEE6lwrT .row {
  height: 100%;
}
.cid-uIrEE6lwrT .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIrEE6lwrT .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIrEE6lwrT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIrEE6lwrT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIrEE6lwrT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIrEE6lwrT .mbr-section-title {
  color: #ffffff;
}
.cid-uIrEE6lwrT .mbr-desc {
  color: #ffffff;
}
.cid-uIrEE6Zl9h {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIrEE6Zl9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE6Zl9h .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-uIrEE6Zl9h .container {
    padding: 0 20px;
  }
}
.cid-uIrEE6Zl9h .row {
  justify-content: space-between;
}
.cid-uIrEE6Zl9h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIrEE6Zl9h .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIrEE6Zl9h .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIrEE6Zl9h .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIrEE6Zl9h .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIrEE6Zl9h .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIrEE6Zl9h .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIrEE6Zl9h .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIrEE6Zl9h .image-wrapper img {
    height: 450px;
  }
}
.cid-uIrEE6Zl9h .mbr-section-title {
  color: #003bff;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEE6Zl9h .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEE6Zl9h b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEE6Zl9h b {
    line-height: 2rem !important;
  }
}
.cid-uIrEE6Zl9h .mbr-link {
  color: #000000;
}
.cid-uIrEE6Zl9h .mbr-desc {
  color: #003bff;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIrEE6Zl9h .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIrEE6Zl9h .mbr-text {
  color: #336699;
}
.cid-uIrEE6Zl9h .mbr-link,
.cid-uIrEE6Zl9h .link-wrapper {
  color: #00e000;
}
.cid-uIrEE7lUcQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIrEE7lUcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE7lUcQ .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-uIrEE7lUcQ .container {
    padding: 0 20px;
  }
}
.cid-uIrEE7lUcQ .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIrEE7lUcQ .row .card {
  padding: 0 0px;
}
.cid-uIrEE7lUcQ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIrEE7lUcQ .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIrEE7lUcQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIrEE7lUcQ .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIrEE7lUcQ .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIrEE7lUcQ .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIrEE7lUcQ .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIrEE7lUcQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIrEE7lUcQ .mbr-section-title {
  color: #000000;
}
.cid-uIrEE7lUcQ .card-number {
  color: #003bff;
}
.cid-uIrEE7lUcQ .card-title {
  color: #0b3e71;
}
.cid-uIrEE7lUcQ .card-text {
  color: #0b3e71;
}
.cid-uIrEE7lUcQ .mbr-section-title,
.cid-uIrEE7lUcQ .title-wrapper {
  color: #0b3e71;
}
.cid-uIrEE7Hwxu {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uIrEE7Hwxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE7Hwxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEE7Hwxu .row {
  flex-direction: row-reverse;
}
.cid-uIrEE846DU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIrEE846DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE846DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEE846DU .row {
  flex-direction: row-reverse;
}
.cid-uIrEE9fusT {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.cid-uIrEE9fusT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE9fusT .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-uIrEE9fusT .container {
    padding: 0 20px;
  }
}
.cid-uIrEE9fusT .row {
  justify-content: space-between;
}
.cid-uIrEE9fusT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEE9fusT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEE9fusT .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEE9fusT .mbr-section-title {
  color: #003bff;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEE9fusT .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEE9fusT b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEE9fusT b {
    line-height: 2rem !important;
  }
}
.cid-uIrEE9MsTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIrEE9MsTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEE9MsTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEE9MsTu .row {
  flex-direction: row-reverse;
}
.cid-uIrEEabGYx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIrEEabGYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEabGYx .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-uIrEEabGYx .container {
    padding: 0 20px;
  }
}
.cid-uIrEEabGYx .row {
  justify-content: space-between;
}
.cid-uIrEEabGYx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEEabGYx .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEEabGYx .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEEabGYx .mbr-section-title {
  color: #003bff;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEabGYx .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEabGYx b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEabGYx b {
    line-height: 2rem !important;
  }
}
.cid-uIrEEabGYx .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrEEaS3RZ .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrEEaS3RZ img {
  border-radius: 0rem !important;
}
.cid-uIrEEbdcEv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIrEEbdcEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEbdcEv .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-uIrEEbdcEv .container {
    padding: 0 20px;
  }
}
.cid-uIrEEbdcEv .row {
  justify-content: space-between;
}
.cid-uIrEEbdcEv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEEbdcEv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEEbdcEv .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEEbdcEv .mbr-section-title {
  color: #003bff;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEbdcEv .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEbdcEv b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEbdcEv b {
    line-height: 2rem !important;
  }
}
.cid-uIrEEbdcEv .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrEEbEIJk .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrEEbYlQo {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIrEEbYlQo .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIrEEbYlQo {
    background-position: right;
  }
}
.cid-uIrEEbYlQo input,
.cid-uIrEEbYlQo textarea {
  border-radius: 0;
}
.cid-uIrEEbYlQo input:hover,
.cid-uIrEEbYlQo textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIrEEbYlQo .row {
  justify-content: flex-end;
}
.cid-uIrEEbYlQo textarea {
  min-height: 200px;
}
.cid-uIrEEbYlQo .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIrEEbYlQo .col-auto {
    margin: auto;
  }
}
.cid-uIrEEbYlQo .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIrEEbYlQo .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIrEEbYlQo .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIrEEbYlQo .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIrEEbYlQo .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIrEEbYlQo .btn {
  padding: 1rem 3rem;
}
.cid-uIrEEbYlQo .form-control,
.cid-uIrEEbYlQo .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEbYlQo .form-control::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input::-webkit-input-placeholder,
.cid-uIrEEbYlQo .form-control::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEbYlQo .form-control:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:-moz-placeholder,
.cid-uIrEEbYlQo .form-control:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEbYlQo .form-control:hover,
.cid-uIrEEbYlQo .field-input:hover,
.cid-uIrEEbYlQo .form-control:focus,
.cid-uIrEEbYlQo .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEbYlQo .form-control:hover::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input:hover::-webkit-input-placeholder,
.cid-uIrEEbYlQo .form-control:focus::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input:focus::-webkit-input-placeholder,
.cid-uIrEEbYlQo .form-control:hover::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input:hover::-webkit-input-placeholder,
.cid-uIrEEbYlQo .form-control:focus::-webkit-input-placeholder,
.cid-uIrEEbYlQo .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEbYlQo .form-control:hover:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:hover:-moz-placeholder,
.cid-uIrEEbYlQo .form-control:focus:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:focus:-moz-placeholder,
.cid-uIrEEbYlQo .form-control:hover:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:hover:-moz-placeholder,
.cid-uIrEEbYlQo .form-control:focus:-moz-placeholder,
.cid-uIrEEbYlQo .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEbYlQo .jq-number__spin:hover,
.cid-uIrEEbYlQo .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEbYlQo .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEbYlQo .jq-selectbox li,
.cid-uIrEEbYlQo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIrEEbYlQo .jq-selectbox li:hover,
.cid-uIrEEbYlQo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIrEEbYlQo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIrEEbYlQo .jq-number__spin.minus:hover:after,
.cid-uIrEEbYlQo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIrEEbYlQo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIrEEbYlQo .jq-number__spin.minus:after,
.cid-uIrEEbYlQo .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIrEEbYlQo .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIrEEbYlQo .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEbYlQo .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEbYlQo b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIrEEbYlQo .soc-link,
.cid-uIrEEbYlQo .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIrEEcAEzw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIrEEcAEzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEcAEzw .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-uIrEEcAEzw .container {
    padding: 0 20px;
  }
}
.cid-uIrEEcAEzw .row {
  justify-content: space-between;
}
.cid-uIrEEcAEzw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEEcAEzw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEEcAEzw .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEEcAEzw .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEcAEzw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEcAEzw b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEcAEzw b {
    line-height: 2rem !important;
  }
}
.cid-uIrEEcAEzw .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrEEcXTGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIrEEcXTGW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIrEEcXTGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEcXTGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEEcXTGW .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIrEEcXTGW .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIrEEcXTGW .content-wrapper {
    padding: 0;
  }
}
.cid-uIrEEcXTGW .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIrEEcXTGW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIrEEcXTGW .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIrEEdpe7v {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIrEEdpe7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEdpe7v .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-uIrEEdpe7v .container {
    padding: 0 20px;
  }
}
.cid-uIrEEdpe7v .row {
  justify-content: space-between;
}
.cid-uIrEEdpe7v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEEdpe7v .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEEdpe7v .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEEdpe7v .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEdpe7v .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEdpe7v b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEdpe7v b {
    line-height: 2rem !important;
  }
}
.cid-uIrEEdpe7v .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrEEdMJFH .mbr-section {
  border: 0px !important;
}
.cid-uIrEEdMJFH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrEEdMJFH img {
  border-radius: 0rem !important;
}
.cid-uIrEEe9sBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uIrEEe9sBh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uIrEEe9sBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEe9sBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEEe9sBh .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIrEEe9sBh .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIrEEe9sBh .content-wrapper {
    padding: 0;
  }
}
.cid-uIrEEe9sBh .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIrEEe9sBh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIrEEe9sBh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIrEEe9sBh .mbr-section-title,
.cid-uIrEEe9sBh .mbr-section-btn {
  color: #ebdf2e;
  text-align: left;
}
.cid-uIrEEeAKng {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #000000;
}
.cid-uIrEEeAKng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEeAKng .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-uIrEEeAKng .container {
    padding: 0 20px;
  }
}
.cid-uIrEEeAKng .row {
  justify-content: space-between;
}
.cid-uIrEEeAKng .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrEEeAKng .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrEEeAKng .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrEEeAKng .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEeAKng .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEeAKng b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEeAKng b {
    line-height: 2rem !important;
  }
}
.cid-uIrEEeAKng .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrEEf06kR {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-1.webp");
}
.cid-uIrEEf06kR .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIrEEf06kR {
    background-position: right;
  }
}
.cid-uIrEEf06kR input,
.cid-uIrEEf06kR textarea {
  border-radius: 0;
}
.cid-uIrEEf06kR input:hover,
.cid-uIrEEf06kR textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIrEEf06kR .row {
  justify-content: flex-end;
}
.cid-uIrEEf06kR textarea {
  min-height: 200px;
}
.cid-uIrEEf06kR .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIrEEf06kR .col-auto {
    margin: auto;
  }
}
.cid-uIrEEf06kR .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIrEEf06kR .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIrEEf06kR .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIrEEf06kR .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIrEEf06kR .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIrEEf06kR .btn {
  padding: 1rem 3rem;
}
.cid-uIrEEf06kR .form-control,
.cid-uIrEEf06kR .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEf06kR .form-control::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input::-webkit-input-placeholder,
.cid-uIrEEf06kR .form-control::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEf06kR .form-control:-moz-placeholder,
.cid-uIrEEf06kR .field-input:-moz-placeholder,
.cid-uIrEEf06kR .form-control:-moz-placeholder,
.cid-uIrEEf06kR .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEf06kR .form-control:hover,
.cid-uIrEEf06kR .field-input:hover,
.cid-uIrEEf06kR .form-control:focus,
.cid-uIrEEf06kR .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEf06kR .form-control:hover::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input:hover::-webkit-input-placeholder,
.cid-uIrEEf06kR .form-control:focus::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input:focus::-webkit-input-placeholder,
.cid-uIrEEf06kR .form-control:hover::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input:hover::-webkit-input-placeholder,
.cid-uIrEEf06kR .form-control:focus::-webkit-input-placeholder,
.cid-uIrEEf06kR .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEf06kR .form-control:hover:-moz-placeholder,
.cid-uIrEEf06kR .field-input:hover:-moz-placeholder,
.cid-uIrEEf06kR .form-control:focus:-moz-placeholder,
.cid-uIrEEf06kR .field-input:focus:-moz-placeholder,
.cid-uIrEEf06kR .form-control:hover:-moz-placeholder,
.cid-uIrEEf06kR .field-input:hover:-moz-placeholder,
.cid-uIrEEf06kR .form-control:focus:-moz-placeholder,
.cid-uIrEEf06kR .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIrEEf06kR .jq-number__spin:hover,
.cid-uIrEEf06kR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEf06kR .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIrEEf06kR .jq-selectbox li,
.cid-uIrEEf06kR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIrEEf06kR .jq-selectbox li:hover,
.cid-uIrEEf06kR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIrEEf06kR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIrEEf06kR .jq-number__spin.minus:hover:after,
.cid-uIrEEf06kR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIrEEf06kR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIrEEf06kR .jq-number__spin.minus:after,
.cid-uIrEEf06kR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIrEEf06kR .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIrEEf06kR .mbr-section-title {
  letter-spacing: 0.01em;
  color: #0b3e71;
  text-align: left;
  line-height: 3rem;
}
@media (max-width: 576px) {
  .cid-uIrEEf06kR .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrEEf06kR .soc-link,
.cid-uIrEEf06kR .soc-wrapper {
  color: #1a4b7c;
  line-height: 2rem;
}
@media (max-width: 576px) {
  .cid-uIrEEf06kR .soc-link,
  .cid-uIrEEf06kR .soc-wrapper {
    line-height: 1.5rem !important;
    font-size: 14px !important;
  }
}
.cid-uIrEEf06kR b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIrEEf06kR strong {
  letter-spacing: 0.01em;
}
.cid-uIrEEfsLmB {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIrEEfsLmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrEEfsLmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrEEfsLmB .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIrEEfsLmB .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .container {
    padding: 0 20px;
  }
}
.cid-uIrEEfsLmB .row {
  justify-content: center;
}
.cid-uIrEEfsLmB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIrEEfsLmB .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIrEEfsLmB .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIrEEfsLmB .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIrEEfsLmB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIrEEfsLmB .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIrEEfsLmB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIrEEfsLmB .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIrEEfsLmB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIrEEfsLmB .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIrEEfsLmB .nav-wrapper .list .item-wrap:hover,
.cid-uIrEEfsLmB .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIrEEfsLmB .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIrEEfsLmB .mbr-text {
  color: #000000;
}
.cid-uIrEEfsLmB .mbr-list-title {
  color: #002b56;
}
.cid-uIrEEfsLmB b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIrEEfsLmB .list {
  color: #9a9a9a;
}
.cid-uIrEEfsLmB .list,
.cid-uIrEEfsLmB .item-wrap,
.cid-uIrEEfsLmB .contacts-wrapper {
  color: #006a00;
}
.cid-uIrEEfsLmB .mbr-text,
.cid-uIrEEfsLmB .text-wrap,
.cid-uIrEEfsLmB .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIrEEfsLmB .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyRhmQ.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRhmQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRhmQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRhmQ .modal-content,
.cid-vahEGyRhmQ .modal-dialog {
  height: auto;
}
.cid-vahEGyRhmQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRhmQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRhmQ .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRhmQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRhmQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRhmQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRhmQ .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRhmQ .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRhmQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRhmQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRhmQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRhmQ .modal-open {
  overflow: hidden;
}
.cid-vahEGyRhmQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRhmQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRhmQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRhmQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRhmQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRhmQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRhmQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRhmQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRhmQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRhmQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRhmQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRhmQ .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRhmQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRhmQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRhmQ .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRhmQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRhmQ .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRhmQ .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRhmQ .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRhmQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRhmQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRhmQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRhmQ .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRhmQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRhmQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRhmQ .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRhmQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRhmQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRhmQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRhmQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRhmQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRhmQ .modal-lg,
  .cid-vahEGyRhmQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRhmQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRhmQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRhmQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRhmQ .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRhmQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRhmQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRhmQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRhmQ .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRhmQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRhmQ .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRhmQ .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRhmQ .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRhmQ .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRhmQ .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRhmQ .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRhmQ .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIwJa8ohoK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIwJa8ohoK .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIwJa8ohoK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIwJa8ohoK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwJa8ohoK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwJa8ohoK .menu_box .navbar.opened,
  .cid-uIwJa8ohoK .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwJa8ohoK nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIwJa8ohoK .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIwJa8ohoK .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIwJa8ohoK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwJa8ohoK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwJa8ohoK .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIwJa8ohoK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwJa8ohoK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwJa8ohoK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwJa8ohoK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwJa8ohoK .offcanvas-body .mbr-text,
  .cid-uIwJa8ohoK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwJa8ohoK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwJa8ohoK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwJa8ohoK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwJa8ohoK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIwJa8ohoK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwJa8ohoK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwJa8ohoK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwJa8ohoK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIwJa8ohoK ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIwJa8ohoK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwJa8ohoK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwJa8ohoK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwJa8ohoK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwJa8ohoK .nav-item .nav-link:hover::before,
.cid-uIwJa8ohoK .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwJa8ohoK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwJa8ohoK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwJa8ohoK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwJa8ohoK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIwJa8ohoK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwJa8ohoK .offcanvas_box {
    display: none;
  }
}
.cid-uIwJa8ohoK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwJa8ohoK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwJa8ohoK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwJa8ohoK .container {
  display: flex;
  margin: auto;
}
.cid-uIwJa8ohoK .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwJa8ohoK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwJa8ohoK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwJa8ohoK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwJa8ohoK .navbar-nav {
    margin: 0;
  }
}
.cid-uIwJa8ohoK .dropdown-menu,
.cid-uIwJa8ohoK .navbar.opened {
  background-color: true !important;
}
.cid-uIwJa8ohoK .nav-item:focus,
.cid-uIwJa8ohoK .nav-link:focus {
  outline: none;
}
.cid-uIwJa8ohoK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwJa8ohoK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwJa8ohoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwJa8ohoK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwJa8ohoK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwJa8ohoK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwJa8ohoK .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIwJa8ohoK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwJa8ohoK .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwJa8ohoK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwJa8ohoK .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIwJa8ohoK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwJa8ohoK .navbar.collapsed {
  justify-content: center;
}
.cid-uIwJa8ohoK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwJa8ohoK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwJa8ohoK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwJa8ohoK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwJa8ohoK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwJa8ohoK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwJa8ohoK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwJa8ohoK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwJa8ohoK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwJa8ohoK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwJa8ohoK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwJa8ohoK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwJa8ohoK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwJa8ohoK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwJa8ohoK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwJa8ohoK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwJa8ohoK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwJa8ohoK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwJa8ohoK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwJa8ohoK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwJa8ohoK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwJa8ohoK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwJa8ohoK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwJa8ohoK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwJa8ohoK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwJa8ohoK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIwJa8ohoK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwJa8ohoK .dropdown-item.active,
.cid-uIwJa8ohoK .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwJa8ohoK .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIwJa8ohoK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwJa8ohoK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwJa8ohoK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwJa8ohoK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwJa8ohoK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwJa8ohoK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIwJa8ohoK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIwJa8ohoK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwJa8ohoK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwJa8ohoK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwJa8ohoK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwJa8ohoK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwJa8ohoK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwJa8ohoK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwJa8ohoK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwJa8ohoK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwJa8ohoK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwJa8ohoK .navbar {
    height: 70px;
  }
  .cid-uIwJa8ohoK .navbar.opened {
    height: auto;
  }
  .cid-uIwJa8ohoK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwJa8ohoK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIwJa8ohoK .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIwJa8ohoK .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIwJa8ohoK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwJa8ohoK .text_widget {
  margin-bottom: 32px;
}
.cid-uIwJa8ohoK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwJa8ohoK .text_widget a:hover,
.cid-uIwJa8ohoK .text_widget a:focus {
  opacity: .8;
}
.cid-uIwJa8ohoK .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIwJa8ohoK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIwJa8ohoK .navbar-caption {
  color: #000000;
}
.cid-uIwJa8ohoK .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIwJa8ohoK .mbr-section-subtitle,
.cid-uIwJa8ohoK .text_widget,
.cid-uIwJa8ohoK .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIwJa8ohoK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwJa8ohoK .navbar-collapse {
  align-items: center;
}
.cid-uIwJa9oUrQ {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/staatsministerium-baden-wuerttemberg-leadership-gipfel2024-1.webp");
}
.cid-uIwJa9oUrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwJa9oUrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwJa9oUrQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwJa9oUrQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwJa9oUrQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIwJa9oUrQ .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIwJa9oUrQ .container {
    padding: 0 20px;
  }
}
.cid-uIwJa9oUrQ .row {
  height: 100%;
}
.cid-uIwJa9oUrQ .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIwJa9oUrQ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIwJa9oUrQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIwJa9oUrQ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIwJa9oUrQ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIwJa9oUrQ .mbr-section-title {
  color: #ffffff;
}
.cid-uIwJa9oUrQ .mbr-desc {
  color: #ffffff;
}
.cid-uIwJa9N62f {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uIwJa9N62f {
    align-items: center;
  }
  .cid-uIwJa9N62f .row {
    justify-content: center;
  }
}
.cid-uIwJa9N62f p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIwJa9N62f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIwJa9N62f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIwJa9N62f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIwJa9N62f .content-wrap {
    width: 100%;
  }
}
.cid-uIwJa9N62f .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uIwJa9N62f .mbr-text,
.cid-uIwJa9N62f .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-uIwJa9N62f .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uIwJaa4KF3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uIwJaa4KF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwJaa4KF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwJaa4KF3 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uIwJaa4KF3 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uIwJaa4KF3 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uIwJaa4KF3 .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwJaa4KF3 .mbr-section-title {
    width: 100%;
  }
}
.cid-uIwJaa4KF3 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwJaa4KF3 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uIwJaa4KF3 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uIwJaa4KF3 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uIwJaa4KF3 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uIwJaa4KF3 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uIwJaa4KF3 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uIwJaa4KF3 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uIwJaa4KF3 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uIwJaa4KF3 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uIwJaa4KF3 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uIwJaamjrf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIwJaamjrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwJaamjrf .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-uIwJaamjrf .container {
    padding: 0 20px;
  }
}
.cid-uIwJaamjrf .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIwJaamjrf .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uIwJaamjrf .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uIwJaamjrf .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIwJaamjrf .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIwJaamjrf .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uIwJaamjrf .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uIwJaamjrf .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uIwJaamjrf .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uIwJaamjrf .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uIwJaamjrf .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uIwJaamjrf .mbr-desc {
  color: #002b56;
}
.cid-uIwJaamjrf .panel-number {
  color: #00e000;
}
.cid-uIwJaamjrf .panel-title-edit {
  color: #00e000;
}
.cid-uIwJaamjrf .panel-text {
  color: #002b56;
}
.cid-uIwJaaKHTu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIwJaaKHTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwJaaKHTu .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-uIwJaaKHTu .container {
    padding: 0 20px;
  }
}
.cid-uIwJaaKHTu .row {
  justify-content: center;
}
.cid-uIwJaaKHTu .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIwJaaKHTu .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIwJaaKHTu .item {
    margin-bottom: 40px;
  }
}
.cid-uIwJaaKHTu .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-uIwJaaKHTu .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-uIwJaaKHTu .item:hover .item-wrapper .item-img img,
.cid-uIwJaaKHTu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uIwJaaKHTu .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-uIwJaaKHTu .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIwJaaKHTu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIwJaaKHTu .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-uIwJaaKHTu .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-uIwJaaKHTu .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uIwJaaKHTu .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uIwJaaKHTu .item a {
  display: block;
}
.cid-uIwJaaKHTu .mbr-desc {
  color: #6f94aa;
}
.cid-uIwJaaKHTu .card-title {
  color: #002b56;
}
.cid-uIwJabiUab {
  padding-top: 225px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIwJabiUab .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIwJabiUab {
    background-position: right;
  }
}
.cid-uIwJabiUab input,
.cid-uIwJabiUab textarea {
  border-radius: 0;
}
.cid-uIwJabiUab input:hover,
.cid-uIwJabiUab textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIwJabiUab .row {
  justify-content: flex-end;
}
.cid-uIwJabiUab textarea {
  min-height: 200px;
}
.cid-uIwJabiUab .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIwJabiUab .col-auto {
    margin: auto;
  }
}
.cid-uIwJabiUab .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIwJabiUab .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIwJabiUab .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIwJabiUab .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIwJabiUab .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIwJabiUab .btn {
  padding: 1rem 3rem;
}
.cid-uIwJabiUab .form-control,
.cid-uIwJabiUab .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwJabiUab .form-control::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input::-webkit-input-placeholder,
.cid-uIwJabiUab .form-control::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwJabiUab .form-control:-moz-placeholder,
.cid-uIwJabiUab .field-input:-moz-placeholder,
.cid-uIwJabiUab .form-control:-moz-placeholder,
.cid-uIwJabiUab .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwJabiUab .form-control:hover,
.cid-uIwJabiUab .field-input:hover,
.cid-uIwJabiUab .form-control:focus,
.cid-uIwJabiUab .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIwJabiUab .form-control:hover::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input:hover::-webkit-input-placeholder,
.cid-uIwJabiUab .form-control:focus::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input:focus::-webkit-input-placeholder,
.cid-uIwJabiUab .form-control:hover::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input:hover::-webkit-input-placeholder,
.cid-uIwJabiUab .form-control:focus::-webkit-input-placeholder,
.cid-uIwJabiUab .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwJabiUab .form-control:hover:-moz-placeholder,
.cid-uIwJabiUab .field-input:hover:-moz-placeholder,
.cid-uIwJabiUab .form-control:focus:-moz-placeholder,
.cid-uIwJabiUab .field-input:focus:-moz-placeholder,
.cid-uIwJabiUab .form-control:hover:-moz-placeholder,
.cid-uIwJabiUab .field-input:hover:-moz-placeholder,
.cid-uIwJabiUab .form-control:focus:-moz-placeholder,
.cid-uIwJabiUab .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwJabiUab .jq-number__spin:hover,
.cid-uIwJabiUab .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIwJabiUab .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwJabiUab .jq-selectbox li,
.cid-uIwJabiUab .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwJabiUab .jq-selectbox li:hover,
.cid-uIwJabiUab .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwJabiUab .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIwJabiUab .jq-number__spin.minus:hover:after,
.cid-uIwJabiUab .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwJabiUab .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIwJabiUab .jq-number__spin.minus:after,
.cid-uIwJabiUab .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwJabiUab .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIwJabiUab .mbr-section-title {
  color: #1a4b7c;
}
.cid-uIwJabiUab .soc-link,
.cid-uIwJabiUab .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIwJabH5LX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIwJabH5LX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwJabH5LX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwJabH5LX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwJabH5LX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .container {
    padding: 0 20px;
  }
}
.cid-uIwJabH5LX .row {
  justify-content: center;
}
.cid-uIwJabH5LX .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIwJabH5LX .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwJabH5LX .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIwJabH5LX .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIwJabH5LX .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIwJabH5LX .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwJabH5LX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwJabH5LX .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIwJabH5LX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIwJabH5LX .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIwJabH5LX .nav-wrapper .list .item-wrap:hover,
.cid-uIwJabH5LX .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIwJabH5LX .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIwJabH5LX .mbr-text {
  color: #000000;
}
.cid-uIwJabH5LX .mbr-list-title {
  color: #002b56;
}
.cid-uIwJabH5LX b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIwJabH5LX .list {
  color: #9a9a9a;
}
.cid-uIwJabH5LX .list,
.cid-uIwJabH5LX .item-wrap,
.cid-uIwJabH5LX .contacts-wrapper {
  color: #006a00;
}
.cid-uIwJabH5LX .mbr-text,
.cid-uIwJabH5LX .text-wrap,
.cid-uIwJabH5LX .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIwJabH5LX .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uIwJac6weL.popup-builder {
  background-color: #ffffff;
}
.cid-uIwJac6weL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIwJac6weL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIwJac6weL .modal-content,
.cid-uIwJac6weL .modal-dialog {
  height: auto;
}
.cid-uIwJac6weL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIwJac6weL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIwJac6weL .form-wrapper .mbr-form .form-group,
  .cid-uIwJac6weL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIwJac6weL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIwJac6weL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIwJac6weL .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uIwJac6weL .pt-0 {
  padding-top: 0 !important;
}
.cid-uIwJac6weL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIwJac6weL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIwJac6weL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIwJac6weL .modal-open {
  overflow: hidden;
}
.cid-uIwJac6weL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIwJac6weL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIwJac6weL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIwJac6weL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uIwJac6weL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIwJac6weL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIwJac6weL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIwJac6weL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uIwJac6weL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIwJac6weL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIwJac6weL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIwJac6weL .modal-backdrop.show {
  opacity: .5;
}
.cid-uIwJac6weL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIwJac6weL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwJac6weL .modal-header {
    padding: 1rem;
  }
}
.cid-uIwJac6weL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIwJac6weL .modal-header .close svg {
  fill: #03d202;
}
.cid-uIwJac6weL .modal-header .close:hover {
  opacity: 1;
}
.cid-uIwJac6weL .modal-header .close:focus {
  outline: none;
}
.cid-uIwJac6weL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uIwJac6weL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIwJac6weL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwJac6weL .modal-body {
    padding: 1rem;
  }
}
.cid-uIwJac6weL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIwJac6weL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwJac6weL .modal-footer {
    padding: 1rem;
  }
}
.cid-uIwJac6weL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIwJac6weL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIwJac6weL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIwJac6weL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIwJac6weL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIwJac6weL .modal-lg,
  .cid-uIwJac6weL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIwJac6weL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIwJac6weL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIwJac6weL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uIwJac6weL .form-group {
  margin-bottom: 1rem;
}
.cid-uIwJac6weL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIwJac6weL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIwJac6weL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uIwJac6weL .mbr-section-btn {
  margin: 0;
}
.cid-uIwJac6weL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRtnB.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRtnB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRtnB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRtnB .modal-content,
.cid-vahEGyRtnB .modal-dialog {
  height: auto;
}
.cid-vahEGyRtnB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRtnB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRtnB .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRtnB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRtnB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRtnB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRtnB .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRtnB .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRtnB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRtnB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRtnB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRtnB .modal-open {
  overflow: hidden;
}
.cid-vahEGyRtnB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRtnB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRtnB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRtnB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRtnB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRtnB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRtnB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRtnB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRtnB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRtnB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRtnB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRtnB .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRtnB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRtnB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRtnB .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRtnB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRtnB .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRtnB .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRtnB .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRtnB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRtnB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRtnB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRtnB .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRtnB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRtnB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRtnB .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRtnB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRtnB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRtnB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRtnB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRtnB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRtnB .modal-lg,
  .cid-vahEGyRtnB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRtnB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRtnB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRtnB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRtnB .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRtnB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRtnB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRtnB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRtnB .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRtnB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRtnB .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRtnB .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRtnB .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRtnB .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRtnB .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRtnB .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRtnB .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIwOt0m7m2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIwOt0m7m2 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIwOt0m7m2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIwOt0m7m2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwOt0m7m2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwOt0m7m2 .menu_box .navbar.opened,
  .cid-uIwOt0m7m2 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwOt0m7m2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIwOt0m7m2 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIwOt0m7m2 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIwOt0m7m2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwOt0m7m2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwOt0m7m2 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIwOt0m7m2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwOt0m7m2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwOt0m7m2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwOt0m7m2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwOt0m7m2 .offcanvas-body .mbr-text,
  .cid-uIwOt0m7m2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwOt0m7m2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwOt0m7m2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwOt0m7m2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwOt0m7m2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIwOt0m7m2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwOt0m7m2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwOt0m7m2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwOt0m7m2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIwOt0m7m2 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIwOt0m7m2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwOt0m7m2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwOt0m7m2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwOt0m7m2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwOt0m7m2 .nav-item .nav-link:hover::before,
.cid-uIwOt0m7m2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwOt0m7m2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwOt0m7m2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwOt0m7m2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwOt0m7m2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIwOt0m7m2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwOt0m7m2 .offcanvas_box {
    display: none;
  }
}
.cid-uIwOt0m7m2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwOt0m7m2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwOt0m7m2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwOt0m7m2 .container {
  display: flex;
  margin: auto;
}
.cid-uIwOt0m7m2 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwOt0m7m2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwOt0m7m2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwOt0m7m2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwOt0m7m2 .navbar-nav {
    margin: 0;
  }
}
.cid-uIwOt0m7m2 .dropdown-menu,
.cid-uIwOt0m7m2 .navbar.opened {
  background-color: true !important;
}
.cid-uIwOt0m7m2 .nav-item:focus,
.cid-uIwOt0m7m2 .nav-link:focus {
  outline: none;
}
.cid-uIwOt0m7m2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwOt0m7m2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwOt0m7m2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwOt0m7m2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwOt0m7m2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwOt0m7m2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwOt0m7m2 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIwOt0m7m2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwOt0m7m2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwOt0m7m2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwOt0m7m2 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIwOt0m7m2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwOt0m7m2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIwOt0m7m2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwOt0m7m2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwOt0m7m2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwOt0m7m2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwOt0m7m2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwOt0m7m2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwOt0m7m2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwOt0m7m2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwOt0m7m2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwOt0m7m2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwOt0m7m2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwOt0m7m2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwOt0m7m2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwOt0m7m2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwOt0m7m2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwOt0m7m2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwOt0m7m2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwOt0m7m2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwOt0m7m2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwOt0m7m2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwOt0m7m2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwOt0m7m2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwOt0m7m2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwOt0m7m2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwOt0m7m2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwOt0m7m2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIwOt0m7m2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwOt0m7m2 .dropdown-item.active,
.cid-uIwOt0m7m2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwOt0m7m2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIwOt0m7m2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwOt0m7m2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwOt0m7m2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwOt0m7m2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwOt0m7m2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwOt0m7m2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIwOt0m7m2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIwOt0m7m2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwOt0m7m2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwOt0m7m2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwOt0m7m2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwOt0m7m2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwOt0m7m2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwOt0m7m2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwOt0m7m2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwOt0m7m2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwOt0m7m2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwOt0m7m2 .navbar {
    height: 70px;
  }
  .cid-uIwOt0m7m2 .navbar.opened {
    height: auto;
  }
  .cid-uIwOt0m7m2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwOt0m7m2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIwOt0m7m2 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIwOt0m7m2 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIwOt0m7m2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwOt0m7m2 .text_widget {
  margin-bottom: 32px;
}
.cid-uIwOt0m7m2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwOt0m7m2 .text_widget a:hover,
.cid-uIwOt0m7m2 .text_widget a:focus {
  opacity: .8;
}
.cid-uIwOt0m7m2 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIwOt0m7m2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIwOt0m7m2 .navbar-caption {
  color: #000000;
}
.cid-uIwOt0m7m2 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIwOt0m7m2 .mbr-section-subtitle,
.cid-uIwOt0m7m2 .text_widget,
.cid-uIwOt0m7m2 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIwOt0m7m2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwOt0m7m2 .navbar-collapse {
  align-items: center;
}
.cid-uIwOt1kdkW {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/mbr-1920x1045.webp");
}
.cid-uIwOt1kdkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwOt1kdkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwOt1kdkW .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwOt1kdkW .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwOt1kdkW .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIwOt1kdkW .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIwOt1kdkW .container {
    padding: 0 20px;
  }
}
.cid-uIwOt1kdkW .row {
  height: 100%;
}
.cid-uIwOt1kdkW .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIwOt1kdkW .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIwOt1kdkW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIwOt1kdkW .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIwOt1kdkW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIwOt1kdkW .mbr-section-title {
  color: #ffffff;
}
.cid-uIwOt1kdkW .mbr-desc {
  color: #ffffff;
}
.cid-uIwOt1Jv4p {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uIwOt1Jv4p {
    align-items: center;
  }
  .cid-uIwOt1Jv4p .row {
    justify-content: center;
  }
}
.cid-uIwOt1Jv4p p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIwOt1Jv4p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIwOt1Jv4p {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIwOt1Jv4p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIwOt1Jv4p .content-wrap {
    width: 100%;
  }
}
.cid-uIwOt1Jv4p .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uIwOt1Jv4p .mbr-text,
.cid-uIwOt1Jv4p .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-uIwOt1Jv4p .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uIwOt21Miy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uIwOt21Miy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwOt21Miy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwOt21Miy .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uIwOt21Miy .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uIwOt21Miy .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uIwOt21Miy .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwOt21Miy .mbr-section-title {
    width: 100%;
  }
}
.cid-uIwOt21Miy .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwOt21Miy .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uIwOt21Miy .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uIwOt21Miy .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uIwOt21Miy .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uIwOt21Miy .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uIwOt21Miy .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uIwOt21Miy .list-title {
    padding-bottom: 20px;
  }
}
.cid-uIwOt21Miy .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uIwOt21Miy li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uIwOt21Miy ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uIwOt2liQ7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIwOt2liQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwOt2liQ7 .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-uIwOt2liQ7 .container {
    padding: 0 20px;
  }
}
.cid-uIwOt2liQ7 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIwOt2liQ7 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uIwOt2liQ7 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uIwOt2liQ7 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uIwOt2liQ7 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uIwOt2liQ7 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uIwOt2liQ7 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uIwOt2liQ7 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uIwOt2liQ7 .mbr-desc {
  color: #002b56;
}
.cid-uIwOt2liQ7 .panel-number {
  color: #00e000;
}
.cid-uIwOt2liQ7 .panel-title-edit {
  color: #00e000;
}
.cid-uIwOt2liQ7 .panel-text {
  color: #002b56;
}
.cid-uIwOt393UM {
  padding-top: 225px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIwOt393UM .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIwOt393UM {
    background-position: right;
  }
}
.cid-uIwOt393UM input,
.cid-uIwOt393UM textarea {
  border-radius: 0;
}
.cid-uIwOt393UM input:hover,
.cid-uIwOt393UM textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIwOt393UM .row {
  justify-content: flex-end;
}
.cid-uIwOt393UM textarea {
  min-height: 200px;
}
.cid-uIwOt393UM .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIwOt393UM .col-auto {
    margin: auto;
  }
}
.cid-uIwOt393UM .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIwOt393UM .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIwOt393UM .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIwOt393UM .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIwOt393UM .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIwOt393UM .btn {
  padding: 1rem 3rem;
}
.cid-uIwOt393UM .form-control,
.cid-uIwOt393UM .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwOt393UM .form-control::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input::-webkit-input-placeholder,
.cid-uIwOt393UM .form-control::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwOt393UM .form-control:-moz-placeholder,
.cid-uIwOt393UM .field-input:-moz-placeholder,
.cid-uIwOt393UM .form-control:-moz-placeholder,
.cid-uIwOt393UM .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwOt393UM .form-control:hover,
.cid-uIwOt393UM .field-input:hover,
.cid-uIwOt393UM .form-control:focus,
.cid-uIwOt393UM .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIwOt393UM .form-control:hover::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input:hover::-webkit-input-placeholder,
.cid-uIwOt393UM .form-control:focus::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input:focus::-webkit-input-placeholder,
.cid-uIwOt393UM .form-control:hover::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input:hover::-webkit-input-placeholder,
.cid-uIwOt393UM .form-control:focus::-webkit-input-placeholder,
.cid-uIwOt393UM .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwOt393UM .form-control:hover:-moz-placeholder,
.cid-uIwOt393UM .field-input:hover:-moz-placeholder,
.cid-uIwOt393UM .form-control:focus:-moz-placeholder,
.cid-uIwOt393UM .field-input:focus:-moz-placeholder,
.cid-uIwOt393UM .form-control:hover:-moz-placeholder,
.cid-uIwOt393UM .field-input:hover:-moz-placeholder,
.cid-uIwOt393UM .form-control:focus:-moz-placeholder,
.cid-uIwOt393UM .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwOt393UM .jq-number__spin:hover,
.cid-uIwOt393UM .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIwOt393UM .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwOt393UM .jq-selectbox li,
.cid-uIwOt393UM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwOt393UM .jq-selectbox li:hover,
.cid-uIwOt393UM .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwOt393UM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIwOt393UM .jq-number__spin.minus:hover:after,
.cid-uIwOt393UM .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwOt393UM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIwOt393UM .jq-number__spin.minus:after,
.cid-uIwOt393UM .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwOt393UM .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIwOt393UM .mbr-section-title {
  color: #1a4b7c;
}
.cid-uIwOt393UM .soc-link,
.cid-uIwOt393UM .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIwOt3AmnB {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIwOt3AmnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwOt3AmnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwOt3AmnB .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwOt3AmnB .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .container {
    padding: 0 20px;
  }
}
.cid-uIwOt3AmnB .row {
  justify-content: center;
}
.cid-uIwOt3AmnB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIwOt3AmnB .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwOt3AmnB .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIwOt3AmnB .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIwOt3AmnB .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIwOt3AmnB .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwOt3AmnB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwOt3AmnB .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIwOt3AmnB .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIwOt3AmnB .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIwOt3AmnB .nav-wrapper .list .item-wrap:hover,
.cid-uIwOt3AmnB .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIwOt3AmnB .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIwOt3AmnB .mbr-text {
  color: #000000;
}
.cid-uIwOt3AmnB .mbr-list-title {
  color: #002b56;
}
.cid-uIwOt3AmnB b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIwOt3AmnB .list {
  color: #9a9a9a;
}
.cid-uIwOt3AmnB .list,
.cid-uIwOt3AmnB .item-wrap,
.cid-uIwOt3AmnB .contacts-wrapper {
  color: #006a00;
}
.cid-uIwOt3AmnB .mbr-text,
.cid-uIwOt3AmnB .text-wrap,
.cid-uIwOt3AmnB .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIwOt3AmnB .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uIwOt400Hh.popup-builder {
  background-color: #ffffff;
}
.cid-uIwOt400Hh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIwOt400Hh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIwOt400Hh .modal-content,
.cid-uIwOt400Hh .modal-dialog {
  height: auto;
}
.cid-uIwOt400Hh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIwOt400Hh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIwOt400Hh .form-wrapper .mbr-form .form-group,
  .cid-uIwOt400Hh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIwOt400Hh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIwOt400Hh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIwOt400Hh .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uIwOt400Hh .pt-0 {
  padding-top: 0 !important;
}
.cid-uIwOt400Hh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIwOt400Hh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIwOt400Hh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIwOt400Hh .modal-open {
  overflow: hidden;
}
.cid-uIwOt400Hh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIwOt400Hh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIwOt400Hh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIwOt400Hh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uIwOt400Hh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIwOt400Hh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIwOt400Hh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIwOt400Hh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uIwOt400Hh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIwOt400Hh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIwOt400Hh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIwOt400Hh .modal-backdrop.show {
  opacity: .5;
}
.cid-uIwOt400Hh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIwOt400Hh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwOt400Hh .modal-header {
    padding: 1rem;
  }
}
.cid-uIwOt400Hh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIwOt400Hh .modal-header .close svg {
  fill: #03d202;
}
.cid-uIwOt400Hh .modal-header .close:hover {
  opacity: 1;
}
.cid-uIwOt400Hh .modal-header .close:focus {
  outline: none;
}
.cid-uIwOt400Hh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-uIwOt400Hh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIwOt400Hh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwOt400Hh .modal-body {
    padding: 1rem;
  }
}
.cid-uIwOt400Hh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIwOt400Hh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwOt400Hh .modal-footer {
    padding: 1rem;
  }
}
.cid-uIwOt400Hh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIwOt400Hh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIwOt400Hh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIwOt400Hh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIwOt400Hh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIwOt400Hh .modal-lg,
  .cid-uIwOt400Hh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIwOt400Hh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIwOt400Hh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIwOt400Hh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uIwOt400Hh .form-group {
  margin-bottom: 1rem;
}
.cid-uIwOt400Hh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIwOt400Hh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIwOt400Hh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uIwOt400Hh .mbr-section-btn {
  margin: 0;
}
.cid-uIwOt400Hh .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRcMx.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRcMx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRcMx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRcMx .modal-content,
.cid-vahEGyRcMx .modal-dialog {
  height: auto;
}
.cid-vahEGyRcMx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRcMx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRcMx .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRcMx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRcMx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRcMx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRcMx .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRcMx .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRcMx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRcMx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRcMx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRcMx .modal-open {
  overflow: hidden;
}
.cid-vahEGyRcMx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRcMx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRcMx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRcMx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRcMx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRcMx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRcMx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRcMx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRcMx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRcMx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRcMx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRcMx .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRcMx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRcMx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRcMx .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRcMx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRcMx .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRcMx .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRcMx .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRcMx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRcMx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRcMx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRcMx .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRcMx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRcMx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRcMx .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRcMx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRcMx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRcMx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRcMx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRcMx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRcMx .modal-lg,
  .cid-vahEGyRcMx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRcMx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRcMx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRcMx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRcMx .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRcMx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRcMx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRcMx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRcMx .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRcMx .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRcMx .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRcMx .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRcMx .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRcMx .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRcMx .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRcMx .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRcMx .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIwS5hSC5k {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIwS5hSC5k .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIwS5hSC5k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIwS5hSC5k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIwS5hSC5k .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIwS5hSC5k .menu_box .navbar.opened,
  .cid-uIwS5hSC5k .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIwS5hSC5k nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIwS5hSC5k .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIwS5hSC5k .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIwS5hSC5k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIwS5hSC5k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIwS5hSC5k .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIwS5hSC5k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIwS5hSC5k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIwS5hSC5k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIwS5hSC5k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIwS5hSC5k .offcanvas-body .mbr-text,
  .cid-uIwS5hSC5k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIwS5hSC5k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIwS5hSC5k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIwS5hSC5k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwS5hSC5k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIwS5hSC5k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIwS5hSC5k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIwS5hSC5k .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIwS5hSC5k .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIwS5hSC5k ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIwS5hSC5k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIwS5hSC5k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .nav-item {
    margin: 0 !important;
  }
}
.cid-uIwS5hSC5k .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIwS5hSC5k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIwS5hSC5k .nav-item .nav-link:hover::before,
.cid-uIwS5hSC5k .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIwS5hSC5k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIwS5hSC5k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIwS5hSC5k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIwS5hSC5k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIwS5hSC5k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIwS5hSC5k .offcanvas_box {
    display: none;
  }
}
.cid-uIwS5hSC5k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIwS5hSC5k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIwS5hSC5k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIwS5hSC5k .container {
  display: flex;
  margin: auto;
}
.cid-uIwS5hSC5k .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIwS5hSC5k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIwS5hSC5k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIwS5hSC5k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIwS5hSC5k .navbar-nav {
    margin: 0;
  }
}
.cid-uIwS5hSC5k .dropdown-menu,
.cid-uIwS5hSC5k .navbar.opened {
  background-color: true !important;
}
.cid-uIwS5hSC5k .nav-item:focus,
.cid-uIwS5hSC5k .nav-link:focus {
  outline: none;
}
.cid-uIwS5hSC5k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIwS5hSC5k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIwS5hSC5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIwS5hSC5k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIwS5hSC5k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIwS5hSC5k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIwS5hSC5k .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIwS5hSC5k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIwS5hSC5k .navbar.opened {
  transition: all 0.3s;
}
.cid-uIwS5hSC5k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIwS5hSC5k .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIwS5hSC5k .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIwS5hSC5k .navbar.collapsed {
  justify-content: center;
}
.cid-uIwS5hSC5k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIwS5hSC5k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIwS5hSC5k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIwS5hSC5k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIwS5hSC5k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIwS5hSC5k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIwS5hSC5k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIwS5hSC5k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIwS5hSC5k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIwS5hSC5k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIwS5hSC5k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIwS5hSC5k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIwS5hSC5k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIwS5hSC5k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIwS5hSC5k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIwS5hSC5k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIwS5hSC5k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIwS5hSC5k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIwS5hSC5k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIwS5hSC5k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIwS5hSC5k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIwS5hSC5k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIwS5hSC5k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIwS5hSC5k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIwS5hSC5k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIwS5hSC5k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIwS5hSC5k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIwS5hSC5k .dropdown-item.active,
.cid-uIwS5hSC5k .dropdown-item:active {
  background-color: transparent;
}
.cid-uIwS5hSC5k .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIwS5hSC5k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIwS5hSC5k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIwS5hSC5k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIwS5hSC5k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIwS5hSC5k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIwS5hSC5k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIwS5hSC5k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIwS5hSC5k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIwS5hSC5k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwS5hSC5k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIwS5hSC5k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIwS5hSC5k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwS5hSC5k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIwS5hSC5k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIwS5hSC5k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIwS5hSC5k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIwS5hSC5k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIwS5hSC5k .navbar {
    height: 70px;
  }
  .cid-uIwS5hSC5k .navbar.opened {
    height: auto;
  }
  .cid-uIwS5hSC5k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIwS5hSC5k .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIwS5hSC5k .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIwS5hSC5k .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIwS5hSC5k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIwS5hSC5k .text_widget {
  margin-bottom: 32px;
}
.cid-uIwS5hSC5k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIwS5hSC5k .text_widget a:hover,
.cid-uIwS5hSC5k .text_widget a:focus {
  opacity: .8;
}
.cid-uIwS5hSC5k .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIwS5hSC5k .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIwS5hSC5k .navbar-caption {
  color: #000000;
}
.cid-uIwS5hSC5k .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIwS5hSC5k .mbr-section-subtitle,
.cid-uIwS5hSC5k .text_widget,
.cid-uIwS5hSC5k .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIwS5hSC5k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwS5hSC5k .navbar-collapse {
  align-items: center;
}
.cid-uIwS5iV2QV {
  padding-top: 9.8rem;
  padding-bottom: 9.8rem;
  background-image: url("../../../assets/images/mbr-1920x1045.webp");
}
.cid-uIwS5iV2QV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwS5iV2QV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwS5iV2QV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwS5iV2QV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwS5iV2QV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIwS5iV2QV .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIwS5iV2QV .container {
    padding: 0 20px;
  }
}
.cid-uIwS5iV2QV .row {
  height: 100%;
}
.cid-uIwS5iV2QV .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIwS5iV2QV .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIwS5iV2QV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIwS5iV2QV .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIwS5iV2QV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIwS5iV2QV .mbr-section-title {
  color: #ffffff;
}
.cid-uIwS5iV2QV .mbr-desc {
  color: #ffffff;
}
.cid-uIwS5iV2QV .mbr-section-title,
.cid-uIwS5iV2QV .mbr-section-btn {
  text-align: center;
}
.cid-uIwS5jovUc {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uIwS5jovUc {
    align-items: center;
  }
  .cid-uIwS5jovUc .row {
    justify-content: center;
  }
}
.cid-uIwS5jovUc p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIwS5jovUc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIwS5jovUc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIwS5jovUc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIwS5jovUc .content-wrap {
    width: 100%;
  }
}
.cid-uIwS5jovUc .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-uIwS5jovUc .mbr-text,
.cid-uIwS5jovUc .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-uIwS5jovUc .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-uIwS5jIEs8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uIwS5jIEs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwS5jIEs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwS5jIEs8 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uIwS5jIEs8 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uIwS5jIEs8 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uIwS5jIEs8 .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwS5jIEs8 .mbr-section-title {
    width: 100%;
  }
}
.cid-uIwS5jIEs8 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uIwS5jIEs8 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uIwS5jIEs8 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uIwS5jIEs8 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uIwS5jIEs8 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uIwS5jIEs8 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uIwS5jIEs8 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uIwS5jIEs8 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uIwS5jIEs8 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-uIwS5jIEs8 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uIwS5jIEs8 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uIwS5k2ZDO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIwS5k2ZDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwS5k2ZDO .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-uIwS5k2ZDO .container {
    padding: 0 20px;
  }
}
.cid-uIwS5k2ZDO .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIwS5k2ZDO .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uIwS5k2ZDO .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uIwS5k2ZDO .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uIwS5k2ZDO .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uIwS5k2ZDO .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uIwS5k2ZDO .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uIwS5k2ZDO .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-uIwS5k2ZDO .mbr-desc {
  color: #002b56;
}
.cid-uIwS5k2ZDO .panel-number {
  color: #00e000;
}
.cid-uIwS5k2ZDO .panel-title-edit {
  color: #00e000;
}
.cid-uIwS5k2ZDO .panel-text {
  color: #002b56;
}
.cid-uIwS5kreZ9 {
  padding-top: 225px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIwS5kreZ9 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIwS5kreZ9 {
    background-position: right;
  }
}
.cid-uIwS5kreZ9 input,
.cid-uIwS5kreZ9 textarea {
  border-radius: 0;
}
.cid-uIwS5kreZ9 input:hover,
.cid-uIwS5kreZ9 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIwS5kreZ9 .row {
  justify-content: flex-end;
}
.cid-uIwS5kreZ9 textarea {
  min-height: 200px;
}
.cid-uIwS5kreZ9 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIwS5kreZ9 .col-auto {
    margin: auto;
  }
}
.cid-uIwS5kreZ9 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIwS5kreZ9 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIwS5kreZ9 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIwS5kreZ9 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIwS5kreZ9 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIwS5kreZ9 .btn {
  padding: 1rem 3rem;
}
.cid-uIwS5kreZ9 .form-control,
.cid-uIwS5kreZ9 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwS5kreZ9 .form-control::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .form-control::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwS5kreZ9 .form-control:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:-moz-placeholder,
.cid-uIwS5kreZ9 .form-control:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwS5kreZ9 .form-control:hover,
.cid-uIwS5kreZ9 .field-input:hover,
.cid-uIwS5kreZ9 .form-control:focus,
.cid-uIwS5kreZ9 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIwS5kreZ9 .form-control:hover::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input:hover::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .form-control:focus::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input:focus::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .form-control:hover::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input:hover::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .form-control:focus::-webkit-input-placeholder,
.cid-uIwS5kreZ9 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIwS5kreZ9 .form-control:hover:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:hover:-moz-placeholder,
.cid-uIwS5kreZ9 .form-control:focus:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:focus:-moz-placeholder,
.cid-uIwS5kreZ9 .form-control:hover:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:hover:-moz-placeholder,
.cid-uIwS5kreZ9 .form-control:focus:-moz-placeholder,
.cid-uIwS5kreZ9 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIwS5kreZ9 .jq-number__spin:hover,
.cid-uIwS5kreZ9 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIwS5kreZ9 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIwS5kreZ9 .jq-selectbox li,
.cid-uIwS5kreZ9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwS5kreZ9 .jq-selectbox li:hover,
.cid-uIwS5kreZ9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIwS5kreZ9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIwS5kreZ9 .jq-number__spin.minus:hover:after,
.cid-uIwS5kreZ9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwS5kreZ9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIwS5kreZ9 .jq-number__spin.minus:after,
.cid-uIwS5kreZ9 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIwS5kreZ9 .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIwS5kreZ9 .mbr-section-title {
  color: #1a4b7c;
}
.cid-uIwS5kreZ9 .soc-link,
.cid-uIwS5kreZ9 .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIwS5kSeb1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIwS5kSeb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwS5kSeb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwS5kSeb1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIwS5kSeb1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .container {
    padding: 0 20px;
  }
}
.cid-uIwS5kSeb1 .row {
  justify-content: center;
}
.cid-uIwS5kSeb1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIwS5kSeb1 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwS5kSeb1 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIwS5kSeb1 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIwS5kSeb1 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIwS5kSeb1 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIwS5kSeb1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIwS5kSeb1 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIwS5kSeb1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIwS5kSeb1 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIwS5kSeb1 .nav-wrapper .list .item-wrap:hover,
.cid-uIwS5kSeb1 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIwS5kSeb1 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIwS5kSeb1 .mbr-text {
  color: #000000;
}
.cid-uIwS5kSeb1 .mbr-list-title {
  color: #002b56;
}
.cid-uIwS5kSeb1 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIwS5kSeb1 .list {
  color: #9a9a9a;
}
.cid-uIwS5kSeb1 .list,
.cid-uIwS5kSeb1 .item-wrap,
.cid-uIwS5kSeb1 .contacts-wrapper {
  color: #006a00;
}
.cid-uIwS5kSeb1 .mbr-text,
.cid-uIwS5kSeb1 .text-wrap,
.cid-uIwS5kSeb1 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIwS5kSeb1 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyREiP.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyREiP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyREiP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyREiP .modal-content,
.cid-vahEGyREiP .modal-dialog {
  height: auto;
}
.cid-vahEGyREiP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyREiP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyREiP .form-wrapper .mbr-form .form-group,
  .cid-vahEGyREiP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyREiP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyREiP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyREiP .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyREiP .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyREiP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyREiP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyREiP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyREiP .modal-open {
  overflow: hidden;
}
.cid-vahEGyREiP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyREiP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyREiP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyREiP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyREiP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyREiP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyREiP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyREiP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyREiP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyREiP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyREiP .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyREiP .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyREiP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyREiP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyREiP .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyREiP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyREiP .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyREiP .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyREiP .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyREiP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyREiP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyREiP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyREiP .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyREiP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyREiP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyREiP .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyREiP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyREiP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyREiP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyREiP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyREiP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyREiP .modal-lg,
  .cid-vahEGyREiP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyREiP .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyREiP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyREiP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyREiP .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyREiP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyREiP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyREiP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyREiP .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyREiP .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyREiP .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyREiP .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyREiP .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyREiP .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyREiP .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyREiP .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyREiP .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uICWHdIRdj {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uICWHdIRdj .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uICWHdIRdj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uICWHdIRdj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uICWHdIRdj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uICWHdIRdj .menu_box .navbar.opened,
  .cid-uICWHdIRdj .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uICWHdIRdj nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uICWHdIRdj .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uICWHdIRdj .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uICWHdIRdj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uICWHdIRdj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uICWHdIRdj .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uICWHdIRdj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uICWHdIRdj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uICWHdIRdj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uICWHdIRdj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uICWHdIRdj .offcanvas-body .mbr-text,
  .cid-uICWHdIRdj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uICWHdIRdj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uICWHdIRdj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uICWHdIRdj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uICWHdIRdj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uICWHdIRdj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uICWHdIRdj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uICWHdIRdj .lg_brand {
    margin: 0 1rem;
  }
  .cid-uICWHdIRdj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uICWHdIRdj ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uICWHdIRdj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uICWHdIRdj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .nav-item {
    margin: 0 !important;
  }
}
.cid-uICWHdIRdj .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uICWHdIRdj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uICWHdIRdj .nav-item .nav-link:hover::before,
.cid-uICWHdIRdj .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uICWHdIRdj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uICWHdIRdj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uICWHdIRdj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uICWHdIRdj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uICWHdIRdj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uICWHdIRdj .offcanvas_box {
    display: none;
  }
}
.cid-uICWHdIRdj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uICWHdIRdj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uICWHdIRdj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uICWHdIRdj .container {
  display: flex;
  margin: auto;
}
.cid-uICWHdIRdj .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uICWHdIRdj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uICWHdIRdj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uICWHdIRdj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uICWHdIRdj .navbar-nav {
    margin: 0;
  }
}
.cid-uICWHdIRdj .dropdown-menu,
.cid-uICWHdIRdj .navbar.opened {
  background-color: true !important;
}
.cid-uICWHdIRdj .nav-item:focus,
.cid-uICWHdIRdj .nav-link:focus {
  outline: none;
}
.cid-uICWHdIRdj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uICWHdIRdj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uICWHdIRdj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uICWHdIRdj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uICWHdIRdj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uICWHdIRdj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uICWHdIRdj .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uICWHdIRdj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uICWHdIRdj .navbar.opened {
  transition: all 0.3s;
}
.cid-uICWHdIRdj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uICWHdIRdj .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uICWHdIRdj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uICWHdIRdj .navbar.collapsed {
  justify-content: center;
}
.cid-uICWHdIRdj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uICWHdIRdj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uICWHdIRdj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uICWHdIRdj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uICWHdIRdj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uICWHdIRdj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uICWHdIRdj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uICWHdIRdj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uICWHdIRdj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uICWHdIRdj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uICWHdIRdj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uICWHdIRdj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uICWHdIRdj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uICWHdIRdj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uICWHdIRdj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uICWHdIRdj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uICWHdIRdj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uICWHdIRdj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uICWHdIRdj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uICWHdIRdj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uICWHdIRdj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uICWHdIRdj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uICWHdIRdj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uICWHdIRdj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uICWHdIRdj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uICWHdIRdj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uICWHdIRdj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uICWHdIRdj .dropdown-item.active,
.cid-uICWHdIRdj .dropdown-item:active {
  background-color: transparent;
}
.cid-uICWHdIRdj .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uICWHdIRdj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uICWHdIRdj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uICWHdIRdj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uICWHdIRdj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uICWHdIRdj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uICWHdIRdj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uICWHdIRdj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uICWHdIRdj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uICWHdIRdj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uICWHdIRdj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uICWHdIRdj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uICWHdIRdj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uICWHdIRdj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uICWHdIRdj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uICWHdIRdj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uICWHdIRdj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uICWHdIRdj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uICWHdIRdj .navbar {
    height: 70px;
  }
  .cid-uICWHdIRdj .navbar.opened {
    height: auto;
  }
  .cid-uICWHdIRdj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uICWHdIRdj .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uICWHdIRdj .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uICWHdIRdj .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uICWHdIRdj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uICWHdIRdj .text_widget {
  margin-bottom: 32px;
}
.cid-uICWHdIRdj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uICWHdIRdj .text_widget a:hover,
.cid-uICWHdIRdj .text_widget a:focus {
  opacity: .8;
}
.cid-uICWHdIRdj .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uICWHdIRdj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uICWHdIRdj .navbar-caption {
  color: #000000;
}
.cid-uICWHdIRdj .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uICWHdIRdj .mbr-section-subtitle,
.cid-uICWHdIRdj .text_widget,
.cid-uICWHdIRdj .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uICWHdIRdj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uICWHdIRdj .navbar-collapse {
  align-items: center;
}
.cid-uICWHeVId5 {
  display: flex;
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uICWHeVId5 {
    align-items: center;
  }
  .cid-uICWHeVId5 .row {
    justify-content: center;
  }
}
.cid-uICWHeVId5 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uICWHeVId5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uICWHeVId5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uICWHeVId5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uICWHeVId5 .content-wrap {
    width: 100%;
  }
}
.cid-uICWHeVId5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uICWHeVId5 .mbr-text,
.cid-uICWHeVId5 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uICWHeVId5 .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uICWHfHgWQ {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #f5f5f5;
}
.cid-uICWHfHgWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICWHfHgWQ .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-uICWHfHgWQ .container {
    padding: 0 20px;
  }
}
.cid-uICWHfHgWQ .row {
  justify-content: space-between;
}
.cid-uICWHfHgWQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uICWHfHgWQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uICWHfHgWQ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uICWHfHgWQ .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uICWHfHgWQ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uICWHfHgWQ b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uICWHfHgWQ b {
    line-height: 2rem !important;
  }
}
.cid-uICWHncDyd {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uICWHncDyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uICWHncDyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uICWHncDyd .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uICWHncDyd .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .container {
    padding: 0 20px;
  }
}
.cid-uICWHncDyd .row {
  justify-content: center;
}
.cid-uICWHncDyd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uICWHncDyd .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uICWHncDyd .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uICWHncDyd .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uICWHncDyd .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uICWHncDyd .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uICWHncDyd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uICWHncDyd .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uICWHncDyd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uICWHncDyd .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uICWHncDyd .nav-wrapper .list .item-wrap:hover,
.cid-uICWHncDyd .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uICWHncDyd .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uICWHncDyd .mbr-text {
  color: #000000;
}
.cid-uICWHncDyd .mbr-list-title {
  color: #002b56;
}
.cid-uICWHncDyd b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uICWHncDyd .list {
  color: #9a9a9a;
}
.cid-uICWHncDyd .list,
.cid-uICWHncDyd .item-wrap,
.cid-uICWHncDyd .contacts-wrapper {
  color: #006a00;
}
.cid-uICWHncDyd .mbr-text,
.cid-uICWHncDyd .text-wrap,
.cid-uICWHncDyd .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uICWHncDyd .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyRmsQ.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRmsQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRmsQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRmsQ .modal-content,
.cid-vahEGyRmsQ .modal-dialog {
  height: auto;
}
.cid-vahEGyRmsQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRmsQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRmsQ .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRmsQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRmsQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRmsQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRmsQ .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRmsQ .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRmsQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRmsQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRmsQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRmsQ .modal-open {
  overflow: hidden;
}
.cid-vahEGyRmsQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRmsQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRmsQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRmsQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRmsQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRmsQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRmsQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRmsQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRmsQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRmsQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRmsQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRmsQ .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRmsQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRmsQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRmsQ .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRmsQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRmsQ .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRmsQ .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRmsQ .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRmsQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRmsQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRmsQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRmsQ .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRmsQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRmsQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRmsQ .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRmsQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRmsQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRmsQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRmsQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRmsQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRmsQ .modal-lg,
  .cid-vahEGyRmsQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRmsQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRmsQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRmsQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRmsQ .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRmsQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRmsQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRmsQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRmsQ .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRmsQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRmsQ .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRmsQ .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRmsQ .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRmsQ .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRmsQ .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRmsQ .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRmsQ .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uID2BsqZ7P {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uID2BsqZ7P .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uID2BsqZ7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uID2BsqZ7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uID2BsqZ7P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uID2BsqZ7P .menu_box .navbar.opened,
  .cid-uID2BsqZ7P .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uID2BsqZ7P nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uID2BsqZ7P .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uID2BsqZ7P .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uID2BsqZ7P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uID2BsqZ7P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uID2BsqZ7P .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uID2BsqZ7P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uID2BsqZ7P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uID2BsqZ7P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uID2BsqZ7P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uID2BsqZ7P .offcanvas-body .mbr-text,
  .cid-uID2BsqZ7P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uID2BsqZ7P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uID2BsqZ7P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uID2BsqZ7P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uID2BsqZ7P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uID2BsqZ7P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uID2BsqZ7P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uID2BsqZ7P .lg_brand {
    margin: 0 1rem;
  }
  .cid-uID2BsqZ7P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uID2BsqZ7P ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uID2BsqZ7P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uID2BsqZ7P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .nav-item {
    margin: 0 !important;
  }
}
.cid-uID2BsqZ7P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uID2BsqZ7P .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uID2BsqZ7P .nav-item .nav-link:hover::before,
.cid-uID2BsqZ7P .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uID2BsqZ7P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uID2BsqZ7P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uID2BsqZ7P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uID2BsqZ7P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uID2BsqZ7P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uID2BsqZ7P .offcanvas_box {
    display: none;
  }
}
.cid-uID2BsqZ7P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uID2BsqZ7P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uID2BsqZ7P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uID2BsqZ7P .container {
  display: flex;
  margin: auto;
}
.cid-uID2BsqZ7P .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uID2BsqZ7P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uID2BsqZ7P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uID2BsqZ7P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uID2BsqZ7P .navbar-nav {
    margin: 0;
  }
}
.cid-uID2BsqZ7P .dropdown-menu,
.cid-uID2BsqZ7P .navbar.opened {
  background-color: true !important;
}
.cid-uID2BsqZ7P .nav-item:focus,
.cid-uID2BsqZ7P .nav-link:focus {
  outline: none;
}
.cid-uID2BsqZ7P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uID2BsqZ7P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uID2BsqZ7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uID2BsqZ7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uID2BsqZ7P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uID2BsqZ7P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uID2BsqZ7P .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uID2BsqZ7P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uID2BsqZ7P .navbar.opened {
  transition: all 0.3s;
}
.cid-uID2BsqZ7P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uID2BsqZ7P .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uID2BsqZ7P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uID2BsqZ7P .navbar.collapsed {
  justify-content: center;
}
.cid-uID2BsqZ7P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uID2BsqZ7P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uID2BsqZ7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uID2BsqZ7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uID2BsqZ7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uID2BsqZ7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uID2BsqZ7P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uID2BsqZ7P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uID2BsqZ7P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uID2BsqZ7P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uID2BsqZ7P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uID2BsqZ7P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uID2BsqZ7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uID2BsqZ7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uID2BsqZ7P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uID2BsqZ7P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uID2BsqZ7P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uID2BsqZ7P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uID2BsqZ7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uID2BsqZ7P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uID2BsqZ7P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uID2BsqZ7P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uID2BsqZ7P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uID2BsqZ7P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uID2BsqZ7P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uID2BsqZ7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uID2BsqZ7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uID2BsqZ7P .dropdown-item.active,
.cid-uID2BsqZ7P .dropdown-item:active {
  background-color: transparent;
}
.cid-uID2BsqZ7P .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uID2BsqZ7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uID2BsqZ7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uID2BsqZ7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uID2BsqZ7P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uID2BsqZ7P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uID2BsqZ7P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uID2BsqZ7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uID2BsqZ7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uID2BsqZ7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uID2BsqZ7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uID2BsqZ7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uID2BsqZ7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uID2BsqZ7P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uID2BsqZ7P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uID2BsqZ7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uID2BsqZ7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uID2BsqZ7P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uID2BsqZ7P .navbar {
    height: 70px;
  }
  .cid-uID2BsqZ7P .navbar.opened {
    height: auto;
  }
  .cid-uID2BsqZ7P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uID2BsqZ7P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uID2BsqZ7P .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uID2BsqZ7P .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uID2BsqZ7P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uID2BsqZ7P .text_widget {
  margin-bottom: 32px;
}
.cid-uID2BsqZ7P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uID2BsqZ7P .text_widget a:hover,
.cid-uID2BsqZ7P .text_widget a:focus {
  opacity: .8;
}
.cid-uID2BsqZ7P .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uID2BsqZ7P .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uID2BsqZ7P .navbar-caption {
  color: #000000;
}
.cid-uID2BsqZ7P .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uID2BsqZ7P .mbr-section-subtitle,
.cid-uID2BsqZ7P .text_widget,
.cid-uID2BsqZ7P .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uID2BsqZ7P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uID2BsqZ7P .navbar-collapse {
  align-items: center;
}
.cid-uID2BtBDIv {
  display: flex;
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uID2BtBDIv {
    align-items: center;
  }
  .cid-uID2BtBDIv .row {
    justify-content: center;
  }
}
.cid-uID2BtBDIv p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uID2BtBDIv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uID2BtBDIv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uID2BtBDIv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uID2BtBDIv .content-wrap {
    width: 100%;
  }
}
.cid-uID2BtBDIv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uID2BtBDIv .mbr-text,
.cid-uID2BtBDIv .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uID2BtBDIv .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uID3btghlh {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uID3btghlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uID3btghlh .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-uID3btghlh .container {
    padding: 0 20px;
  }
}
.cid-uID3btghlh .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uID3btghlh .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uID3btghlh .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uID3btghlh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uID3btghlh .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uID3btghlh .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-uID3btghlh .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uID3btghlh .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uID3btghlh .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uID3btghlh .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uID3btghlh .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uID3btghlh .mbr-desc {
  color: #6f94aa;
}
.cid-uID3btghlh .panel-number {
  color: #00e000;
}
.cid-uID3btghlh .panel-title-edit {
  color: #00e000;
}
.cid-uID3btghlh .panel-text {
  color: #002b56;
}
.cid-uID2BuuAWc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uID2BuuAWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uID2BuuAWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uID2BuuAWc .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uID2BuuAWc .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .container {
    padding: 0 20px;
  }
}
.cid-uID2BuuAWc .row {
  justify-content: center;
}
.cid-uID2BuuAWc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uID2BuuAWc .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uID2BuuAWc .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uID2BuuAWc .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uID2BuuAWc .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uID2BuuAWc .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uID2BuuAWc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uID2BuuAWc .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uID2BuuAWc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uID2BuuAWc .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uID2BuuAWc .nav-wrapper .list .item-wrap:hover,
.cid-uID2BuuAWc .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uID2BuuAWc .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uID2BuuAWc .mbr-text {
  color: #000000;
}
.cid-uID2BuuAWc .mbr-list-title {
  color: #002b56;
}
.cid-uID2BuuAWc b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uID2BuuAWc .list {
  color: #9a9a9a;
}
.cid-uID2BuuAWc .list,
.cid-uID2BuuAWc .item-wrap,
.cid-uID2BuuAWc .contacts-wrapper {
  color: #006a00;
}
.cid-uID2BuuAWc .mbr-text,
.cid-uID2BuuAWc .text-wrap,
.cid-uID2BuuAWc .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uID2BuuAWc .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyRqoB.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRqoB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRqoB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRqoB .modal-content,
.cid-vahEGyRqoB .modal-dialog {
  height: auto;
}
.cid-vahEGyRqoB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRqoB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRqoB .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRqoB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRqoB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRqoB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRqoB .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRqoB .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRqoB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRqoB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRqoB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRqoB .modal-open {
  overflow: hidden;
}
.cid-vahEGyRqoB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRqoB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRqoB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRqoB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRqoB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRqoB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRqoB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRqoB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRqoB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRqoB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRqoB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRqoB .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRqoB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRqoB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRqoB .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRqoB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRqoB .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRqoB .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRqoB .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRqoB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRqoB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRqoB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRqoB .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRqoB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRqoB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRqoB .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRqoB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRqoB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRqoB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRqoB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRqoB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRqoB .modal-lg,
  .cid-vahEGyRqoB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRqoB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRqoB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRqoB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRqoB .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRqoB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRqoB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRqoB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRqoB .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRqoB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRqoB .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRqoB .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRqoB .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRqoB .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRqoB .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRqoB .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRqoB .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uID9A9wpd3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uID9A9wpd3 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uID9A9wpd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uID9A9wpd3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uID9A9wpd3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uID9A9wpd3 .menu_box .navbar.opened,
  .cid-uID9A9wpd3 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uID9A9wpd3 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uID9A9wpd3 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uID9A9wpd3 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uID9A9wpd3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uID9A9wpd3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uID9A9wpd3 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uID9A9wpd3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uID9A9wpd3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uID9A9wpd3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uID9A9wpd3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uID9A9wpd3 .offcanvas-body .mbr-text,
  .cid-uID9A9wpd3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uID9A9wpd3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uID9A9wpd3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uID9A9wpd3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uID9A9wpd3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uID9A9wpd3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uID9A9wpd3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uID9A9wpd3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uID9A9wpd3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uID9A9wpd3 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uID9A9wpd3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uID9A9wpd3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uID9A9wpd3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uID9A9wpd3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uID9A9wpd3 .nav-item .nav-link:hover::before,
.cid-uID9A9wpd3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uID9A9wpd3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uID9A9wpd3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uID9A9wpd3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uID9A9wpd3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uID9A9wpd3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uID9A9wpd3 .offcanvas_box {
    display: none;
  }
}
.cid-uID9A9wpd3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uID9A9wpd3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uID9A9wpd3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uID9A9wpd3 .container {
  display: flex;
  margin: auto;
}
.cid-uID9A9wpd3 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uID9A9wpd3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uID9A9wpd3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uID9A9wpd3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uID9A9wpd3 .navbar-nav {
    margin: 0;
  }
}
.cid-uID9A9wpd3 .dropdown-menu,
.cid-uID9A9wpd3 .navbar.opened {
  background-color: true !important;
}
.cid-uID9A9wpd3 .nav-item:focus,
.cid-uID9A9wpd3 .nav-link:focus {
  outline: none;
}
.cid-uID9A9wpd3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uID9A9wpd3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uID9A9wpd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uID9A9wpd3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uID9A9wpd3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uID9A9wpd3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uID9A9wpd3 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uID9A9wpd3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uID9A9wpd3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uID9A9wpd3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uID9A9wpd3 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uID9A9wpd3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uID9A9wpd3 .navbar.collapsed {
  justify-content: center;
}
.cid-uID9A9wpd3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uID9A9wpd3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uID9A9wpd3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uID9A9wpd3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uID9A9wpd3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uID9A9wpd3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uID9A9wpd3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uID9A9wpd3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uID9A9wpd3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uID9A9wpd3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uID9A9wpd3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uID9A9wpd3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uID9A9wpd3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uID9A9wpd3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uID9A9wpd3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uID9A9wpd3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uID9A9wpd3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uID9A9wpd3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uID9A9wpd3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uID9A9wpd3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uID9A9wpd3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uID9A9wpd3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uID9A9wpd3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uID9A9wpd3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uID9A9wpd3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uID9A9wpd3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uID9A9wpd3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uID9A9wpd3 .dropdown-item.active,
.cid-uID9A9wpd3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uID9A9wpd3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uID9A9wpd3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uID9A9wpd3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uID9A9wpd3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uID9A9wpd3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uID9A9wpd3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uID9A9wpd3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uID9A9wpd3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uID9A9wpd3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uID9A9wpd3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uID9A9wpd3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uID9A9wpd3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uID9A9wpd3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uID9A9wpd3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uID9A9wpd3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uID9A9wpd3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uID9A9wpd3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uID9A9wpd3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uID9A9wpd3 .navbar {
    height: 70px;
  }
  .cid-uID9A9wpd3 .navbar.opened {
    height: auto;
  }
  .cid-uID9A9wpd3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uID9A9wpd3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uID9A9wpd3 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uID9A9wpd3 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uID9A9wpd3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uID9A9wpd3 .text_widget {
  margin-bottom: 32px;
}
.cid-uID9A9wpd3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uID9A9wpd3 .text_widget a:hover,
.cid-uID9A9wpd3 .text_widget a:focus {
  opacity: .8;
}
.cid-uID9A9wpd3 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uID9A9wpd3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uID9A9wpd3 .navbar-caption {
  color: #000000;
}
.cid-uID9A9wpd3 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uID9A9wpd3 .mbr-section-subtitle,
.cid-uID9A9wpd3 .text_widget,
.cid-uID9A9wpd3 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uID9A9wpd3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uID9A9wpd3 .navbar-collapse {
  align-items: center;
}
.cid-uID9AaLQr5 {
  display: flex;
  padding-top: 165px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uID9AaLQr5 {
    align-items: center;
  }
  .cid-uID9AaLQr5 .row {
    justify-content: center;
  }
}
.cid-uID9AaLQr5 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uID9AaLQr5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uID9AaLQr5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uID9AaLQr5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uID9AaLQr5 .content-wrap {
    width: 100%;
  }
}
.cid-uID9AaLQr5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uID9AaLQr5 .mbr-text,
.cid-uID9AaLQr5 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uID9AaLQr5 .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uIDaXwu0Dc {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #f5f5f5;
}
.cid-uIDaXwu0Dc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDaXwu0Dc .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-uIDaXwu0Dc .container {
    padding: 0 20px;
  }
}
.cid-uIDaXwu0Dc .row {
  justify-content: space-between;
}
.cid-uIDaXwu0Dc .text-wrapper .mbr-text {
  margin-bottom: 40px;
  color: #002b56;
}
.cid-uIDaXwu0Dc .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-uIDaXwu0Dc .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uIDaXwu0Dc .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-uIDaXwu0Dc .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #002b56 !important;
  border-radius: 3rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-uIDaXwu0Dc .dragArea.row .form-group .form-control::placeholder {
  color: #002b56;
}
.cid-uIDaXwu0Dc .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uIDaXwu0Dc .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-uIDaXwu0Dc .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uIDaXwu0Dc label {
  color: #000000;
}
.cid-uIDaXwu0Dc .mbr-section-title {
  color: #002b56;
}
.cid-uID9AbCZoK {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uID9AbCZoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uID9AbCZoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uID9AbCZoK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uID9AbCZoK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .container {
    padding: 0 20px;
  }
}
.cid-uID9AbCZoK .row {
  justify-content: center;
}
.cid-uID9AbCZoK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uID9AbCZoK .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uID9AbCZoK .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uID9AbCZoK .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uID9AbCZoK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uID9AbCZoK .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uID9AbCZoK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uID9AbCZoK .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uID9AbCZoK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uID9AbCZoK .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uID9AbCZoK .nav-wrapper .list .item-wrap:hover,
.cid-uID9AbCZoK .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uID9AbCZoK .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uID9AbCZoK .mbr-text {
  color: #000000;
}
.cid-uID9AbCZoK .mbr-list-title {
  color: #002b56;
}
.cid-uID9AbCZoK b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uID9AbCZoK .list {
  color: #9a9a9a;
}
.cid-uID9AbCZoK .list,
.cid-uID9AbCZoK .item-wrap,
.cid-uID9AbCZoK .contacts-wrapper {
  color: #006a00;
}
.cid-uID9AbCZoK .mbr-text,
.cid-uID9AbCZoK .text-wrap,
.cid-uID9AbCZoK .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uID9AbCZoK .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyRbIY.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRbIY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRbIY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRbIY .modal-content,
.cid-vahEGyRbIY .modal-dialog {
  height: auto;
}
.cid-vahEGyRbIY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRbIY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRbIY .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRbIY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRbIY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRbIY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRbIY .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRbIY .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRbIY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRbIY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRbIY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRbIY .modal-open {
  overflow: hidden;
}
.cid-vahEGyRbIY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRbIY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRbIY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRbIY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRbIY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRbIY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRbIY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRbIY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRbIY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRbIY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRbIY .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRbIY .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRbIY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRbIY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRbIY .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRbIY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRbIY .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRbIY .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRbIY .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRbIY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRbIY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRbIY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRbIY .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRbIY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRbIY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRbIY .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRbIY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRbIY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRbIY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRbIY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRbIY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRbIY .modal-lg,
  .cid-vahEGyRbIY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRbIY .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRbIY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRbIY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRbIY .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRbIY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRbIY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRbIY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRbIY .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRbIY .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRbIY .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRbIY .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRbIY .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRbIY .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRbIY .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRbIY .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRbIY .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIIyJpO9W9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIIyJpO9W9 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIIyJpO9W9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIIyJpO9W9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIIyJpO9W9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIIyJpO9W9 .menu_box .navbar.opened,
  .cid-uIIyJpO9W9 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIIyJpO9W9 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIIyJpO9W9 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIIyJpO9W9 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIIyJpO9W9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIIyJpO9W9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIIyJpO9W9 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIIyJpO9W9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIIyJpO9W9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIIyJpO9W9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIIyJpO9W9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIIyJpO9W9 .offcanvas-body .mbr-text,
  .cid-uIIyJpO9W9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIIyJpO9W9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIIyJpO9W9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIIyJpO9W9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIyJpO9W9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIIyJpO9W9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIIyJpO9W9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIIyJpO9W9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIIyJpO9W9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIIyJpO9W9 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIIyJpO9W9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIIyJpO9W9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIIyJpO9W9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIIyJpO9W9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIIyJpO9W9 .nav-item .nav-link:hover::before,
.cid-uIIyJpO9W9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIIyJpO9W9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIIyJpO9W9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIIyJpO9W9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIyJpO9W9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIIyJpO9W9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIIyJpO9W9 .offcanvas_box {
    display: none;
  }
}
.cid-uIIyJpO9W9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIIyJpO9W9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIIyJpO9W9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIIyJpO9W9 .container {
  display: flex;
  margin: auto;
}
.cid-uIIyJpO9W9 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIIyJpO9W9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIIyJpO9W9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIIyJpO9W9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIIyJpO9W9 .navbar-nav {
    margin: 0;
  }
}
.cid-uIIyJpO9W9 .dropdown-menu,
.cid-uIIyJpO9W9 .navbar.opened {
  background-color: true !important;
}
.cid-uIIyJpO9W9 .nav-item:focus,
.cid-uIIyJpO9W9 .nav-link:focus {
  outline: none;
}
.cid-uIIyJpO9W9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIIyJpO9W9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIyJpO9W9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIIyJpO9W9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIIyJpO9W9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIyJpO9W9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIIyJpO9W9 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIIyJpO9W9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIIyJpO9W9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIIyJpO9W9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIIyJpO9W9 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIIyJpO9W9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIIyJpO9W9 .navbar.collapsed {
  justify-content: center;
}
.cid-uIIyJpO9W9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIyJpO9W9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIIyJpO9W9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIyJpO9W9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIIyJpO9W9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIIyJpO9W9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIIyJpO9W9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIIyJpO9W9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIIyJpO9W9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIIyJpO9W9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIyJpO9W9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIyJpO9W9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIIyJpO9W9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIyJpO9W9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIIyJpO9W9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIIyJpO9W9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIIyJpO9W9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIIyJpO9W9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIIyJpO9W9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIIyJpO9W9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIIyJpO9W9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIIyJpO9W9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIIyJpO9W9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIIyJpO9W9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIIyJpO9W9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIIyJpO9W9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIIyJpO9W9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIyJpO9W9 .dropdown-item.active,
.cid-uIIyJpO9W9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIyJpO9W9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIIyJpO9W9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIIyJpO9W9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIIyJpO9W9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIIyJpO9W9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIIyJpO9W9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIIyJpO9W9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIIyJpO9W9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIIyJpO9W9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIyJpO9W9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIyJpO9W9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIyJpO9W9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIyJpO9W9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIyJpO9W9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIyJpO9W9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIyJpO9W9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIyJpO9W9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIIyJpO9W9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIyJpO9W9 .navbar {
    height: 70px;
  }
  .cid-uIIyJpO9W9 .navbar.opened {
    height: auto;
  }
  .cid-uIIyJpO9W9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIyJpO9W9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIIyJpO9W9 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIIyJpO9W9 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIIyJpO9W9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIIyJpO9W9 .text_widget {
  margin-bottom: 32px;
}
.cid-uIIyJpO9W9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIIyJpO9W9 .text_widget a:hover,
.cid-uIIyJpO9W9 .text_widget a:focus {
  opacity: .8;
}
.cid-uIIyJpO9W9 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIIyJpO9W9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIIyJpO9W9 .navbar-caption {
  color: #000000;
}
.cid-uIIyJpO9W9 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIIyJpO9W9 .mbr-section-subtitle,
.cid-uIIyJpO9W9 .text_widget,
.cid-uIIyJpO9W9 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIIyJpO9W9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIyJpO9W9 .navbar-collapse {
  align-items: center;
}
.cid-uIIyJr5Iza {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIyJr5Iza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJr5Iza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJr5Iza .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIyJr5Iza .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJr5Iza .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIIyJr5Iza .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIIyJr5Iza .container {
    padding: 0 20px;
  }
}
.cid-uIIyJr5Iza .row {
  height: 100%;
}
.cid-uIIyJr5Iza .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIyJr5Iza .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIIyJr5Iza .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIIyJr5Iza .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIyJr5Iza .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIyJr5Iza .mbr-section-title {
  color: #ffffff;
}
.cid-uIIyJr5Iza .mbr-desc {
  color: #ffffff;
}
.cid-uIIyJrMpFc {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIyJrMpFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJrMpFc .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-uIIyJrMpFc .container {
    padding: 0 20px;
  }
}
.cid-uIIyJrMpFc .row {
  justify-content: space-between;
}
.cid-uIIyJrMpFc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIyJrMpFc .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIyJrMpFc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIIyJrMpFc .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIIyJrMpFc .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIIyJrMpFc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIyJrMpFc .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIIyJrMpFc .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIIyJrMpFc .image-wrapper img {
    height: 450px;
  }
}
.cid-uIIyJrMpFc .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIyJrMpFc .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIyJrMpFc b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIyJrMpFc b {
    line-height: 2rem !important;
  }
}
.cid-uIIyJrMpFc .mbr-link {
  color: #000000;
}
.cid-uIIyJrMpFc .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIIyJrMpFc .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIIyJrMpFc .mbr-text {
  color: #336699;
}
.cid-uIIyJrMpFc .mbr-link,
.cid-uIIyJrMpFc .link-wrapper {
  color: #00e000;
}
.cid-uIIyJsaBYg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIyJsaBYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJsaBYg .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-uIIyJsaBYg .container {
    padding: 0 20px;
  }
}
.cid-uIIyJsaBYg .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIIyJsaBYg .row .card {
  padding: 0 0px;
}
.cid-uIIyJsaBYg .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIIyJsaBYg .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJsaBYg .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIIyJsaBYg .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIyJsaBYg .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIIyJsaBYg .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIIyJsaBYg .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIIyJsaBYg .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIIyJsaBYg .mbr-section-title {
  color: #000000;
}
.cid-uIIyJsaBYg .card-number {
  color: #9a9a9a;
}
.cid-uIIyJsaBYg .card-title {
  color: #0b3e71;
}
.cid-uIIyJsaBYg .card-text {
  color: #0b3e71;
}
.cid-uIIyJsaBYg .mbr-section-title,
.cid-uIIyJsaBYg .title-wrapper {
  color: #0b3e71;
}
.cid-uIIyJsCgHG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIyJsCgHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJsCgHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJsCgHG .row {
  flex-direction: row-reverse;
}
.cid-uIIFwKnNJv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIFwKnNJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIFwKnNJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIFwKnNJv .row {
  justify-content: space-between;
}
.cid-uIIFwKnNJv .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIFwKnNJv .content-wrapper {
    padding: 0;
  }
}
.cid-uIIFwKnNJv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIFwKnNJv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIFwKnNJv .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIFwKnNJv .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIFwKnNJv .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIFwKnNJv .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIFwKnNJv .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIFwKnNJv .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIFwKnNJv .mbr-section-title {
  color: #000000;
}
.cid-uIIFwKnNJv .mbr-desc {
  color: #000000;
}
.cid-uIIFwKnNJv .mbr-text {
  color: #000000;
}
.cid-uIIFwKnNJv .mbr-section-title,
.cid-uIIFwKnNJv .mbr-section-btn {
  color: #e30000;
}
.cid-uIIyJt23Ua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIyJt23Ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJt23Ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJt23Ua .row {
  flex-direction: row-reverse;
}
.cid-uIIyJuTRer .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIyJuTRer img {
  border-radius: 0rem !important;
}
.cid-uIIFsduX9z {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIFsduX9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIFsduX9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIFsduX9z .row {
  justify-content: space-between;
}
.cid-uIIFsduX9z .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIFsduX9z .content-wrapper {
    padding: 0;
  }
}
.cid-uIIFsduX9z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIFsduX9z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIFsduX9z .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIFsduX9z .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIFsduX9z .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIFsduX9z .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIFsduX9z .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIFsduX9z .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIFsduX9z .mbr-section-title {
  color: #000000;
}
.cid-uIIFsduX9z .mbr-desc {
  color: #000000;
}
.cid-uIIFsduX9z .mbr-text {
  color: #000000;
}
.cid-uIIFsduX9z .mbr-section-title,
.cid-uIIFsduX9z .mbr-section-btn {
  color: #e30000;
}
.cid-uIIyJtPiuI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIyJtPiuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJtPiuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJtPiuI .row {
  flex-direction: row-reverse;
}
.cid-uIIG2EHBsX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIG2EHBsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIG2EHBsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIG2EHBsX .row {
  justify-content: space-between;
}
.cid-uIIG2EHBsX .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIG2EHBsX .content-wrapper {
    padding: 0;
  }
}
.cid-uIIG2EHBsX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIG2EHBsX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIG2EHBsX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIG2EHBsX .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIG2EHBsX .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIG2EHBsX .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIG2EHBsX .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIG2EHBsX .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIG2EHBsX .mbr-section-title {
  color: #000000;
}
.cid-uIIG2EHBsX .mbr-desc {
  color: #000000;
}
.cid-uIIG2EHBsX .mbr-text {
  color: #000000;
}
.cid-uIIG2EHBsX .mbr-section-title,
.cid-uIIG2EHBsX .mbr-section-btn {
  color: #e30000;
}
.cid-uIIyJvxI7j .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIGOmN95Q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIGOmN95Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIGOmN95Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIGOmN95Q .row {
  justify-content: space-between;
}
.cid-uIIGOmN95Q .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIGOmN95Q .content-wrapper {
    padding: 0;
  }
}
.cid-uIIGOmN95Q .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGOmN95Q .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIGOmN95Q .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGOmN95Q .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIGOmN95Q .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIGOmN95Q .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIGOmN95Q .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIGOmN95Q .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIGOmN95Q .mbr-section-title {
  color: #000000;
}
.cid-uIIGOmN95Q .mbr-desc {
  color: #000000;
}
.cid-uIIGOmN95Q .mbr-text {
  color: #000000;
}
.cid-uIIGOmN95Q .mbr-section-title,
.cid-uIIGOmN95Q .mbr-section-btn {
  color: #e30000;
}
.cid-uIIyJxrFia .mbr-section {
  border: 0px !important;
}
.cid-uIIyJxrFia .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIyJxrFia img {
  border-radius: 0rem !important;
}
.cid-uIIHLuAPvz .mbr-section {
  border: 0px !important;
}
.cid-uIIHLuAPvz .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIHLuAPvz img {
  border-radius: 0rem !important;
}
.cid-uIIGOYtnPn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIGOYtnPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIGOYtnPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIGOYtnPn .row {
  justify-content: space-between;
}
.cid-uIIGOYtnPn .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIGOYtnPn .content-wrapper {
    padding: 0;
  }
}
.cid-uIIGOYtnPn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGOYtnPn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIGOYtnPn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGOYtnPn .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIGOYtnPn .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIGOYtnPn .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIGOYtnPn .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIGOYtnPn .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIGOYtnPn .mbr-section-title {
  color: #000000;
}
.cid-uIIGOYtnPn .mbr-desc {
  color: #000000;
}
.cid-uIIGOYtnPn .mbr-text {
  color: #000000;
}
.cid-uIIGOYtnPn .mbr-section-title,
.cid-uIIGOYtnPn .mbr-section-btn {
  color: #e30000;
}
.cid-uIIUBXMuKm .mbr-section {
  border: 0px !important;
}
.cid-uIIUBXMuKm .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIUBXMuKm img {
  border-radius: 0rem !important;
}
.cid-uIIGPXyl4e {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIGPXyl4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIGPXyl4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIGPXyl4e .row {
  justify-content: space-between;
}
.cid-uIIGPXyl4e .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIGPXyl4e .content-wrapper {
    padding: 0;
  }
}
.cid-uIIGPXyl4e .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGPXyl4e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIGPXyl4e .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIGPXyl4e .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIGPXyl4e .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIGPXyl4e .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIGPXyl4e .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIGPXyl4e .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIGPXyl4e .mbr-section-title {
  color: #000000;
}
.cid-uIIGPXyl4e .mbr-desc {
  color: #000000;
}
.cid-uIIGPXyl4e .mbr-text {
  color: #000000;
}
.cid-uIIGPXyl4e .mbr-section-title,
.cid-uIIGPXyl4e .mbr-section-btn {
  color: #e30000;
}
.cid-uIIURHArbL .mbr-section {
  border: 0px !important;
}
.cid-uIIURHArbL .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIURHArbL img {
  border-radius: 0rem !important;
}
.cid-uIIVol7aMG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIVol7aMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIVol7aMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIVol7aMG .row {
  align-items: flex-end;
}
.cid-uIIVol7aMG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIIVol7aMG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIIVol7aMG img,
.cid-uIIVol7aMG .item-img {
  width: 100%;
}
.cid-uIIVol7aMG H5 {
  color: #291f1e;
}
.cid-uIIVol7aMG .mbr-text,
.cid-uIIVol7aMG .mbr-section-btn {
  color: #291f1e;
}
.cid-uIIyJwEqIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIIyJwEqIm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIIyJwEqIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJwEqIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJwEqIm .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIIyJwEqIm .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJwEqIm .content-wrapper {
    padding: 0;
  }
}
.cid-uIIyJwEqIm .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIIyJwEqIm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIyJwEqIm .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIIF4oDW1P {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIF4oDW1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIF4oDW1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIF4oDW1P .row {
  justify-content: space-between;
}
.cid-uIIF4oDW1P .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIF4oDW1P .content-wrapper {
    padding: 0;
  }
}
.cid-uIIF4oDW1P .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIF4oDW1P .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIF4oDW1P .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIF4oDW1P .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIF4oDW1P .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIF4oDW1P .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIF4oDW1P .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIF4oDW1P .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIF4oDW1P .mbr-section-title {
  color: #000000;
}
.cid-uIIF4oDW1P .mbr-desc {
  color: #000000;
}
.cid-uIIF4oDW1P .mbr-text {
  color: #000000;
}
.cid-uIIF4oDW1P .mbr-section-title,
.cid-uIIF4oDW1P .mbr-section-btn {
  color: #e30000;
}
.cid-uIIyJy9zMh {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIIyJy9zMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJy9zMh .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-uIIyJy9zMh .container {
    padding: 0 20px;
  }
}
.cid-uIIyJy9zMh .row {
  justify-content: space-between;
}
.cid-uIIyJy9zMh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIIyJy9zMh .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIIyJy9zMh .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIIyJy9zMh .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIyJy9zMh .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIyJy9zMh b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIyJy9zMh b {
    line-height: 2rem !important;
  }
}
.cid-uIIyJy9zMh .mbr-section-title DIV {
  text-align: left;
}
.cid-uIIyJvQA6h {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIIyJvQA6h .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIIyJvQA6h {
    background-position: right;
  }
}
.cid-uIIyJvQA6h input,
.cid-uIIyJvQA6h textarea {
  border-radius: 0;
}
.cid-uIIyJvQA6h input:hover,
.cid-uIIyJvQA6h textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIIyJvQA6h .row {
  justify-content: flex-end;
}
.cid-uIIyJvQA6h textarea {
  min-height: 200px;
}
.cid-uIIyJvQA6h .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIIyJvQA6h .col-auto {
    margin: auto;
  }
}
.cid-uIIyJvQA6h .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIIyJvQA6h .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIIyJvQA6h .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIIyJvQA6h .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIIyJvQA6h .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIIyJvQA6h .btn {
  padding: 1rem 3rem;
}
.cid-uIIyJvQA6h .form-control,
.cid-uIIyJvQA6h .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIyJvQA6h .form-control::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input::-webkit-input-placeholder,
.cid-uIIyJvQA6h .form-control::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIyJvQA6h .form-control:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:-moz-placeholder,
.cid-uIIyJvQA6h .form-control:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIyJvQA6h .form-control:hover,
.cid-uIIyJvQA6h .field-input:hover,
.cid-uIIyJvQA6h .form-control:focus,
.cid-uIIyJvQA6h .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIIyJvQA6h .form-control:hover::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input:hover::-webkit-input-placeholder,
.cid-uIIyJvQA6h .form-control:focus::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input:focus::-webkit-input-placeholder,
.cid-uIIyJvQA6h .form-control:hover::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input:hover::-webkit-input-placeholder,
.cid-uIIyJvQA6h .form-control:focus::-webkit-input-placeholder,
.cid-uIIyJvQA6h .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIyJvQA6h .form-control:hover:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:hover:-moz-placeholder,
.cid-uIIyJvQA6h .form-control:focus:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:focus:-moz-placeholder,
.cid-uIIyJvQA6h .form-control:hover:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:hover:-moz-placeholder,
.cid-uIIyJvQA6h .form-control:focus:-moz-placeholder,
.cid-uIIyJvQA6h .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIyJvQA6h .jq-number__spin:hover,
.cid-uIIyJvQA6h .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIIyJvQA6h .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIyJvQA6h .jq-selectbox li,
.cid-uIIyJvQA6h .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIyJvQA6h .jq-selectbox li:hover,
.cid-uIIyJvQA6h .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIyJvQA6h .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIIyJvQA6h .jq-number__spin.minus:hover:after,
.cid-uIIyJvQA6h .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIyJvQA6h .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIIyJvQA6h .jq-number__spin.minus:after,
.cid-uIIyJvQA6h .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIyJvQA6h .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIIyJvQA6h .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIyJvQA6h .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIyJvQA6h b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIIyJvQA6h .soc-link,
.cid-uIIyJvQA6h .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIIyJyYyge {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIIyJyYyge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIyJyYyge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIyJyYyge .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIyJyYyge .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .container {
    padding: 0 20px;
  }
}
.cid-uIIyJyYyge .row {
  justify-content: center;
}
.cid-uIIyJyYyge .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIIyJyYyge .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIyJyYyge .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIIyJyYyge .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIIyJyYyge .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIIyJyYyge .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIyJyYyge .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIyJyYyge .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIIyJyYyge .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIyJyYyge .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIIyJyYyge .nav-wrapper .list .item-wrap:hover,
.cid-uIIyJyYyge .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIIyJyYyge .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIIyJyYyge .mbr-text {
  color: #000000;
}
.cid-uIIyJyYyge .mbr-list-title {
  color: #002b56;
}
.cid-uIIyJyYyge b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIIyJyYyge .list {
  color: #9a9a9a;
}
.cid-uIIyJyYyge .list,
.cid-uIIyJyYyge .item-wrap,
.cid-uIIyJyYyge .contacts-wrapper {
  color: #006a00;
}
.cid-uIIyJyYyge .mbr-text,
.cid-uIIyJyYyge .text-wrap,
.cid-uIIyJyYyge .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIIyJyYyge .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyRxGO.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRxGO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRxGO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRxGO .modal-content,
.cid-vahEGyRxGO .modal-dialog {
  height: auto;
}
.cid-vahEGyRxGO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRxGO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRxGO .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRxGO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRxGO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRxGO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRxGO .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRxGO .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRxGO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRxGO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRxGO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRxGO .modal-open {
  overflow: hidden;
}
.cid-vahEGyRxGO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRxGO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRxGO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRxGO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRxGO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRxGO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRxGO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRxGO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRxGO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRxGO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRxGO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRxGO .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRxGO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRxGO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRxGO .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRxGO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRxGO .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRxGO .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRxGO .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRxGO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRxGO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRxGO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRxGO .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRxGO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRxGO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRxGO .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRxGO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRxGO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRxGO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRxGO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRxGO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRxGO .modal-lg,
  .cid-vahEGyRxGO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRxGO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRxGO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRxGO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRxGO .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRxGO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRxGO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRxGO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRxGO .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRxGO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRxGO .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRxGO .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRxGO .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRxGO .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRxGO .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRxGO .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRxGO .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIIZLAlhdq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIIZLAlhdq .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIIZLAlhdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIIZLAlhdq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIIZLAlhdq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIIZLAlhdq .menu_box .navbar.opened,
  .cid-uIIZLAlhdq .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIIZLAlhdq nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIIZLAlhdq .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIIZLAlhdq .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIIZLAlhdq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIIZLAlhdq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIIZLAlhdq .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIIZLAlhdq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIIZLAlhdq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIIZLAlhdq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIIZLAlhdq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIIZLAlhdq .offcanvas-body .mbr-text,
  .cid-uIIZLAlhdq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIIZLAlhdq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIIZLAlhdq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIIZLAlhdq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZLAlhdq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIIZLAlhdq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIIZLAlhdq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIIZLAlhdq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIIZLAlhdq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIIZLAlhdq ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIIZLAlhdq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIIZLAlhdq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .nav-item {
    margin: 0 !important;
  }
}
.cid-uIIZLAlhdq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIIZLAlhdq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZLAlhdq .nav-item .nav-link:hover::before,
.cid-uIIZLAlhdq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIIZLAlhdq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIIZLAlhdq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIIZLAlhdq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZLAlhdq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIIZLAlhdq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIIZLAlhdq .offcanvas_box {
    display: none;
  }
}
.cid-uIIZLAlhdq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIIZLAlhdq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIIZLAlhdq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIIZLAlhdq .container {
  display: flex;
  margin: auto;
}
.cid-uIIZLAlhdq .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIIZLAlhdq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIIZLAlhdq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIIZLAlhdq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIIZLAlhdq .navbar-nav {
    margin: 0;
  }
}
.cid-uIIZLAlhdq .dropdown-menu,
.cid-uIIZLAlhdq .navbar.opened {
  background-color: true !important;
}
.cid-uIIZLAlhdq .nav-item:focus,
.cid-uIIZLAlhdq .nav-link:focus {
  outline: none;
}
.cid-uIIZLAlhdq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIIZLAlhdq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIZLAlhdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIIZLAlhdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIIZLAlhdq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIZLAlhdq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIIZLAlhdq .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIIZLAlhdq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIIZLAlhdq .navbar.opened {
  transition: all 0.3s;
}
.cid-uIIZLAlhdq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIIZLAlhdq .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIIZLAlhdq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIIZLAlhdq .navbar.collapsed {
  justify-content: center;
}
.cid-uIIZLAlhdq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIZLAlhdq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIIZLAlhdq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIZLAlhdq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIIZLAlhdq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIIZLAlhdq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIIZLAlhdq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIIZLAlhdq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIIZLAlhdq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIIZLAlhdq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIZLAlhdq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIZLAlhdq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIIZLAlhdq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIZLAlhdq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIIZLAlhdq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIIZLAlhdq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIIZLAlhdq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIIZLAlhdq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIIZLAlhdq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIIZLAlhdq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIIZLAlhdq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIIZLAlhdq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIIZLAlhdq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIIZLAlhdq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIIZLAlhdq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIIZLAlhdq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIIZLAlhdq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIZLAlhdq .dropdown-item.active,
.cid-uIIZLAlhdq .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIZLAlhdq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIIZLAlhdq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIIZLAlhdq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIIZLAlhdq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIIZLAlhdq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIIZLAlhdq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIIZLAlhdq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIIZLAlhdq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIIZLAlhdq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIZLAlhdq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZLAlhdq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZLAlhdq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIZLAlhdq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZLAlhdq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIZLAlhdq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIZLAlhdq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZLAlhdq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIIZLAlhdq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIZLAlhdq .navbar {
    height: 70px;
  }
  .cid-uIIZLAlhdq .navbar.opened {
    height: auto;
  }
  .cid-uIIZLAlhdq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIZLAlhdq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIIZLAlhdq .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIIZLAlhdq .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIIZLAlhdq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIIZLAlhdq .text_widget {
  margin-bottom: 32px;
}
.cid-uIIZLAlhdq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIIZLAlhdq .text_widget a:hover,
.cid-uIIZLAlhdq .text_widget a:focus {
  opacity: .8;
}
.cid-uIIZLAlhdq .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIIZLAlhdq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIIZLAlhdq .navbar-caption {
  color: #000000;
}
.cid-uIIZLAlhdq .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIIZLAlhdq .mbr-section-subtitle,
.cid-uIIZLAlhdq .text_widget,
.cid-uIIZLAlhdq .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIIZLAlhdq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIZLAlhdq .navbar-collapse {
  align-items: center;
}
.cid-uIIZLBHJRZ {
  background-image: url("../../../assets/images/case-waki-allensbach-header-studio-eminent-2024-b.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZLBHJRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLBHJRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLBHJRZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZLBHJRZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLBHJRZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIIZLBHJRZ .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIIZLBHJRZ .container {
    padding: 0 20px;
  }
}
.cid-uIIZLBHJRZ .row {
  height: 100%;
}
.cid-uIIZLBHJRZ .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZLBHJRZ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIIZLBHJRZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIIZLBHJRZ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZLBHJRZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLBHJRZ .mbr-section-title {
  color: #ffffff;
}
.cid-uIIZLBHJRZ .mbr-desc {
  color: #ffffff;
}
.cid-uIIZLCgccu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLCgccu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLCgccu .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-uIIZLCgccu .container {
    padding: 0 20px;
  }
}
.cid-uIIZLCgccu .row {
  justify-content: space-between;
}
.cid-uIIZLCgccu .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZLCgccu .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIIZLCgccu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZLCgccu .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIIZLCgccu .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIIZLCgccu .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIIZLCgccu .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIIZLCgccu .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIIZLCgccu .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZLCgccu .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIIZLCgccu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIZLCgccu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIIZLCgccu .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIIZLCgccu .image-wrapper img {
    height: 450px;
  }
}
.cid-uIIZLCgccu .mbr-section-title {
  color: #006a00;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZLCgccu .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZLCgccu b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZLCgccu b {
    line-height: 2rem !important;
  }
}
.cid-uIIZLCgccu .mbr-link {
  color: #000000;
}
.cid-uIIZLCgccu .mbr-desc {
  color: #006a00;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIIZLCgccu .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIIZLCgccu .mbr-text {
  color: #336699;
}
.cid-uIIZLCgccu .mbr-link,
.cid-uIIZLCgccu .link-wrapper {
  color: #00e000;
}
.cid-uIIZLCIVXq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLCIVXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLCIVXq .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-uIIZLCIVXq .container {
    padding: 0 20px;
  }
}
.cid-uIIZLCIVXq .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIIZLCIVXq .row .card {
  padding: 0 0px;
}
.cid-uIIZLCIVXq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIIZLCIVXq .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLCIVXq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIIZLCIVXq .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZLCIVXq .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIIZLCIVXq .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIIZLCIVXq .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIIZLCIVXq .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIIZLCIVXq .mbr-section-title {
  color: #000000;
}
.cid-uIIZLCIVXq .card-number {
  color: #9a9a9a;
}
.cid-uIIZLCIVXq .card-title {
  color: #0b3e71;
}
.cid-uIIZLCIVXq .card-text {
  color: #0b3e71;
}
.cid-uIIZLCIVXq .mbr-section-title,
.cid-uIIZLCIVXq .title-wrapper {
  color: #0b3e71;
}
.cid-uIIZLFJKy7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLFJKy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLFJKy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLFJKy7 .row {
  flex-direction: row-reverse;
}
.cid-uIIZLDLWbo {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLDLWbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLDLWbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLDLWbo .row {
  justify-content: space-between;
}
.cid-uIIZLDLWbo .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLDLWbo .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLDLWbo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLDLWbo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLDLWbo .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLDLWbo .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLDLWbo .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLDLWbo .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLDLWbo .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLDLWbo .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLDLWbo .mbr-section-title {
  color: #000000;
}
.cid-uIIZLDLWbo .mbr-desc {
  color: #000000;
}
.cid-uIIZLDLWbo .mbr-text {
  color: #006a00;
}
.cid-uIIZLDLWbo .mbr-section-title,
.cid-uIIZLDLWbo .mbr-section-btn {
  color: #006a00;
}
.cid-uIIZLEgOg7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLEgOg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLEgOg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLEgOg7 .row {
  flex-direction: row-reverse;
}
.cid-uIIZLFbBSr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLFbBSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLFbBSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLFbBSr .row {
  justify-content: space-between;
}
.cid-uIIZLFbBSr .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLFbBSr .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLFbBSr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLFbBSr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLFbBSr .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLFbBSr .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLFbBSr .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLFbBSr .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLFbBSr .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLFbBSr .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLFbBSr .mbr-section-title {
  color: #000000;
}
.cid-uIIZLFbBSr .mbr-desc {
  color: #000000;
}
.cid-uIIZLFbBSr .mbr-text {
  color: #006a00;
  text-align: justify;
}
.cid-uIIZLFbBSr .mbr-section-title,
.cid-uIIZLFbBSr .mbr-section-btn {
  color: #006a00;
}
.cid-uIIZLDcaeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLDcaeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLDcaeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLDcaeI .row {
  flex-direction: row-reverse;
}
.cid-uIIZLII5HF {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLII5HF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLII5HF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLII5HF .row {
  justify-content: space-between;
}
.cid-uIIZLII5HF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLII5HF .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLII5HF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLII5HF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLII5HF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLII5HF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLII5HF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLII5HF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLII5HF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLII5HF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLII5HF .mbr-section-title {
  color: #000000;
}
.cid-uIIZLII5HF .mbr-desc {
  color: #000000;
}
.cid-uIIZLII5HF .mbr-text {
  color: #006a00;
}
.cid-uIIZLII5HF .mbr-section-title,
.cid-uIIZLII5HF .mbr-section-btn {
  color: #006a00;
}
.cid-va3OUUb7N9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va3OUUb7N9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va3OUUb7N9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va3OUUb7N9 .row {
  flex-direction: row-reverse;
}
.cid-uIIZLHiIyS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLHiIyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLHiIyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLHiIyS .row {
  justify-content: space-between;
}
.cid-uIIZLHiIyS .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLHiIyS .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLHiIyS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLHiIyS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLHiIyS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLHiIyS .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLHiIyS .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLHiIyS .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLHiIyS .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLHiIyS .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLHiIyS .mbr-section-title {
  color: #000000;
}
.cid-uIIZLHiIyS .mbr-desc {
  color: #000000;
}
.cid-uIIZLHiIyS .mbr-text {
  color: #006a00;
}
.cid-uIIZLHiIyS .mbr-section-title,
.cid-uIIZLHiIyS .mbr-section-btn {
  color: #006a00;
}
.cid-uIIZLHNQ9j .mbr-section {
  border: 0px !important;
}
.cid-uIIZLHNQ9j .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZLHNQ9j img {
  border-radius: 0rem !important;
}
.cid-uIIZLGftVK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZLGftVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLGftVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLGftVK .row {
  justify-content: space-between;
}
.cid-uIIZLGftVK .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLGftVK .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLGftVK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLGftVK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLGftVK .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLGftVK .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLGftVK .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLGftVK .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLGftVK .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLGftVK .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLGftVK .mbr-section-title {
  color: #000000;
}
.cid-uIIZLGftVK .mbr-desc {
  color: #000000;
}
.cid-uIIZLGftVK .mbr-text {
  color: #006a00;
}
.cid-uIIZLGftVK .mbr-section-title,
.cid-uIIZLGftVK .mbr-section-btn {
  color: #006a00;
}
.cid-va3UIjoWi2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va3UIjoWi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va3UIjoWi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va3UIjoWi2 .row {
  flex-direction: row-reverse;
}
.cid-uIIZLJJ5mx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLJJ5mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLJJ5mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLJJ5mx .row {
  justify-content: space-between;
}
.cid-uIIZLJJ5mx .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLJJ5mx .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLJJ5mx .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLJJ5mx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLJJ5mx .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLJJ5mx .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLJJ5mx .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLJJ5mx .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLJJ5mx .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLJJ5mx .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLJJ5mx .mbr-section-title {
  color: #000000;
}
.cid-uIIZLJJ5mx .mbr-desc {
  color: #000000;
}
.cid-uIIZLJJ5mx .mbr-text {
  color: #006a00;
}
.cid-uIIZLJJ5mx .mbr-section-title,
.cid-uIIZLJJ5mx .mbr-section-btn {
  color: #006a00;
}
.cid-uIIZLLg4bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIIZLLg4bi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIIZLLg4bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLLg4bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLLg4bi .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIIZLLg4bi .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLLg4bi .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLLg4bi .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIIZLLg4bi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZLLg4bi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIIZLLQOtw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZLLQOtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLLQOtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLLQOtw .row {
  justify-content: space-between;
}
.cid-uIIZLLQOtw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZLLQOtw .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZLLQOtw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLLQOtw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZLLQOtw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZLLQOtw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZLLQOtw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZLLQOtw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZLLQOtw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZLLQOtw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZLLQOtw .mbr-section-title {
  color: #000000;
}
.cid-uIIZLLQOtw .mbr-desc {
  color: #000000;
}
.cid-uIIZLLQOtw .mbr-text {
  color: #006a00;
}
.cid-uIIZLLQOtw .mbr-section-title,
.cid-uIIZLLQOtw .mbr-section-btn {
  color: #006a00;
}
.cid-va3TuFiMXW {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-va3TuFiMXW img,
.cid-va3TuFiMXW .item-img {
  width: 100%;
}
.cid-va3TuFiMXW .item:focus,
.cid-va3TuFiMXW span:focus {
  outline: none;
}
.cid-va3TuFiMXW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-va3TuFiMXW .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va3TuFiMXW .item-content {
  padding: 25px 1rem 0;
}
.cid-va3TuFiMXW .item-content a:not(.btn):hover {
  color: #00e300 !important;
  background-image: none !important;
}
.cid-va3TuFiMXW .item-wrapper {
  background: transparent;
}
.cid-va3TuFiMXW .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-va3TuFiMXW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-va3TuFiMXW .mbr-section-title,
.cid-va3TuFiMXW .mbr-section-subtitle {
  color: #111111;
}
.cid-va3TuFiMXW .mbr-text,
.cid-va3TuFiMXW .mbr-section-btn {
  text-align: left;
  color: #00e000;
}
.cid-va3TuFiMXW .item-title {
  text-align: left;
  color: #002b56;
}
.cid-va3TuFiMXW .item-subtitle {
  text-align: center;
}
.cid-va3TuFiMXW .item-img {
  overflow: hidden;
}
.cid-va3TuFiMXW .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-va3TuFiMXW .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-va3TuFiMXW .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-va3TuFiMXW .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-va3TuFiMXW .mbr-section-title {
  color: #002b56;
  text-align: justify;
}
.cid-uIIZLNDec9 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIIZLNDec9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZLNDec9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZLNDec9 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZLNDec9 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .container {
    padding: 0 20px;
  }
}
.cid-uIIZLNDec9 .row {
  justify-content: center;
}
.cid-uIIZLNDec9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIIZLNDec9 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZLNDec9 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIIZLNDec9 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIIZLNDec9 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIIZLNDec9 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZLNDec9 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZLNDec9 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIIZLNDec9 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIZLNDec9 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZLNDec9 .nav-wrapper .list .item-wrap:hover,
.cid-uIIZLNDec9 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIIZLNDec9 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIIZLNDec9 .mbr-text {
  color: #000000;
}
.cid-uIIZLNDec9 .mbr-list-title {
  color: #002b56;
}
.cid-uIIZLNDec9 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIIZLNDec9 .list {
  color: #9a9a9a;
}
.cid-uIIZLNDec9 .list,
.cid-uIIZLNDec9 .item-wrap,
.cid-uIIZLNDec9 .contacts-wrapper {
  color: #006a00;
}
.cid-uIIZLNDec9 .mbr-text,
.cid-uIIZLNDec9 .text-wrap,
.cid-uIIZLNDec9 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIIZLNDec9 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySCMS.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySCMS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySCMS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySCMS .modal-content,
.cid-vahEGySCMS .modal-dialog {
  height: auto;
}
.cid-vahEGySCMS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySCMS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySCMS .form-wrapper .mbr-form .form-group,
  .cid-vahEGySCMS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySCMS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySCMS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySCMS .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySCMS .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySCMS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySCMS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySCMS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySCMS .modal-open {
  overflow: hidden;
}
.cid-vahEGySCMS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySCMS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySCMS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySCMS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySCMS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySCMS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySCMS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySCMS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySCMS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySCMS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySCMS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySCMS .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySCMS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySCMS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySCMS .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySCMS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySCMS .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySCMS .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySCMS .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySCMS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySCMS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySCMS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySCMS .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySCMS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySCMS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySCMS .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySCMS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySCMS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySCMS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySCMS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySCMS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySCMS .modal-lg,
  .cid-vahEGySCMS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySCMS .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySCMS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySCMS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySCMS .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySCMS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySCMS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySCMS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySCMS .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySCMS .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySCMS .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySCMS .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySCMS .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySCMS .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySCMS .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySCMS .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySCMS .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIIZUXdkVP {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIIZUXdkVP .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIIZUXdkVP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIIZUXdkVP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIIZUXdkVP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIIZUXdkVP .menu_box .navbar.opened,
  .cid-uIIZUXdkVP .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIIZUXdkVP nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIIZUXdkVP .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIIZUXdkVP .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIIZUXdkVP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIIZUXdkVP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIIZUXdkVP .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIIZUXdkVP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIIZUXdkVP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIIZUXdkVP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIIZUXdkVP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIIZUXdkVP .offcanvas-body .mbr-text,
  .cid-uIIZUXdkVP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIIZUXdkVP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIIZUXdkVP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIIZUXdkVP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZUXdkVP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIIZUXdkVP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIIZUXdkVP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIIZUXdkVP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIIZUXdkVP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIIZUXdkVP ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIIZUXdkVP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIIZUXdkVP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .nav-item {
    margin: 0 !important;
  }
}
.cid-uIIZUXdkVP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIIZUXdkVP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZUXdkVP .nav-item .nav-link:hover::before,
.cid-uIIZUXdkVP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIIZUXdkVP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIIZUXdkVP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIIZUXdkVP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZUXdkVP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIIZUXdkVP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIIZUXdkVP .offcanvas_box {
    display: none;
  }
}
.cid-uIIZUXdkVP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIIZUXdkVP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIIZUXdkVP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIIZUXdkVP .container {
  display: flex;
  margin: auto;
}
.cid-uIIZUXdkVP .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIIZUXdkVP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIIZUXdkVP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIIZUXdkVP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIIZUXdkVP .navbar-nav {
    margin: 0;
  }
}
.cid-uIIZUXdkVP .dropdown-menu,
.cid-uIIZUXdkVP .navbar.opened {
  background-color: true !important;
}
.cid-uIIZUXdkVP .nav-item:focus,
.cid-uIIZUXdkVP .nav-link:focus {
  outline: none;
}
.cid-uIIZUXdkVP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIIZUXdkVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIZUXdkVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIIZUXdkVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIIZUXdkVP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIZUXdkVP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIIZUXdkVP .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIIZUXdkVP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIIZUXdkVP .navbar.opened {
  transition: all 0.3s;
}
.cid-uIIZUXdkVP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIIZUXdkVP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIIZUXdkVP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIIZUXdkVP .navbar.collapsed {
  justify-content: center;
}
.cid-uIIZUXdkVP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIZUXdkVP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIIZUXdkVP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIZUXdkVP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIIZUXdkVP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIIZUXdkVP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIIZUXdkVP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIIZUXdkVP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIIZUXdkVP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIIZUXdkVP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIZUXdkVP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIZUXdkVP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIIZUXdkVP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIZUXdkVP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIIZUXdkVP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIIZUXdkVP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIIZUXdkVP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIIZUXdkVP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIIZUXdkVP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIIZUXdkVP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIIZUXdkVP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIIZUXdkVP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIIZUXdkVP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIIZUXdkVP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIIZUXdkVP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIIZUXdkVP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIIZUXdkVP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIZUXdkVP .dropdown-item.active,
.cid-uIIZUXdkVP .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIZUXdkVP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIIZUXdkVP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIIZUXdkVP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIIZUXdkVP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIIZUXdkVP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIIZUXdkVP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIIZUXdkVP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIIZUXdkVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIIZUXdkVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIZUXdkVP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZUXdkVP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZUXdkVP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIZUXdkVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZUXdkVP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIZUXdkVP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIZUXdkVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZUXdkVP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIIZUXdkVP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIZUXdkVP .navbar {
    height: 70px;
  }
  .cid-uIIZUXdkVP .navbar.opened {
    height: auto;
  }
  .cid-uIIZUXdkVP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIZUXdkVP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIIZUXdkVP .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIIZUXdkVP .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIIZUXdkVP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIIZUXdkVP .text_widget {
  margin-bottom: 32px;
}
.cid-uIIZUXdkVP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIIZUXdkVP .text_widget a:hover,
.cid-uIIZUXdkVP .text_widget a:focus {
  opacity: .8;
}
.cid-uIIZUXdkVP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIIZUXdkVP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIIZUXdkVP .navbar-caption {
  color: #000000;
}
.cid-uIIZUXdkVP .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIIZUXdkVP .mbr-section-subtitle,
.cid-uIIZUXdkVP .text_widget,
.cid-uIIZUXdkVP .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIIZUXdkVP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIZUXdkVP .navbar-collapse {
  align-items: center;
}
.cid-uIIZUXUrQJ {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZUXUrQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZUXUrQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZUXUrQJ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZUXUrQJ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZUXUrQJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIIZUXUrQJ .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIIZUXUrQJ .container {
    padding: 0 20px;
  }
}
.cid-uIIZUXUrQJ .row {
  height: 100%;
}
.cid-uIIZUXUrQJ .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZUXUrQJ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIIZUXUrQJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIIZUXUrQJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZUXUrQJ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZUXUrQJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIIZUXUrQJ .mbr-desc {
  color: #feff00;
}
.cid-uIIZUYncMI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZUYncMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZUYncMI .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-uIIZUYncMI .container {
    padding: 0 20px;
  }
}
.cid-uIIZUYncMI .row {
  justify-content: space-between;
}
.cid-uIIZUYncMI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZUYncMI .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIIZUYncMI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZUYncMI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIIZUYncMI .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIIZUYncMI .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIIZUYncMI .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIIZUYncMI .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIIZUYncMI .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZUYncMI .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIIZUYncMI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIZUYncMI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIIZUYncMI .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIIZUYncMI .image-wrapper img {
    height: 450px;
  }
}
.cid-uIIZUYncMI .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZUYncMI .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZUYncMI b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZUYncMI b {
    line-height: 2rem !important;
  }
}
.cid-uIIZUYncMI .mbr-link {
  color: #000000;
}
.cid-uIIZUYncMI .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIIZUYncMI .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIIZUYncMI .mbr-text {
  color: #336699;
}
.cid-uIIZUYncMI .mbr-link,
.cid-uIIZUYncMI .link-wrapper {
  color: #00e000;
}
.cid-uIIZUYQdqN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZUYQdqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZUYQdqN .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-uIIZUYQdqN .container {
    padding: 0 20px;
  }
}
.cid-uIIZUYQdqN .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIIZUYQdqN .row .card {
  padding: 0 0px;
}
.cid-uIIZUYQdqN .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIIZUYQdqN .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZUYQdqN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIIZUYQdqN .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZUYQdqN .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIIZUYQdqN .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIIZUYQdqN .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIIZUYQdqN .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIIZUYQdqN .mbr-section-title {
  color: #000000;
}
.cid-uIIZUYQdqN .card-number {
  color: #9a9a9a;
}
.cid-uIIZUYQdqN .card-title {
  color: #0b3e71;
}
.cid-uIIZUYQdqN .card-text {
  color: #0b3e71;
}
.cid-uIIZUYQdqN .mbr-section-title,
.cid-uIIZUYQdqN .title-wrapper {
  color: #0b3e71;
}
.cid-uIIZUZprFK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZUZprFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZUZprFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZUZprFK .row {
  flex-direction: row-reverse;
}
.cid-uIIZUZTsBw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZUZTsBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZUZTsBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZUZTsBw .row {
  justify-content: space-between;
}
.cid-uIIZUZTsBw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZUZTsBw .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZUZTsBw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZUZTsBw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZUZTsBw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZUZTsBw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZUZTsBw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZUZTsBw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZUZTsBw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZUZTsBw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZUZTsBw .mbr-section-title {
  color: #000000;
}
.cid-uIIZUZTsBw .mbr-desc {
  color: #000000;
}
.cid-uIIZUZTsBw .mbr-text {
  color: #000000;
}
.cid-uIIZUZTsBw .mbr-section-title,
.cid-uIIZUZTsBw .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV0pqNI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZV0pqNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV0pqNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV0pqNI .row {
  flex-direction: row-reverse;
}
.cid-uIIZV0Xd0o .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV0Xd0o img {
  border-radius: 0rem !important;
}
.cid-uIIZV1oRam {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZV1oRam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV1oRam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV1oRam .row {
  justify-content: space-between;
}
.cid-uIIZV1oRam .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV1oRam .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV1oRam .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV1oRam .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV1oRam .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV1oRam .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV1oRam .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV1oRam .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV1oRam .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV1oRam .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV1oRam .mbr-section-title {
  color: #000000;
}
.cid-uIIZV1oRam .mbr-desc {
  color: #000000;
}
.cid-uIIZV1oRam .mbr-text {
  color: #000000;
}
.cid-uIIZV1oRam .mbr-section-title,
.cid-uIIZV1oRam .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV1TlrG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZV1TlrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV1TlrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV1TlrG .row {
  flex-direction: row-reverse;
}
.cid-uIIZV2p3fE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZV2p3fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV2p3fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV2p3fE .row {
  justify-content: space-between;
}
.cid-uIIZV2p3fE .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV2p3fE .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV2p3fE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV2p3fE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV2p3fE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV2p3fE .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV2p3fE .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV2p3fE .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV2p3fE .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV2p3fE .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV2p3fE .mbr-section-title {
  color: #000000;
}
.cid-uIIZV2p3fE .mbr-desc {
  color: #000000;
}
.cid-uIIZV2p3fE .mbr-text {
  color: #000000;
}
.cid-uIIZV2p3fE .mbr-section-title,
.cid-uIIZV2p3fE .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV2XkqG .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV3pASk {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZV3pASk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV3pASk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV3pASk .row {
  justify-content: space-between;
}
.cid-uIIZV3pASk .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV3pASk .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV3pASk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV3pASk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV3pASk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV3pASk .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV3pASk .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV3pASk .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV3pASk .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV3pASk .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV3pASk .mbr-section-title {
  color: #000000;
}
.cid-uIIZV3pASk .mbr-desc {
  color: #000000;
}
.cid-uIIZV3pASk .mbr-text {
  color: #000000;
}
.cid-uIIZV3pASk .mbr-section-title,
.cid-uIIZV3pASk .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV3V7EE .mbr-section {
  border: 0px !important;
}
.cid-uIIZV3V7EE .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV3V7EE img {
  border-radius: 0rem !important;
}
.cid-uIIZV4oxfo .mbr-section {
  border: 0px !important;
}
.cid-uIIZV4oxfo .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV4oxfo img {
  border-radius: 0rem !important;
}
.cid-uIIZV4ThJM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZV4ThJM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV4ThJM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV4ThJM .row {
  justify-content: space-between;
}
.cid-uIIZV4ThJM .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV4ThJM .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV4ThJM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV4ThJM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV4ThJM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV4ThJM .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV4ThJM .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV4ThJM .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV4ThJM .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV4ThJM .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV4ThJM .mbr-section-title {
  color: #000000;
}
.cid-uIIZV4ThJM .mbr-desc {
  color: #000000;
}
.cid-uIIZV4ThJM .mbr-text {
  color: #000000;
}
.cid-uIIZV4ThJM .mbr-section-title,
.cid-uIIZV4ThJM .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV5pSb9 .mbr-section {
  border: 0px !important;
}
.cid-uIIZV5pSb9 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV5pSb9 img {
  border-radius: 0rem !important;
}
.cid-uIIZV5RxT3 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZV5RxT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV5RxT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV5RxT3 .row {
  justify-content: space-between;
}
.cid-uIIZV5RxT3 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV5RxT3 .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV5RxT3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV5RxT3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV5RxT3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV5RxT3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV5RxT3 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV5RxT3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV5RxT3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV5RxT3 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV5RxT3 .mbr-section-title {
  color: #000000;
}
.cid-uIIZV5RxT3 .mbr-desc {
  color: #000000;
}
.cid-uIIZV5RxT3 .mbr-text {
  color: #000000;
}
.cid-uIIZV5RxT3 .mbr-section-title,
.cid-uIIZV5RxT3 .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV6o73z .mbr-section {
  border: 0px !important;
}
.cid-uIIZV6o73z .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZV6o73z img {
  border-radius: 0rem !important;
}
.cid-uIIZV6UxN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZV6UxN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV6UxN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV6UxN7 .row {
  align-items: flex-end;
}
.cid-uIIZV6UxN7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIIZV6UxN7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIIZV6UxN7 img,
.cid-uIIZV6UxN7 .item-img {
  width: 100%;
}
.cid-uIIZV6UxN7 H5 {
  color: #291f1e;
}
.cid-uIIZV6UxN7 .mbr-text,
.cid-uIIZV6UxN7 .mbr-section-btn {
  color: #291f1e;
}
.cid-uIIZV7qk3Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIIZV7qk3Y .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIIZV7qk3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV7qk3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV7qk3Y .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIIZV7qk3Y .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZV7qk3Y .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV7qk3Y .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIIZV7qk3Y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZV7qk3Y .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIIZV7ZoyA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZV7ZoyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV7ZoyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV7ZoyA .row {
  justify-content: space-between;
}
.cid-uIIZV7ZoyA .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZV7ZoyA .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZV7ZoyA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV7ZoyA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZV7ZoyA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZV7ZoyA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZV7ZoyA .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZV7ZoyA .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZV7ZoyA .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZV7ZoyA .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZV7ZoyA .mbr-section-title {
  color: #000000;
}
.cid-uIIZV7ZoyA .mbr-desc {
  color: #000000;
}
.cid-uIIZV7ZoyA .mbr-text {
  color: #000000;
}
.cid-uIIZV7ZoyA .mbr-section-title,
.cid-uIIZV7ZoyA .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZV8xkIf {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIIZV8xkIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV8xkIf .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-uIIZV8xkIf .container {
    padding: 0 20px;
  }
}
.cid-uIIZV8xkIf .row {
  justify-content: space-between;
}
.cid-uIIZV8xkIf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIIZV8xkIf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIIZV8xkIf .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIIZV8xkIf .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZV8xkIf .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZV8xkIf b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZV8xkIf b {
    line-height: 2rem !important;
  }
}
.cid-uIIZV8xkIf .mbr-section-title DIV {
  text-align: left;
}
.cid-uIIZV9b27c {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIIZV9b27c .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIIZV9b27c {
    background-position: right;
  }
}
.cid-uIIZV9b27c input,
.cid-uIIZV9b27c textarea {
  border-radius: 0;
}
.cid-uIIZV9b27c input:hover,
.cid-uIIZV9b27c textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIIZV9b27c .row {
  justify-content: flex-end;
}
.cid-uIIZV9b27c textarea {
  min-height: 200px;
}
.cid-uIIZV9b27c .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIIZV9b27c .col-auto {
    margin: auto;
  }
}
.cid-uIIZV9b27c .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIIZV9b27c .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIIZV9b27c .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIIZV9b27c .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIIZV9b27c .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIIZV9b27c .btn {
  padding: 1rem 3rem;
}
.cid-uIIZV9b27c .form-control,
.cid-uIIZV9b27c .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIZV9b27c .form-control::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input::-webkit-input-placeholder,
.cid-uIIZV9b27c .form-control::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIZV9b27c .form-control:-moz-placeholder,
.cid-uIIZV9b27c .field-input:-moz-placeholder,
.cid-uIIZV9b27c .form-control:-moz-placeholder,
.cid-uIIZV9b27c .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIZV9b27c .form-control:hover,
.cid-uIIZV9b27c .field-input:hover,
.cid-uIIZV9b27c .form-control:focus,
.cid-uIIZV9b27c .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIIZV9b27c .form-control:hover::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input:hover::-webkit-input-placeholder,
.cid-uIIZV9b27c .form-control:focus::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input:focus::-webkit-input-placeholder,
.cid-uIIZV9b27c .form-control:hover::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input:hover::-webkit-input-placeholder,
.cid-uIIZV9b27c .form-control:focus::-webkit-input-placeholder,
.cid-uIIZV9b27c .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIZV9b27c .form-control:hover:-moz-placeholder,
.cid-uIIZV9b27c .field-input:hover:-moz-placeholder,
.cid-uIIZV9b27c .form-control:focus:-moz-placeholder,
.cid-uIIZV9b27c .field-input:focus:-moz-placeholder,
.cid-uIIZV9b27c .form-control:hover:-moz-placeholder,
.cid-uIIZV9b27c .field-input:hover:-moz-placeholder,
.cid-uIIZV9b27c .form-control:focus:-moz-placeholder,
.cid-uIIZV9b27c .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIZV9b27c .jq-number__spin:hover,
.cid-uIIZV9b27c .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIIZV9b27c .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIZV9b27c .jq-selectbox li,
.cid-uIIZV9b27c .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIZV9b27c .jq-selectbox li:hover,
.cid-uIIZV9b27c .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIZV9b27c .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIIZV9b27c .jq-number__spin.minus:hover:after,
.cid-uIIZV9b27c .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIZV9b27c .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIIZV9b27c .jq-number__spin.minus:after,
.cid-uIIZV9b27c .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIZV9b27c .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIIZV9b27c .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZV9b27c .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZV9b27c b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIIZV9b27c .soc-link,
.cid-uIIZV9b27c .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIIZV9YgJn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIIZV9YgJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZV9YgJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZV9YgJn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZV9YgJn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .container {
    padding: 0 20px;
  }
}
.cid-uIIZV9YgJn .row {
  justify-content: center;
}
.cid-uIIZV9YgJn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIIZV9YgJn .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZV9YgJn .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIIZV9YgJn .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIIZV9YgJn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIIZV9YgJn .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZV9YgJn .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZV9YgJn .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIIZV9YgJn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIZV9YgJn .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZV9YgJn .nav-wrapper .list .item-wrap:hover,
.cid-uIIZV9YgJn .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIIZV9YgJn .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIIZV9YgJn .mbr-text {
  color: #000000;
}
.cid-uIIZV9YgJn .mbr-list-title {
  color: #002b56;
}
.cid-uIIZV9YgJn b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIIZV9YgJn .list {
  color: #9a9a9a;
}
.cid-uIIZV9YgJn .list,
.cid-uIIZV9YgJn .item-wrap,
.cid-uIIZV9YgJn .contacts-wrapper {
  color: #006a00;
}
.cid-uIIZV9YgJn .mbr-text,
.cid-uIIZV9YgJn .text-wrap,
.cid-uIIZV9YgJn .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIIZV9YgJn .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySR8a.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySR8a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySR8a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySR8a .modal-content,
.cid-vahEGySR8a .modal-dialog {
  height: auto;
}
.cid-vahEGySR8a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySR8a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySR8a .form-wrapper .mbr-form .form-group,
  .cid-vahEGySR8a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySR8a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySR8a .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySR8a .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySR8a .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySR8a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySR8a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySR8a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySR8a .modal-open {
  overflow: hidden;
}
.cid-vahEGySR8a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySR8a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySR8a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySR8a .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySR8a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySR8a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySR8a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySR8a .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySR8a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySR8a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySR8a .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySR8a .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySR8a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySR8a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySR8a .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySR8a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySR8a .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySR8a .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySR8a .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySR8a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySR8a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySR8a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySR8a .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySR8a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySR8a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySR8a .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySR8a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySR8a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySR8a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySR8a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySR8a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySR8a .modal-lg,
  .cid-vahEGySR8a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySR8a .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySR8a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySR8a .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySR8a .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySR8a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySR8a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySR8a .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySR8a .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySR8a .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySR8a .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySR8a .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySR8a .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySR8a .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySR8a .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySR8a .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySR8a .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ04YdoEf {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ04YdoEf .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ04YdoEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ04YdoEf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ04YdoEf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ04YdoEf .menu_box .navbar.opened,
  .cid-uIJ04YdoEf .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ04YdoEf nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ04YdoEf .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ04YdoEf .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ04YdoEf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ04YdoEf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ04YdoEf .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ04YdoEf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ04YdoEf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ04YdoEf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ04YdoEf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ04YdoEf .offcanvas-body .mbr-text,
  .cid-uIJ04YdoEf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ04YdoEf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ04YdoEf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ04YdoEf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ04YdoEf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ04YdoEf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ04YdoEf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ04YdoEf .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ04YdoEf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ04YdoEf ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ04YdoEf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ04YdoEf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ04YdoEf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ04YdoEf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ04YdoEf .nav-item .nav-link:hover::before,
.cid-uIJ04YdoEf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ04YdoEf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ04YdoEf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ04YdoEf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ04YdoEf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ04YdoEf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ04YdoEf .offcanvas_box {
    display: none;
  }
}
.cid-uIJ04YdoEf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ04YdoEf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ04YdoEf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ04YdoEf .container {
  display: flex;
  margin: auto;
}
.cid-uIJ04YdoEf .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ04YdoEf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ04YdoEf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ04YdoEf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ04YdoEf .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ04YdoEf .dropdown-menu,
.cid-uIJ04YdoEf .navbar.opened {
  background-color: true !important;
}
.cid-uIJ04YdoEf .nav-item:focus,
.cid-uIJ04YdoEf .nav-link:focus {
  outline: none;
}
.cid-uIJ04YdoEf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ04YdoEf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ04YdoEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ04YdoEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ04YdoEf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ04YdoEf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ04YdoEf .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ04YdoEf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ04YdoEf .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ04YdoEf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ04YdoEf .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ04YdoEf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ04YdoEf .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ04YdoEf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ04YdoEf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ04YdoEf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ04YdoEf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ04YdoEf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ04YdoEf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ04YdoEf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ04YdoEf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ04YdoEf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ04YdoEf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ04YdoEf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ04YdoEf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ04YdoEf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ04YdoEf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ04YdoEf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ04YdoEf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ04YdoEf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ04YdoEf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ04YdoEf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ04YdoEf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ04YdoEf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ04YdoEf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ04YdoEf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ04YdoEf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ04YdoEf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ04YdoEf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ04YdoEf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ04YdoEf .dropdown-item.active,
.cid-uIJ04YdoEf .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ04YdoEf .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ04YdoEf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ04YdoEf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ04YdoEf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ04YdoEf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ04YdoEf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ04YdoEf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ04YdoEf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ04YdoEf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ04YdoEf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ04YdoEf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ04YdoEf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ04YdoEf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ04YdoEf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ04YdoEf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ04YdoEf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ04YdoEf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ04YdoEf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ04YdoEf .navbar {
    height: 70px;
  }
  .cid-uIJ04YdoEf .navbar.opened {
    height: auto;
  }
  .cid-uIJ04YdoEf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ04YdoEf .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ04YdoEf .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ04YdoEf .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ04YdoEf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ04YdoEf .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ04YdoEf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ04YdoEf .text_widget a:hover,
.cid-uIJ04YdoEf .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ04YdoEf .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ04YdoEf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ04YdoEf .navbar-caption {
  color: #000000;
}
.cid-uIJ04YdoEf .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ04YdoEf .mbr-section-subtitle,
.cid-uIJ04YdoEf .text_widget,
.cid-uIJ04YdoEf .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ04YdoEf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ04YdoEf .navbar-collapse {
  align-items: center;
}
.cid-uIJ04ZTNBI {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ04ZTNBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ04ZTNBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ04ZTNBI .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ04ZTNBI .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ04ZTNBI .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ04ZTNBI .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ04ZTNBI .container {
    padding: 0 20px;
  }
}
.cid-uIJ04ZTNBI .row {
  height: 100%;
}
.cid-uIJ04ZTNBI .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ04ZTNBI .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ04ZTNBI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ04ZTNBI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ04ZTNBI .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ04ZTNBI .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ04ZTNBI .mbr-desc {
  color: #feff00;
}
.cid-uIJ050udSe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ050udSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ050udSe .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-uIJ050udSe .container {
    padding: 0 20px;
  }
}
.cid-uIJ050udSe .row {
  justify-content: space-between;
}
.cid-uIJ050udSe .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ050udSe .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ050udSe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ050udSe .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ050udSe .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ050udSe .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ050udSe .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ050udSe .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ050udSe .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ050udSe .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ050udSe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ050udSe .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ050udSe .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ050udSe .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ050udSe .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ050udSe .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ050udSe b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ050udSe b {
    line-height: 2rem !important;
  }
}
.cid-uIJ050udSe .mbr-link {
  color: #000000;
}
.cid-uIJ050udSe .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ050udSe .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ050udSe .mbr-text {
  color: #336699;
}
.cid-uIJ050udSe .mbr-link,
.cid-uIJ050udSe .link-wrapper {
  color: #00e000;
}
.cid-uIJ050YEDE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ050YEDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ050YEDE .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-uIJ050YEDE .container {
    padding: 0 20px;
  }
}
.cid-uIJ050YEDE .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ050YEDE .row .card {
  padding: 0 0px;
}
.cid-uIJ050YEDE .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ050YEDE .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ050YEDE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ050YEDE .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ050YEDE .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ050YEDE .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ050YEDE .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ050YEDE .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ050YEDE .mbr-section-title {
  color: #000000;
}
.cid-uIJ050YEDE .card-number {
  color: #9a9a9a;
}
.cid-uIJ050YEDE .card-title {
  color: #0b3e71;
}
.cid-uIJ050YEDE .card-text {
  color: #0b3e71;
}
.cid-uIJ050YEDE .mbr-section-title,
.cid-uIJ050YEDE .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ051vxQW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ051vxQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ051vxQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ051vxQW .row {
  flex-direction: row-reverse;
}
.cid-uIJ051ZprP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ051ZprP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ051ZprP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ051ZprP .row {
  justify-content: space-between;
}
.cid-uIJ051ZprP .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ051ZprP .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ051ZprP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ051ZprP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ051ZprP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ051ZprP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ051ZprP .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ051ZprP .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ051ZprP .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ051ZprP .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ051ZprP .mbr-section-title {
  color: #000000;
}
.cid-uIJ051ZprP .mbr-desc {
  color: #000000;
}
.cid-uIJ051ZprP .mbr-text {
  color: #000000;
}
.cid-uIJ051ZprP .mbr-section-title,
.cid-uIJ051ZprP .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ052sduU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ052sduU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ052sduU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ052sduU .row {
  flex-direction: row-reverse;
}
.cid-uIJ052You4 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ052You4 img {
  border-radius: 0rem !important;
}
.cid-uIJ053pIwk {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ053pIwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ053pIwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ053pIwk .row {
  justify-content: space-between;
}
.cid-uIJ053pIwk .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ053pIwk .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ053pIwk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ053pIwk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ053pIwk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ053pIwk .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ053pIwk .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ053pIwk .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ053pIwk .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ053pIwk .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ053pIwk .mbr-section-title {
  color: #000000;
}
.cid-uIJ053pIwk .mbr-desc {
  color: #000000;
}
.cid-uIJ053pIwk .mbr-text {
  color: #000000;
}
.cid-uIJ053pIwk .mbr-section-title,
.cid-uIJ053pIwk .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ053USgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ053USgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ053USgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ053USgJ .row {
  flex-direction: row-reverse;
}
.cid-uIJ054p4nL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ054p4nL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ054p4nL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ054p4nL .row {
  justify-content: space-between;
}
.cid-uIJ054p4nL .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ054p4nL .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ054p4nL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ054p4nL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ054p4nL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ054p4nL .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ054p4nL .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ054p4nL .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ054p4nL .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ054p4nL .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ054p4nL .mbr-section-title {
  color: #000000;
}
.cid-uIJ054p4nL .mbr-desc {
  color: #000000;
}
.cid-uIJ054p4nL .mbr-text {
  color: #000000;
}
.cid-uIJ054p4nL .mbr-section-title,
.cid-uIJ054p4nL .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ054Yrfi .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ055patj {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ055patj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ055patj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ055patj .row {
  justify-content: space-between;
}
.cid-uIJ055patj .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ055patj .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ055patj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ055patj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ055patj .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ055patj .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ055patj .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ055patj .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ055patj .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ055patj .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ055patj .mbr-section-title {
  color: #000000;
}
.cid-uIJ055patj .mbr-desc {
  color: #000000;
}
.cid-uIJ055patj .mbr-text {
  color: #000000;
}
.cid-uIJ055patj .mbr-section-title,
.cid-uIJ055patj .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ055UEik .mbr-section {
  border: 0px !important;
}
.cid-uIJ055UEik .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ055UEik img {
  border-radius: 0rem !important;
}
.cid-uIJ056lM3y .mbr-section {
  border: 0px !important;
}
.cid-uIJ056lM3y .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ056lM3y img {
  border-radius: 0rem !important;
}
.cid-uIJ056P9xf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ056P9xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ056P9xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ056P9xf .row {
  justify-content: space-between;
}
.cid-uIJ056P9xf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ056P9xf .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ056P9xf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ056P9xf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ056P9xf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ056P9xf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ056P9xf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ056P9xf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ056P9xf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ056P9xf .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ056P9xf .mbr-section-title {
  color: #000000;
}
.cid-uIJ056P9xf .mbr-desc {
  color: #000000;
}
.cid-uIJ056P9xf .mbr-text {
  color: #000000;
}
.cid-uIJ056P9xf .mbr-section-title,
.cid-uIJ056P9xf .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ057kqwv .mbr-section {
  border: 0px !important;
}
.cid-uIJ057kqwv .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ057kqwv img {
  border-radius: 0rem !important;
}
.cid-uIJ057MCkV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ057MCkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ057MCkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ057MCkV .row {
  justify-content: space-between;
}
.cid-uIJ057MCkV .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ057MCkV .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ057MCkV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ057MCkV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ057MCkV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ057MCkV .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ057MCkV .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ057MCkV .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ057MCkV .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ057MCkV .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ057MCkV .mbr-section-title {
  color: #000000;
}
.cid-uIJ057MCkV .mbr-desc {
  color: #000000;
}
.cid-uIJ057MCkV .mbr-text {
  color: #000000;
}
.cid-uIJ057MCkV .mbr-section-title,
.cid-uIJ057MCkV .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ058hhco .mbr-section {
  border: 0px !important;
}
.cid-uIJ058hhco .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ058hhco img {
  border-radius: 0rem !important;
}
.cid-uIJ058MRZ5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ058MRZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ058MRZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ058MRZ5 .row {
  align-items: flex-end;
}
.cid-uIJ058MRZ5 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ058MRZ5 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ058MRZ5 img,
.cid-uIJ058MRZ5 .item-img {
  width: 100%;
}
.cid-uIJ058MRZ5 H5 {
  color: #291f1e;
}
.cid-uIJ058MRZ5 .mbr-text,
.cid-uIJ058MRZ5 .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ059kc2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ059kc2q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ059kc2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ059kc2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ059kc2q .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ059kc2q .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ059kc2q .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ059kc2q .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ059kc2q .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ059kc2q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ059STvo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ059STvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ059STvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ059STvo .row {
  justify-content: space-between;
}
.cid-uIJ059STvo .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ059STvo .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ059STvo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ059STvo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ059STvo .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ059STvo .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ059STvo .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ059STvo .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ059STvo .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ059STvo .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ059STvo .mbr-section-title {
  color: #000000;
}
.cid-uIJ059STvo .mbr-desc {
  color: #000000;
}
.cid-uIJ059STvo .mbr-text {
  color: #000000;
}
.cid-uIJ059STvo .mbr-section-title,
.cid-uIJ059STvo .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ05ap1eN {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ05ap1eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ05ap1eN .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-uIJ05ap1eN .container {
    padding: 0 20px;
  }
}
.cid-uIJ05ap1eN .row {
  justify-content: space-between;
}
.cid-uIJ05ap1eN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ05ap1eN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ05ap1eN .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ05ap1eN .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ05ap1eN .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ05ap1eN b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ05ap1eN b {
    line-height: 2rem !important;
  }
}
.cid-uIJ05ap1eN .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ05aX44W {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ05aX44W .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ05aX44W {
    background-position: right;
  }
}
.cid-uIJ05aX44W input,
.cid-uIJ05aX44W textarea {
  border-radius: 0;
}
.cid-uIJ05aX44W input:hover,
.cid-uIJ05aX44W textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ05aX44W .row {
  justify-content: flex-end;
}
.cid-uIJ05aX44W textarea {
  min-height: 200px;
}
.cid-uIJ05aX44W .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ05aX44W .col-auto {
    margin: auto;
  }
}
.cid-uIJ05aX44W .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ05aX44W .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ05aX44W .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ05aX44W .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ05aX44W .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ05aX44W .btn {
  padding: 1rem 3rem;
}
.cid-uIJ05aX44W .form-control,
.cid-uIJ05aX44W .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ05aX44W .form-control::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input::-webkit-input-placeholder,
.cid-uIJ05aX44W .form-control::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ05aX44W .form-control:-moz-placeholder,
.cid-uIJ05aX44W .field-input:-moz-placeholder,
.cid-uIJ05aX44W .form-control:-moz-placeholder,
.cid-uIJ05aX44W .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ05aX44W .form-control:hover,
.cid-uIJ05aX44W .field-input:hover,
.cid-uIJ05aX44W .form-control:focus,
.cid-uIJ05aX44W .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ05aX44W .form-control:hover::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input:hover::-webkit-input-placeholder,
.cid-uIJ05aX44W .form-control:focus::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input:focus::-webkit-input-placeholder,
.cid-uIJ05aX44W .form-control:hover::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input:hover::-webkit-input-placeholder,
.cid-uIJ05aX44W .form-control:focus::-webkit-input-placeholder,
.cid-uIJ05aX44W .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ05aX44W .form-control:hover:-moz-placeholder,
.cid-uIJ05aX44W .field-input:hover:-moz-placeholder,
.cid-uIJ05aX44W .form-control:focus:-moz-placeholder,
.cid-uIJ05aX44W .field-input:focus:-moz-placeholder,
.cid-uIJ05aX44W .form-control:hover:-moz-placeholder,
.cid-uIJ05aX44W .field-input:hover:-moz-placeholder,
.cid-uIJ05aX44W .form-control:focus:-moz-placeholder,
.cid-uIJ05aX44W .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ05aX44W .jq-number__spin:hover,
.cid-uIJ05aX44W .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ05aX44W .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ05aX44W .jq-selectbox li,
.cid-uIJ05aX44W .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ05aX44W .jq-selectbox li:hover,
.cid-uIJ05aX44W .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ05aX44W .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ05aX44W .jq-number__spin.minus:hover:after,
.cid-uIJ05aX44W .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ05aX44W .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ05aX44W .jq-number__spin.minus:after,
.cid-uIJ05aX44W .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ05aX44W .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ05aX44W .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ05aX44W .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ05aX44W b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ05aX44W .soc-link,
.cid-uIJ05aX44W .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ05bBfLC {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ05bBfLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ05bBfLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ05bBfLC .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ05bBfLC .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .container {
    padding: 0 20px;
  }
}
.cid-uIJ05bBfLC .row {
  justify-content: center;
}
.cid-uIJ05bBfLC .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ05bBfLC .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ05bBfLC .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ05bBfLC .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ05bBfLC .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ05bBfLC .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ05bBfLC .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ05bBfLC .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ05bBfLC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ05bBfLC .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ05bBfLC .nav-wrapper .list .item-wrap:hover,
.cid-uIJ05bBfLC .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ05bBfLC .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ05bBfLC .mbr-text {
  color: #000000;
}
.cid-uIJ05bBfLC .mbr-list-title {
  color: #002b56;
}
.cid-uIJ05bBfLC b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ05bBfLC .list {
  color: #9a9a9a;
}
.cid-uIJ05bBfLC .list,
.cid-uIJ05bBfLC .item-wrap,
.cid-uIJ05bBfLC .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ05bBfLC .mbr-text,
.cid-uIJ05bBfLC .text-wrap,
.cid-uIJ05bBfLC .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ05bBfLC .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySVId.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySVId.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySVId.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySVId .modal-content,
.cid-vahEGySVId .modal-dialog {
  height: auto;
}
.cid-vahEGySVId .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySVId .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySVId .form-wrapper .mbr-form .form-group,
  .cid-vahEGySVId .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySVId .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySVId .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySVId .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySVId .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySVId .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySVId .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySVId .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySVId .modal-open {
  overflow: hidden;
}
.cid-vahEGySVId .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySVId .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySVId .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySVId .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySVId .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySVId .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySVId .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySVId .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySVId .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySVId .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySVId .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySVId .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySVId .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySVId .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVId .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySVId .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySVId .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySVId .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySVId .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySVId .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySVId .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySVId .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVId .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySVId .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySVId .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVId .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySVId .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySVId .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySVId .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySVId .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySVId .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySVId .modal-lg,
  .cid-vahEGySVId .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySVId .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySVId .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySVId .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySVId .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySVId .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySVId .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySVId .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySVId .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySVId .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySVId .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySVId .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySVId .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySVId .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySVId .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySVId .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySVId .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ0fiwJIm {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ0fiwJIm .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ0fiwJIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ0fiwJIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ0fiwJIm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ0fiwJIm .menu_box .navbar.opened,
  .cid-uIJ0fiwJIm .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ0fiwJIm nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ0fiwJIm .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ0fiwJIm .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ0fiwJIm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ0fiwJIm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ0fiwJIm .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ0fiwJIm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ0fiwJIm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ0fiwJIm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ0fiwJIm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ0fiwJIm .offcanvas-body .mbr-text,
  .cid-uIJ0fiwJIm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ0fiwJIm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ0fiwJIm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ0fiwJIm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ0fiwJIm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ0fiwJIm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ0fiwJIm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ0fiwJIm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ0fiwJIm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ0fiwJIm ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ0fiwJIm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ0fiwJIm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ0fiwJIm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ0fiwJIm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ0fiwJIm .nav-item .nav-link:hover::before,
.cid-uIJ0fiwJIm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ0fiwJIm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ0fiwJIm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ0fiwJIm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ0fiwJIm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ0fiwJIm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ0fiwJIm .offcanvas_box {
    display: none;
  }
}
.cid-uIJ0fiwJIm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ0fiwJIm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ0fiwJIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ0fiwJIm .container {
  display: flex;
  margin: auto;
}
.cid-uIJ0fiwJIm .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ0fiwJIm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ0fiwJIm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ0fiwJIm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ0fiwJIm .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ0fiwJIm .dropdown-menu,
.cid-uIJ0fiwJIm .navbar.opened {
  background-color: true !important;
}
.cid-uIJ0fiwJIm .nav-item:focus,
.cid-uIJ0fiwJIm .nav-link:focus {
  outline: none;
}
.cid-uIJ0fiwJIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ0fiwJIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ0fiwJIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ0fiwJIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ0fiwJIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ0fiwJIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ0fiwJIm .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ0fiwJIm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ0fiwJIm .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ0fiwJIm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ0fiwJIm .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ0fiwJIm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ0fiwJIm .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ0fiwJIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ0fiwJIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ0fiwJIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ0fiwJIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ0fiwJIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ0fiwJIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ0fiwJIm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ0fiwJIm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ0fiwJIm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ0fiwJIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ0fiwJIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ0fiwJIm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ0fiwJIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ0fiwJIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ0fiwJIm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ0fiwJIm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ0fiwJIm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ0fiwJIm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ0fiwJIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ0fiwJIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ0fiwJIm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ0fiwJIm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ0fiwJIm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ0fiwJIm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ0fiwJIm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ0fiwJIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ0fiwJIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ0fiwJIm .dropdown-item.active,
.cid-uIJ0fiwJIm .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ0fiwJIm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ0fiwJIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ0fiwJIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ0fiwJIm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ0fiwJIm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ0fiwJIm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ0fiwJIm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ0fiwJIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ0fiwJIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ0fiwJIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ0fiwJIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ0fiwJIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ0fiwJIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ0fiwJIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ0fiwJIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ0fiwJIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ0fiwJIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ0fiwJIm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ0fiwJIm .navbar {
    height: 70px;
  }
  .cid-uIJ0fiwJIm .navbar.opened {
    height: auto;
  }
  .cid-uIJ0fiwJIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ0fiwJIm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ0fiwJIm .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ0fiwJIm .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ0fiwJIm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ0fiwJIm .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ0fiwJIm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ0fiwJIm .text_widget a:hover,
.cid-uIJ0fiwJIm .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ0fiwJIm .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ0fiwJIm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ0fiwJIm .navbar-caption {
  color: #000000;
}
.cid-uIJ0fiwJIm .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ0fiwJIm .mbr-section-subtitle,
.cid-uIJ0fiwJIm .text_widget,
.cid-uIJ0fiwJIm .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ0fiwJIm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ0fiwJIm .navbar-collapse {
  align-items: center;
}
.cid-uIJ0fjOLmv {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ0fjOLmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fjOLmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fjOLmv .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ0fjOLmv .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0fjOLmv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ0fjOLmv .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ0fjOLmv .container {
    padding: 0 20px;
  }
}
.cid-uIJ0fjOLmv .row {
  height: 100%;
}
.cid-uIJ0fjOLmv .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ0fjOLmv .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ0fjOLmv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ0fjOLmv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ0fjOLmv .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0fjOLmv .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ0fjOLmv .mbr-desc {
  color: #feff00;
}
.cid-uIJ0fkmlEL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0fkmlEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fkmlEL .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-uIJ0fkmlEL .container {
    padding: 0 20px;
  }
}
.cid-uIJ0fkmlEL .row {
  justify-content: space-between;
}
.cid-uIJ0fkmlEL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ0fkmlEL .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ0fkmlEL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ0fkmlEL .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ0fkmlEL .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ0fkmlEL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ0fkmlEL .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ0fkmlEL .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ0fkmlEL .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ0fkmlEL .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fkmlEL .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ0fkmlEL b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fkmlEL b {
    line-height: 2rem !important;
  }
}
.cid-uIJ0fkmlEL .mbr-link {
  color: #000000;
}
.cid-uIJ0fkmlEL .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fkmlEL .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ0fkmlEL .mbr-text {
  color: #336699;
}
.cid-uIJ0fkmlEL .mbr-link,
.cid-uIJ0fkmlEL .link-wrapper {
  color: #00e000;
}
.cid-uIJ0fkPyHD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0fkPyHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fkPyHD .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-uIJ0fkPyHD .container {
    padding: 0 20px;
  }
}
.cid-uIJ0fkPyHD .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ0fkPyHD .row .card {
  padding: 0 0px;
}
.cid-uIJ0fkPyHD .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ0fkPyHD .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0fkPyHD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ0fkPyHD .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ0fkPyHD .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ0fkPyHD .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ0fkPyHD .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ0fkPyHD .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ0fkPyHD .mbr-section-title {
  color: #000000;
}
.cid-uIJ0fkPyHD .card-number {
  color: #9a9a9a;
}
.cid-uIJ0fkPyHD .card-title {
  color: #0b3e71;
}
.cid-uIJ0fkPyHD .card-text {
  color: #0b3e71;
}
.cid-uIJ0fkPyHD .mbr-section-title,
.cid-uIJ0fkPyHD .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ0fljiVI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0fljiVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fljiVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fljiVI .row {
  flex-direction: row-reverse;
}
.cid-uIJ0flLvXk {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0flLvXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0flLvXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0flLvXk .row {
  justify-content: space-between;
}
.cid-uIJ0flLvXk .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0flLvXk .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0flLvXk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0flLvXk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0flLvXk .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0flLvXk .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0flLvXk .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0flLvXk .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0flLvXk .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0flLvXk .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0flLvXk .mbr-section-title {
  color: #000000;
}
.cid-uIJ0flLvXk .mbr-desc {
  color: #000000;
}
.cid-uIJ0flLvXk .mbr-text {
  color: #000000;
}
.cid-uIJ0flLvXk .mbr-section-title,
.cid-uIJ0flLvXk .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fmn2pD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0fmn2pD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fmn2pD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fmn2pD .row {
  flex-direction: row-reverse;
}
.cid-uIJ0fmYgGg .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0fmYgGg img {
  border-radius: 0rem !important;
}
.cid-uIJ0fnvzFi {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0fnvzFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fnvzFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fnvzFi .row {
  justify-content: space-between;
}
.cid-uIJ0fnvzFi .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0fnvzFi .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0fnvzFi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fnvzFi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fnvzFi .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fnvzFi .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fnvzFi .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0fnvzFi .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0fnvzFi .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0fnvzFi .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0fnvzFi .mbr-section-title {
  color: #000000;
}
.cid-uIJ0fnvzFi .mbr-desc {
  color: #000000;
}
.cid-uIJ0fnvzFi .mbr-text {
  color: #000000;
}
.cid-uIJ0fnvzFi .mbr-section-title,
.cid-uIJ0fnvzFi .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fo0Sdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0fo0Sdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fo0Sdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fo0Sdm .row {
  flex-direction: row-reverse;
}
.cid-uIJ0foxQE6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0foxQE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0foxQE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0foxQE6 .row {
  justify-content: space-between;
}
.cid-uIJ0foxQE6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0foxQE6 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0foxQE6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0foxQE6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0foxQE6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0foxQE6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0foxQE6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0foxQE6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0foxQE6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0foxQE6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0foxQE6 .mbr-section-title {
  color: #000000;
}
.cid-uIJ0foxQE6 .mbr-desc {
  color: #000000;
}
.cid-uIJ0foxQE6 .mbr-text {
  color: #000000;
}
.cid-uIJ0foxQE6 .mbr-section-title,
.cid-uIJ0foxQE6 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fp08cf .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0fprCTL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0fprCTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fprCTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fprCTL .row {
  justify-content: space-between;
}
.cid-uIJ0fprCTL .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0fprCTL .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0fprCTL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fprCTL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fprCTL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fprCTL .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fprCTL .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0fprCTL .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0fprCTL .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0fprCTL .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0fprCTL .mbr-section-title {
  color: #000000;
}
.cid-uIJ0fprCTL .mbr-desc {
  color: #000000;
}
.cid-uIJ0fprCTL .mbr-text {
  color: #000000;
}
.cid-uIJ0fprCTL .mbr-section-title,
.cid-uIJ0fprCTL .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fpYegH .mbr-section {
  border: 0px !important;
}
.cid-uIJ0fpYegH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0fpYegH img {
  border-radius: 0rem !important;
}
.cid-uIJ0fqqxcL .mbr-section {
  border: 0px !important;
}
.cid-uIJ0fqqxcL .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0fqqxcL img {
  border-radius: 0rem !important;
}
.cid-uIJ0fqRYSH {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ0fqRYSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fqRYSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fqRYSH .row {
  justify-content: space-between;
}
.cid-uIJ0fqRYSH .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0fqRYSH .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0fqRYSH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fqRYSH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fqRYSH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fqRYSH .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fqRYSH .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0fqRYSH .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0fqRYSH .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0fqRYSH .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0fqRYSH .mbr-section-title {
  color: #000000;
}
.cid-uIJ0fqRYSH .mbr-desc {
  color: #000000;
}
.cid-uIJ0fqRYSH .mbr-text {
  color: #000000;
}
.cid-uIJ0fqRYSH .mbr-section-title,
.cid-uIJ0fqRYSH .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0froWcH .mbr-section {
  border: 0px !important;
}
.cid-uIJ0froWcH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0froWcH img {
  border-radius: 0rem !important;
}
.cid-uIJ0frUsxn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0frUsxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0frUsxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0frUsxn .row {
  justify-content: space-between;
}
.cid-uIJ0frUsxn .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0frUsxn .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0frUsxn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0frUsxn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0frUsxn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0frUsxn .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0frUsxn .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0frUsxn .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0frUsxn .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0frUsxn .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0frUsxn .mbr-section-title {
  color: #000000;
}
.cid-uIJ0frUsxn .mbr-desc {
  color: #000000;
}
.cid-uIJ0frUsxn .mbr-text {
  color: #000000;
}
.cid-uIJ0frUsxn .mbr-section-title,
.cid-uIJ0frUsxn .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fstu0f .mbr-section {
  border: 0px !important;
}
.cid-uIJ0fstu0f .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ0fstu0f img {
  border-radius: 0rem !important;
}
.cid-uIJ0fsV1GY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0fsV1GY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fsV1GY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fsV1GY .row {
  align-items: flex-end;
}
.cid-uIJ0fsV1GY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ0fsV1GY .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ0fsV1GY img,
.cid-uIJ0fsV1GY .item-img {
  width: 100%;
}
.cid-uIJ0fsV1GY H5 {
  color: #291f1e;
}
.cid-uIJ0fsV1GY .mbr-text,
.cid-uIJ0fsV1GY .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ0ftrhs1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ0ftrhs1 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ0ftrhs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0ftrhs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0ftrhs1 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ0ftrhs1 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0ftrhs1 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0ftrhs1 .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ0ftrhs1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ0ftrhs1 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ0fu4Nhu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ0fu4Nhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fu4Nhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fu4Nhu .row {
  justify-content: space-between;
}
.cid-uIJ0fu4Nhu .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ0fu4Nhu .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ0fu4Nhu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fu4Nhu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fu4Nhu .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ0fu4Nhu .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ0fu4Nhu .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ0fu4Nhu .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ0fu4Nhu .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ0fu4Nhu .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ0fu4Nhu .mbr-section-title {
  color: #000000;
}
.cid-uIJ0fu4Nhu .mbr-desc {
  color: #000000;
}
.cid-uIJ0fu4Nhu .mbr-text {
  color: #000000;
}
.cid-uIJ0fu4Nhu .mbr-section-title,
.cid-uIJ0fu4Nhu .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ0fuE9Xq {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ0fuE9Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fuE9Xq .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-uIJ0fuE9Xq .container {
    padding: 0 20px;
  }
}
.cid-uIJ0fuE9Xq .row {
  justify-content: space-between;
}
.cid-uIJ0fuE9Xq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ0fuE9Xq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ0fuE9Xq .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ0fuE9Xq .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fuE9Xq .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ0fuE9Xq b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fuE9Xq b {
    line-height: 2rem !important;
  }
}
.cid-uIJ0fuE9Xq .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ0fvdCRP {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ0fvdCRP .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ0fvdCRP {
    background-position: right;
  }
}
.cid-uIJ0fvdCRP input,
.cid-uIJ0fvdCRP textarea {
  border-radius: 0;
}
.cid-uIJ0fvdCRP input:hover,
.cid-uIJ0fvdCRP textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ0fvdCRP .row {
  justify-content: flex-end;
}
.cid-uIJ0fvdCRP textarea {
  min-height: 200px;
}
.cid-uIJ0fvdCRP .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ0fvdCRP .col-auto {
    margin: auto;
  }
}
.cid-uIJ0fvdCRP .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ0fvdCRP .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ0fvdCRP .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ0fvdCRP .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ0fvdCRP .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ0fvdCRP .btn {
  padding: 1rem 3rem;
}
.cid-uIJ0fvdCRP .form-control,
.cid-uIJ0fvdCRP .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ0fvdCRP .form-control::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .form-control::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ0fvdCRP .form-control:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:-moz-placeholder,
.cid-uIJ0fvdCRP .form-control:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ0fvdCRP .form-control:hover,
.cid-uIJ0fvdCRP .field-input:hover,
.cid-uIJ0fvdCRP .form-control:focus,
.cid-uIJ0fvdCRP .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ0fvdCRP .form-control:hover::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input:hover::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .form-control:focus::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input:focus::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .form-control:hover::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input:hover::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .form-control:focus::-webkit-input-placeholder,
.cid-uIJ0fvdCRP .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ0fvdCRP .form-control:hover:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:hover:-moz-placeholder,
.cid-uIJ0fvdCRP .form-control:focus:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:focus:-moz-placeholder,
.cid-uIJ0fvdCRP .form-control:hover:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:hover:-moz-placeholder,
.cid-uIJ0fvdCRP .form-control:focus:-moz-placeholder,
.cid-uIJ0fvdCRP .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ0fvdCRP .jq-number__spin:hover,
.cid-uIJ0fvdCRP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ0fvdCRP .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ0fvdCRP .jq-selectbox li,
.cid-uIJ0fvdCRP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ0fvdCRP .jq-selectbox li:hover,
.cid-uIJ0fvdCRP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ0fvdCRP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ0fvdCRP .jq-number__spin.minus:hover:after,
.cid-uIJ0fvdCRP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ0fvdCRP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ0fvdCRP .jq-number__spin.minus:after,
.cid-uIJ0fvdCRP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ0fvdCRP .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ0fvdCRP .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ0fvdCRP .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ0fvdCRP b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ0fvdCRP .soc-link,
.cid-uIJ0fvdCRP .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ0fvUVMh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ0fvUVMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ0fvUVMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ0fvUVMh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ0fvUVMh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .container {
    padding: 0 20px;
  }
}
.cid-uIJ0fvUVMh .row {
  justify-content: center;
}
.cid-uIJ0fvUVMh .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ0fvUVMh .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ0fvUVMh .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ0fvUVMh .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ0fvUVMh .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ0fvUVMh .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ0fvUVMh .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ0fvUVMh .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ0fvUVMh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ0fvUVMh .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ0fvUVMh .nav-wrapper .list .item-wrap:hover,
.cid-uIJ0fvUVMh .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ0fvUVMh .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ0fvUVMh .mbr-text {
  color: #000000;
}
.cid-uIJ0fvUVMh .mbr-list-title {
  color: #002b56;
}
.cid-uIJ0fvUVMh b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ0fvUVMh .list {
  color: #9a9a9a;
}
.cid-uIJ0fvUVMh .list,
.cid-uIJ0fvUVMh .item-wrap,
.cid-uIJ0fvUVMh .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ0fvUVMh .mbr-text,
.cid-uIJ0fvUVMh .text-wrap,
.cid-uIJ0fvUVMh .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ0fvUVMh .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySJsQ.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySJsQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySJsQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySJsQ .modal-content,
.cid-vahEGySJsQ .modal-dialog {
  height: auto;
}
.cid-vahEGySJsQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySJsQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySJsQ .form-wrapper .mbr-form .form-group,
  .cid-vahEGySJsQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySJsQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySJsQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySJsQ .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySJsQ .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySJsQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySJsQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySJsQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySJsQ .modal-open {
  overflow: hidden;
}
.cid-vahEGySJsQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySJsQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySJsQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySJsQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySJsQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySJsQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySJsQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySJsQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySJsQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySJsQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySJsQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySJsQ .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySJsQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySJsQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySJsQ .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySJsQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySJsQ .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySJsQ .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySJsQ .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySJsQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySJsQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySJsQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySJsQ .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySJsQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySJsQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySJsQ .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySJsQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySJsQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySJsQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySJsQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySJsQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySJsQ .modal-lg,
  .cid-vahEGySJsQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySJsQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySJsQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySJsQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySJsQ .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySJsQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySJsQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySJsQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySJsQ .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySJsQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySJsQ .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySJsQ .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySJsQ .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySJsQ .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySJsQ .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySJsQ .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySJsQ .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ19CmBfq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ19CmBfq .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ19CmBfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ19CmBfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ19CmBfq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ19CmBfq .menu_box .navbar.opened,
  .cid-uIJ19CmBfq .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ19CmBfq nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ19CmBfq .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ19CmBfq .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ19CmBfq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ19CmBfq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ19CmBfq .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ19CmBfq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ19CmBfq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ19CmBfq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ19CmBfq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ19CmBfq .offcanvas-body .mbr-text,
  .cid-uIJ19CmBfq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ19CmBfq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ19CmBfq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ19CmBfq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ19CmBfq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ19CmBfq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ19CmBfq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ19CmBfq .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ19CmBfq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ19CmBfq ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ19CmBfq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ19CmBfq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ19CmBfq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ19CmBfq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ19CmBfq .nav-item .nav-link:hover::before,
.cid-uIJ19CmBfq .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ19CmBfq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ19CmBfq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ19CmBfq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ19CmBfq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ19CmBfq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ19CmBfq .offcanvas_box {
    display: none;
  }
}
.cid-uIJ19CmBfq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ19CmBfq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ19CmBfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ19CmBfq .container {
  display: flex;
  margin: auto;
}
.cid-uIJ19CmBfq .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ19CmBfq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ19CmBfq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ19CmBfq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ19CmBfq .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ19CmBfq .dropdown-menu,
.cid-uIJ19CmBfq .navbar.opened {
  background-color: true !important;
}
.cid-uIJ19CmBfq .nav-item:focus,
.cid-uIJ19CmBfq .nav-link:focus {
  outline: none;
}
.cid-uIJ19CmBfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ19CmBfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ19CmBfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ19CmBfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ19CmBfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ19CmBfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ19CmBfq .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ19CmBfq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ19CmBfq .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ19CmBfq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ19CmBfq .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ19CmBfq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ19CmBfq .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ19CmBfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ19CmBfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ19CmBfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ19CmBfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ19CmBfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ19CmBfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ19CmBfq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ19CmBfq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ19CmBfq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ19CmBfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ19CmBfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ19CmBfq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ19CmBfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ19CmBfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ19CmBfq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ19CmBfq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ19CmBfq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ19CmBfq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ19CmBfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ19CmBfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ19CmBfq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ19CmBfq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ19CmBfq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ19CmBfq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ19CmBfq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ19CmBfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ19CmBfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ19CmBfq .dropdown-item.active,
.cid-uIJ19CmBfq .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ19CmBfq .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ19CmBfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ19CmBfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ19CmBfq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ19CmBfq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ19CmBfq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ19CmBfq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ19CmBfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ19CmBfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ19CmBfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ19CmBfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ19CmBfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ19CmBfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ19CmBfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ19CmBfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ19CmBfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ19CmBfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ19CmBfq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ19CmBfq .navbar {
    height: 70px;
  }
  .cid-uIJ19CmBfq .navbar.opened {
    height: auto;
  }
  .cid-uIJ19CmBfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ19CmBfq .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ19CmBfq .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ19CmBfq .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ19CmBfq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ19CmBfq .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ19CmBfq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ19CmBfq .text_widget a:hover,
.cid-uIJ19CmBfq .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ19CmBfq .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ19CmBfq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ19CmBfq .navbar-caption {
  color: #000000;
}
.cid-uIJ19CmBfq .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ19CmBfq .mbr-section-subtitle,
.cid-uIJ19CmBfq .text_widget,
.cid-uIJ19CmBfq .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ19CmBfq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ19CmBfq .navbar-collapse {
  align-items: center;
}
.cid-uIJ19EwcRM {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ19EwcRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19EwcRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19EwcRM .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ19EwcRM .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19EwcRM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ19EwcRM .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ19EwcRM .container {
    padding: 0 20px;
  }
}
.cid-uIJ19EwcRM .row {
  height: 100%;
}
.cid-uIJ19EwcRM .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ19EwcRM .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ19EwcRM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ19EwcRM .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ19EwcRM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19EwcRM .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ19EwcRM .mbr-desc {
  color: #feff00;
}
.cid-uIJ19F4lIF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19F4lIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19F4lIF .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-uIJ19F4lIF .container {
    padding: 0 20px;
  }
}
.cid-uIJ19F4lIF .row {
  justify-content: space-between;
}
.cid-uIJ19F4lIF .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ19F4lIF .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ19F4lIF .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ19F4lIF .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ19F4lIF .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ19F4lIF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ19F4lIF .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ19F4lIF .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ19F4lIF .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ19F4lIF .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ19F4lIF .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ19F4lIF b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ19F4lIF b {
    line-height: 2rem !important;
  }
}
.cid-uIJ19F4lIF .mbr-link {
  color: #000000;
}
.cid-uIJ19F4lIF .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ19F4lIF .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ19F4lIF .mbr-text {
  color: #336699;
}
.cid-uIJ19F4lIF .mbr-link,
.cid-uIJ19F4lIF .link-wrapper {
  color: #00e000;
}
.cid-uIJ19FxnQx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19FxnQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19FxnQx .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-uIJ19FxnQx .container {
    padding: 0 20px;
  }
}
.cid-uIJ19FxnQx .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ19FxnQx .row .card {
  padding: 0 0px;
}
.cid-uIJ19FxnQx .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ19FxnQx .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19FxnQx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ19FxnQx .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ19FxnQx .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ19FxnQx .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ19FxnQx .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ19FxnQx .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ19FxnQx .mbr-section-title {
  color: #000000;
}
.cid-uIJ19FxnQx .card-number {
  color: #9a9a9a;
}
.cid-uIJ19FxnQx .card-title {
  color: #0b3e71;
}
.cid-uIJ19FxnQx .card-text {
  color: #0b3e71;
}
.cid-uIJ19FxnQx .mbr-section-title,
.cid-uIJ19FxnQx .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ19G3z2z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19G3z2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19G3z2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19G3z2z .row {
  flex-direction: row-reverse;
}
.cid-uIJ19GwG2N {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19GwG2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19GwG2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19GwG2N .row {
  justify-content: space-between;
}
.cid-uIJ19GwG2N .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19GwG2N .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19GwG2N .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19GwG2N .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19GwG2N .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19GwG2N .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19GwG2N .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19GwG2N .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19GwG2N .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19GwG2N .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19GwG2N .mbr-section-title {
  color: #000000;
}
.cid-uIJ19GwG2N .mbr-desc {
  color: #000000;
}
.cid-uIJ19GwG2N .mbr-text {
  color: #000000;
}
.cid-uIJ19GwG2N .mbr-section-title,
.cid-uIJ19GwG2N .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19GYmFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19GYmFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19GYmFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19GYmFW .row {
  flex-direction: row-reverse;
}
.cid-uIJ19HsDBv .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19HsDBv img {
  border-radius: 0rem !important;
}
.cid-uIJ19HRalY {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19HRalY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19HRalY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19HRalY .row {
  justify-content: space-between;
}
.cid-uIJ19HRalY .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19HRalY .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19HRalY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19HRalY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19HRalY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19HRalY .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19HRalY .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19HRalY .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19HRalY .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19HRalY .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19HRalY .mbr-section-title {
  color: #000000;
}
.cid-uIJ19HRalY .mbr-desc {
  color: #000000;
}
.cid-uIJ19HRalY .mbr-text {
  color: #000000;
}
.cid-uIJ19HRalY .mbr-section-title,
.cid-uIJ19HRalY .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19Ik6nz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19Ik6nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19Ik6nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19Ik6nz .row {
  flex-direction: row-reverse;
}
.cid-uIJ19IPlPb {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19IPlPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19IPlPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19IPlPb .row {
  justify-content: space-between;
}
.cid-uIJ19IPlPb .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19IPlPb .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19IPlPb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19IPlPb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19IPlPb .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19IPlPb .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19IPlPb .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19IPlPb .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19IPlPb .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19IPlPb .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19IPlPb .mbr-section-title {
  color: #000000;
}
.cid-uIJ19IPlPb .mbr-desc {
  color: #000000;
}
.cid-uIJ19IPlPb .mbr-text {
  color: #000000;
}
.cid-uIJ19IPlPb .mbr-section-title,
.cid-uIJ19IPlPb .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19JpoVv .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19JQf73 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19JQf73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19JQf73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19JQf73 .row {
  justify-content: space-between;
}
.cid-uIJ19JQf73 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19JQf73 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19JQf73 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19JQf73 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19JQf73 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19JQf73 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19JQf73 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19JQf73 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19JQf73 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19JQf73 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19JQf73 .mbr-section-title {
  color: #000000;
}
.cid-uIJ19JQf73 .mbr-desc {
  color: #000000;
}
.cid-uIJ19JQf73 .mbr-text {
  color: #000000;
}
.cid-uIJ19JQf73 .mbr-section-title,
.cid-uIJ19JQf73 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19Kj12D .mbr-section {
  border: 0px !important;
}
.cid-uIJ19Kj12D .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19Kj12D img {
  border-radius: 0rem !important;
}
.cid-uIJ19KJmP4 .mbr-section {
  border: 0px !important;
}
.cid-uIJ19KJmP4 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19KJmP4 img {
  border-radius: 0rem !important;
}
.cid-uIJ19LbqHK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ19LbqHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19LbqHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19LbqHK .row {
  justify-content: space-between;
}
.cid-uIJ19LbqHK .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19LbqHK .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19LbqHK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19LbqHK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19LbqHK .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19LbqHK .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19LbqHK .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19LbqHK .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19LbqHK .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19LbqHK .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19LbqHK .mbr-section-title {
  color: #000000;
}
.cid-uIJ19LbqHK .mbr-desc {
  color: #000000;
}
.cid-uIJ19LbqHK .mbr-text {
  color: #000000;
}
.cid-uIJ19LbqHK .mbr-section-title,
.cid-uIJ19LbqHK .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19LJsrU .mbr-section {
  border: 0px !important;
}
.cid-uIJ19LJsrU .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19LJsrU img {
  border-radius: 0rem !important;
}
.cid-uIJ19Mb07W {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19Mb07W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19Mb07W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19Mb07W .row {
  justify-content: space-between;
}
.cid-uIJ19Mb07W .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19Mb07W .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19Mb07W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19Mb07W .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19Mb07W .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19Mb07W .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19Mb07W .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19Mb07W .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19Mb07W .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19Mb07W .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19Mb07W .mbr-section-title {
  color: #000000;
}
.cid-uIJ19Mb07W .mbr-desc {
  color: #000000;
}
.cid-uIJ19Mb07W .mbr-text {
  color: #000000;
}
.cid-uIJ19Mb07W .mbr-section-title,
.cid-uIJ19Mb07W .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19MFN5K .mbr-section {
  border: 0px !important;
}
.cid-uIJ19MFN5K .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ19MFN5K img {
  border-radius: 0rem !important;
}
.cid-uIJ19N9Xhy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19N9Xhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19N9Xhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19N9Xhy .row {
  align-items: flex-end;
}
.cid-uIJ19N9Xhy .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ19N9Xhy .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ19N9Xhy img,
.cid-uIJ19N9Xhy .item-img {
  width: 100%;
}
.cid-uIJ19N9Xhy H5 {
  color: #291f1e;
}
.cid-uIJ19N9Xhy .mbr-text,
.cid-uIJ19N9Xhy .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ19NDbxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ19NDbxw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ19NDbxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19NDbxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19NDbxw .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ19NDbxw .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19NDbxw .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19NDbxw .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ19NDbxw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ19NDbxw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ19OeC5F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ19OeC5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19OeC5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19OeC5F .row {
  justify-content: space-between;
}
.cid-uIJ19OeC5F .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ19OeC5F .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ19OeC5F .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19OeC5F .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ19OeC5F .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ19OeC5F .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ19OeC5F .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ19OeC5F .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ19OeC5F .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ19OeC5F .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ19OeC5F .mbr-section-title {
  color: #000000;
}
.cid-uIJ19OeC5F .mbr-desc {
  color: #000000;
}
.cid-uIJ19OeC5F .mbr-text {
  color: #000000;
}
.cid-uIJ19OeC5F .mbr-section-title,
.cid-uIJ19OeC5F .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ19OLuTt {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ19OLuTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19OLuTt .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-uIJ19OLuTt .container {
    padding: 0 20px;
  }
}
.cid-uIJ19OLuTt .row {
  justify-content: space-between;
}
.cid-uIJ19OLuTt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ19OLuTt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ19OLuTt .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ19OLuTt .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ19OLuTt .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ19OLuTt b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ19OLuTt b {
    line-height: 2rem !important;
  }
}
.cid-uIJ19OLuTt .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ19Pj8H7 {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ19Pj8H7 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ19Pj8H7 {
    background-position: right;
  }
}
.cid-uIJ19Pj8H7 input,
.cid-uIJ19Pj8H7 textarea {
  border-radius: 0;
}
.cid-uIJ19Pj8H7 input:hover,
.cid-uIJ19Pj8H7 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ19Pj8H7 .row {
  justify-content: flex-end;
}
.cid-uIJ19Pj8H7 textarea {
  min-height: 200px;
}
.cid-uIJ19Pj8H7 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ19Pj8H7 .col-auto {
    margin: auto;
  }
}
.cid-uIJ19Pj8H7 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ19Pj8H7 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ19Pj8H7 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ19Pj8H7 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ19Pj8H7 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ19Pj8H7 .btn {
  padding: 1rem 3rem;
}
.cid-uIJ19Pj8H7 .form-control,
.cid-uIJ19Pj8H7 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ19Pj8H7 .form-control::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .form-control::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ19Pj8H7 .form-control:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:-moz-placeholder,
.cid-uIJ19Pj8H7 .form-control:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ19Pj8H7 .form-control:hover,
.cid-uIJ19Pj8H7 .field-input:hover,
.cid-uIJ19Pj8H7 .form-control:focus,
.cid-uIJ19Pj8H7 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ19Pj8H7 .form-control:hover::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input:hover::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .form-control:focus::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input:focus::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .form-control:hover::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input:hover::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .form-control:focus::-webkit-input-placeholder,
.cid-uIJ19Pj8H7 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ19Pj8H7 .form-control:hover:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:hover:-moz-placeholder,
.cid-uIJ19Pj8H7 .form-control:focus:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:focus:-moz-placeholder,
.cid-uIJ19Pj8H7 .form-control:hover:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:hover:-moz-placeholder,
.cid-uIJ19Pj8H7 .form-control:focus:-moz-placeholder,
.cid-uIJ19Pj8H7 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ19Pj8H7 .jq-number__spin:hover,
.cid-uIJ19Pj8H7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ19Pj8H7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ19Pj8H7 .jq-selectbox li,
.cid-uIJ19Pj8H7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ19Pj8H7 .jq-selectbox li:hover,
.cid-uIJ19Pj8H7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ19Pj8H7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ19Pj8H7 .jq-number__spin.minus:hover:after,
.cid-uIJ19Pj8H7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ19Pj8H7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ19Pj8H7 .jq-number__spin.minus:after,
.cid-uIJ19Pj8H7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ19Pj8H7 .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ19Pj8H7 .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ19Pj8H7 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ19Pj8H7 b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ19Pj8H7 .soc-link,
.cid-uIJ19Pj8H7 .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ19Q0cM6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ19Q0cM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ19Q0cM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ19Q0cM6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ19Q0cM6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .container {
    padding: 0 20px;
  }
}
.cid-uIJ19Q0cM6 .row {
  justify-content: center;
}
.cid-uIJ19Q0cM6 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ19Q0cM6 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ19Q0cM6 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ19Q0cM6 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ19Q0cM6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ19Q0cM6 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ19Q0cM6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ19Q0cM6 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ19Q0cM6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ19Q0cM6 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ19Q0cM6 .nav-wrapper .list .item-wrap:hover,
.cid-uIJ19Q0cM6 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ19Q0cM6 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ19Q0cM6 .mbr-text {
  color: #000000;
}
.cid-uIJ19Q0cM6 .mbr-list-title {
  color: #002b56;
}
.cid-uIJ19Q0cM6 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ19Q0cM6 .list {
  color: #9a9a9a;
}
.cid-uIJ19Q0cM6 .list,
.cid-uIJ19Q0cM6 .item-wrap,
.cid-uIJ19Q0cM6 .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ19Q0cM6 .mbr-text,
.cid-uIJ19Q0cM6 .text-wrap,
.cid-uIJ19Q0cM6 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ19Q0cM6 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyS5f2.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyS5f2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyS5f2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyS5f2 .modal-content,
.cid-vahEGyS5f2 .modal-dialog {
  height: auto;
}
.cid-vahEGyS5f2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyS5f2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyS5f2 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyS5f2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyS5f2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyS5f2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyS5f2 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyS5f2 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyS5f2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyS5f2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyS5f2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyS5f2 .modal-open {
  overflow: hidden;
}
.cid-vahEGyS5f2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyS5f2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyS5f2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyS5f2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyS5f2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyS5f2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyS5f2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyS5f2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyS5f2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyS5f2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyS5f2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyS5f2 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyS5f2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyS5f2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS5f2 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyS5f2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyS5f2 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyS5f2 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyS5f2 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyS5f2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyS5f2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyS5f2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS5f2 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyS5f2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyS5f2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS5f2 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyS5f2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyS5f2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyS5f2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyS5f2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyS5f2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyS5f2 .modal-lg,
  .cid-vahEGyS5f2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyS5f2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyS5f2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyS5f2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyS5f2 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyS5f2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyS5f2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyS5f2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyS5f2 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyS5f2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyS5f2 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyS5f2 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyS5f2 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyS5f2 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyS5f2 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyS5f2 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyS5f2 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ1rXdqi2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ1rXdqi2 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ1rXdqi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ1rXdqi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ1rXdqi2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ1rXdqi2 .menu_box .navbar.opened,
  .cid-uIJ1rXdqi2 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ1rXdqi2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ1rXdqi2 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ1rXdqi2 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ1rXdqi2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ1rXdqi2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ1rXdqi2 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ1rXdqi2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ1rXdqi2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ1rXdqi2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ1rXdqi2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ1rXdqi2 .offcanvas-body .mbr-text,
  .cid-uIJ1rXdqi2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ1rXdqi2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ1rXdqi2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ1rXdqi2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ1rXdqi2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ1rXdqi2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ1rXdqi2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ1rXdqi2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ1rXdqi2 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ1rXdqi2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ1rXdqi2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ1rXdqi2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ1rXdqi2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1rXdqi2 .nav-item .nav-link:hover::before,
.cid-uIJ1rXdqi2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ1rXdqi2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ1rXdqi2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ1rXdqi2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ1rXdqi2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ1rXdqi2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ1rXdqi2 .offcanvas_box {
    display: none;
  }
}
.cid-uIJ1rXdqi2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ1rXdqi2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ1rXdqi2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ1rXdqi2 .container {
  display: flex;
  margin: auto;
}
.cid-uIJ1rXdqi2 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ1rXdqi2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ1rXdqi2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ1rXdqi2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ1rXdqi2 .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ1rXdqi2 .dropdown-menu,
.cid-uIJ1rXdqi2 .navbar.opened {
  background-color: true !important;
}
.cid-uIJ1rXdqi2 .nav-item:focus,
.cid-uIJ1rXdqi2 .nav-link:focus {
  outline: none;
}
.cid-uIJ1rXdqi2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ1rXdqi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ1rXdqi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ1rXdqi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ1rXdqi2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ1rXdqi2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ1rXdqi2 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ1rXdqi2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ1rXdqi2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ1rXdqi2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ1rXdqi2 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ1rXdqi2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ1rXdqi2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ1rXdqi2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ1rXdqi2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ1rXdqi2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ1rXdqi2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ1rXdqi2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ1rXdqi2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ1rXdqi2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ1rXdqi2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ1rXdqi2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ1rXdqi2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ1rXdqi2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ1rXdqi2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ1rXdqi2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ1rXdqi2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ1rXdqi2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ1rXdqi2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ1rXdqi2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ1rXdqi2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ1rXdqi2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ1rXdqi2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ1rXdqi2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ1rXdqi2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ1rXdqi2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ1rXdqi2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ1rXdqi2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ1rXdqi2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ1rXdqi2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ1rXdqi2 .dropdown-item.active,
.cid-uIJ1rXdqi2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ1rXdqi2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ1rXdqi2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ1rXdqi2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ1rXdqi2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ1rXdqi2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ1rXdqi2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ1rXdqi2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ1rXdqi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ1rXdqi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ1rXdqi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ1rXdqi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ1rXdqi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ1rXdqi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ1rXdqi2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ1rXdqi2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ1rXdqi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ1rXdqi2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ1rXdqi2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ1rXdqi2 .navbar {
    height: 70px;
  }
  .cid-uIJ1rXdqi2 .navbar.opened {
    height: auto;
  }
  .cid-uIJ1rXdqi2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ1rXdqi2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ1rXdqi2 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ1rXdqi2 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ1rXdqi2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ1rXdqi2 .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ1rXdqi2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ1rXdqi2 .text_widget a:hover,
.cid-uIJ1rXdqi2 .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ1rXdqi2 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ1rXdqi2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ1rXdqi2 .navbar-caption {
  color: #000000;
}
.cid-uIJ1rXdqi2 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ1rXdqi2 .mbr-section-subtitle,
.cid-uIJ1rXdqi2 .text_widget,
.cid-uIJ1rXdqi2 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ1rXdqi2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ1rXdqi2 .navbar-collapse {
  align-items: center;
}
.cid-uIJ1rYyXl1 {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ1rYyXl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1rYyXl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1rYyXl1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ1rYyXl1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1rYyXl1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ1rYyXl1 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ1rYyXl1 .container {
    padding: 0 20px;
  }
}
.cid-uIJ1rYyXl1 .row {
  height: 100%;
}
.cid-uIJ1rYyXl1 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ1rYyXl1 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ1rYyXl1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ1rYyXl1 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ1rYyXl1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1rYyXl1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ1rYyXl1 .mbr-desc {
  color: #feff00;
}
.cid-uIJ1rZ5ceS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1rZ5ceS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1rZ5ceS .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-uIJ1rZ5ceS .container {
    padding: 0 20px;
  }
}
.cid-uIJ1rZ5ceS .row {
  justify-content: space-between;
}
.cid-uIJ1rZ5ceS .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ1rZ5ceS .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ1rZ5ceS .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1rZ5ceS .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ1rZ5ceS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ1rZ5ceS .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ1rZ5ceS .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ1rZ5ceS .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ1rZ5ceS .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1rZ5ceS .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1rZ5ceS b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1rZ5ceS b {
    line-height: 2rem !important;
  }
}
.cid-uIJ1rZ5ceS .mbr-link {
  color: #000000;
}
.cid-uIJ1rZ5ceS .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ1rZ5ceS .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ1rZ5ceS .mbr-text {
  color: #336699;
}
.cid-uIJ1rZ5ceS .mbr-link,
.cid-uIJ1rZ5ceS .link-wrapper {
  color: #00e000;
}
.cid-uIJ1rZysTd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1rZysTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1rZysTd .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-uIJ1rZysTd .container {
    padding: 0 20px;
  }
}
.cid-uIJ1rZysTd .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ1rZysTd .row .card {
  padding: 0 0px;
}
.cid-uIJ1rZysTd .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ1rZysTd .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1rZysTd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ1rZysTd .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ1rZysTd .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ1rZysTd .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ1rZysTd .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ1rZysTd .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ1rZysTd .mbr-section-title {
  color: #000000;
}
.cid-uIJ1rZysTd .card-number {
  color: #9a9a9a;
}
.cid-uIJ1rZysTd .card-title {
  color: #0b3e71;
}
.cid-uIJ1rZysTd .card-text {
  color: #0b3e71;
}
.cid-uIJ1rZysTd .mbr-section-title,
.cid-uIJ1rZysTd .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ1s0431V {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s0431V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s0431V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s0431V .row {
  flex-direction: row-reverse;
}
.cid-uIJ1s0xkVn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s0xkVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s0xkVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s0xkVn .row {
  justify-content: space-between;
}
.cid-uIJ1s0xkVn .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s0xkVn .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s0xkVn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s0xkVn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s0xkVn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s0xkVn .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s0xkVn .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s0xkVn .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s0xkVn .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s0xkVn .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s0xkVn .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s0xkVn .mbr-desc {
  color: #000000;
}
.cid-uIJ1s0xkVn .mbr-text {
  color: #000000;
}
.cid-uIJ1s0xkVn .mbr-section-title,
.cid-uIJ1s0xkVn .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s0ZqvE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1s0ZqvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s0ZqvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s0ZqvE .row {
  flex-direction: row-reverse;
}
.cid-uIJ1s1wz3u .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s1wz3u img {
  border-radius: 0rem !important;
}
.cid-uIJ1s1Z5t4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s1Z5t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s1Z5t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s1Z5t4 .row {
  justify-content: space-between;
}
.cid-uIJ1s1Z5t4 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s1Z5t4 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s1Z5t4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s1Z5t4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s1Z5t4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s1Z5t4 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s1Z5t4 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s1Z5t4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s1Z5t4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s1Z5t4 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s1Z5t4 .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s1Z5t4 .mbr-desc {
  color: #000000;
}
.cid-uIJ1s1Z5t4 .mbr-text {
  color: #000000;
}
.cid-uIJ1s1Z5t4 .mbr-section-title,
.cid-uIJ1s1Z5t4 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s2tBxR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1s2tBxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s2tBxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s2tBxR .row {
  flex-direction: row-reverse;
}
.cid-uIJ1s2WrWh {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s2WrWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s2WrWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s2WrWh .row {
  justify-content: space-between;
}
.cid-uIJ1s2WrWh .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s2WrWh .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s2WrWh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s2WrWh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s2WrWh .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s2WrWh .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s2WrWh .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s2WrWh .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s2WrWh .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s2WrWh .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s2WrWh .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s2WrWh .mbr-desc {
  color: #000000;
}
.cid-uIJ1s2WrWh .mbr-text {
  color: #000000;
}
.cid-uIJ1s2WrWh .mbr-section-title,
.cid-uIJ1s2WrWh .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s3scPJ .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s3TMll {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s3TMll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s3TMll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s3TMll .row {
  justify-content: space-between;
}
.cid-uIJ1s3TMll .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s3TMll .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s3TMll .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s3TMll .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s3TMll .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s3TMll .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s3TMll .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s3TMll .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s3TMll .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s3TMll .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s3TMll .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s3TMll .mbr-desc {
  color: #000000;
}
.cid-uIJ1s3TMll .mbr-text {
  color: #000000;
}
.cid-uIJ1s3TMll .mbr-section-title,
.cid-uIJ1s3TMll .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s4oqxw .mbr-section {
  border: 0px !important;
}
.cid-uIJ1s4oqxw .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s4oqxw img {
  border-radius: 0rem !important;
}
.cid-uIJ1s4OPur .mbr-section {
  border: 0px !important;
}
.cid-uIJ1s4OPur .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s4OPur img {
  border-radius: 0rem !important;
}
.cid-uIJ1s5hHkm {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1s5hHkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s5hHkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s5hHkm .row {
  justify-content: space-between;
}
.cid-uIJ1s5hHkm .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s5hHkm .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s5hHkm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s5hHkm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s5hHkm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s5hHkm .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s5hHkm .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s5hHkm .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s5hHkm .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s5hHkm .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s5hHkm .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s5hHkm .mbr-desc {
  color: #000000;
}
.cid-uIJ1s5hHkm .mbr-text {
  color: #000000;
}
.cid-uIJ1s5hHkm .mbr-section-title,
.cid-uIJ1s5hHkm .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s5M2U0 .mbr-section {
  border: 0px !important;
}
.cid-uIJ1s5M2U0 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s5M2U0 img {
  border-radius: 0rem !important;
}
.cid-uIJ1s6dMkg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1s6dMkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s6dMkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s6dMkg .row {
  justify-content: space-between;
}
.cid-uIJ1s6dMkg .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s6dMkg .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s6dMkg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s6dMkg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s6dMkg .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s6dMkg .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s6dMkg .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s6dMkg .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s6dMkg .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s6dMkg .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s6dMkg .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s6dMkg .mbr-desc {
  color: #000000;
}
.cid-uIJ1s6dMkg .mbr-text {
  color: #000000;
}
.cid-uIJ1s6dMkg .mbr-section-title,
.cid-uIJ1s6dMkg .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s6HTNh .mbr-section {
  border: 0px !important;
}
.cid-uIJ1s6HTNh .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1s6HTNh img {
  border-radius: 0rem !important;
}
.cid-uIJ1s7bTRP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1s7bTRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s7bTRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s7bTRP .row {
  align-items: flex-end;
}
.cid-uIJ1s7bTRP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ1s7bTRP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ1s7bTRP img,
.cid-uIJ1s7bTRP .item-img {
  width: 100%;
}
.cid-uIJ1s7bTRP H5 {
  color: #291f1e;
}
.cid-uIJ1s7bTRP .mbr-text,
.cid-uIJ1s7bTRP .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ1s7GJNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ1s7GJNL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ1s7GJNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s7GJNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s7GJNL .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ1s7GJNL .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1s7GJNL .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s7GJNL .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ1s7GJNL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ1s7GJNL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ1s8elER {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1s8elER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s8elER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s8elER .row {
  justify-content: space-between;
}
.cid-uIJ1s8elER .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1s8elER .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1s8elER .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s8elER .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s8elER .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1s8elER .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1s8elER .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1s8elER .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1s8elER .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1s8elER .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1s8elER .mbr-section-title {
  color: #000000;
}
.cid-uIJ1s8elER .mbr-desc {
  color: #000000;
}
.cid-uIJ1s8elER .mbr-text {
  color: #000000;
}
.cid-uIJ1s8elER .mbr-section-title,
.cid-uIJ1s8elER .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1s8KAQH {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ1s8KAQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s8KAQH .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-uIJ1s8KAQH .container {
    padding: 0 20px;
  }
}
.cid-uIJ1s8KAQH .row {
  justify-content: space-between;
}
.cid-uIJ1s8KAQH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ1s8KAQH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ1s8KAQH .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ1s8KAQH .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1s8KAQH .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1s8KAQH b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1s8KAQH b {
    line-height: 2rem !important;
  }
}
.cid-uIJ1s8KAQH .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ1s9izVL {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ1s9izVL .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ1s9izVL {
    background-position: right;
  }
}
.cid-uIJ1s9izVL input,
.cid-uIJ1s9izVL textarea {
  border-radius: 0;
}
.cid-uIJ1s9izVL input:hover,
.cid-uIJ1s9izVL textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ1s9izVL .row {
  justify-content: flex-end;
}
.cid-uIJ1s9izVL textarea {
  min-height: 200px;
}
.cid-uIJ1s9izVL .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ1s9izVL .col-auto {
    margin: auto;
  }
}
.cid-uIJ1s9izVL .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ1s9izVL .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ1s9izVL .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ1s9izVL .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ1s9izVL .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ1s9izVL .btn {
  padding: 1rem 3rem;
}
.cid-uIJ1s9izVL .form-control,
.cid-uIJ1s9izVL .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1s9izVL .form-control::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input::-webkit-input-placeholder,
.cid-uIJ1s9izVL .form-control::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1s9izVL .form-control:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:-moz-placeholder,
.cid-uIJ1s9izVL .form-control:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1s9izVL .form-control:hover,
.cid-uIJ1s9izVL .field-input:hover,
.cid-uIJ1s9izVL .form-control:focus,
.cid-uIJ1s9izVL .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1s9izVL .form-control:hover::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input:hover::-webkit-input-placeholder,
.cid-uIJ1s9izVL .form-control:focus::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input:focus::-webkit-input-placeholder,
.cid-uIJ1s9izVL .form-control:hover::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input:hover::-webkit-input-placeholder,
.cid-uIJ1s9izVL .form-control:focus::-webkit-input-placeholder,
.cid-uIJ1s9izVL .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1s9izVL .form-control:hover:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:hover:-moz-placeholder,
.cid-uIJ1s9izVL .form-control:focus:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:focus:-moz-placeholder,
.cid-uIJ1s9izVL .form-control:hover:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:hover:-moz-placeholder,
.cid-uIJ1s9izVL .form-control:focus:-moz-placeholder,
.cid-uIJ1s9izVL .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1s9izVL .jq-number__spin:hover,
.cid-uIJ1s9izVL .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1s9izVL .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1s9izVL .jq-selectbox li,
.cid-uIJ1s9izVL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ1s9izVL .jq-selectbox li:hover,
.cid-uIJ1s9izVL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ1s9izVL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ1s9izVL .jq-number__spin.minus:hover:after,
.cid-uIJ1s9izVL .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ1s9izVL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ1s9izVL .jq-number__spin.minus:after,
.cid-uIJ1s9izVL .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ1s9izVL .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ1s9izVL .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1s9izVL .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1s9izVL b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ1s9izVL .soc-link,
.cid-uIJ1s9izVL .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ1s9VzQb {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ1s9VzQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1s9VzQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1s9VzQb .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ1s9VzQb .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .container {
    padding: 0 20px;
  }
}
.cid-uIJ1s9VzQb .row {
  justify-content: center;
}
.cid-uIJ1s9VzQb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ1s9VzQb .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ1s9VzQb .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ1s9VzQb .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ1s9VzQb .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ1s9VzQb .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ1s9VzQb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ1s9VzQb .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ1s9VzQb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ1s9VzQb .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1s9VzQb .nav-wrapper .list .item-wrap:hover,
.cid-uIJ1s9VzQb .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ1s9VzQb .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ1s9VzQb .mbr-text {
  color: #000000;
}
.cid-uIJ1s9VzQb .mbr-list-title {
  color: #002b56;
}
.cid-uIJ1s9VzQb b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ1s9VzQb .list {
  color: #9a9a9a;
}
.cid-uIJ1s9VzQb .list,
.cid-uIJ1s9VzQb .item-wrap,
.cid-uIJ1s9VzQb .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ1s9VzQb .mbr-text,
.cid-uIJ1s9VzQb .text-wrap,
.cid-uIJ1s9VzQb .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ1s9VzQb .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySAme.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySAme.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySAme.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySAme .modal-content,
.cid-vahEGySAme .modal-dialog {
  height: auto;
}
.cid-vahEGySAme .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySAme .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySAme .form-wrapper .mbr-form .form-group,
  .cid-vahEGySAme .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySAme .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySAme .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySAme .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySAme .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySAme .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySAme .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySAme .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySAme .modal-open {
  overflow: hidden;
}
.cid-vahEGySAme .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySAme .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySAme .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySAme .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySAme .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySAme .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySAme .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySAme .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySAme .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySAme .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySAme .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySAme .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySAme .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySAme .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySAme .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySAme .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySAme .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySAme .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySAme .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySAme .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySAme .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySAme .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySAme .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySAme .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySAme .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySAme .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySAme .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySAme .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySAme .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySAme .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySAme .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySAme .modal-lg,
  .cid-vahEGySAme .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySAme .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySAme .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySAme .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySAme .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySAme .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySAme .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySAme .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySAme .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySAme .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySAme .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySAme .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySAme .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySAme .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySAme .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySAme .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySAme .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ1NOGBTt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ1NOGBTt .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ1NOGBTt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ1NOGBTt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ1NOGBTt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ1NOGBTt .menu_box .navbar.opened,
  .cid-uIJ1NOGBTt .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ1NOGBTt nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ1NOGBTt .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ1NOGBTt .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ1NOGBTt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ1NOGBTt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ1NOGBTt .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ1NOGBTt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ1NOGBTt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ1NOGBTt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ1NOGBTt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ1NOGBTt .offcanvas-body .mbr-text,
  .cid-uIJ1NOGBTt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ1NOGBTt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ1NOGBTt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ1NOGBTt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ1NOGBTt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ1NOGBTt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ1NOGBTt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ1NOGBTt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ1NOGBTt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ1NOGBTt ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ1NOGBTt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ1NOGBTt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ1NOGBTt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ1NOGBTt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1NOGBTt .nav-item .nav-link:hover::before,
.cid-uIJ1NOGBTt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ1NOGBTt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ1NOGBTt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ1NOGBTt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ1NOGBTt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ1NOGBTt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ1NOGBTt .offcanvas_box {
    display: none;
  }
}
.cid-uIJ1NOGBTt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ1NOGBTt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ1NOGBTt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ1NOGBTt .container {
  display: flex;
  margin: auto;
}
.cid-uIJ1NOGBTt .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ1NOGBTt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ1NOGBTt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ1NOGBTt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ1NOGBTt .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ1NOGBTt .dropdown-menu,
.cid-uIJ1NOGBTt .navbar.opened {
  background-color: true !important;
}
.cid-uIJ1NOGBTt .nav-item:focus,
.cid-uIJ1NOGBTt .nav-link:focus {
  outline: none;
}
.cid-uIJ1NOGBTt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ1NOGBTt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ1NOGBTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ1NOGBTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ1NOGBTt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ1NOGBTt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ1NOGBTt .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ1NOGBTt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ1NOGBTt .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ1NOGBTt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ1NOGBTt .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ1NOGBTt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ1NOGBTt .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ1NOGBTt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ1NOGBTt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ1NOGBTt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ1NOGBTt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ1NOGBTt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ1NOGBTt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ1NOGBTt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ1NOGBTt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ1NOGBTt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ1NOGBTt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ1NOGBTt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ1NOGBTt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ1NOGBTt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ1NOGBTt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ1NOGBTt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ1NOGBTt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ1NOGBTt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ1NOGBTt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ1NOGBTt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ1NOGBTt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ1NOGBTt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ1NOGBTt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ1NOGBTt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ1NOGBTt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ1NOGBTt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ1NOGBTt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ1NOGBTt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ1NOGBTt .dropdown-item.active,
.cid-uIJ1NOGBTt .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ1NOGBTt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ1NOGBTt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ1NOGBTt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ1NOGBTt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ1NOGBTt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ1NOGBTt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ1NOGBTt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ1NOGBTt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ1NOGBTt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ1NOGBTt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ1NOGBTt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ1NOGBTt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ1NOGBTt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ1NOGBTt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ1NOGBTt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ1NOGBTt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ1NOGBTt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ1NOGBTt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ1NOGBTt .navbar {
    height: 70px;
  }
  .cid-uIJ1NOGBTt .navbar.opened {
    height: auto;
  }
  .cid-uIJ1NOGBTt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ1NOGBTt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ1NOGBTt .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ1NOGBTt .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ1NOGBTt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ1NOGBTt .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ1NOGBTt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ1NOGBTt .text_widget a:hover,
.cid-uIJ1NOGBTt .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ1NOGBTt .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ1NOGBTt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ1NOGBTt .navbar-caption {
  color: #000000;
}
.cid-uIJ1NOGBTt .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ1NOGBTt .mbr-section-subtitle,
.cid-uIJ1NOGBTt .text_widget,
.cid-uIJ1NOGBTt .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ1NOGBTt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ1NOGBTt .navbar-collapse {
  align-items: center;
}
.cid-uIJ1NQ50FX {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ1NQ50FX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NQ50FX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NQ50FX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ1NQ50FX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1NQ50FX .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ1NQ50FX .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ1NQ50FX .container {
    padding: 0 20px;
  }
}
.cid-uIJ1NQ50FX .row {
  height: 100%;
}
.cid-uIJ1NQ50FX .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ1NQ50FX .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ1NQ50FX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ1NQ50FX .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ1NQ50FX .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NQ50FX .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ1NQ50FX .mbr-desc {
  color: #feff00;
}
.cid-uIJ1NQCGjz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NQCGjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NQCGjz .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-uIJ1NQCGjz .container {
    padding: 0 20px;
  }
}
.cid-uIJ1NQCGjz .row {
  justify-content: space-between;
}
.cid-uIJ1NQCGjz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ1NQCGjz .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ1NQCGjz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ1NQCGjz .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1NQCGjz .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ1NQCGjz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ1NQCGjz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ1NQCGjz .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ1NQCGjz .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ1NQCGjz .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1NQCGjz .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1NQCGjz b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1NQCGjz b {
    line-height: 2rem !important;
  }
}
.cid-uIJ1NQCGjz .mbr-link {
  color: #000000;
}
.cid-uIJ1NQCGjz .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ1NQCGjz .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ1NQCGjz .mbr-text {
  color: #336699;
}
.cid-uIJ1NQCGjz .mbr-link,
.cid-uIJ1NQCGjz .link-wrapper {
  color: #00e000;
}
.cid-uIJ1NR601I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NR601I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NR601I .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-uIJ1NR601I .container {
    padding: 0 20px;
  }
}
.cid-uIJ1NR601I .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ1NR601I .row .card {
  padding: 0 0px;
}
.cid-uIJ1NR601I .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ1NR601I .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1NR601I .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ1NR601I .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ1NR601I .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ1NR601I .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ1NR601I .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ1NR601I .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ1NR601I .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NR601I .card-number {
  color: #9a9a9a;
}
.cid-uIJ1NR601I .card-title {
  color: #0b3e71;
}
.cid-uIJ1NR601I .card-text {
  color: #0b3e71;
}
.cid-uIJ1NR601I .mbr-section-title,
.cid-uIJ1NR601I .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ1NRzmCa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NRzmCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NRzmCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NRzmCa .row {
  flex-direction: row-reverse;
}
.cid-uIJ1NS1E4i {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NS1E4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NS1E4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NS1E4i .row {
  justify-content: space-between;
}
.cid-uIJ1NS1E4i .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NS1E4i .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NS1E4i .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NS1E4i .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NS1E4i .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NS1E4i .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NS1E4i .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NS1E4i .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NS1E4i .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NS1E4i .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NS1E4i .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NS1E4i .mbr-desc {
  color: #000000;
}
.cid-uIJ1NS1E4i .mbr-text {
  color: #000000;
}
.cid-uIJ1NS1E4i .mbr-section-title,
.cid-uIJ1NS1E4i .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NSwv7P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NSwv7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NSwv7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NSwv7P .row {
  flex-direction: row-reverse;
}
.cid-uIJ1NSXwbQ .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NSXwbQ img {
  border-radius: 0rem !important;
}
.cid-uIJ1NTl5KT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NTl5KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NTl5KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NTl5KT .row {
  justify-content: space-between;
}
.cid-uIJ1NTl5KT .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NTl5KT .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NTl5KT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NTl5KT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NTl5KT .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NTl5KT .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NTl5KT .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NTl5KT .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NTl5KT .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NTl5KT .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NTl5KT .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NTl5KT .mbr-desc {
  color: #000000;
}
.cid-uIJ1NTl5KT .mbr-text {
  color: #000000;
}
.cid-uIJ1NTl5KT .mbr-section-title,
.cid-uIJ1NTl5KT .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NTOg7E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NTOg7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NTOg7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NTOg7E .row {
  flex-direction: row-reverse;
}
.cid-uIJ1NUqYI7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NUqYI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NUqYI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NUqYI7 .row {
  justify-content: space-between;
}
.cid-uIJ1NUqYI7 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NUqYI7 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NUqYI7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NUqYI7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NUqYI7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NUqYI7 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NUqYI7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NUqYI7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NUqYI7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NUqYI7 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NUqYI7 .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NUqYI7 .mbr-desc {
  color: #000000;
}
.cid-uIJ1NUqYI7 .mbr-text {
  color: #000000;
}
.cid-uIJ1NUqYI7 .mbr-section-title,
.cid-uIJ1NUqYI7 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NUVrF0 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NVlYvF {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NVlYvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NVlYvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NVlYvF .row {
  justify-content: space-between;
}
.cid-uIJ1NVlYvF .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NVlYvF .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NVlYvF .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NVlYvF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NVlYvF .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NVlYvF .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NVlYvF .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NVlYvF .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NVlYvF .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NVlYvF .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NVlYvF .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NVlYvF .mbr-desc {
  color: #000000;
}
.cid-uIJ1NVlYvF .mbr-text {
  color: #000000;
}
.cid-uIJ1NVlYvF .mbr-section-title,
.cid-uIJ1NVlYvF .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NVPQl2 .mbr-section {
  border: 0px !important;
}
.cid-uIJ1NVPQl2 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NVPQl2 img {
  border-radius: 0rem !important;
}
.cid-uIJ1NWhiOI .mbr-section {
  border: 0px !important;
}
.cid-uIJ1NWhiOI .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NWhiOI img {
  border-radius: 0rem !important;
}
.cid-uIJ1NWH1GO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ1NWH1GO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NWH1GO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NWH1GO .row {
  justify-content: space-between;
}
.cid-uIJ1NWH1GO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NWH1GO .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NWH1GO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NWH1GO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NWH1GO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NWH1GO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NWH1GO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NWH1GO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NWH1GO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NWH1GO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NWH1GO .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NWH1GO .mbr-desc {
  color: #000000;
}
.cid-uIJ1NWH1GO .mbr-text {
  color: #000000;
}
.cid-uIJ1NWH1GO .mbr-section-title,
.cid-uIJ1NWH1GO .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NXaHDL .mbr-section {
  border: 0px !important;
}
.cid-uIJ1NXaHDL .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NXaHDL img {
  border-radius: 0rem !important;
}
.cid-uIJ1NXBJfu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NXBJfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NXBJfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NXBJfu .row {
  justify-content: space-between;
}
.cid-uIJ1NXBJfu .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NXBJfu .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NXBJfu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NXBJfu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NXBJfu .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NXBJfu .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NXBJfu .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NXBJfu .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NXBJfu .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NXBJfu .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NXBJfu .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NXBJfu .mbr-desc {
  color: #000000;
}
.cid-uIJ1NXBJfu .mbr-text {
  color: #000000;
}
.cid-uIJ1NXBJfu .mbr-section-title,
.cid-uIJ1NXBJfu .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1NY78tK .mbr-section {
  border: 0px !important;
}
.cid-uIJ1NY78tK .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ1NY78tK img {
  border-radius: 0rem !important;
}
.cid-uIJ1NYzjfb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NYzjfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NYzjfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NYzjfb .row {
  align-items: flex-end;
}
.cid-uIJ1NYzjfb .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ1NYzjfb .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ1NYzjfb img,
.cid-uIJ1NYzjfb .item-img {
  width: 100%;
}
.cid-uIJ1NYzjfb H5 {
  color: #291f1e;
}
.cid-uIJ1NYzjfb .mbr-text,
.cid-uIJ1NYzjfb .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ1NZ7AWu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ1NZ7AWu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ1NZ7AWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NZ7AWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NZ7AWu .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ1NZ7AWu .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1NZ7AWu .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NZ7AWu .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ1NZ7AWu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ1NZ7AWu .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ1NZIj4D {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ1NZIj4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1NZIj4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1NZIj4D .row {
  justify-content: space-between;
}
.cid-uIJ1NZIj4D .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ1NZIj4D .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ1NZIj4D .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NZIj4D .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NZIj4D .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ1NZIj4D .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ1NZIj4D .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ1NZIj4D .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ1NZIj4D .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ1NZIj4D .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ1NZIj4D .mbr-section-title {
  color: #000000;
}
.cid-uIJ1NZIj4D .mbr-desc {
  color: #000000;
}
.cid-uIJ1NZIj4D .mbr-text {
  color: #000000;
}
.cid-uIJ1NZIj4D .mbr-section-title,
.cid-uIJ1NZIj4D .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ1O0ekWA {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ1O0ekWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1O0ekWA .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-uIJ1O0ekWA .container {
    padding: 0 20px;
  }
}
.cid-uIJ1O0ekWA .row {
  justify-content: space-between;
}
.cid-uIJ1O0ekWA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ1O0ekWA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ1O0ekWA .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ1O0ekWA .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1O0ekWA .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1O0ekWA b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1O0ekWA b {
    line-height: 2rem !important;
  }
}
.cid-uIJ1O0ekWA .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ1O0Imx1 {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ1O0Imx1 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ1O0Imx1 {
    background-position: right;
  }
}
.cid-uIJ1O0Imx1 input,
.cid-uIJ1O0Imx1 textarea {
  border-radius: 0;
}
.cid-uIJ1O0Imx1 input:hover,
.cid-uIJ1O0Imx1 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ1O0Imx1 .row {
  justify-content: flex-end;
}
.cid-uIJ1O0Imx1 textarea {
  min-height: 200px;
}
.cid-uIJ1O0Imx1 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ1O0Imx1 .col-auto {
    margin: auto;
  }
}
.cid-uIJ1O0Imx1 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ1O0Imx1 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ1O0Imx1 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ1O0Imx1 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ1O0Imx1 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ1O0Imx1 .btn {
  padding: 1rem 3rem;
}
.cid-uIJ1O0Imx1 .form-control,
.cid-uIJ1O0Imx1 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1O0Imx1 .form-control::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .form-control::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1O0Imx1 .form-control:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:-moz-placeholder,
.cid-uIJ1O0Imx1 .form-control:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1O0Imx1 .form-control:hover,
.cid-uIJ1O0Imx1 .field-input:hover,
.cid-uIJ1O0Imx1 .form-control:focus,
.cid-uIJ1O0Imx1 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1O0Imx1 .form-control:hover::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input:hover::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .form-control:focus::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input:focus::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .form-control:hover::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input:hover::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .form-control:focus::-webkit-input-placeholder,
.cid-uIJ1O0Imx1 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1O0Imx1 .form-control:hover:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:hover:-moz-placeholder,
.cid-uIJ1O0Imx1 .form-control:focus:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:focus:-moz-placeholder,
.cid-uIJ1O0Imx1 .form-control:hover:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:hover:-moz-placeholder,
.cid-uIJ1O0Imx1 .form-control:focus:-moz-placeholder,
.cid-uIJ1O0Imx1 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ1O0Imx1 .jq-number__spin:hover,
.cid-uIJ1O0Imx1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1O0Imx1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ1O0Imx1 .jq-selectbox li,
.cid-uIJ1O0Imx1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ1O0Imx1 .jq-selectbox li:hover,
.cid-uIJ1O0Imx1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ1O0Imx1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ1O0Imx1 .jq-number__spin.minus:hover:after,
.cid-uIJ1O0Imx1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ1O0Imx1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ1O0Imx1 .jq-number__spin.minus:after,
.cid-uIJ1O0Imx1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ1O0Imx1 .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ1O0Imx1 .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ1O0Imx1 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ1O0Imx1 b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ1O0Imx1 .soc-link,
.cid-uIJ1O0Imx1 .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ1O1mkCo {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ1O1mkCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ1O1mkCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ1O1mkCo .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ1O1mkCo .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .container {
    padding: 0 20px;
  }
}
.cid-uIJ1O1mkCo .row {
  justify-content: center;
}
.cid-uIJ1O1mkCo .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ1O1mkCo .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ1O1mkCo .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ1O1mkCo .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ1O1mkCo .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ1O1mkCo .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ1O1mkCo .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ1O1mkCo .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ1O1mkCo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ1O1mkCo .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ1O1mkCo .nav-wrapper .list .item-wrap:hover,
.cid-uIJ1O1mkCo .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ1O1mkCo .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ1O1mkCo .mbr-text {
  color: #000000;
}
.cid-uIJ1O1mkCo .mbr-list-title {
  color: #002b56;
}
.cid-uIJ1O1mkCo b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ1O1mkCo .list {
  color: #9a9a9a;
}
.cid-uIJ1O1mkCo .list,
.cid-uIJ1O1mkCo .item-wrap,
.cid-uIJ1O1mkCo .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ1O1mkCo .mbr-text,
.cid-uIJ1O1mkCo .text-wrap,
.cid-uIJ1O1mkCo .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ1O1mkCo .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySn07.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySn07.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySn07.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySn07 .modal-content,
.cid-vahEGySn07 .modal-dialog {
  height: auto;
}
.cid-vahEGySn07 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySn07 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySn07 .form-wrapper .mbr-form .form-group,
  .cid-vahEGySn07 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySn07 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySn07 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySn07 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySn07 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySn07 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySn07 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySn07 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySn07 .modal-open {
  overflow: hidden;
}
.cid-vahEGySn07 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySn07 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySn07 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySn07 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySn07 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySn07 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySn07 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySn07 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySn07 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySn07 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySn07 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySn07 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySn07 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySn07 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySn07 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySn07 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySn07 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySn07 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySn07 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySn07 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySn07 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySn07 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySn07 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySn07 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySn07 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySn07 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySn07 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySn07 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySn07 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySn07 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySn07 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySn07 .modal-lg,
  .cid-vahEGySn07 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySn07 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySn07 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySn07 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySn07 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySn07 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySn07 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySn07 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySn07 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySn07 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySn07 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySn07 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySn07 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySn07 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySn07 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySn07 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySn07 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIIZw1K9AF {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIIZw1K9AF .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIIZw1K9AF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIIZw1K9AF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIIZw1K9AF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIIZw1K9AF .menu_box .navbar.opened,
  .cid-uIIZw1K9AF .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIIZw1K9AF nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIIZw1K9AF .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIIZw1K9AF .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIIZw1K9AF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIIZw1K9AF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIIZw1K9AF .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIIZw1K9AF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIIZw1K9AF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIIZw1K9AF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIIZw1K9AF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIIZw1K9AF .offcanvas-body .mbr-text,
  .cid-uIIZw1K9AF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIIZw1K9AF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIIZw1K9AF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIIZw1K9AF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZw1K9AF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIIZw1K9AF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIIZw1K9AF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIIZw1K9AF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIIZw1K9AF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIIZw1K9AF ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIIZw1K9AF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIIZw1K9AF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .nav-item {
    margin: 0 !important;
  }
}
.cid-uIIZw1K9AF .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIIZw1K9AF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZw1K9AF .nav-item .nav-link:hover::before,
.cid-uIIZw1K9AF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIIZw1K9AF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIIZw1K9AF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIIZw1K9AF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIZw1K9AF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIIZw1K9AF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIIZw1K9AF .offcanvas_box {
    display: none;
  }
}
.cid-uIIZw1K9AF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIIZw1K9AF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIIZw1K9AF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIIZw1K9AF .container {
  display: flex;
  margin: auto;
}
.cid-uIIZw1K9AF .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIIZw1K9AF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIIZw1K9AF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIIZw1K9AF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIIZw1K9AF .navbar-nav {
    margin: 0;
  }
}
.cid-uIIZw1K9AF .dropdown-menu,
.cid-uIIZw1K9AF .navbar.opened {
  background-color: true !important;
}
.cid-uIIZw1K9AF .nav-item:focus,
.cid-uIIZw1K9AF .nav-link:focus {
  outline: none;
}
.cid-uIIZw1K9AF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIIZw1K9AF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIZw1K9AF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIIZw1K9AF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIIZw1K9AF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIZw1K9AF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIIZw1K9AF .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIIZw1K9AF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIIZw1K9AF .navbar.opened {
  transition: all 0.3s;
}
.cid-uIIZw1K9AF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIIZw1K9AF .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIIZw1K9AF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIIZw1K9AF .navbar.collapsed {
  justify-content: center;
}
.cid-uIIZw1K9AF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIZw1K9AF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIIZw1K9AF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIZw1K9AF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIIZw1K9AF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIIZw1K9AF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIIZw1K9AF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIIZw1K9AF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIIZw1K9AF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIIZw1K9AF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIZw1K9AF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIZw1K9AF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIIZw1K9AF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIZw1K9AF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIIZw1K9AF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIIZw1K9AF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIIZw1K9AF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIIZw1K9AF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIIZw1K9AF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIIZw1K9AF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIIZw1K9AF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIIZw1K9AF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIIZw1K9AF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIIZw1K9AF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIIZw1K9AF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIIZw1K9AF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIIZw1K9AF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIZw1K9AF .dropdown-item.active,
.cid-uIIZw1K9AF .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIZw1K9AF .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIIZw1K9AF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIIZw1K9AF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIIZw1K9AF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIIZw1K9AF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIIZw1K9AF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIIZw1K9AF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIIZw1K9AF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIIZw1K9AF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIZw1K9AF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZw1K9AF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIZw1K9AF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIZw1K9AF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZw1K9AF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIZw1K9AF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIZw1K9AF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIZw1K9AF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIIZw1K9AF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIZw1K9AF .navbar {
    height: 70px;
  }
  .cid-uIIZw1K9AF .navbar.opened {
    height: auto;
  }
  .cid-uIIZw1K9AF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIZw1K9AF .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIIZw1K9AF .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIIZw1K9AF .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIIZw1K9AF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIIZw1K9AF .text_widget {
  margin-bottom: 32px;
}
.cid-uIIZw1K9AF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIIZw1K9AF .text_widget a:hover,
.cid-uIIZw1K9AF .text_widget a:focus {
  opacity: .8;
}
.cid-uIIZw1K9AF .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIIZw1K9AF .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIIZw1K9AF .navbar-caption {
  color: #000000;
}
.cid-uIIZw1K9AF .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIIZw1K9AF .mbr-section-subtitle,
.cid-uIIZw1K9AF .text_widget,
.cid-uIIZw1K9AF .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIIZw1K9AF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIZw1K9AF .navbar-collapse {
  align-items: center;
}
.cid-uIIZw3Le5Z {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZw3Le5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw3Le5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw3Le5Z .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZw3Le5Z .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZw3Le5Z .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIIZw3Le5Z .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIIZw3Le5Z .container {
    padding: 0 20px;
  }
}
.cid-uIIZw3Le5Z .row {
  height: 100%;
}
.cid-uIIZw3Le5Z .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIIZw3Le5Z .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIIZw3Le5Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIIZw3Le5Z .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZw3Le5Z .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZw3Le5Z .mbr-section-title {
  color: #ffffff;
}
.cid-uIIZw3Le5Z .mbr-desc {
  color: #feff00;
}
.cid-uIIZw4kOZz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZw4kOZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw4kOZz .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-uIIZw4kOZz .container {
    padding: 0 20px;
  }
}
.cid-uIIZw4kOZz .row {
  justify-content: space-between;
}
.cid-uIIZw4kOZz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZw4kOZz .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIZw4kOZz .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIIZw4kOZz .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZw4kOZz .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIIZw4kOZz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIZw4kOZz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIIZw4kOZz .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIIZw4kOZz .image-wrapper img {
    height: 450px;
  }
}
.cid-uIIZw4kOZz .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZw4kOZz .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZw4kOZz b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZw4kOZz b {
    line-height: 2rem !important;
  }
}
.cid-uIIZw4kOZz .mbr-link {
  color: #000000;
}
.cid-uIIZw4kOZz .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIIZw4kOZz .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIIZw4kOZz .mbr-text {
  color: #336699;
}
.cid-uIIZw4kOZz .mbr-link,
.cid-uIIZw4kOZz .link-wrapper {
  color: #00e000;
}
.cid-uIIZw4NrOn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw4NrOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw4NrOn .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-uIIZw4NrOn .container {
    padding: 0 20px;
  }
}
.cid-uIIZw4NrOn .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIIZw4NrOn .row .card {
  padding: 0 0px;
}
.cid-uIIZw4NrOn .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIIZw4NrOn .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZw4NrOn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIIZw4NrOn .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZw4NrOn .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIIZw4NrOn .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIIZw4NrOn .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIIZw4NrOn .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIIZw4NrOn .mbr-section-title {
  color: #000000;
}
.cid-uIIZw4NrOn .card-number {
  color: #9a9a9a;
}
.cid-uIIZw4NrOn .card-title {
  color: #0b3e71;
}
.cid-uIIZw4NrOn .card-text {
  color: #0b3e71;
}
.cid-uIIZw4NrOn .mbr-section-title,
.cid-uIIZw4NrOn .title-wrapper {
  color: #0b3e71;
}
.cid-uIIZw5f6uy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw5f6uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw5f6uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw5f6uy .row {
  flex-direction: row-reverse;
}
.cid-uIIZw5LJWo {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw5LJWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw5LJWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw5LJWo .row {
  justify-content: space-between;
}
.cid-uIIZw5LJWo .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZw5LJWo .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZw5LJWo .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw5LJWo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZw5LJWo .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw5LJWo .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZw5LJWo .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZw5LJWo .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZw5LJWo .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZw5LJWo .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZw5LJWo .mbr-section-title {
  color: #000000;
}
.cid-uIIZw5LJWo .mbr-desc {
  color: #000000;
}
.cid-uIIZw5LJWo .mbr-text {
  color: #000000;
}
.cid-uIIZw5LJWo .mbr-section-title,
.cid-uIIZw5LJWo .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZw6fpZd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZw6fpZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw6fpZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw6fpZd .row {
  flex-direction: row-reverse;
}
.cid-uIIZw6JqC7 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZw6JqC7 img {
  border-radius: 0rem !important;
}
.cid-uIIZw79vxU {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw79vxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw79vxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw79vxU .row {
  justify-content: space-between;
}
.cid-uIIZw79vxU .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZw79vxU .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZw79vxU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw79vxU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZw79vxU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw79vxU .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZw79vxU .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZw79vxU .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZw79vxU .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZw79vxU .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZw79vxU .mbr-section-title {
  color: #000000;
}
.cid-uIIZw79vxU .mbr-desc {
  color: #000000;
}
.cid-uIIZw79vxU .mbr-text {
  color: #000000;
}
.cid-uIIZw79vxU .mbr-section-title,
.cid-uIIZw79vxU .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZw7HTNK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZw7HTNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw7HTNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw7HTNK .row {
  flex-direction: row-reverse;
}
.cid-uIIZw8f1ou {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw8f1ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw8f1ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw8f1ou .row {
  justify-content: space-between;
}
.cid-uIIZw8f1ou .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZw8f1ou .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZw8f1ou .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw8f1ou .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZw8f1ou .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw8f1ou .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZw8f1ou .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZw8f1ou .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZw8f1ou .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZw8f1ou .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZw8f1ou .mbr-section-title {
  color: #000000;
}
.cid-uIIZw8f1ou .mbr-desc {
  color: #000000;
}
.cid-uIIZw8f1ou .mbr-text {
  color: #000000;
}
.cid-uIIZw8f1ou .mbr-section-title,
.cid-uIIZw8f1ou .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZw8Nz9R .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZw9eUlp {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZw9eUlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZw9eUlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZw9eUlp .row {
  justify-content: space-between;
}
.cid-uIIZw9eUlp .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZw9eUlp .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZw9eUlp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw9eUlp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZw9eUlp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZw9eUlp .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZw9eUlp .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZw9eUlp .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZw9eUlp .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZw9eUlp .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZw9eUlp .mbr-section-title {
  color: #000000;
}
.cid-uIIZw9eUlp .mbr-desc {
  color: #000000;
}
.cid-uIIZw9eUlp .mbr-text {
  color: #000000;
}
.cid-uIIZw9eUlp .mbr-section-title,
.cid-uIIZw9eUlp .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZw9KU1I .mbr-section {
  border: 0px !important;
}
.cid-uIIZw9KU1I .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZw9KU1I img {
  border-radius: 0rem !important;
}
.cid-uIIZwaaIo6 .mbr-section {
  border: 0px !important;
}
.cid-uIIZwaaIo6 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZwaaIo6 img {
  border-radius: 0rem !important;
}
.cid-uIIZwaA2Rw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIZwaA2Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwaA2Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwaA2Rw .row {
  justify-content: space-between;
}
.cid-uIIZwaA2Rw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZwaA2Rw .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZwaA2Rw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwaA2Rw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZwaA2Rw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwaA2Rw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZwaA2Rw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZwaA2Rw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZwaA2Rw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZwaA2Rw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZwaA2Rw .mbr-section-title {
  color: #000000;
}
.cid-uIIZwaA2Rw .mbr-desc {
  color: #000000;
}
.cid-uIIZwaA2Rw .mbr-text {
  color: #000000;
}
.cid-uIIZwaA2Rw .mbr-section-title,
.cid-uIIZwaA2Rw .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZwb50Bq .mbr-section {
  border: 0px !important;
}
.cid-uIIZwb50Bq .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZwb50Bq img {
  border-radius: 0rem !important;
}
.cid-uIIZwbz3OM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZwbz3OM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwbz3OM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwbz3OM .row {
  justify-content: space-between;
}
.cid-uIIZwbz3OM .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZwbz3OM .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZwbz3OM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwbz3OM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZwbz3OM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwbz3OM .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZwbz3OM .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZwbz3OM .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZwbz3OM .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZwbz3OM .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZwbz3OM .mbr-section-title {
  color: #000000;
}
.cid-uIIZwbz3OM .mbr-desc {
  color: #000000;
}
.cid-uIIZwbz3OM .mbr-text {
  color: #000000;
}
.cid-uIIZwbz3OM .mbr-section-title,
.cid-uIIZwbz3OM .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZwc3qpq .mbr-section {
  border: 0px !important;
}
.cid-uIIZwc3qpq .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIIZwc3qpq img {
  border-radius: 0rem !important;
}
.cid-uIIZwcu5uL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZwcu5uL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwcu5uL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwcu5uL .row {
  align-items: flex-end;
}
.cid-uIIZwcu5uL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIIZwcu5uL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIIZwcu5uL img,
.cid-uIIZwcu5uL .item-img {
  width: 100%;
}
.cid-uIIZwcu5uL H5 {
  color: #291f1e;
}
.cid-uIIZwcu5uL .mbr-text,
.cid-uIIZwcu5uL .mbr-section-btn {
  color: #291f1e;
}
.cid-uIIZwd1Ltw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIIZwd1Ltw .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIIZwd1Ltw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwd1Ltw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwd1Ltw .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIIZwd1Ltw .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZwd1Ltw .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZwd1Ltw .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIIZwd1Ltw .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIIZwd1Ltw .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIIZwdBpdB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIZwdBpdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwdBpdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwdBpdB .row {
  justify-content: space-between;
}
.cid-uIIZwdBpdB .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIIZwdBpdB .content-wrapper {
    padding: 0;
  }
}
.cid-uIIZwdBpdB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwdBpdB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIZwdBpdB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIZwdBpdB .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIZwdBpdB .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIZwdBpdB .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIZwdBpdB .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIZwdBpdB .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIZwdBpdB .mbr-section-title {
  color: #000000;
}
.cid-uIIZwdBpdB .mbr-desc {
  color: #000000;
}
.cid-uIIZwdBpdB .mbr-text {
  color: #000000;
}
.cid-uIIZwdBpdB .mbr-section-title,
.cid-uIIZwdBpdB .mbr-section-btn {
  color: #e30000;
}
.cid-uIIZwe7eCw {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIIZwe7eCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwe7eCw .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-uIIZwe7eCw .container {
    padding: 0 20px;
  }
}
.cid-uIIZwe7eCw .row {
  justify-content: space-between;
}
.cid-uIIZwe7eCw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIIZwe7eCw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIIZwe7eCw .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIIZwe7eCw .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZwe7eCw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZwe7eCw b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZwe7eCw b {
    line-height: 2rem !important;
  }
}
.cid-uIIZwe7eCw .mbr-section-title DIV {
  text-align: left;
}
.cid-uIIZweCSEO {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIIZweCSEO .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIIZweCSEO {
    background-position: right;
  }
}
.cid-uIIZweCSEO input,
.cid-uIIZweCSEO textarea {
  border-radius: 0;
}
.cid-uIIZweCSEO input:hover,
.cid-uIIZweCSEO textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIIZweCSEO .row {
  justify-content: flex-end;
}
.cid-uIIZweCSEO textarea {
  min-height: 200px;
}
.cid-uIIZweCSEO .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIIZweCSEO .col-auto {
    margin: auto;
  }
}
.cid-uIIZweCSEO .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIIZweCSEO .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIIZweCSEO .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIIZweCSEO .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIIZweCSEO .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIIZweCSEO .btn {
  padding: 1rem 3rem;
}
.cid-uIIZweCSEO .form-control,
.cid-uIIZweCSEO .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIZweCSEO .form-control::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input::-webkit-input-placeholder,
.cid-uIIZweCSEO .form-control::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIZweCSEO .form-control:-moz-placeholder,
.cid-uIIZweCSEO .field-input:-moz-placeholder,
.cid-uIIZweCSEO .form-control:-moz-placeholder,
.cid-uIIZweCSEO .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIZweCSEO .form-control:hover,
.cid-uIIZweCSEO .field-input:hover,
.cid-uIIZweCSEO .form-control:focus,
.cid-uIIZweCSEO .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIIZweCSEO .form-control:hover::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input:hover::-webkit-input-placeholder,
.cid-uIIZweCSEO .form-control:focus::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input:focus::-webkit-input-placeholder,
.cid-uIIZweCSEO .form-control:hover::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input:hover::-webkit-input-placeholder,
.cid-uIIZweCSEO .form-control:focus::-webkit-input-placeholder,
.cid-uIIZweCSEO .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIIZweCSEO .form-control:hover:-moz-placeholder,
.cid-uIIZweCSEO .field-input:hover:-moz-placeholder,
.cid-uIIZweCSEO .form-control:focus:-moz-placeholder,
.cid-uIIZweCSEO .field-input:focus:-moz-placeholder,
.cid-uIIZweCSEO .form-control:hover:-moz-placeholder,
.cid-uIIZweCSEO .field-input:hover:-moz-placeholder,
.cid-uIIZweCSEO .form-control:focus:-moz-placeholder,
.cid-uIIZweCSEO .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIIZweCSEO .jq-number__spin:hover,
.cid-uIIZweCSEO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIIZweCSEO .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIIZweCSEO .jq-selectbox li,
.cid-uIIZweCSEO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIZweCSEO .jq-selectbox li:hover,
.cid-uIIZweCSEO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIIZweCSEO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIIZweCSEO .jq-number__spin.minus:hover:after,
.cid-uIIZweCSEO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIZweCSEO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIIZweCSEO .jq-number__spin.minus:after,
.cid-uIIZweCSEO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIIZweCSEO .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIIZweCSEO .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIIZweCSEO .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIIZweCSEO b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIIZweCSEO .soc-link,
.cid-uIIZweCSEO .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIIZwfmmeW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIIZwfmmeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIZwfmmeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIZwfmmeW .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIIZwfmmeW .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .container {
    padding: 0 20px;
  }
}
.cid-uIIZwfmmeW .row {
  justify-content: center;
}
.cid-uIIZwfmmeW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIIZwfmmeW .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZwfmmeW .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIIZwfmmeW .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIIZwfmmeW .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIIZwfmmeW .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIIZwfmmeW .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIIZwfmmeW .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIIZwfmmeW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIZwfmmeW .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIIZwfmmeW .nav-wrapper .list .item-wrap:hover,
.cid-uIIZwfmmeW .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIIZwfmmeW .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIIZwfmmeW .mbr-text {
  color: #000000;
}
.cid-uIIZwfmmeW .mbr-list-title {
  color: #002b56;
}
.cid-uIIZwfmmeW b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIIZwfmmeW .list {
  color: #9a9a9a;
}
.cid-uIIZwfmmeW .list,
.cid-uIIZwfmmeW .item-wrap,
.cid-uIIZwfmmeW .contacts-wrapper {
  color: #006a00;
}
.cid-uIIZwfmmeW .mbr-text,
.cid-uIIZwfmmeW .text-wrap,
.cid-uIIZwfmmeW .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIIZwfmmeW .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySVZa.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySVZa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySVZa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySVZa .modal-content,
.cid-vahEGySVZa .modal-dialog {
  height: auto;
}
.cid-vahEGySVZa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySVZa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySVZa .form-wrapper .mbr-form .form-group,
  .cid-vahEGySVZa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySVZa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySVZa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySVZa .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySVZa .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySVZa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySVZa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySVZa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySVZa .modal-open {
  overflow: hidden;
}
.cid-vahEGySVZa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySVZa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySVZa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySVZa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySVZa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySVZa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySVZa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySVZa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySVZa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySVZa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySVZa .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySVZa .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySVZa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySVZa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVZa .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySVZa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySVZa .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySVZa .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySVZa .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySVZa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySVZa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySVZa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVZa .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySVZa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySVZa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySVZa .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySVZa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySVZa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySVZa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySVZa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySVZa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySVZa .modal-lg,
  .cid-vahEGySVZa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySVZa .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySVZa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySVZa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySVZa .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySVZa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySVZa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySVZa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySVZa .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySVZa .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySVZa .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySVZa .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySVZa .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySVZa .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySVZa .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySVZa .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySVZa .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uAaZS8oYBB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uAaZS8oYBB .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uAaZS8oYBB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uAaZS8oYBB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAaZS8oYBB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAaZS8oYBB .menu_box .navbar.opened,
  .cid-uAaZS8oYBB .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uAaZS8oYBB nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uAaZS8oYBB .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uAaZS8oYBB .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uAaZS8oYBB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAaZS8oYBB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uAaZS8oYBB .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uAaZS8oYBB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uAaZS8oYBB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uAaZS8oYBB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uAaZS8oYBB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uAaZS8oYBB .offcanvas-body .mbr-text,
  .cid-uAaZS8oYBB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uAaZS8oYBB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uAaZS8oYBB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uAaZS8oYBB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAaZS8oYBB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uAaZS8oYBB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uAaZS8oYBB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uAaZS8oYBB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uAaZS8oYBB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uAaZS8oYBB ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uAaZS8oYBB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAaZS8oYBB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .nav-item {
    margin: 0 !important;
  }
}
.cid-uAaZS8oYBB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uAaZS8oYBB .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAaZS8oYBB .nav-item .nav-link:hover::before,
.cid-uAaZS8oYBB .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAaZS8oYBB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAaZS8oYBB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAaZS8oYBB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAaZS8oYBB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAaZS8oYBB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAaZS8oYBB .offcanvas_box {
    display: none;
  }
}
.cid-uAaZS8oYBB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAaZS8oYBB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAaZS8oYBB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAaZS8oYBB .container {
  display: flex;
  margin: auto;
}
.cid-uAaZS8oYBB .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAaZS8oYBB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAaZS8oYBB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uAaZS8oYBB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAaZS8oYBB .navbar-nav {
    margin: 0;
  }
}
.cid-uAaZS8oYBB .dropdown-menu,
.cid-uAaZS8oYBB .navbar.opened {
  background-color: true !important;
}
.cid-uAaZS8oYBB .nav-item:focus,
.cid-uAaZS8oYBB .nav-link:focus {
  outline: none;
}
.cid-uAaZS8oYBB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAaZS8oYBB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAaZS8oYBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAaZS8oYBB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAaZS8oYBB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAaZS8oYBB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAaZS8oYBB .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uAaZS8oYBB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAaZS8oYBB .navbar.opened {
  transition: all 0.3s;
}
.cid-uAaZS8oYBB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAaZS8oYBB .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAaZS8oYBB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAaZS8oYBB .navbar.collapsed {
  justify-content: center;
}
.cid-uAaZS8oYBB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAaZS8oYBB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAaZS8oYBB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAaZS8oYBB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAaZS8oYBB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAaZS8oYBB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAaZS8oYBB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAaZS8oYBB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uAaZS8oYBB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAaZS8oYBB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAaZS8oYBB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAaZS8oYBB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAaZS8oYBB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAaZS8oYBB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAaZS8oYBB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAaZS8oYBB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uAaZS8oYBB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAaZS8oYBB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAaZS8oYBB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAaZS8oYBB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAaZS8oYBB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAaZS8oYBB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAaZS8oYBB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAaZS8oYBB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAaZS8oYBB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAaZS8oYBB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAaZS8oYBB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAaZS8oYBB .dropdown-item.active,
.cid-uAaZS8oYBB .dropdown-item:active {
  background-color: transparent;
}
.cid-uAaZS8oYBB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uAaZS8oYBB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAaZS8oYBB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAaZS8oYBB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAaZS8oYBB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAaZS8oYBB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAaZS8oYBB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uAaZS8oYBB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uAaZS8oYBB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAaZS8oYBB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAaZS8oYBB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAaZS8oYBB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAaZS8oYBB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAaZS8oYBB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAaZS8oYBB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAaZS8oYBB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAaZS8oYBB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAaZS8oYBB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAaZS8oYBB .navbar {
    height: 70px;
  }
  .cid-uAaZS8oYBB .navbar.opened {
    height: auto;
  }
  .cid-uAaZS8oYBB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAaZS8oYBB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uAaZS8oYBB .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uAaZS8oYBB .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uAaZS8oYBB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAaZS8oYBB .text_widget {
  margin-bottom: 32px;
}
.cid-uAaZS8oYBB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAaZS8oYBB .text_widget a:hover,
.cid-uAaZS8oYBB .text_widget a:focus {
  opacity: .8;
}
.cid-uAaZS8oYBB .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uAaZS8oYBB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAaZS8oYBB .navbar-caption {
  color: #000000;
}
.cid-uAaZS8oYBB .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uAaZS8oYBB .mbr-section-subtitle,
.cid-uAaZS8oYBB .text_widget,
.cid-uAaZS8oYBB .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uAaZS8oYBB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAaZS8oYBB .navbar-collapse {
  align-items: center;
}
.cid-uAb0pER55y {
  flex-direction: column;
  justify-content: space-between;
}
.cid-uAb0pER55y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAb0pER55y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/bildschirmfoto-2025-04-08-um-18.54.51-1256x886.webp");
}
.cid-uAb0pER55y .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uAb0pER55y .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uAb0pER55y .container-fluid {
    padding: 0 20px;
  }
}
.cid-uAb0pER55y .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uAb0pER55y .container {
    padding: 0 20px;
  }
}
.cid-uAb0pER55y .row {
  height: 100%;
}
.cid-uAb0pER55y .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uAb0pER55y .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uAb0pER55y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uAb0pER55y .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAb0pER55y .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uAb0pER55y .mbr-section-title {
  color: #ffffff;
}
.cid-uAb0pER55y .mbr-desc {
  color: #ffffff;
  text-align: justify;
}
.cid-uAaZS9gqia {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uAaZS9gqia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZS9gqia .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-uAaZS9gqia .container {
    padding: 0 20px;
  }
}
.cid-uAaZS9gqia .row {
  justify-content: space-between;
}
.cid-uAaZS9gqia .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAaZS9gqia .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uAaZS9gqia .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAaZS9gqia .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uAaZS9gqia .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uAaZS9gqia .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uAaZS9gqia .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uAaZS9gqia .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uAaZS9gqia .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uAaZS9gqia .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uAaZS9gqia .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uAaZS9gqia .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uAaZS9gqia .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uAaZS9gqia .image-wrapper img {
    height: 450px;
  }
}
.cid-uAaZS9gqia .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 5rem!important;
}
@media (max-width: 576px) {
  .cid-uAaZS9gqia .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uAaZS9gqia b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uAaZS9gqia b {
    line-height: 2rem !important;
  }
}
.cid-uAaZS9gqia .mbr-link {
  color: #000000;
}
.cid-uAaZS9gqia .mbr-desc {
  color: #000000;
  line-height: 2.2rem;
}
@media (max-width: 576px) {
  .cid-uAaZS9gqia .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uAaZS9gqia .mbr-text {
  color: #336699;
}
.cid-uAaZS9gqia .mbr-link,
.cid-uAaZS9gqia .link-wrapper {
  color: #00e000;
}
.cid-uAaZS9F2th {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uAaZS9F2th .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZS9F2th .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-uAaZS9F2th .container {
    padding: 0 20px;
  }
}
.cid-uAaZS9F2th .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uAaZS9F2th .row .card {
  padding: 0 0px;
}
.cid-uAaZS9F2th .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uAaZS9F2th .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uAaZS9F2th .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uAaZS9F2th .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAaZS9F2th .item {
    margin-bottom: 0px !important;
  }
}
.cid-uAaZS9F2th .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uAaZS9F2th .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uAaZS9F2th .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uAaZS9F2th .mbr-section-title {
  color: #000000;
}
.cid-uAaZS9F2th .card-number {
  color: #336699;
}
.cid-uAaZS9F2th .card-title {
  color: #0b3e71;
}
.cid-uAaZS9F2th .card-text {
  color: #0b3e71;
}
.cid-uAaZS9F2th .mbr-section-title,
.cid-uAaZS9F2th .title-wrapper {
  color: #0b3e71;
}
.cid-uIrvlbVeTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbff00;
}
.cid-uIrvlbVeTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrvlbVeTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrvlbVeTC .row {
  flex-direction: row-reverse;
}
.cid-uAaZSaETxL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAaZSaETxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZSaETxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAaZSaETxL .row {
  flex-direction: row-reverse;
}
.cid-uAaZSb1OjU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAaZSb1OjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZSb1OjU .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-uAaZSb1OjU .container {
    padding: 0 20px;
  }
}
.cid-uAaZSb1OjU .row {
  justify-content: space-between;
}
.cid-uAaZSb1OjU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAaZSb1OjU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uAaZSb1OjU .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uAaZSb1OjU .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uAaZSb1OjU .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uAaZSb1OjU b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uAaZSb1OjU b {
    line-height: 2rem !important;
  }
}
.cid-uIrw71mfbk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIrw71mfbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrw71mfbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrw71mfbk .row {
  flex-direction: row-reverse;
}
.cid-uAaZSe0wB0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAaZSe0wB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZSe0wB0 .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-uAaZSe0wB0 .container {
    padding: 0 20px;
  }
}
.cid-uAaZSe0wB0 .row {
  justify-content: space-between;
}
.cid-uAaZSe0wB0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAaZSe0wB0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uAaZSe0wB0 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uAaZSe0wB0 .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uAaZSe0wB0 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uAaZSe0wB0 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uAaZSe0wB0 b {
    line-height: 2rem !important;
  }
}
.cid-uAaZSe0wB0 .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrwuAOMbd .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrwuAOMbd img {
  border-radius: 0rem !important;
}
.cid-uIrwNpEhlV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIrwNpEhlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrwNpEhlV .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-uIrwNpEhlV .container {
    padding: 0 20px;
  }
}
.cid-uIrwNpEhlV .row {
  justify-content: space-between;
}
.cid-uIrwNpEhlV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrwNpEhlV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrwNpEhlV .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrwNpEhlV .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrwNpEhlV .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrwNpEhlV b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrwNpEhlV b {
    line-height: 2rem !important;
  }
}
.cid-uIrwNpEhlV .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrwQjZnvi .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrx7aPUHg {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIrx7aPUHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrx7aPUHg .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-uIrx7aPUHg .container {
    padding: 0 20px;
  }
}
.cid-uIrx7aPUHg .row {
  justify-content: space-between;
}
.cid-uIrx7aPUHg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrx7aPUHg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrx7aPUHg .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrx7aPUHg .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrx7aPUHg .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrx7aPUHg b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrx7aPUHg b {
    line-height: 2rem !important;
  }
}
.cid-uIrx7aPUHg .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrxeZFpHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIrxeZFpHo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIrxeZFpHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrxeZFpHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrxeZFpHo .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIrxeZFpHo .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIrxeZFpHo .content-wrapper {
    padding: 0;
  }
}
.cid-uIrxeZFpHo .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIrxeZFpHo .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIrxeZFpHo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIrxlSDMuo {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIrxlSDMuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrxlSDMuo .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-uIrxlSDMuo .container {
    padding: 0 20px;
  }
}
.cid-uIrxlSDMuo .row {
  justify-content: space-between;
}
.cid-uIrxlSDMuo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIrxlSDMuo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIrxlSDMuo .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIrxlSDMuo .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrxlSDMuo .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIrxlSDMuo b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIrxlSDMuo b {
    line-height: 2rem !important;
  }
}
.cid-uIrxlSDMuo .mbr-section-title DIV {
  text-align: left;
}
.cid-uIrxxbHQoz .mbr-section {
  border: 0px !important;
}
.cid-uIrxxbHQoz .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIrxxbHQoz img {
  border-radius: 0rem !important;
}
.cid-uIrxSOc4so {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.cid-uIrxSOc4so .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uIrxSOc4so .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrxSOc4so .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrxSOc4so .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIrxSOc4so .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIrxSOc4so .content-wrapper {
    padding: 0;
  }
}
.cid-uIrxSOc4so .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIrxSOc4so .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIrxSOc4so .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIrxSOc4so .mbr-section-title,
.cid-uIrxSOc4so .mbr-section-btn {
  color: #ebdf2e;
  text-align: left;
}
.cid-uIry18LMGk {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #000000;
}
.cid-uIry18LMGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIry18LMGk .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-uIry18LMGk .container {
    padding: 0 20px;
  }
}
.cid-uIry18LMGk .row {
  justify-content: space-between;
}
.cid-uIry18LMGk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIry18LMGk .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIry18LMGk .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIry18LMGk .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIry18LMGk .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIry18LMGk b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIry18LMGk b {
    line-height: 2rem !important;
  }
}
.cid-uIry18LMGk .mbr-section-title DIV {
  text-align: left;
}
.cid-uIryEavjNT {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-1.webp");
}
.cid-uIryEavjNT .mbr-overlay {
  background-color: #00ff00;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIryEavjNT {
    background-position: right;
  }
}
.cid-uIryEavjNT input,
.cid-uIryEavjNT textarea {
  border-radius: 0;
}
.cid-uIryEavjNT input:hover,
.cid-uIryEavjNT textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIryEavjNT .row {
  justify-content: flex-end;
}
.cid-uIryEavjNT textarea {
  min-height: 200px;
}
.cid-uIryEavjNT .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIryEavjNT .col-auto {
    margin: auto;
  }
}
.cid-uIryEavjNT .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIryEavjNT .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIryEavjNT .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIryEavjNT .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIryEavjNT .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIryEavjNT .btn {
  padding: 1rem 3rem;
}
.cid-uIryEavjNT .form-control,
.cid-uIryEavjNT .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIryEavjNT .form-control::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input::-webkit-input-placeholder,
.cid-uIryEavjNT .form-control::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIryEavjNT .form-control:-moz-placeholder,
.cid-uIryEavjNT .field-input:-moz-placeholder,
.cid-uIryEavjNT .form-control:-moz-placeholder,
.cid-uIryEavjNT .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIryEavjNT .form-control:hover,
.cid-uIryEavjNT .field-input:hover,
.cid-uIryEavjNT .form-control:focus,
.cid-uIryEavjNT .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIryEavjNT .form-control:hover::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input:hover::-webkit-input-placeholder,
.cid-uIryEavjNT .form-control:focus::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input:focus::-webkit-input-placeholder,
.cid-uIryEavjNT .form-control:hover::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input:hover::-webkit-input-placeholder,
.cid-uIryEavjNT .form-control:focus::-webkit-input-placeholder,
.cid-uIryEavjNT .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIryEavjNT .form-control:hover:-moz-placeholder,
.cid-uIryEavjNT .field-input:hover:-moz-placeholder,
.cid-uIryEavjNT .form-control:focus:-moz-placeholder,
.cid-uIryEavjNT .field-input:focus:-moz-placeholder,
.cid-uIryEavjNT .form-control:hover:-moz-placeholder,
.cid-uIryEavjNT .field-input:hover:-moz-placeholder,
.cid-uIryEavjNT .form-control:focus:-moz-placeholder,
.cid-uIryEavjNT .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIryEavjNT .jq-number__spin:hover,
.cid-uIryEavjNT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIryEavjNT .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIryEavjNT .jq-selectbox li,
.cid-uIryEavjNT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIryEavjNT .jq-selectbox li:hover,
.cid-uIryEavjNT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIryEavjNT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIryEavjNT .jq-number__spin.minus:hover:after,
.cid-uIryEavjNT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIryEavjNT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIryEavjNT .jq-number__spin.minus:after,
.cid-uIryEavjNT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIryEavjNT .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIryEavjNT .mbr-section-title {
  letter-spacing: 0.01em;
  color: #0b3e71;
  text-align: left;
  line-height: 3rem;
}
@media (max-width: 576px) {
  .cid-uIryEavjNT .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIryEavjNT .soc-link,
.cid-uIryEavjNT .soc-wrapper {
  color: #1a4b7c;
  line-height: 2rem;
}
@media (max-width: 576px) {
  .cid-uIryEavjNT .soc-link,
  .cid-uIryEavjNT .soc-wrapper {
    line-height: 1.5rem !important;
    font-size: 14px !important;
  }
}
.cid-uIryEavjNT b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIryEavjNT strong {
  letter-spacing: 0.01em;
}
.cid-uAaZSgdKhV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uAaZSgdKhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaZSgdKhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAaZSgdKhV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uAaZSgdKhV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .container {
    padding: 0 20px;
  }
}
.cid-uAaZSgdKhV .row {
  justify-content: center;
}
.cid-uAaZSgdKhV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uAaZSgdKhV .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uAaZSgdKhV .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uAaZSgdKhV .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uAaZSgdKhV .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uAaZSgdKhV .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uAaZSgdKhV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uAaZSgdKhV .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uAaZSgdKhV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uAaZSgdKhV .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uAaZSgdKhV .nav-wrapper .list .item-wrap:hover,
.cid-uAaZSgdKhV .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uAaZSgdKhV .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uAaZSgdKhV .mbr-text {
  color: #000000;
}
.cid-uAaZSgdKhV .mbr-list-title {
  color: #002b56;
}
.cid-uAaZSgdKhV b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uAaZSgdKhV .list {
  color: #9a9a9a;
}
.cid-uAaZSgdKhV .list,
.cid-uAaZSgdKhV .item-wrap,
.cid-uAaZSgdKhV .contacts-wrapper {
  color: #006a00;
}
.cid-uAaZSgdKhV .mbr-text,
.cid-uAaZSgdKhV .text-wrap,
.cid-uAaZSgdKhV .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uAaZSgdKhV .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyS4yV.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyS4yV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyS4yV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyS4yV .modal-content,
.cid-vahEGyS4yV .modal-dialog {
  height: auto;
}
.cid-vahEGyS4yV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyS4yV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyS4yV .form-wrapper .mbr-form .form-group,
  .cid-vahEGyS4yV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyS4yV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyS4yV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyS4yV .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyS4yV .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyS4yV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyS4yV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyS4yV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyS4yV .modal-open {
  overflow: hidden;
}
.cid-vahEGyS4yV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyS4yV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyS4yV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyS4yV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyS4yV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyS4yV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyS4yV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyS4yV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyS4yV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyS4yV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyS4yV .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyS4yV .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyS4yV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyS4yV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS4yV .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyS4yV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyS4yV .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyS4yV .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyS4yV .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyS4yV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyS4yV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyS4yV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS4yV .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyS4yV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyS4yV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS4yV .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyS4yV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyS4yV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyS4yV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyS4yV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyS4yV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyS4yV .modal-lg,
  .cid-vahEGyS4yV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyS4yV .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyS4yV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyS4yV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyS4yV .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyS4yV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyS4yV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyS4yV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyS4yV .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyS4yV .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyS4yV .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyS4yV .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyS4yV .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyS4yV .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyS4yV .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyS4yV .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyS4yV .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ5jBzRlx {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ5jBzRlx .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ5jBzRlx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ5jBzRlx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ5jBzRlx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ5jBzRlx .menu_box .navbar.opened,
  .cid-uIJ5jBzRlx .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ5jBzRlx nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ5jBzRlx .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ5jBzRlx .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ5jBzRlx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ5jBzRlx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ5jBzRlx .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ5jBzRlx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ5jBzRlx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ5jBzRlx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ5jBzRlx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ5jBzRlx .offcanvas-body .mbr-text,
  .cid-uIJ5jBzRlx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ5jBzRlx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ5jBzRlx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ5jBzRlx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ5jBzRlx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ5jBzRlx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ5jBzRlx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ5jBzRlx .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ5jBzRlx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ5jBzRlx ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ5jBzRlx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ5jBzRlx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ5jBzRlx .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ5jBzRlx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5jBzRlx .nav-item .nav-link:hover::before,
.cid-uIJ5jBzRlx .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ5jBzRlx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ5jBzRlx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ5jBzRlx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ5jBzRlx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ5jBzRlx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ5jBzRlx .offcanvas_box {
    display: none;
  }
}
.cid-uIJ5jBzRlx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ5jBzRlx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ5jBzRlx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ5jBzRlx .container {
  display: flex;
  margin: auto;
}
.cid-uIJ5jBzRlx .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ5jBzRlx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ5jBzRlx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ5jBzRlx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ5jBzRlx .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ5jBzRlx .dropdown-menu,
.cid-uIJ5jBzRlx .navbar.opened {
  background-color: true !important;
}
.cid-uIJ5jBzRlx .nav-item:focus,
.cid-uIJ5jBzRlx .nav-link:focus {
  outline: none;
}
.cid-uIJ5jBzRlx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ5jBzRlx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ5jBzRlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ5jBzRlx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ5jBzRlx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ5jBzRlx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ5jBzRlx .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ5jBzRlx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ5jBzRlx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ5jBzRlx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ5jBzRlx .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ5jBzRlx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ5jBzRlx .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ5jBzRlx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ5jBzRlx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ5jBzRlx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ5jBzRlx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ5jBzRlx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ5jBzRlx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ5jBzRlx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ5jBzRlx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ5jBzRlx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ5jBzRlx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ5jBzRlx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ5jBzRlx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ5jBzRlx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ5jBzRlx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ5jBzRlx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ5jBzRlx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ5jBzRlx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ5jBzRlx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ5jBzRlx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ5jBzRlx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ5jBzRlx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ5jBzRlx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ5jBzRlx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ5jBzRlx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ5jBzRlx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ5jBzRlx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ5jBzRlx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ5jBzRlx .dropdown-item.active,
.cid-uIJ5jBzRlx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ5jBzRlx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ5jBzRlx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ5jBzRlx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ5jBzRlx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ5jBzRlx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ5jBzRlx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ5jBzRlx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ5jBzRlx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ5jBzRlx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ5jBzRlx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ5jBzRlx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ5jBzRlx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ5jBzRlx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ5jBzRlx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ5jBzRlx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ5jBzRlx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ5jBzRlx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ5jBzRlx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ5jBzRlx .navbar {
    height: 70px;
  }
  .cid-uIJ5jBzRlx .navbar.opened {
    height: auto;
  }
  .cid-uIJ5jBzRlx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ5jBzRlx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ5jBzRlx .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ5jBzRlx .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ5jBzRlx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ5jBzRlx .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ5jBzRlx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ5jBzRlx .text_widget a:hover,
.cid-uIJ5jBzRlx .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ5jBzRlx .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ5jBzRlx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ5jBzRlx .navbar-caption {
  color: #000000;
}
.cid-uIJ5jBzRlx .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ5jBzRlx .mbr-section-subtitle,
.cid-uIJ5jBzRlx .text_widget,
.cid-uIJ5jBzRlx .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ5jBzRlx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ5jBzRlx .navbar-collapse {
  align-items: center;
}
.cid-uIJ5jCSvwf {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ5jCSvwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jCSvwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jCSvwf .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ5jCSvwf .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jCSvwf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ5jCSvwf .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ5jCSvwf .container {
    padding: 0 20px;
  }
}
.cid-uIJ5jCSvwf .row {
  height: 100%;
}
.cid-uIJ5jCSvwf .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ5jCSvwf .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ5jCSvwf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ5jCSvwf .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ5jCSvwf .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jCSvwf .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ5jCSvwf .mbr-desc {
  color: #feff00;
}
.cid-uIJ5jDr8Ms {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jDr8Ms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jDr8Ms .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-uIJ5jDr8Ms .container {
    padding: 0 20px;
  }
}
.cid-uIJ5jDr8Ms .row {
  justify-content: space-between;
}
.cid-uIJ5jDr8Ms .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ5jDr8Ms .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ5jDr8Ms .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5jDr8Ms .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ5jDr8Ms .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ5jDr8Ms .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ5jDr8Ms .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ5jDr8Ms .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ5jDr8Ms .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jDr8Ms .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5jDr8Ms b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jDr8Ms b {
    line-height: 2rem !important;
  }
}
.cid-uIJ5jDr8Ms .mbr-link {
  color: #000000;
}
.cid-uIJ5jDr8Ms .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jDr8Ms .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ5jDr8Ms .mbr-text {
  color: #336699;
}
.cid-uIJ5jDr8Ms .mbr-link,
.cid-uIJ5jDr8Ms .link-wrapper {
  color: #00e000;
}
.cid-uIJ5jDUbJY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jDUbJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jDUbJY .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-uIJ5jDUbJY .container {
    padding: 0 20px;
  }
}
.cid-uIJ5jDUbJY .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ5jDUbJY .row .card {
  padding: 0 0px;
}
.cid-uIJ5jDUbJY .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ5jDUbJY .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jDUbJY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ5jDUbJY .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ5jDUbJY .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ5jDUbJY .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ5jDUbJY .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ5jDUbJY .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ5jDUbJY .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jDUbJY .card-number {
  color: #9a9a9a;
}
.cid-uIJ5jDUbJY .card-title {
  color: #0b3e71;
}
.cid-uIJ5jDUbJY .card-text {
  color: #0b3e71;
}
.cid-uIJ5jDUbJY .mbr-section-title,
.cid-uIJ5jDUbJY .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ5jEopJi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jEopJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jEopJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jEopJi .row {
  flex-direction: row-reverse;
}
.cid-uIJ5jERnpA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jERnpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jERnpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jERnpA .row {
  justify-content: space-between;
}
.cid-uIJ5jERnpA .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jERnpA .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jERnpA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jERnpA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jERnpA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jERnpA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jERnpA .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jERnpA .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jERnpA .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jERnpA .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jERnpA .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jERnpA .mbr-desc {
  color: #000000;
}
.cid-uIJ5jERnpA .mbr-text {
  color: #000000;
}
.cid-uIJ5jERnpA .mbr-section-title,
.cid-uIJ5jERnpA .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jFmvnJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jFmvnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jFmvnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jFmvnJ .row {
  flex-direction: row-reverse;
}
.cid-uIJ5jFOsBY .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jFOsBY img {
  border-radius: 0rem !important;
}
.cid-uIJ5jGeKQV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jGeKQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jGeKQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jGeKQV .row {
  justify-content: space-between;
}
.cid-uIJ5jGeKQV .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jGeKQV .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jGeKQV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jGeKQV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jGeKQV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jGeKQV .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jGeKQV .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jGeKQV .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jGeKQV .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jGeKQV .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jGeKQV .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jGeKQV .mbr-desc {
  color: #000000;
}
.cid-uIJ5jGeKQV .mbr-text {
  color: #000000;
}
.cid-uIJ5jGeKQV .mbr-section-title,
.cid-uIJ5jGeKQV .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jGK8FO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jGK8FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jGK8FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jGK8FO .row {
  flex-direction: row-reverse;
}
.cid-uIJ5jHeUNO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jHeUNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jHeUNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jHeUNO .row {
  justify-content: space-between;
}
.cid-uIJ5jHeUNO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jHeUNO .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jHeUNO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jHeUNO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jHeUNO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jHeUNO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jHeUNO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jHeUNO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jHeUNO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jHeUNO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jHeUNO .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jHeUNO .mbr-desc {
  color: #000000;
}
.cid-uIJ5jHeUNO .mbr-text {
  color: #000000;
}
.cid-uIJ5jHeUNO .mbr-section-title,
.cid-uIJ5jHeUNO .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jHI7kH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jI9B6R {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jI9B6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jI9B6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jI9B6R .row {
  justify-content: space-between;
}
.cid-uIJ5jI9B6R .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jI9B6R .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jI9B6R .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jI9B6R .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jI9B6R .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jI9B6R .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jI9B6R .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jI9B6R .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jI9B6R .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jI9B6R .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jI9B6R .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jI9B6R .mbr-desc {
  color: #000000;
}
.cid-uIJ5jI9B6R .mbr-text {
  color: #000000;
}
.cid-uIJ5jI9B6R .mbr-section-title,
.cid-uIJ5jI9B6R .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jIFs9k .mbr-section {
  border: 0px !important;
}
.cid-uIJ5jIFs9k .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jIFs9k img {
  border-radius: 0rem !important;
}
.cid-uIJ5jJ6LSO .mbr-section {
  border: 0px !important;
}
.cid-uIJ5jJ6LSO .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jJ6LSO img {
  border-radius: 0rem !important;
}
.cid-uIJ5jJxcht {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5jJxcht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jJxcht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jJxcht .row {
  justify-content: space-between;
}
.cid-uIJ5jJxcht .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jJxcht .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jJxcht .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jJxcht .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jJxcht .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jJxcht .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jJxcht .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jJxcht .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jJxcht .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jJxcht .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jJxcht .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jJxcht .mbr-desc {
  color: #000000;
}
.cid-uIJ5jJxcht .mbr-text {
  color: #000000;
}
.cid-uIJ5jJxcht .mbr-section-title,
.cid-uIJ5jJxcht .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jK1ZoX .mbr-section {
  border: 0px !important;
}
.cid-uIJ5jK1ZoX .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jK1ZoX img {
  border-radius: 0rem !important;
}
.cid-uIJ5jKvDmO {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jKvDmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jKvDmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jKvDmO .row {
  justify-content: space-between;
}
.cid-uIJ5jKvDmO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jKvDmO .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jKvDmO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jKvDmO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jKvDmO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jKvDmO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jKvDmO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jKvDmO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jKvDmO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jKvDmO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jKvDmO .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jKvDmO .mbr-desc {
  color: #000000;
}
.cid-uIJ5jKvDmO .mbr-text {
  color: #000000;
}
.cid-uIJ5jKvDmO .mbr-section-title,
.cid-uIJ5jKvDmO .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jL2gd6 .mbr-section {
  border: 0px !important;
}
.cid-uIJ5jL2gd6 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5jL2gd6 img {
  border-radius: 0rem !important;
}
.cid-uIJ5jLuQOU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jLuQOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jLuQOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jLuQOU .row {
  align-items: flex-end;
}
.cid-uIJ5jLuQOU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ5jLuQOU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ5jLuQOU img,
.cid-uIJ5jLuQOU .item-img {
  width: 100%;
}
.cid-uIJ5jLuQOU H5 {
  color: #291f1e;
}
.cid-uIJ5jLuQOU .mbr-text,
.cid-uIJ5jLuQOU .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ5jM0d1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ5jM0d1r .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ5jM0d1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jM0d1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jM0d1r .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ5jM0d1r .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jM0d1r .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jM0d1r .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ5jM0d1r .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ5jM0d1r .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ5jMEvSy {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5jMEvSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jMEvSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jMEvSy .row {
  justify-content: space-between;
}
.cid-uIJ5jMEvSy .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5jMEvSy .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5jMEvSy .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jMEvSy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jMEvSy .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5jMEvSy .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5jMEvSy .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5jMEvSy .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5jMEvSy .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5jMEvSy .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5jMEvSy .mbr-section-title {
  color: #000000;
}
.cid-uIJ5jMEvSy .mbr-desc {
  color: #000000;
}
.cid-uIJ5jMEvSy .mbr-text {
  color: #000000;
}
.cid-uIJ5jMEvSy .mbr-section-title,
.cid-uIJ5jMEvSy .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5jNcSXu {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ5jNcSXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jNcSXu .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-uIJ5jNcSXu .container {
    padding: 0 20px;
  }
}
.cid-uIJ5jNcSXu .row {
  justify-content: space-between;
}
.cid-uIJ5jNcSXu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ5jNcSXu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ5jNcSXu .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ5jNcSXu .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jNcSXu .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5jNcSXu b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jNcSXu b {
    line-height: 2rem !important;
  }
}
.cid-uIJ5jNcSXu .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ5jNHnzc {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ5jNHnzc .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ5jNHnzc {
    background-position: right;
  }
}
.cid-uIJ5jNHnzc input,
.cid-uIJ5jNHnzc textarea {
  border-radius: 0;
}
.cid-uIJ5jNHnzc input:hover,
.cid-uIJ5jNHnzc textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ5jNHnzc .row {
  justify-content: flex-end;
}
.cid-uIJ5jNHnzc textarea {
  min-height: 200px;
}
.cid-uIJ5jNHnzc .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ5jNHnzc .col-auto {
    margin: auto;
  }
}
.cid-uIJ5jNHnzc .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ5jNHnzc .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ5jNHnzc .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ5jNHnzc .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ5jNHnzc .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ5jNHnzc .btn {
  padding: 1rem 3rem;
}
.cid-uIJ5jNHnzc .form-control,
.cid-uIJ5jNHnzc .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5jNHnzc .form-control::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .form-control::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5jNHnzc .form-control:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:-moz-placeholder,
.cid-uIJ5jNHnzc .form-control:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5jNHnzc .form-control:hover,
.cid-uIJ5jNHnzc .field-input:hover,
.cid-uIJ5jNHnzc .form-control:focus,
.cid-uIJ5jNHnzc .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5jNHnzc .form-control:hover::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input:hover::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .form-control:focus::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input:focus::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .form-control:hover::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input:hover::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .form-control:focus::-webkit-input-placeholder,
.cid-uIJ5jNHnzc .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5jNHnzc .form-control:hover:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:hover:-moz-placeholder,
.cid-uIJ5jNHnzc .form-control:focus:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:focus:-moz-placeholder,
.cid-uIJ5jNHnzc .form-control:hover:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:hover:-moz-placeholder,
.cid-uIJ5jNHnzc .form-control:focus:-moz-placeholder,
.cid-uIJ5jNHnzc .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5jNHnzc .jq-number__spin:hover,
.cid-uIJ5jNHnzc .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5jNHnzc .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5jNHnzc .jq-selectbox li,
.cid-uIJ5jNHnzc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ5jNHnzc .jq-selectbox li:hover,
.cid-uIJ5jNHnzc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ5jNHnzc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ5jNHnzc .jq-number__spin.minus:hover:after,
.cid-uIJ5jNHnzc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ5jNHnzc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ5jNHnzc .jq-number__spin.minus:after,
.cid-uIJ5jNHnzc .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ5jNHnzc .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ5jNHnzc .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5jNHnzc .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5jNHnzc b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ5jNHnzc .soc-link,
.cid-uIJ5jNHnzc .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ5jOoviD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ5jOoviD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5jOoviD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5jOoviD .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ5jOoviD .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .container {
    padding: 0 20px;
  }
}
.cid-uIJ5jOoviD .row {
  justify-content: center;
}
.cid-uIJ5jOoviD .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ5jOoviD .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ5jOoviD .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ5jOoviD .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ5jOoviD .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ5jOoviD .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ5jOoviD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ5jOoviD .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ5jOoviD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ5jOoviD .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5jOoviD .nav-wrapper .list .item-wrap:hover,
.cid-uIJ5jOoviD .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ5jOoviD .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ5jOoviD .mbr-text {
  color: #000000;
}
.cid-uIJ5jOoviD .mbr-list-title {
  color: #002b56;
}
.cid-uIJ5jOoviD b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ5jOoviD .list {
  color: #9a9a9a;
}
.cid-uIJ5jOoviD .list,
.cid-uIJ5jOoviD .item-wrap,
.cid-uIJ5jOoviD .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ5jOoviD .mbr-text,
.cid-uIJ5jOoviD .text-wrap,
.cid-uIJ5jOoviD .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ5jOoviD .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySaq8.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySaq8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySaq8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySaq8 .modal-content,
.cid-vahEGySaq8 .modal-dialog {
  height: auto;
}
.cid-vahEGySaq8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySaq8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySaq8 .form-wrapper .mbr-form .form-group,
  .cid-vahEGySaq8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySaq8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySaq8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySaq8 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySaq8 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySaq8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySaq8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySaq8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySaq8 .modal-open {
  overflow: hidden;
}
.cid-vahEGySaq8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySaq8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySaq8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySaq8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySaq8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySaq8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySaq8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySaq8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySaq8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySaq8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySaq8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySaq8 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySaq8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySaq8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySaq8 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySaq8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySaq8 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySaq8 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySaq8 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySaq8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySaq8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySaq8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySaq8 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySaq8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySaq8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySaq8 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySaq8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySaq8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySaq8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySaq8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySaq8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySaq8 .modal-lg,
  .cid-vahEGySaq8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySaq8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySaq8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySaq8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySaq8 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySaq8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySaq8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySaq8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySaq8 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySaq8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySaq8 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySaq8 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySaq8 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySaq8 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySaq8 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySaq8 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySaq8 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJ5ckEnE4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJ5ckEnE4 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJ5ckEnE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJ5ckEnE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJ5ckEnE4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJ5ckEnE4 .menu_box .navbar.opened,
  .cid-uIJ5ckEnE4 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJ5ckEnE4 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJ5ckEnE4 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJ5ckEnE4 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJ5ckEnE4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJ5ckEnE4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJ5ckEnE4 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJ5ckEnE4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJ5ckEnE4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJ5ckEnE4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJ5ckEnE4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJ5ckEnE4 .offcanvas-body .mbr-text,
  .cid-uIJ5ckEnE4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJ5ckEnE4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJ5ckEnE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ5ckEnE4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJ5ckEnE4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJ5ckEnE4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJ5ckEnE4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJ5ckEnE4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJ5ckEnE4 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJ5ckEnE4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJ5ckEnE4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJ5ckEnE4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJ5ckEnE4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5ckEnE4 .nav-item .nav-link:hover::before,
.cid-uIJ5ckEnE4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJ5ckEnE4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJ5ckEnE4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJ5ckEnE4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJ5ckEnE4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJ5ckEnE4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJ5ckEnE4 .offcanvas_box {
    display: none;
  }
}
.cid-uIJ5ckEnE4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJ5ckEnE4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJ5ckEnE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJ5ckEnE4 .container {
  display: flex;
  margin: auto;
}
.cid-uIJ5ckEnE4 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJ5ckEnE4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJ5ckEnE4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJ5ckEnE4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJ5ckEnE4 .navbar-nav {
    margin: 0;
  }
}
.cid-uIJ5ckEnE4 .dropdown-menu,
.cid-uIJ5ckEnE4 .navbar.opened {
  background-color: true !important;
}
.cid-uIJ5ckEnE4 .nav-item:focus,
.cid-uIJ5ckEnE4 .nav-link:focus {
  outline: none;
}
.cid-uIJ5ckEnE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJ5ckEnE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJ5ckEnE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJ5ckEnE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJ5ckEnE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJ5ckEnE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJ5ckEnE4 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJ5ckEnE4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJ5ckEnE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJ5ckEnE4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJ5ckEnE4 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJ5ckEnE4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJ5ckEnE4 .navbar.collapsed {
  justify-content: center;
}
.cid-uIJ5ckEnE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJ5ckEnE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJ5ckEnE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJ5ckEnE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJ5ckEnE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJ5ckEnE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJ5ckEnE4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJ5ckEnE4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJ5ckEnE4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJ5ckEnE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJ5ckEnE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJ5ckEnE4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJ5ckEnE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJ5ckEnE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJ5ckEnE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJ5ckEnE4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJ5ckEnE4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJ5ckEnE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJ5ckEnE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJ5ckEnE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJ5ckEnE4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJ5ckEnE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJ5ckEnE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJ5ckEnE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJ5ckEnE4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJ5ckEnE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJ5ckEnE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJ5ckEnE4 .dropdown-item.active,
.cid-uIJ5ckEnE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJ5ckEnE4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJ5ckEnE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJ5ckEnE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJ5ckEnE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJ5ckEnE4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJ5ckEnE4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJ5ckEnE4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJ5ckEnE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJ5ckEnE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJ5ckEnE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ5ckEnE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJ5ckEnE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJ5ckEnE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ5ckEnE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJ5ckEnE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJ5ckEnE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJ5ckEnE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJ5ckEnE4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJ5ckEnE4 .navbar {
    height: 70px;
  }
  .cid-uIJ5ckEnE4 .navbar.opened {
    height: auto;
  }
  .cid-uIJ5ckEnE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJ5ckEnE4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJ5ckEnE4 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJ5ckEnE4 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJ5ckEnE4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJ5ckEnE4 .text_widget {
  margin-bottom: 32px;
}
.cid-uIJ5ckEnE4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJ5ckEnE4 .text_widget a:hover,
.cid-uIJ5ckEnE4 .text_widget a:focus {
  opacity: .8;
}
.cid-uIJ5ckEnE4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJ5ckEnE4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJ5ckEnE4 .navbar-caption {
  color: #000000;
}
.cid-uIJ5ckEnE4 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJ5ckEnE4 .mbr-section-subtitle,
.cid-uIJ5ckEnE4 .text_widget,
.cid-uIJ5ckEnE4 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJ5ckEnE4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJ5ckEnE4 .navbar-collapse {
  align-items: center;
}
.cid-uIJ5cm17sh {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ5cm17sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cm17sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cm17sh .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ5cm17sh .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cm17sh .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJ5cm17sh .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJ5cm17sh .container {
    padding: 0 20px;
  }
}
.cid-uIJ5cm17sh .row {
  height: 100%;
}
.cid-uIJ5cm17sh .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJ5cm17sh .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJ5cm17sh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJ5cm17sh .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ5cm17sh .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5cm17sh .mbr-section-title {
  color: #ffffff;
}
.cid-uIJ5cm17sh .mbr-desc {
  color: #feff00;
}
.cid-uIJ5cmzu2F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5cmzu2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cmzu2F .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-uIJ5cmzu2F .container {
    padding: 0 20px;
  }
}
.cid-uIJ5cmzu2F .row {
  justify-content: space-between;
}
.cid-uIJ5cmzu2F .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ5cmzu2F .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJ5cmzu2F .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJ5cmzu2F .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5cmzu2F .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJ5cmzu2F .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJ5cmzu2F .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJ5cmzu2F .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJ5cmzu2F .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJ5cmzu2F .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cmzu2F .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5cmzu2F b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cmzu2F b {
    line-height: 2rem !important;
  }
}
.cid-uIJ5cmzu2F .mbr-link {
  color: #000000;
}
.cid-uIJ5cmzu2F .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cmzu2F .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJ5cmzu2F .mbr-text {
  color: #336699;
}
.cid-uIJ5cmzu2F .mbr-link,
.cid-uIJ5cmzu2F .link-wrapper {
  color: #00e000;
}
.cid-uIJ5cnxVAX {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5cnxVAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cnxVAX .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-uIJ5cnxVAX .container {
    padding: 0 20px;
  }
}
.cid-uIJ5cnxVAX .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJ5cnxVAX .row .card {
  padding: 0 0px;
}
.cid-uIJ5cnxVAX .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJ5cnxVAX .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cnxVAX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJ5cnxVAX .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ5cnxVAX .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJ5cnxVAX .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJ5cnxVAX .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJ5cnxVAX .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJ5cnxVAX .mbr-section-title {
  color: #000000;
}
.cid-uIJ5cnxVAX .card-number {
  color: #9a9a9a;
}
.cid-uIJ5cnxVAX .card-title {
  color: #0b3e71;
}
.cid-uIJ5cnxVAX .card-text {
  color: #0b3e71;
}
.cid-uIJ5cnxVAX .mbr-section-title,
.cid-uIJ5cnxVAX .title-wrapper {
  color: #0b3e71;
}
.cid-uIJ5co2g4t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5co2g4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5co2g4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5co2g4t .row {
  flex-direction: row-reverse;
}
.cid-uIJ5coumUX {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5coumUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5coumUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5coumUX .row {
  justify-content: space-between;
}
.cid-uIJ5coumUX .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5coumUX .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5coumUX .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5coumUX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5coumUX .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5coumUX .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5coumUX .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5coumUX .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5coumUX .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5coumUX .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5coumUX .mbr-section-title {
  color: #000000;
}
.cid-uIJ5coumUX .mbr-desc {
  color: #000000;
}
.cid-uIJ5coumUX .mbr-text {
  color: #000000;
}
.cid-uIJ5coumUX .mbr-section-title,
.cid-uIJ5coumUX .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5coXA3u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5coXA3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5coXA3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5coXA3u .row {
  flex-direction: row-reverse;
}
.cid-uIJ5cpseM1 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5cpseM1 img {
  border-radius: 0rem !important;
}
.cid-uIJ5cpRFXd {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5cpRFXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cpRFXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cpRFXd .row {
  justify-content: space-between;
}
.cid-uIJ5cpRFXd .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5cpRFXd .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5cpRFXd .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cpRFXd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cpRFXd .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cpRFXd .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cpRFXd .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5cpRFXd .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5cpRFXd .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5cpRFXd .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5cpRFXd .mbr-section-title {
  color: #000000;
}
.cid-uIJ5cpRFXd .mbr-desc {
  color: #000000;
}
.cid-uIJ5cpRFXd .mbr-text {
  color: #000000;
}
.cid-uIJ5cpRFXd .mbr-section-title,
.cid-uIJ5cpRFXd .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5cqljDR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5cqljDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cqljDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cqljDR .row {
  flex-direction: row-reverse;
}
.cid-uIJ5cqRFLf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5cqRFLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cqRFLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cqRFLf .row {
  justify-content: space-between;
}
.cid-uIJ5cqRFLf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5cqRFLf .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5cqRFLf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cqRFLf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cqRFLf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cqRFLf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cqRFLf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5cqRFLf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5cqRFLf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5cqRFLf .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5cqRFLf .mbr-section-title {
  color: #000000;
}
.cid-uIJ5cqRFLf .mbr-desc {
  color: #000000;
}
.cid-uIJ5cqRFLf .mbr-text {
  color: #000000;
}
.cid-uIJ5cqRFLf .mbr-section-title,
.cid-uIJ5cqRFLf .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5crpmEG .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5crOjB7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5crOjB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5crOjB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5crOjB7 .row {
  justify-content: space-between;
}
.cid-uIJ5crOjB7 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5crOjB7 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5crOjB7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5crOjB7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5crOjB7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5crOjB7 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5crOjB7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5crOjB7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5crOjB7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5crOjB7 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5crOjB7 .mbr-section-title {
  color: #000000;
}
.cid-uIJ5crOjB7 .mbr-desc {
  color: #000000;
}
.cid-uIJ5crOjB7 .mbr-text {
  color: #000000;
}
.cid-uIJ5crOjB7 .mbr-section-title,
.cid-uIJ5crOjB7 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5cshCtW .mbr-section {
  border: 0px !important;
}
.cid-uIJ5cshCtW .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5cshCtW img {
  border-radius: 0rem !important;
}
.cid-uIJ5csHMcs .mbr-section {
  border: 0px !important;
}
.cid-uIJ5csHMcs .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5csHMcs img {
  border-radius: 0rem !important;
}
.cid-uIJ5ctag2z {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJ5ctag2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5ctag2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5ctag2z .row {
  justify-content: space-between;
}
.cid-uIJ5ctag2z .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5ctag2z .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5ctag2z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5ctag2z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5ctag2z .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5ctag2z .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5ctag2z .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5ctag2z .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5ctag2z .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5ctag2z .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5ctag2z .mbr-section-title {
  color: #000000;
}
.cid-uIJ5ctag2z .mbr-desc {
  color: #000000;
}
.cid-uIJ5ctag2z .mbr-text {
  color: #000000;
}
.cid-uIJ5ctag2z .mbr-section-title,
.cid-uIJ5ctag2z .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5ctFqme .mbr-section {
  border: 0px !important;
}
.cid-uIJ5ctFqme .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5ctFqme img {
  border-radius: 0rem !important;
}
.cid-uIJ5cu6e9t {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5cu6e9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cu6e9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cu6e9t .row {
  justify-content: space-between;
}
.cid-uIJ5cu6e9t .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5cu6e9t .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5cu6e9t .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cu6e9t .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cu6e9t .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cu6e9t .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cu6e9t .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5cu6e9t .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5cu6e9t .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5cu6e9t .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5cu6e9t .mbr-section-title {
  color: #000000;
}
.cid-uIJ5cu6e9t .mbr-desc {
  color: #000000;
}
.cid-uIJ5cu6e9t .mbr-text {
  color: #000000;
}
.cid-uIJ5cu6e9t .mbr-section-title,
.cid-uIJ5cu6e9t .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5cuHxL0 .mbr-section {
  border: 0px !important;
}
.cid-uIJ5cuHxL0 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJ5cuHxL0 img {
  border-radius: 0rem !important;
}
.cid-uIJ5cv9KZT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5cv9KZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cv9KZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cv9KZT .row {
  align-items: flex-end;
}
.cid-uIJ5cv9KZT .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJ5cv9KZT .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJ5cv9KZT img,
.cid-uIJ5cv9KZT .item-img {
  width: 100%;
}
.cid-uIJ5cv9KZT H5 {
  color: #291f1e;
}
.cid-uIJ5cv9KZT .mbr-text,
.cid-uIJ5cv9KZT .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJ5cvEHkC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJ5cvEHkC .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJ5cvEHkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cvEHkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cvEHkC .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJ5cvEHkC .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cvEHkC .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5cvEHkC .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJ5cvEHkC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJ5cvEHkC .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJ5cwcOLP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJ5cwcOLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cwcOLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cwcOLP .row {
  justify-content: space-between;
}
.cid-uIJ5cwcOLP .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJ5cwcOLP .content-wrapper {
    padding: 0;
  }
}
.cid-uIJ5cwcOLP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cwcOLP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cwcOLP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJ5cwcOLP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJ5cwcOLP .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJ5cwcOLP .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJ5cwcOLP .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJ5cwcOLP .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJ5cwcOLP .mbr-section-title {
  color: #000000;
}
.cid-uIJ5cwcOLP .mbr-desc {
  color: #000000;
}
.cid-uIJ5cwcOLP .mbr-text {
  color: #000000;
}
.cid-uIJ5cwcOLP .mbr-section-title,
.cid-uIJ5cwcOLP .mbr-section-btn {
  color: #e30000;
}
.cid-uIJ5cwHn8s {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJ5cwHn8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cwHn8s .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-uIJ5cwHn8s .container {
    padding: 0 20px;
  }
}
.cid-uIJ5cwHn8s .row {
  justify-content: space-between;
}
.cid-uIJ5cwHn8s .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJ5cwHn8s .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJ5cwHn8s .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJ5cwHn8s .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cwHn8s .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5cwHn8s b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cwHn8s b {
    line-height: 2rem !important;
  }
}
.cid-uIJ5cwHn8s .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJ5cxe7wQ {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJ5cxe7wQ .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJ5cxe7wQ {
    background-position: right;
  }
}
.cid-uIJ5cxe7wQ input,
.cid-uIJ5cxe7wQ textarea {
  border-radius: 0;
}
.cid-uIJ5cxe7wQ input:hover,
.cid-uIJ5cxe7wQ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJ5cxe7wQ .row {
  justify-content: flex-end;
}
.cid-uIJ5cxe7wQ textarea {
  min-height: 200px;
}
.cid-uIJ5cxe7wQ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJ5cxe7wQ .col-auto {
    margin: auto;
  }
}
.cid-uIJ5cxe7wQ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJ5cxe7wQ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJ5cxe7wQ .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJ5cxe7wQ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJ5cxe7wQ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJ5cxe7wQ .btn {
  padding: 1rem 3rem;
}
.cid-uIJ5cxe7wQ .form-control,
.cid-uIJ5cxe7wQ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5cxe7wQ .form-control::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .form-control::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5cxe7wQ .form-control:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:-moz-placeholder,
.cid-uIJ5cxe7wQ .form-control:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5cxe7wQ .form-control:hover,
.cid-uIJ5cxe7wQ .field-input:hover,
.cid-uIJ5cxe7wQ .form-control:focus,
.cid-uIJ5cxe7wQ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5cxe7wQ .form-control:hover::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input:hover::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .form-control:focus::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input:focus::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .form-control:hover::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input:hover::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .form-control:focus::-webkit-input-placeholder,
.cid-uIJ5cxe7wQ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5cxe7wQ .form-control:hover:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:hover:-moz-placeholder,
.cid-uIJ5cxe7wQ .form-control:focus:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:focus:-moz-placeholder,
.cid-uIJ5cxe7wQ .form-control:hover:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:hover:-moz-placeholder,
.cid-uIJ5cxe7wQ .form-control:focus:-moz-placeholder,
.cid-uIJ5cxe7wQ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJ5cxe7wQ .jq-number__spin:hover,
.cid-uIJ5cxe7wQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5cxe7wQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJ5cxe7wQ .jq-selectbox li,
.cid-uIJ5cxe7wQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ5cxe7wQ .jq-selectbox li:hover,
.cid-uIJ5cxe7wQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJ5cxe7wQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJ5cxe7wQ .jq-number__spin.minus:hover:after,
.cid-uIJ5cxe7wQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ5cxe7wQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJ5cxe7wQ .jq-number__spin.minus:after,
.cid-uIJ5cxe7wQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJ5cxe7wQ .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJ5cxe7wQ .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJ5cxe7wQ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJ5cxe7wQ b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJ5cxe7wQ .soc-link,
.cid-uIJ5cxe7wQ .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJ5cxTfqn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJ5cxTfqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJ5cxTfqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJ5cxTfqn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJ5cxTfqn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .container {
    padding: 0 20px;
  }
}
.cid-uIJ5cxTfqn .row {
  justify-content: center;
}
.cid-uIJ5cxTfqn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJ5cxTfqn .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ5cxTfqn .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJ5cxTfqn .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJ5cxTfqn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJ5cxTfqn .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJ5cxTfqn .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJ5cxTfqn .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJ5cxTfqn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJ5cxTfqn .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJ5cxTfqn .nav-wrapper .list .item-wrap:hover,
.cid-uIJ5cxTfqn .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJ5cxTfqn .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJ5cxTfqn .mbr-text {
  color: #000000;
}
.cid-uIJ5cxTfqn .mbr-list-title {
  color: #002b56;
}
.cid-uIJ5cxTfqn b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJ5cxTfqn .list {
  color: #9a9a9a;
}
.cid-uIJ5cxTfqn .list,
.cid-uIJ5cxTfqn .item-wrap,
.cid-uIJ5cxTfqn .contacts-wrapper {
  color: #006a00;
}
.cid-uIJ5cxTfqn .mbr-text,
.cid-uIJ5cxTfqn .text-wrap,
.cid-uIJ5cxTfqn .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJ5cxTfqn .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySzBx.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySzBx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySzBx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySzBx .modal-content,
.cid-vahEGySzBx .modal-dialog {
  height: auto;
}
.cid-vahEGySzBx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySzBx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySzBx .form-wrapper .mbr-form .form-group,
  .cid-vahEGySzBx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySzBx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySzBx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySzBx .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySzBx .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySzBx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySzBx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySzBx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySzBx .modal-open {
  overflow: hidden;
}
.cid-vahEGySzBx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySzBx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySzBx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySzBx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySzBx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySzBx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySzBx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySzBx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySzBx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySzBx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySzBx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySzBx .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySzBx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySzBx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySzBx .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySzBx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySzBx .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySzBx .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySzBx .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySzBx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySzBx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySzBx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySzBx .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySzBx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySzBx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySzBx .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySzBx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySzBx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySzBx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySzBx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySzBx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySzBx .modal-lg,
  .cid-vahEGySzBx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySzBx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySzBx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySzBx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySzBx .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySzBx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySzBx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySzBx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySzBx .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySzBx .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySzBx .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySzBx .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySzBx .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySzBx .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySzBx .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySzBx .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySzBx .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJBXRZDou {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJBXRZDou .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJBXRZDou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJBXRZDou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJBXRZDou .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJBXRZDou .menu_box .navbar.opened,
  .cid-uIJBXRZDou .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJBXRZDou nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJBXRZDou .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJBXRZDou .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJBXRZDou .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJBXRZDou .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJBXRZDou .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJBXRZDou .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJBXRZDou .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJBXRZDou .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJBXRZDou .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJBXRZDou .offcanvas-body .mbr-text,
  .cid-uIJBXRZDou .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJBXRZDou .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJBXRZDou .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJBXRZDou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJBXRZDou .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJBXRZDou .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJBXRZDou li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJBXRZDou .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJBXRZDou .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJBXRZDou ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJBXRZDou .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJBXRZDou .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJBXRZDou .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJBXRZDou .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJBXRZDou .nav-item .nav-link:hover::before,
.cid-uIJBXRZDou .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJBXRZDou .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJBXRZDou .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJBXRZDou .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJBXRZDou .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJBXRZDou .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJBXRZDou .offcanvas_box {
    display: none;
  }
}
.cid-uIJBXRZDou .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJBXRZDou .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJBXRZDou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJBXRZDou .container {
  display: flex;
  margin: auto;
}
.cid-uIJBXRZDou .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJBXRZDou .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJBXRZDou .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJBXRZDou .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJBXRZDou .navbar-nav {
    margin: 0;
  }
}
.cid-uIJBXRZDou .dropdown-menu,
.cid-uIJBXRZDou .navbar.opened {
  background-color: true !important;
}
.cid-uIJBXRZDou .nav-item:focus,
.cid-uIJBXRZDou .nav-link:focus {
  outline: none;
}
.cid-uIJBXRZDou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJBXRZDou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJBXRZDou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJBXRZDou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJBXRZDou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJBXRZDou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJBXRZDou .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJBXRZDou .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJBXRZDou .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJBXRZDou .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJBXRZDou .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJBXRZDou .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJBXRZDou .navbar.collapsed {
  justify-content: center;
}
.cid-uIJBXRZDou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJBXRZDou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJBXRZDou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJBXRZDou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJBXRZDou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJBXRZDou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJBXRZDou .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJBXRZDou .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJBXRZDou .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJBXRZDou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJBXRZDou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJBXRZDou .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJBXRZDou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJBXRZDou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJBXRZDou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJBXRZDou .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJBXRZDou .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJBXRZDou .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJBXRZDou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJBXRZDou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJBXRZDou .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJBXRZDou .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJBXRZDou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJBXRZDou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJBXRZDou .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJBXRZDou .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJBXRZDou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJBXRZDou .dropdown-item.active,
.cid-uIJBXRZDou .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJBXRZDou .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJBXRZDou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJBXRZDou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJBXRZDou .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJBXRZDou ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJBXRZDou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJBXRZDou button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJBXRZDou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJBXRZDou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJBXRZDou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJBXRZDou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJBXRZDou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJBXRZDou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJBXRZDou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJBXRZDou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJBXRZDou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJBXRZDou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJBXRZDou .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJBXRZDou .navbar {
    height: 70px;
  }
  .cid-uIJBXRZDou .navbar.opened {
    height: auto;
  }
  .cid-uIJBXRZDou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJBXRZDou .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJBXRZDou .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJBXRZDou .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJBXRZDou .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJBXRZDou .text_widget {
  margin-bottom: 32px;
}
.cid-uIJBXRZDou .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJBXRZDou .text_widget a:hover,
.cid-uIJBXRZDou .text_widget a:focus {
  opacity: .8;
}
.cid-uIJBXRZDou .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJBXRZDou .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJBXRZDou .navbar-caption {
  color: #000000;
}
.cid-uIJBXRZDou .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJBXRZDou .mbr-section-subtitle,
.cid-uIJBXRZDou .text_widget,
.cid-uIJBXRZDou .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJBXRZDou a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJBXRZDou .navbar-collapse {
  align-items: center;
}
.cid-uIJBXT61SO {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJBXT61SO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXT61SO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXT61SO .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJBXT61SO .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJBXT61SO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJBXT61SO .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJBXT61SO .container {
    padding: 0 20px;
  }
}
.cid-uIJBXT61SO .row {
  height: 100%;
}
.cid-uIJBXT61SO .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJBXT61SO .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJBXT61SO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJBXT61SO .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJBXT61SO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXT61SO .mbr-section-title {
  color: #ffffff;
}
.cid-uIJBXT61SO .mbr-desc {
  color: #feff00;
}
.cid-uIJBXTAc0c {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBXTAc0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXTAc0c .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-uIJBXTAc0c .container {
    padding: 0 20px;
  }
}
.cid-uIJBXTAc0c .row {
  justify-content: space-between;
}
.cid-uIJBXTAc0c .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJBXTAc0c .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJBXTAc0c .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJBXTAc0c .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJBXTAc0c .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJBXTAc0c .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJBXTAc0c .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJBXTAc0c .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJBXTAc0c .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJBXTAc0c .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJBXTAc0c .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJBXTAc0c b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJBXTAc0c b {
    line-height: 2rem !important;
  }
}
.cid-uIJBXTAc0c .mbr-link {
  color: #000000;
}
.cid-uIJBXTAc0c .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJBXTAc0c .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJBXTAc0c .mbr-text {
  color: #336699;
}
.cid-uIJBXTAc0c .mbr-link,
.cid-uIJBXTAc0c .link-wrapper {
  color: #00e000;
}
.cid-uIJBXTYxnD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXTYxnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXTYxnD .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-uIJBXTYxnD .container {
    padding: 0 20px;
  }
}
.cid-uIJBXTYxnD .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJBXTYxnD .row .card {
  padding: 0 0px;
}
.cid-uIJBXTYxnD .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJBXTYxnD .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJBXTYxnD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJBXTYxnD .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJBXTYxnD .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJBXTYxnD .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJBXTYxnD .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJBXTYxnD .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJBXTYxnD .mbr-section-title {
  color: #000000;
}
.cid-uIJBXTYxnD .card-number {
  color: #9a9a9a;
}
.cid-uIJBXTYxnD .card-title {
  color: #0b3e71;
}
.cid-uIJBXTYxnD .card-text {
  color: #0b3e71;
}
.cid-uIJBXTYxnD .mbr-section-title,
.cid-uIJBXTYxnD .title-wrapper {
  color: #0b3e71;
}
.cid-uIJBXUlVS1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXUlVS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXUlVS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXUlVS1 .row {
  flex-direction: row-reverse;
}
.cid-uIJBXUIZxt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXUIZxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXUIZxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXUIZxt .row {
  justify-content: space-between;
}
.cid-uIJBXUIZxt .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXUIZxt .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXUIZxt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXUIZxt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXUIZxt .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXUIZxt .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXUIZxt .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXUIZxt .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXUIZxt .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXUIZxt .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXUIZxt .mbr-section-title {
  color: #000000;
}
.cid-uIJBXUIZxt .mbr-desc {
  color: #000000;
}
.cid-uIJBXUIZxt .mbr-text {
  color: #000000;
}
.cid-uIJBXUIZxt .mbr-section-title,
.cid-uIJBXUIZxt .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXV3xvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBXV3xvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXV3xvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXV3xvH .row {
  flex-direction: row-reverse;
}
.cid-uIJBXVpkkS .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXVpkkS img {
  border-radius: 0rem !important;
}
.cid-uIJBXVI9OS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXVI9OS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXVI9OS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXVI9OS .row {
  justify-content: space-between;
}
.cid-uIJBXVI9OS .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXVI9OS .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXVI9OS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXVI9OS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXVI9OS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXVI9OS .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXVI9OS .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXVI9OS .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXVI9OS .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXVI9OS .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXVI9OS .mbr-section-title {
  color: #000000;
}
.cid-uIJBXVI9OS .mbr-desc {
  color: #000000;
}
.cid-uIJBXVI9OS .mbr-text {
  color: #000000;
}
.cid-uIJBXVI9OS .mbr-section-title,
.cid-uIJBXVI9OS .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXW9nzd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBXW9nzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXW9nzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXW9nzd .row {
  flex-direction: row-reverse;
}
.cid-uIJBXWytR5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXWytR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXWytR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXWytR5 .row {
  justify-content: space-between;
}
.cid-uIJBXWytR5 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXWytR5 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXWytR5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXWytR5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXWytR5 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXWytR5 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXWytR5 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXWytR5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXWytR5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXWytR5 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXWytR5 .mbr-section-title {
  color: #000000;
}
.cid-uIJBXWytR5 .mbr-desc {
  color: #000000;
}
.cid-uIJBXWytR5 .mbr-text {
  color: #000000;
}
.cid-uIJBXWytR5 .mbr-section-title,
.cid-uIJBXWytR5 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXWVqkQ .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXXd3su {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXXd3su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXXd3su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXXd3su .row {
  justify-content: space-between;
}
.cid-uIJBXXd3su .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXXd3su .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXXd3su .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXXd3su .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXXd3su .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXXd3su .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXXd3su .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXXd3su .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXXd3su .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXXd3su .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXXd3su .mbr-section-title {
  color: #000000;
}
.cid-uIJBXXd3su .mbr-desc {
  color: #000000;
}
.cid-uIJBXXd3su .mbr-text {
  color: #000000;
}
.cid-uIJBXXd3su .mbr-section-title,
.cid-uIJBXXd3su .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXXAjxz .mbr-section {
  border: 0px !important;
}
.cid-uIJBXXAjxz .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXXAjxz img {
  border-radius: 0rem !important;
}
.cid-uIJBXXTKc3 .mbr-section {
  border: 0px !important;
}
.cid-uIJBXXTKc3 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXXTKc3 img {
  border-radius: 0rem !important;
}
.cid-uIJBXYcZzs {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJBXYcZzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXYcZzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXYcZzs .row {
  justify-content: space-between;
}
.cid-uIJBXYcZzs .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXYcZzs .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXYcZzs .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXYcZzs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXYcZzs .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXYcZzs .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXYcZzs .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXYcZzs .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXYcZzs .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXYcZzs .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXYcZzs .mbr-section-title {
  color: #000000;
}
.cid-uIJBXYcZzs .mbr-desc {
  color: #000000;
}
.cid-uIJBXYcZzs .mbr-text {
  color: #000000;
}
.cid-uIJBXYcZzs .mbr-section-title,
.cid-uIJBXYcZzs .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXYCAwW .mbr-section {
  border: 0px !important;
}
.cid-uIJBXYCAwW .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXYCAwW img {
  border-radius: 0rem !important;
}
.cid-uIJBXYWcn9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBXYWcn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXYWcn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXYWcn9 .row {
  justify-content: space-between;
}
.cid-uIJBXYWcn9 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBXYWcn9 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBXYWcn9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXYWcn9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBXYWcn9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBXYWcn9 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBXYWcn9 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBXYWcn9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBXYWcn9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBXYWcn9 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBXYWcn9 .mbr-section-title {
  color: #000000;
}
.cid-uIJBXYWcn9 .mbr-desc {
  color: #000000;
}
.cid-uIJBXYWcn9 .mbr-text {
  color: #000000;
}
.cid-uIJBXYWcn9 .mbr-section-title,
.cid-uIJBXYWcn9 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBXZj8hz .mbr-section {
  border: 0px !important;
}
.cid-uIJBXZj8hz .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJBXZj8hz img {
  border-radius: 0rem !important;
}
.cid-uIJBXZDC2g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBXZDC2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBXZDC2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBXZDC2g .row {
  align-items: flex-end;
}
.cid-uIJBXZDC2g .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJBXZDC2g .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJBXZDC2g img,
.cid-uIJBXZDC2g .item-img {
  width: 100%;
}
.cid-uIJBXZDC2g H5 {
  color: #291f1e;
}
.cid-uIJBXZDC2g .mbr-text,
.cid-uIJBXZDC2g .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJBY021sc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJBY021sc .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJBY021sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBY021sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBY021sc .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJBY021sc .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJBY021sc .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBY021sc .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJBY021sc .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJBY021sc .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJBY0zVJH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJBY0zVJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBY0zVJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBY0zVJH .row {
  justify-content: space-between;
}
.cid-uIJBY0zVJH .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJBY0zVJH .content-wrapper {
    padding: 0;
  }
}
.cid-uIJBY0zVJH .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBY0zVJH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJBY0zVJH .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJBY0zVJH .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJBY0zVJH .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJBY0zVJH .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJBY0zVJH .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJBY0zVJH .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJBY0zVJH .mbr-section-title {
  color: #000000;
}
.cid-uIJBY0zVJH .mbr-desc {
  color: #000000;
}
.cid-uIJBY0zVJH .mbr-text {
  color: #000000;
}
.cid-uIJBY0zVJH .mbr-section-title,
.cid-uIJBY0zVJH .mbr-section-btn {
  color: #e30000;
}
.cid-uIJBY1342F {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJBY1342F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBY1342F .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-uIJBY1342F .container {
    padding: 0 20px;
  }
}
.cid-uIJBY1342F .row {
  justify-content: space-between;
}
.cid-uIJBY1342F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJBY1342F .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJBY1342F .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJBY1342F .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJBY1342F .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJBY1342F b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJBY1342F b {
    line-height: 2rem !important;
  }
}
.cid-uIJBY1342F .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJBY1rirj {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJBY1rirj .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJBY1rirj {
    background-position: right;
  }
}
.cid-uIJBY1rirj input,
.cid-uIJBY1rirj textarea {
  border-radius: 0;
}
.cid-uIJBY1rirj input:hover,
.cid-uIJBY1rirj textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJBY1rirj .row {
  justify-content: flex-end;
}
.cid-uIJBY1rirj textarea {
  min-height: 200px;
}
.cid-uIJBY1rirj .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJBY1rirj .col-auto {
    margin: auto;
  }
}
.cid-uIJBY1rirj .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJBY1rirj .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJBY1rirj .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJBY1rirj .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJBY1rirj .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJBY1rirj .btn {
  padding: 1rem 3rem;
}
.cid-uIJBY1rirj .form-control,
.cid-uIJBY1rirj .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJBY1rirj .form-control::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input::-webkit-input-placeholder,
.cid-uIJBY1rirj .form-control::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJBY1rirj .form-control:-moz-placeholder,
.cid-uIJBY1rirj .field-input:-moz-placeholder,
.cid-uIJBY1rirj .form-control:-moz-placeholder,
.cid-uIJBY1rirj .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJBY1rirj .form-control:hover,
.cid-uIJBY1rirj .field-input:hover,
.cid-uIJBY1rirj .form-control:focus,
.cid-uIJBY1rirj .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJBY1rirj .form-control:hover::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input:hover::-webkit-input-placeholder,
.cid-uIJBY1rirj .form-control:focus::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input:focus::-webkit-input-placeholder,
.cid-uIJBY1rirj .form-control:hover::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input:hover::-webkit-input-placeholder,
.cid-uIJBY1rirj .form-control:focus::-webkit-input-placeholder,
.cid-uIJBY1rirj .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJBY1rirj .form-control:hover:-moz-placeholder,
.cid-uIJBY1rirj .field-input:hover:-moz-placeholder,
.cid-uIJBY1rirj .form-control:focus:-moz-placeholder,
.cid-uIJBY1rirj .field-input:focus:-moz-placeholder,
.cid-uIJBY1rirj .form-control:hover:-moz-placeholder,
.cid-uIJBY1rirj .field-input:hover:-moz-placeholder,
.cid-uIJBY1rirj .form-control:focus:-moz-placeholder,
.cid-uIJBY1rirj .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJBY1rirj .jq-number__spin:hover,
.cid-uIJBY1rirj .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJBY1rirj .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJBY1rirj .jq-selectbox li,
.cid-uIJBY1rirj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJBY1rirj .jq-selectbox li:hover,
.cid-uIJBY1rirj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJBY1rirj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJBY1rirj .jq-number__spin.minus:hover:after,
.cid-uIJBY1rirj .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJBY1rirj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJBY1rirj .jq-number__spin.minus:after,
.cid-uIJBY1rirj .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJBY1rirj .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJBY1rirj .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJBY1rirj .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJBY1rirj b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJBY1rirj .soc-link,
.cid-uIJBY1rirj .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJBY215xu {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJBY215xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJBY215xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJBY215xu .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJBY215xu .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .container {
    padding: 0 20px;
  }
}
.cid-uIJBY215xu .row {
  justify-content: center;
}
.cid-uIJBY215xu .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJBY215xu .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJBY215xu .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJBY215xu .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJBY215xu .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJBY215xu .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJBY215xu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJBY215xu .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJBY215xu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJBY215xu .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJBY215xu .nav-wrapper .list .item-wrap:hover,
.cid-uIJBY215xu .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJBY215xu .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJBY215xu .mbr-text {
  color: #000000;
}
.cid-uIJBY215xu .mbr-list-title {
  color: #002b56;
}
.cid-uIJBY215xu b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJBY215xu .list {
  color: #9a9a9a;
}
.cid-uIJBY215xu .list,
.cid-uIJBY215xu .item-wrap,
.cid-uIJBY215xu .contacts-wrapper {
  color: #006a00;
}
.cid-uIJBY215xu .mbr-text,
.cid-uIJBY215xu .text-wrap,
.cid-uIJBY215xu .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJBY215xu .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGySEAb.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGySEAb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGySEAb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGySEAb .modal-content,
.cid-vahEGySEAb .modal-dialog {
  height: auto;
}
.cid-vahEGySEAb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGySEAb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGySEAb .form-wrapper .mbr-form .form-group,
  .cid-vahEGySEAb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGySEAb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGySEAb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGySEAb .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGySEAb .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGySEAb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGySEAb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGySEAb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGySEAb .modal-open {
  overflow: hidden;
}
.cid-vahEGySEAb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGySEAb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGySEAb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGySEAb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGySEAb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGySEAb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGySEAb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGySEAb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGySEAb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGySEAb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGySEAb .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGySEAb .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGySEAb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGySEAb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySEAb .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGySEAb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGySEAb .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGySEAb .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGySEAb .modal-header .close:focus {
  outline: none;
}
.cid-vahEGySEAb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGySEAb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGySEAb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySEAb .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGySEAb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGySEAb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGySEAb .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGySEAb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGySEAb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGySEAb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGySEAb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGySEAb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGySEAb .modal-lg,
  .cid-vahEGySEAb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGySEAb .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGySEAb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGySEAb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGySEAb .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGySEAb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGySEAb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGySEAb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGySEAb .mbr-section-btn {
  margin: 0;
}
.cid-vahEGySEAb .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGySEAb .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGySEAb .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGySEAb .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGySEAb .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGySEAb .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGySEAb .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGySEAb .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJC6OsdP4 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJC6OsdP4 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJC6OsdP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJC6OsdP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJC6OsdP4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJC6OsdP4 .menu_box .navbar.opened,
  .cid-uIJC6OsdP4 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJC6OsdP4 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJC6OsdP4 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJC6OsdP4 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJC6OsdP4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJC6OsdP4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJC6OsdP4 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJC6OsdP4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJC6OsdP4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJC6OsdP4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJC6OsdP4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJC6OsdP4 .offcanvas-body .mbr-text,
  .cid-uIJC6OsdP4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJC6OsdP4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJC6OsdP4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJC6OsdP4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJC6OsdP4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJC6OsdP4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJC6OsdP4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJC6OsdP4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJC6OsdP4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJC6OsdP4 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJC6OsdP4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJC6OsdP4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJC6OsdP4 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJC6OsdP4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJC6OsdP4 .nav-item .nav-link:hover::before,
.cid-uIJC6OsdP4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJC6OsdP4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJC6OsdP4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJC6OsdP4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJC6OsdP4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJC6OsdP4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJC6OsdP4 .offcanvas_box {
    display: none;
  }
}
.cid-uIJC6OsdP4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJC6OsdP4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJC6OsdP4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJC6OsdP4 .container {
  display: flex;
  margin: auto;
}
.cid-uIJC6OsdP4 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJC6OsdP4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJC6OsdP4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJC6OsdP4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJC6OsdP4 .navbar-nav {
    margin: 0;
  }
}
.cid-uIJC6OsdP4 .dropdown-menu,
.cid-uIJC6OsdP4 .navbar.opened {
  background-color: true !important;
}
.cid-uIJC6OsdP4 .nav-item:focus,
.cid-uIJC6OsdP4 .nav-link:focus {
  outline: none;
}
.cid-uIJC6OsdP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJC6OsdP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJC6OsdP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJC6OsdP4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJC6OsdP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJC6OsdP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJC6OsdP4 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJC6OsdP4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJC6OsdP4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJC6OsdP4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJC6OsdP4 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJC6OsdP4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJC6OsdP4 .navbar.collapsed {
  justify-content: center;
}
.cid-uIJC6OsdP4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJC6OsdP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJC6OsdP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJC6OsdP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJC6OsdP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJC6OsdP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJC6OsdP4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJC6OsdP4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJC6OsdP4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJC6OsdP4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJC6OsdP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJC6OsdP4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJC6OsdP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJC6OsdP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJC6OsdP4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJC6OsdP4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJC6OsdP4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJC6OsdP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJC6OsdP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJC6OsdP4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJC6OsdP4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJC6OsdP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJC6OsdP4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJC6OsdP4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJC6OsdP4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJC6OsdP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJC6OsdP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJC6OsdP4 .dropdown-item.active,
.cid-uIJC6OsdP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJC6OsdP4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJC6OsdP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJC6OsdP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJC6OsdP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJC6OsdP4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJC6OsdP4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJC6OsdP4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJC6OsdP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJC6OsdP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJC6OsdP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJC6OsdP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJC6OsdP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJC6OsdP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJC6OsdP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJC6OsdP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJC6OsdP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJC6OsdP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJC6OsdP4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJC6OsdP4 .navbar {
    height: 70px;
  }
  .cid-uIJC6OsdP4 .navbar.opened {
    height: auto;
  }
  .cid-uIJC6OsdP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJC6OsdP4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJC6OsdP4 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJC6OsdP4 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJC6OsdP4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJC6OsdP4 .text_widget {
  margin-bottom: 32px;
}
.cid-uIJC6OsdP4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJC6OsdP4 .text_widget a:hover,
.cid-uIJC6OsdP4 .text_widget a:focus {
  opacity: .8;
}
.cid-uIJC6OsdP4 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJC6OsdP4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJC6OsdP4 .navbar-caption {
  color: #000000;
}
.cid-uIJC6OsdP4 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJC6OsdP4 .mbr-section-subtitle,
.cid-uIJC6OsdP4 .text_widget,
.cid-uIJC6OsdP4 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJC6OsdP4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJC6OsdP4 .navbar-collapse {
  align-items: center;
}
.cid-uIJC6PB8Ve {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJC6PB8Ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6PB8Ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6PB8Ve .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJC6PB8Ve .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6PB8Ve .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJC6PB8Ve .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJC6PB8Ve .container {
    padding: 0 20px;
  }
}
.cid-uIJC6PB8Ve .row {
  height: 100%;
}
.cid-uIJC6PB8Ve .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJC6PB8Ve .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJC6PB8Ve .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJC6PB8Ve .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJC6PB8Ve .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6PB8Ve .mbr-section-title {
  color: #ffffff;
}
.cid-uIJC6PB8Ve .mbr-desc {
  color: #feff00;
}
.cid-uIJC6Q2Q9L {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6Q2Q9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6Q2Q9L .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-uIJC6Q2Q9L .container {
    padding: 0 20px;
  }
}
.cid-uIJC6Q2Q9L .row {
  justify-content: space-between;
}
.cid-uIJC6Q2Q9L .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJC6Q2Q9L .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJC6Q2Q9L .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJC6Q2Q9L .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJC6Q2Q9L .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJC6Q2Q9L .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJC6Q2Q9L .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJC6Q2Q9L .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJC6Q2Q9L .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJC6Q2Q9L .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJC6Q2Q9L b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJC6Q2Q9L b {
    line-height: 2rem !important;
  }
}
.cid-uIJC6Q2Q9L .mbr-link {
  color: #000000;
}
.cid-uIJC6Q2Q9L .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJC6Q2Q9L .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJC6Q2Q9L .mbr-text {
  color: #336699;
}
.cid-uIJC6Q2Q9L .mbr-link,
.cid-uIJC6Q2Q9L .link-wrapper {
  color: #00e000;
}
.cid-uIJC6QoH5v {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6QoH5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6QoH5v .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-uIJC6QoH5v .container {
    padding: 0 20px;
  }
}
.cid-uIJC6QoH5v .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJC6QoH5v .row .card {
  padding: 0 0px;
}
.cid-uIJC6QoH5v .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJC6QoH5v .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6QoH5v .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJC6QoH5v .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJC6QoH5v .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJC6QoH5v .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJC6QoH5v .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJC6QoH5v .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJC6QoH5v .mbr-section-title {
  color: #000000;
}
.cid-uIJC6QoH5v .card-number {
  color: #9a9a9a;
}
.cid-uIJC6QoH5v .card-title {
  color: #0b3e71;
}
.cid-uIJC6QoH5v .card-text {
  color: #0b3e71;
}
.cid-uIJC6QoH5v .mbr-section-title,
.cid-uIJC6QoH5v .title-wrapper {
  color: #0b3e71;
}
.cid-uIJC6QQFd9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6QQFd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6QQFd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6QQFd9 .row {
  flex-direction: row-reverse;
}
.cid-uIJC6RhE23 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6RhE23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6RhE23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6RhE23 .row {
  justify-content: space-between;
}
.cid-uIJC6RhE23 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6RhE23 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6RhE23 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6RhE23 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6RhE23 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6RhE23 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6RhE23 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6RhE23 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6RhE23 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6RhE23 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6RhE23 .mbr-section-title {
  color: #000000;
}
.cid-uIJC6RhE23 .mbr-desc {
  color: #000000;
}
.cid-uIJC6RhE23 .mbr-text {
  color: #000000;
}
.cid-uIJC6RhE23 .mbr-section-title,
.cid-uIJC6RhE23 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6RMP1C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6RMP1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6RMP1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6RMP1C .row {
  flex-direction: row-reverse;
}
.cid-uIJC6S7npO .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6S7npO img {
  border-radius: 0rem !important;
}
.cid-uIJC6SqJ4j {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6SqJ4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6SqJ4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6SqJ4j .row {
  justify-content: space-between;
}
.cid-uIJC6SqJ4j .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6SqJ4j .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6SqJ4j .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6SqJ4j .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6SqJ4j .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6SqJ4j .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6SqJ4j .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6SqJ4j .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6SqJ4j .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6SqJ4j .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6SqJ4j .mbr-section-title {
  color: #000000;
}
.cid-uIJC6SqJ4j .mbr-desc {
  color: #000000;
}
.cid-uIJC6SqJ4j .mbr-text {
  color: #000000;
}
.cid-uIJC6SqJ4j .mbr-section-title,
.cid-uIJC6SqJ4j .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6SM5rg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6SM5rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6SM5rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6SM5rg .row {
  flex-direction: row-reverse;
}
.cid-uIJC6T7SXn {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6T7SXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6T7SXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6T7SXn .row {
  justify-content: space-between;
}
.cid-uIJC6T7SXn .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6T7SXn .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6T7SXn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6T7SXn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6T7SXn .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6T7SXn .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6T7SXn .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6T7SXn .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6T7SXn .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6T7SXn .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6T7SXn .mbr-section-title {
  color: #000000;
}
.cid-uIJC6T7SXn .mbr-desc {
  color: #000000;
}
.cid-uIJC6T7SXn .mbr-text {
  color: #000000;
}
.cid-uIJC6T7SXn .mbr-section-title,
.cid-uIJC6T7SXn .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6TutEY .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6TO99J {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6TO99J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6TO99J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6TO99J .row {
  justify-content: space-between;
}
.cid-uIJC6TO99J .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6TO99J .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6TO99J .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6TO99J .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6TO99J .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6TO99J .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6TO99J .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6TO99J .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6TO99J .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6TO99J .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6TO99J .mbr-section-title {
  color: #000000;
}
.cid-uIJC6TO99J .mbr-desc {
  color: #000000;
}
.cid-uIJC6TO99J .mbr-text {
  color: #000000;
}
.cid-uIJC6TO99J .mbr-section-title,
.cid-uIJC6TO99J .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6Udp9y .mbr-section {
  border: 0px !important;
}
.cid-uIJC6Udp9y .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6Udp9y img {
  border-radius: 0rem !important;
}
.cid-uIJC6Ux2D9 .mbr-section {
  border: 0px !important;
}
.cid-uIJC6Ux2D9 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6Ux2D9 img {
  border-radius: 0rem !important;
}
.cid-uIJC6URgA5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJC6URgA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6URgA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6URgA5 .row {
  justify-content: space-between;
}
.cid-uIJC6URgA5 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6URgA5 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6URgA5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6URgA5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6URgA5 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6URgA5 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6URgA5 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6URgA5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6URgA5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6URgA5 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6URgA5 .mbr-section-title {
  color: #000000;
}
.cid-uIJC6URgA5 .mbr-desc {
  color: #000000;
}
.cid-uIJC6URgA5 .mbr-text {
  color: #000000;
}
.cid-uIJC6URgA5 .mbr-section-title,
.cid-uIJC6URgA5 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6VkHFK .mbr-section {
  border: 0px !important;
}
.cid-uIJC6VkHFK .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6VkHFK img {
  border-radius: 0rem !important;
}
.cid-uIJC6VFyJz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6VFyJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6VFyJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6VFyJz .row {
  justify-content: space-between;
}
.cid-uIJC6VFyJz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6VFyJz .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6VFyJz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6VFyJz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6VFyJz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6VFyJz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6VFyJz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6VFyJz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6VFyJz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6VFyJz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6VFyJz .mbr-section-title {
  color: #000000;
}
.cid-uIJC6VFyJz .mbr-desc {
  color: #000000;
}
.cid-uIJC6VFyJz .mbr-text {
  color: #000000;
}
.cid-uIJC6VFyJz .mbr-section-title,
.cid-uIJC6VFyJz .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6W6QJm .mbr-section {
  border: 0px !important;
}
.cid-uIJC6W6QJm .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJC6W6QJm img {
  border-radius: 0rem !important;
}
.cid-uIJC6Wr8Rt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6Wr8Rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6Wr8Rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6Wr8Rt .row {
  align-items: flex-end;
}
.cid-uIJC6Wr8Rt .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJC6Wr8Rt .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJC6Wr8Rt img,
.cid-uIJC6Wr8Rt .item-img {
  width: 100%;
}
.cid-uIJC6Wr8Rt H5 {
  color: #291f1e;
}
.cid-uIJC6Wr8Rt .mbr-text,
.cid-uIJC6Wr8Rt .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJC6WSv9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJC6WSv9h .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJC6WSv9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6WSv9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6WSv9h .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJC6WSv9h .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6WSv9h .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6WSv9h .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJC6WSv9h .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJC6WSv9h .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJC6Xjjab {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJC6Xjjab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6Xjjab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6Xjjab .row {
  justify-content: space-between;
}
.cid-uIJC6Xjjab .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJC6Xjjab .content-wrapper {
    padding: 0;
  }
}
.cid-uIJC6Xjjab .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6Xjjab .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJC6Xjjab .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJC6Xjjab .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJC6Xjjab .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJC6Xjjab .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJC6Xjjab .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJC6Xjjab .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJC6Xjjab .mbr-section-title {
  color: #000000;
}
.cid-uIJC6Xjjab .mbr-desc {
  color: #000000;
}
.cid-uIJC6Xjjab .mbr-text {
  color: #000000;
}
.cid-uIJC6Xjjab .mbr-section-title,
.cid-uIJC6Xjjab .mbr-section-btn {
  color: #e30000;
}
.cid-uIJC6XITEt {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJC6XITEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6XITEt .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-uIJC6XITEt .container {
    padding: 0 20px;
  }
}
.cid-uIJC6XITEt .row {
  justify-content: space-between;
}
.cid-uIJC6XITEt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJC6XITEt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJC6XITEt .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJC6XITEt .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJC6XITEt .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJC6XITEt b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJC6XITEt b {
    line-height: 2rem !important;
  }
}
.cid-uIJC6XITEt .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJC6Y6qpf {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJC6Y6qpf .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJC6Y6qpf {
    background-position: right;
  }
}
.cid-uIJC6Y6qpf input,
.cid-uIJC6Y6qpf textarea {
  border-radius: 0;
}
.cid-uIJC6Y6qpf input:hover,
.cid-uIJC6Y6qpf textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJC6Y6qpf .row {
  justify-content: flex-end;
}
.cid-uIJC6Y6qpf textarea {
  min-height: 200px;
}
.cid-uIJC6Y6qpf .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJC6Y6qpf .col-auto {
    margin: auto;
  }
}
.cid-uIJC6Y6qpf .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJC6Y6qpf .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJC6Y6qpf .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJC6Y6qpf .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJC6Y6qpf .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJC6Y6qpf .btn {
  padding: 1rem 3rem;
}
.cid-uIJC6Y6qpf .form-control,
.cid-uIJC6Y6qpf .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJC6Y6qpf .form-control::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .form-control::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJC6Y6qpf .form-control:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:-moz-placeholder,
.cid-uIJC6Y6qpf .form-control:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJC6Y6qpf .form-control:hover,
.cid-uIJC6Y6qpf .field-input:hover,
.cid-uIJC6Y6qpf .form-control:focus,
.cid-uIJC6Y6qpf .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJC6Y6qpf .form-control:hover::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input:hover::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .form-control:focus::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input:focus::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .form-control:hover::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input:hover::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .form-control:focus::-webkit-input-placeholder,
.cid-uIJC6Y6qpf .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJC6Y6qpf .form-control:hover:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:hover:-moz-placeholder,
.cid-uIJC6Y6qpf .form-control:focus:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:focus:-moz-placeholder,
.cid-uIJC6Y6qpf .form-control:hover:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:hover:-moz-placeholder,
.cid-uIJC6Y6qpf .form-control:focus:-moz-placeholder,
.cid-uIJC6Y6qpf .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJC6Y6qpf .jq-number__spin:hover,
.cid-uIJC6Y6qpf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJC6Y6qpf .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJC6Y6qpf .jq-selectbox li,
.cid-uIJC6Y6qpf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJC6Y6qpf .jq-selectbox li:hover,
.cid-uIJC6Y6qpf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJC6Y6qpf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJC6Y6qpf .jq-number__spin.minus:hover:after,
.cid-uIJC6Y6qpf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJC6Y6qpf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJC6Y6qpf .jq-number__spin.minus:after,
.cid-uIJC6Y6qpf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJC6Y6qpf .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJC6Y6qpf .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJC6Y6qpf .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJC6Y6qpf b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJC6Y6qpf .soc-link,
.cid-uIJC6Y6qpf .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJC6YHUzQ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJC6YHUzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJC6YHUzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJC6YHUzQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJC6YHUzQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .container {
    padding: 0 20px;
  }
}
.cid-uIJC6YHUzQ .row {
  justify-content: center;
}
.cid-uIJC6YHUzQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJC6YHUzQ .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJC6YHUzQ .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJC6YHUzQ .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJC6YHUzQ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJC6YHUzQ .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJC6YHUzQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJC6YHUzQ .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJC6YHUzQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJC6YHUzQ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJC6YHUzQ .nav-wrapper .list .item-wrap:hover,
.cid-uIJC6YHUzQ .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJC6YHUzQ .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJC6YHUzQ .mbr-text {
  color: #000000;
}
.cid-uIJC6YHUzQ .mbr-list-title {
  color: #002b56;
}
.cid-uIJC6YHUzQ b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJC6YHUzQ .list {
  color: #9a9a9a;
}
.cid-uIJC6YHUzQ .list,
.cid-uIJC6YHUzQ .item-wrap,
.cid-uIJC6YHUzQ .contacts-wrapper {
  color: #006a00;
}
.cid-uIJC6YHUzQ .mbr-text,
.cid-uIJC6YHUzQ .text-wrap,
.cid-uIJC6YHUzQ .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJC6YHUzQ .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyS9xu.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyS9xu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyS9xu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyS9xu .modal-content,
.cid-vahEGyS9xu .modal-dialog {
  height: auto;
}
.cid-vahEGyS9xu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyS9xu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyS9xu .form-wrapper .mbr-form .form-group,
  .cid-vahEGyS9xu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyS9xu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyS9xu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyS9xu .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyS9xu .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyS9xu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyS9xu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyS9xu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyS9xu .modal-open {
  overflow: hidden;
}
.cid-vahEGyS9xu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyS9xu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyS9xu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyS9xu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyS9xu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyS9xu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyS9xu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyS9xu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyS9xu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyS9xu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyS9xu .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyS9xu .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyS9xu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyS9xu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS9xu .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyS9xu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyS9xu .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyS9xu .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyS9xu .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyS9xu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyS9xu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyS9xu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS9xu .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyS9xu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyS9xu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyS9xu .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyS9xu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyS9xu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyS9xu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyS9xu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyS9xu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyS9xu .modal-lg,
  .cid-vahEGyS9xu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyS9xu .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyS9xu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyS9xu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyS9xu .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyS9xu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyS9xu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyS9xu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyS9xu .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyS9xu .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyS9xu .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyS9xu .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyS9xu .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyS9xu .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyS9xu .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyS9xu .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyS9xu .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJCeDsU2F {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJCeDsU2F .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJCeDsU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJCeDsU2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJCeDsU2F .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJCeDsU2F .menu_box .navbar.opened,
  .cid-uIJCeDsU2F .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJCeDsU2F nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJCeDsU2F .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJCeDsU2F .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJCeDsU2F .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJCeDsU2F .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJCeDsU2F .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJCeDsU2F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJCeDsU2F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJCeDsU2F .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJCeDsU2F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJCeDsU2F .offcanvas-body .mbr-text,
  .cid-uIJCeDsU2F .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJCeDsU2F .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJCeDsU2F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJCeDsU2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCeDsU2F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJCeDsU2F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJCeDsU2F li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJCeDsU2F .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJCeDsU2F .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJCeDsU2F ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJCeDsU2F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJCeDsU2F .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJCeDsU2F .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJCeDsU2F .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCeDsU2F .nav-item .nav-link:hover::before,
.cid-uIJCeDsU2F .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJCeDsU2F .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJCeDsU2F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJCeDsU2F .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCeDsU2F .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJCeDsU2F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJCeDsU2F .offcanvas_box {
    display: none;
  }
}
.cid-uIJCeDsU2F .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJCeDsU2F .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJCeDsU2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJCeDsU2F .container {
  display: flex;
  margin: auto;
}
.cid-uIJCeDsU2F .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJCeDsU2F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJCeDsU2F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJCeDsU2F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJCeDsU2F .navbar-nav {
    margin: 0;
  }
}
.cid-uIJCeDsU2F .dropdown-menu,
.cid-uIJCeDsU2F .navbar.opened {
  background-color: true !important;
}
.cid-uIJCeDsU2F .nav-item:focus,
.cid-uIJCeDsU2F .nav-link:focus {
  outline: none;
}
.cid-uIJCeDsU2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJCeDsU2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJCeDsU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJCeDsU2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJCeDsU2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJCeDsU2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJCeDsU2F .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJCeDsU2F .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJCeDsU2F .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJCeDsU2F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJCeDsU2F .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJCeDsU2F .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJCeDsU2F .navbar.collapsed {
  justify-content: center;
}
.cid-uIJCeDsU2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJCeDsU2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJCeDsU2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJCeDsU2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJCeDsU2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJCeDsU2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJCeDsU2F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJCeDsU2F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJCeDsU2F .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJCeDsU2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJCeDsU2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJCeDsU2F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJCeDsU2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJCeDsU2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJCeDsU2F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJCeDsU2F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJCeDsU2F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJCeDsU2F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJCeDsU2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJCeDsU2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJCeDsU2F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJCeDsU2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJCeDsU2F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJCeDsU2F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJCeDsU2F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJCeDsU2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJCeDsU2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJCeDsU2F .dropdown-item.active,
.cid-uIJCeDsU2F .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJCeDsU2F .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJCeDsU2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJCeDsU2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJCeDsU2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJCeDsU2F ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJCeDsU2F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJCeDsU2F button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJCeDsU2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJCeDsU2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJCeDsU2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCeDsU2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCeDsU2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJCeDsU2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCeDsU2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJCeDsU2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJCeDsU2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCeDsU2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJCeDsU2F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJCeDsU2F .navbar {
    height: 70px;
  }
  .cid-uIJCeDsU2F .navbar.opened {
    height: auto;
  }
  .cid-uIJCeDsU2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJCeDsU2F .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJCeDsU2F .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJCeDsU2F .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJCeDsU2F .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJCeDsU2F .text_widget {
  margin-bottom: 32px;
}
.cid-uIJCeDsU2F .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJCeDsU2F .text_widget a:hover,
.cid-uIJCeDsU2F .text_widget a:focus {
  opacity: .8;
}
.cid-uIJCeDsU2F .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJCeDsU2F .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJCeDsU2F .navbar-caption {
  color: #000000;
}
.cid-uIJCeDsU2F .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJCeDsU2F .mbr-section-subtitle,
.cid-uIJCeDsU2F .text_widget,
.cid-uIJCeDsU2F .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJCeDsU2F a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJCeDsU2F .navbar-collapse {
  align-items: center;
}
.cid-uIJCeEDn6V {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCeEDn6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeEDn6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeEDn6V .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCeEDn6V .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeEDn6V .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJCeEDn6V .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJCeEDn6V .container {
    padding: 0 20px;
  }
}
.cid-uIJCeEDn6V .row {
  height: 100%;
}
.cid-uIJCeEDn6V .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCeEDn6V .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJCeEDn6V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJCeEDn6V .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCeEDn6V .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeEDn6V .mbr-section-title {
  color: #ffffff;
}
.cid-uIJCeEDn6V .mbr-desc {
  color: #feff00;
}
.cid-uIJCeF4q12 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeF4q12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeF4q12 .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-uIJCeF4q12 .container {
    padding: 0 20px;
  }
}
.cid-uIJCeF4q12 .row {
  justify-content: space-between;
}
.cid-uIJCeF4q12 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCeF4q12 .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCeF4q12 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJCeF4q12 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCeF4q12 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJCeF4q12 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJCeF4q12 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJCeF4q12 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJCeF4q12 .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJCeF4q12 .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCeF4q12 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCeF4q12 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCeF4q12 b {
    line-height: 2rem !important;
  }
}
.cid-uIJCeF4q12 .mbr-link {
  color: #000000;
}
.cid-uIJCeF4q12 .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJCeF4q12 .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJCeF4q12 .mbr-text {
  color: #336699;
}
.cid-uIJCeF4q12 .mbr-link,
.cid-uIJCeF4q12 .link-wrapper {
  color: #00e000;
}
.cid-uIJCeFs3Lu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeFs3Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeFs3Lu .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-uIJCeFs3Lu .container {
    padding: 0 20px;
  }
}
.cid-uIJCeFs3Lu .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJCeFs3Lu .row .card {
  padding: 0 0px;
}
.cid-uIJCeFs3Lu .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJCeFs3Lu .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeFs3Lu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJCeFs3Lu .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCeFs3Lu .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJCeFs3Lu .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJCeFs3Lu .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJCeFs3Lu .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJCeFs3Lu .mbr-section-title {
  color: #000000;
}
.cid-uIJCeFs3Lu .card-number {
  color: #9a9a9a;
}
.cid-uIJCeFs3Lu .card-title {
  color: #0b3e71;
}
.cid-uIJCeFs3Lu .card-text {
  color: #0b3e71;
}
.cid-uIJCeFs3Lu .mbr-section-title,
.cid-uIJCeFs3Lu .title-wrapper {
  color: #0b3e71;
}
.cid-uIJCeFWK7Y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeFWK7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeFWK7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeFWK7Y .row {
  flex-direction: row-reverse;
}
.cid-uIJCeGhQNq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeGhQNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeGhQNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeGhQNq .row {
  justify-content: space-between;
}
.cid-uIJCeGhQNq .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeGhQNq .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeGhQNq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeGhQNq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeGhQNq .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeGhQNq .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeGhQNq .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeGhQNq .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeGhQNq .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeGhQNq .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeGhQNq .mbr-section-title {
  color: #000000;
}
.cid-uIJCeGhQNq .mbr-desc {
  color: #000000;
}
.cid-uIJCeGhQNq .mbr-text {
  color: #000000;
}
.cid-uIJCeGhQNq .mbr-section-title,
.cid-uIJCeGhQNq .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeGC4ot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeGC4ot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeGC4ot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeGC4ot .row {
  flex-direction: row-reverse;
}
.cid-uIJCeGX4dK .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeGX4dK img {
  border-radius: 0rem !important;
}
.cid-uIJCeHfgD0 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeHfgD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeHfgD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeHfgD0 .row {
  justify-content: space-between;
}
.cid-uIJCeHfgD0 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeHfgD0 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeHfgD0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeHfgD0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeHfgD0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeHfgD0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeHfgD0 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeHfgD0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeHfgD0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeHfgD0 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeHfgD0 .mbr-section-title {
  color: #000000;
}
.cid-uIJCeHfgD0 .mbr-desc {
  color: #000000;
}
.cid-uIJCeHfgD0 .mbr-text {
  color: #000000;
}
.cid-uIJCeHfgD0 .mbr-section-title,
.cid-uIJCeHfgD0 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeHC13z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeHC13z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeHC13z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeHC13z .row {
  flex-direction: row-reverse;
}
.cid-uIJCeI6L0Y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeI6L0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeI6L0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeI6L0Y .row {
  justify-content: space-between;
}
.cid-uIJCeI6L0Y .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeI6L0Y .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeI6L0Y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeI6L0Y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeI6L0Y .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeI6L0Y .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeI6L0Y .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeI6L0Y .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeI6L0Y .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeI6L0Y .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeI6L0Y .mbr-section-title {
  color: #000000;
}
.cid-uIJCeI6L0Y .mbr-desc {
  color: #000000;
}
.cid-uIJCeI6L0Y .mbr-text {
  color: #000000;
}
.cid-uIJCeI6L0Y .mbr-section-title,
.cid-uIJCeI6L0Y .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeIxKKh .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeIRGGW {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeIRGGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeIRGGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeIRGGW .row {
  justify-content: space-between;
}
.cid-uIJCeIRGGW .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeIRGGW .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeIRGGW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeIRGGW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeIRGGW .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeIRGGW .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeIRGGW .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeIRGGW .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeIRGGW .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeIRGGW .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeIRGGW .mbr-section-title {
  color: #000000;
}
.cid-uIJCeIRGGW .mbr-desc {
  color: #000000;
}
.cid-uIJCeIRGGW .mbr-text {
  color: #000000;
}
.cid-uIJCeIRGGW .mbr-section-title,
.cid-uIJCeIRGGW .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeJhUOc .mbr-section {
  border: 0px !important;
}
.cid-uIJCeJhUOc .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeJhUOc img {
  border-radius: 0rem !important;
}
.cid-uIJCeJAuPo .mbr-section {
  border: 0px !important;
}
.cid-uIJCeJAuPo .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeJAuPo img {
  border-radius: 0rem !important;
}
.cid-uIJCeJTgt3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCeJTgt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeJTgt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeJTgt3 .row {
  justify-content: space-between;
}
.cid-uIJCeJTgt3 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeJTgt3 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeJTgt3 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeJTgt3 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeJTgt3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeJTgt3 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeJTgt3 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeJTgt3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeJTgt3 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeJTgt3 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeJTgt3 .mbr-section-title {
  color: #000000;
}
.cid-uIJCeJTgt3 .mbr-desc {
  color: #000000;
}
.cid-uIJCeJTgt3 .mbr-text {
  color: #000000;
}
.cid-uIJCeJTgt3 .mbr-section-title,
.cid-uIJCeJTgt3 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeKhaZA .mbr-section {
  border: 0px !important;
}
.cid-uIJCeKhaZA .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeKhaZA img {
  border-radius: 0rem !important;
}
.cid-uIJCeKCoMz {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeKCoMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeKCoMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeKCoMz .row {
  justify-content: space-between;
}
.cid-uIJCeKCoMz .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeKCoMz .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeKCoMz .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeKCoMz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeKCoMz .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeKCoMz .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeKCoMz .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeKCoMz .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeKCoMz .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeKCoMz .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeKCoMz .mbr-section-title {
  color: #000000;
}
.cid-uIJCeKCoMz .mbr-desc {
  color: #000000;
}
.cid-uIJCeKCoMz .mbr-text {
  color: #000000;
}
.cid-uIJCeKCoMz .mbr-section-title,
.cid-uIJCeKCoMz .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeL0t40 .mbr-section {
  border: 0px !important;
}
.cid-uIJCeL0t40 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCeL0t40 img {
  border-radius: 0rem !important;
}
.cid-uIJCeLknJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeLknJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeLknJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeLknJ0 .row {
  align-items: flex-end;
}
.cid-uIJCeLknJ0 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJCeLknJ0 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJCeLknJ0 img,
.cid-uIJCeLknJ0 .item-img {
  width: 100%;
}
.cid-uIJCeLknJ0 H5 {
  color: #291f1e;
}
.cid-uIJCeLknJ0 .mbr-text,
.cid-uIJCeLknJ0 .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJCeLJRgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJCeLJRgY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJCeLJRgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeLJRgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeLJRgY .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJCeLJRgY .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeLJRgY .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeLJRgY .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJCeLJRgY .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCeLJRgY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJCeM9QUw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCeM9QUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeM9QUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeM9QUw .row {
  justify-content: space-between;
}
.cid-uIJCeM9QUw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCeM9QUw .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCeM9QUw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeM9QUw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCeM9QUw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCeM9QUw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCeM9QUw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCeM9QUw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCeM9QUw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCeM9QUw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCeM9QUw .mbr-section-title {
  color: #000000;
}
.cid-uIJCeM9QUw .mbr-desc {
  color: #000000;
}
.cid-uIJCeM9QUw .mbr-text {
  color: #000000;
}
.cid-uIJCeM9QUw .mbr-section-title,
.cid-uIJCeM9QUw .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCeMxRsQ {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJCeMxRsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeMxRsQ .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-uIJCeMxRsQ .container {
    padding: 0 20px;
  }
}
.cid-uIJCeMxRsQ .row {
  justify-content: space-between;
}
.cid-uIJCeMxRsQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJCeMxRsQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJCeMxRsQ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJCeMxRsQ .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCeMxRsQ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCeMxRsQ b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCeMxRsQ b {
    line-height: 2rem !important;
  }
}
.cid-uIJCeMxRsQ .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJCeMXlFt {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJCeMXlFt .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJCeMXlFt {
    background-position: right;
  }
}
.cid-uIJCeMXlFt input,
.cid-uIJCeMXlFt textarea {
  border-radius: 0;
}
.cid-uIJCeMXlFt input:hover,
.cid-uIJCeMXlFt textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJCeMXlFt .row {
  justify-content: flex-end;
}
.cid-uIJCeMXlFt textarea {
  min-height: 200px;
}
.cid-uIJCeMXlFt .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJCeMXlFt .col-auto {
    margin: auto;
  }
}
.cid-uIJCeMXlFt .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJCeMXlFt .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJCeMXlFt .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJCeMXlFt .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJCeMXlFt .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJCeMXlFt .btn {
  padding: 1rem 3rem;
}
.cid-uIJCeMXlFt .form-control,
.cid-uIJCeMXlFt .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCeMXlFt .form-control::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input::-webkit-input-placeholder,
.cid-uIJCeMXlFt .form-control::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCeMXlFt .form-control:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:-moz-placeholder,
.cid-uIJCeMXlFt .form-control:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCeMXlFt .form-control:hover,
.cid-uIJCeMXlFt .field-input:hover,
.cid-uIJCeMXlFt .form-control:focus,
.cid-uIJCeMXlFt .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJCeMXlFt .form-control:hover::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input:hover::-webkit-input-placeholder,
.cid-uIJCeMXlFt .form-control:focus::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input:focus::-webkit-input-placeholder,
.cid-uIJCeMXlFt .form-control:hover::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input:hover::-webkit-input-placeholder,
.cid-uIJCeMXlFt .form-control:focus::-webkit-input-placeholder,
.cid-uIJCeMXlFt .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCeMXlFt .form-control:hover:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:hover:-moz-placeholder,
.cid-uIJCeMXlFt .form-control:focus:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:focus:-moz-placeholder,
.cid-uIJCeMXlFt .form-control:hover:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:hover:-moz-placeholder,
.cid-uIJCeMXlFt .form-control:focus:-moz-placeholder,
.cid-uIJCeMXlFt .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCeMXlFt .jq-number__spin:hover,
.cid-uIJCeMXlFt .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJCeMXlFt .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCeMXlFt .jq-selectbox li,
.cid-uIJCeMXlFt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCeMXlFt .jq-selectbox li:hover,
.cid-uIJCeMXlFt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCeMXlFt .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJCeMXlFt .jq-number__spin.minus:hover:after,
.cid-uIJCeMXlFt .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCeMXlFt .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJCeMXlFt .jq-number__spin.minus:after,
.cid-uIJCeMXlFt .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCeMXlFt .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJCeMXlFt .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCeMXlFt .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCeMXlFt b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJCeMXlFt .soc-link,
.cid-uIJCeMXlFt .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJCeNtHkl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJCeNtHkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCeNtHkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCeNtHkl .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCeNtHkl .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .container {
    padding: 0 20px;
  }
}
.cid-uIJCeNtHkl .row {
  justify-content: center;
}
.cid-uIJCeNtHkl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJCeNtHkl .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCeNtHkl .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJCeNtHkl .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJCeNtHkl .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJCeNtHkl .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCeNtHkl .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCeNtHkl .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJCeNtHkl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJCeNtHkl .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCeNtHkl .nav-wrapper .list .item-wrap:hover,
.cid-uIJCeNtHkl .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJCeNtHkl .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJCeNtHkl .mbr-text {
  color: #000000;
}
.cid-uIJCeNtHkl .mbr-list-title {
  color: #002b56;
}
.cid-uIJCeNtHkl b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJCeNtHkl .list {
  color: #9a9a9a;
}
.cid-uIJCeNtHkl .list,
.cid-uIJCeNtHkl .item-wrap,
.cid-uIJCeNtHkl .contacts-wrapper {
  color: #006a00;
}
.cid-uIJCeNtHkl .mbr-text,
.cid-uIJCeNtHkl .text-wrap,
.cid-uIJCeNtHkl .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJCeNtHkl .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTRQb.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTRQb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTRQb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTRQb .modal-content,
.cid-vahEGyTRQb .modal-dialog {
  height: auto;
}
.cid-vahEGyTRQb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTRQb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTRQb .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTRQb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTRQb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTRQb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTRQb .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTRQb .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTRQb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTRQb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTRQb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTRQb .modal-open {
  overflow: hidden;
}
.cid-vahEGyTRQb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTRQb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTRQb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTRQb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTRQb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTRQb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTRQb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTRQb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTRQb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTRQb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTRQb .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTRQb .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTRQb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTRQb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTRQb .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTRQb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTRQb .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTRQb .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTRQb .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTRQb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTRQb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTRQb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTRQb .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTRQb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTRQb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTRQb .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTRQb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTRQb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTRQb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTRQb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTRQb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTRQb .modal-lg,
  .cid-vahEGyTRQb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTRQb .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTRQb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTRQb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTRQb .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTRQb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTRQb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTRQb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTRQb .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTRQb .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTRQb .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTRQb .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTRQb .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTRQb .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTRQb .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTRQb .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTRQb .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJCt5FXII {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJCt5FXII .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJCt5FXII .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJCt5FXII .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJCt5FXII .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJCt5FXII .menu_box .navbar.opened,
  .cid-uIJCt5FXII .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJCt5FXII nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJCt5FXII .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJCt5FXII .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJCt5FXII .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJCt5FXII .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJCt5FXII .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJCt5FXII .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJCt5FXII .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJCt5FXII .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJCt5FXII .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJCt5FXII .offcanvas-body .mbr-text,
  .cid-uIJCt5FXII .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJCt5FXII .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJCt5FXII .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJCt5FXII .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCt5FXII .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJCt5FXII .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJCt5FXII li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJCt5FXII .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJCt5FXII .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJCt5FXII ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJCt5FXII .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJCt5FXII .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJCt5FXII .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJCt5FXII .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCt5FXII .nav-item .nav-link:hover::before,
.cid-uIJCt5FXII .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJCt5FXII .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJCt5FXII .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJCt5FXII .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCt5FXII .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJCt5FXII .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJCt5FXII .offcanvas_box {
    display: none;
  }
}
.cid-uIJCt5FXII .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJCt5FXII .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJCt5FXII .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJCt5FXII .container {
  display: flex;
  margin: auto;
}
.cid-uIJCt5FXII .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJCt5FXII .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJCt5FXII .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJCt5FXII .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJCt5FXII .navbar-nav {
    margin: 0;
  }
}
.cid-uIJCt5FXII .dropdown-menu,
.cid-uIJCt5FXII .navbar.opened {
  background-color: true !important;
}
.cid-uIJCt5FXII .nav-item:focus,
.cid-uIJCt5FXII .nav-link:focus {
  outline: none;
}
.cid-uIJCt5FXII .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJCt5FXII .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJCt5FXII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJCt5FXII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJCt5FXII .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJCt5FXII .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJCt5FXII .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJCt5FXII .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJCt5FXII .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJCt5FXII .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJCt5FXII .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJCt5FXII .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJCt5FXII .navbar.collapsed {
  justify-content: center;
}
.cid-uIJCt5FXII .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJCt5FXII .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJCt5FXII .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJCt5FXII .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJCt5FXII .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJCt5FXII .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJCt5FXII .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJCt5FXII .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJCt5FXII .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJCt5FXII .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJCt5FXII .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJCt5FXII .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJCt5FXII .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJCt5FXII .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJCt5FXII .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJCt5FXII .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJCt5FXII .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJCt5FXII .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJCt5FXII .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJCt5FXII .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJCt5FXII .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJCt5FXII .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJCt5FXII .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJCt5FXII .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJCt5FXII .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJCt5FXII .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJCt5FXII .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJCt5FXII .dropdown-item.active,
.cid-uIJCt5FXII .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJCt5FXII .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJCt5FXII .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJCt5FXII .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJCt5FXII .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJCt5FXII ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJCt5FXII .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJCt5FXII button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJCt5FXII button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJCt5FXII button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJCt5FXII button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCt5FXII button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCt5FXII button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJCt5FXII nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCt5FXII nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJCt5FXII nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJCt5FXII nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCt5FXII a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJCt5FXII .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJCt5FXII .navbar {
    height: 70px;
  }
  .cid-uIJCt5FXII .navbar.opened {
    height: auto;
  }
  .cid-uIJCt5FXII .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJCt5FXII .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJCt5FXII .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJCt5FXII .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJCt5FXII .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJCt5FXII .text_widget {
  margin-bottom: 32px;
}
.cid-uIJCt5FXII .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJCt5FXII .text_widget a:hover,
.cid-uIJCt5FXII .text_widget a:focus {
  opacity: .8;
}
.cid-uIJCt5FXII .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJCt5FXII .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJCt5FXII .navbar-caption {
  color: #000000;
}
.cid-uIJCt5FXII .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJCt5FXII .mbr-section-subtitle,
.cid-uIJCt5FXII .text_widget,
.cid-uIJCt5FXII .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJCt5FXII a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJCt5FXII .navbar-collapse {
  align-items: center;
}
.cid-uIJCt6J7Bs {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCt6J7Bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt6J7Bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt6J7Bs .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCt6J7Bs .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCt6J7Bs .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJCt6J7Bs .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJCt6J7Bs .container {
    padding: 0 20px;
  }
}
.cid-uIJCt6J7Bs .row {
  height: 100%;
}
.cid-uIJCt6J7Bs .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCt6J7Bs .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJCt6J7Bs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJCt6J7Bs .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCt6J7Bs .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCt6J7Bs .mbr-section-title {
  color: #ffffff;
}
.cid-uIJCt6J7Bs .mbr-desc {
  color: #feff00;
}
.cid-uIJCt76VoE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCt76VoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt76VoE .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-uIJCt76VoE .container {
    padding: 0 20px;
  }
}
.cid-uIJCt76VoE .row {
  justify-content: space-between;
}
.cid-uIJCt76VoE .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCt76VoE .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJCt76VoE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCt76VoE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJCt76VoE .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJCt76VoE .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJCt76VoE .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJCt76VoE .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJCt76VoE .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCt76VoE .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJCt76VoE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJCt76VoE .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJCt76VoE .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJCt76VoE .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJCt76VoE .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCt76VoE .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCt76VoE b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCt76VoE b {
    line-height: 2rem !important;
  }
}
.cid-uIJCt76VoE .mbr-link {
  color: #000000;
}
.cid-uIJCt76VoE .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJCt76VoE .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJCt76VoE .mbr-text {
  color: #336699;
}
.cid-uIJCt76VoE .mbr-link,
.cid-uIJCt76VoE .link-wrapper {
  color: #00e000;
}
.cid-uIJCt7rMnu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCt7rMnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt7rMnu .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-uIJCt7rMnu .container {
    padding: 0 20px;
  }
}
.cid-uIJCt7rMnu .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJCt7rMnu .row .card {
  padding: 0 0px;
}
.cid-uIJCt7rMnu .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJCt7rMnu .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCt7rMnu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJCt7rMnu .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCt7rMnu .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJCt7rMnu .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJCt7rMnu .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJCt7rMnu .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJCt7rMnu .mbr-section-title {
  color: #000000;
}
.cid-uIJCt7rMnu .card-number {
  color: #9a9a9a;
}
.cid-uIJCt7rMnu .card-title {
  color: #0b3e71;
}
.cid-uIJCt7rMnu .card-text {
  color: #0b3e71;
}
.cid-uIJCt7rMnu .mbr-section-title,
.cid-uIJCt7rMnu .title-wrapper {
  color: #0b3e71;
}
.cid-uIJCt7Qu47 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCt7Qu47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt7Qu47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt7Qu47 .row {
  flex-direction: row-reverse;
}
.cid-uIJCt8c2Hp {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCt8c2Hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt8c2Hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt8c2Hp .row {
  justify-content: space-between;
}
.cid-uIJCt8c2Hp .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCt8c2Hp .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCt8c2Hp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt8c2Hp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCt8c2Hp .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt8c2Hp .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCt8c2Hp .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCt8c2Hp .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCt8c2Hp .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCt8c2Hp .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCt8c2Hp .mbr-section-title {
  color: #000000;
}
.cid-uIJCt8c2Hp .mbr-desc {
  color: #000000;
}
.cid-uIJCt8c2Hp .mbr-text {
  color: #000000;
}
.cid-uIJCt8c2Hp .mbr-section-title,
.cid-uIJCt8c2Hp .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCt8xB2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCt8xB2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt8xB2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt8xB2D .row {
  flex-direction: row-reverse;
}
.cid-uIJCt8SMUU .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCt8SMUU img {
  border-radius: 0rem !important;
}
.cid-uIJCt9bHq6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCt9bHq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt9bHq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt9bHq6 .row {
  justify-content: space-between;
}
.cid-uIJCt9bHq6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCt9bHq6 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCt9bHq6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt9bHq6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCt9bHq6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt9bHq6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCt9bHq6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCt9bHq6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCt9bHq6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCt9bHq6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCt9bHq6 .mbr-section-title {
  color: #000000;
}
.cid-uIJCt9bHq6 .mbr-desc {
  color: #000000;
}
.cid-uIJCt9bHq6 .mbr-text {
  color: #000000;
}
.cid-uIJCt9bHq6 .mbr-section-title,
.cid-uIJCt9bHq6 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCt9xw9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCt9xw9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt9xw9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt9xw9J .row {
  flex-direction: row-reverse;
}
.cid-uIJCt9UNfS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCt9UNfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCt9UNfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCt9UNfS .row {
  justify-content: space-between;
}
.cid-uIJCt9UNfS .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCt9UNfS .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCt9UNfS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt9UNfS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCt9UNfS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCt9UNfS .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCt9UNfS .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCt9UNfS .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCt9UNfS .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCt9UNfS .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCt9UNfS .mbr-section-title {
  color: #000000;
}
.cid-uIJCt9UNfS .mbr-desc {
  color: #000000;
}
.cid-uIJCt9UNfS .mbr-text {
  color: #000000;
}
.cid-uIJCt9UNfS .mbr-section-title,
.cid-uIJCt9UNfS .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCtahmc7 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCtaANqR {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCtaANqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtaANqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtaANqR .row {
  justify-content: space-between;
}
.cid-uIJCtaANqR .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCtaANqR .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCtaANqR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtaANqR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCtaANqR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtaANqR .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCtaANqR .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCtaANqR .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCtaANqR .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCtaANqR .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCtaANqR .mbr-section-title {
  color: #000000;
}
.cid-uIJCtaANqR .mbr-desc {
  color: #000000;
}
.cid-uIJCtaANqR .mbr-text {
  color: #000000;
}
.cid-uIJCtaANqR .mbr-section-title,
.cid-uIJCtaANqR .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCtaYqzS .mbr-section {
  border: 0px !important;
}
.cid-uIJCtaYqzS .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCtaYqzS img {
  border-radius: 0rem !important;
}
.cid-uIJCtbiX84 .mbr-section {
  border: 0px !important;
}
.cid-uIJCtbiX84 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCtbiX84 img {
  border-radius: 0rem !important;
}
.cid-uIJCtbCVdE {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCtbCVdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtbCVdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtbCVdE .row {
  justify-content: space-between;
}
.cid-uIJCtbCVdE .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCtbCVdE .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCtbCVdE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtbCVdE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCtbCVdE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtbCVdE .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCtbCVdE .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCtbCVdE .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCtbCVdE .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCtbCVdE .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCtbCVdE .mbr-section-title {
  color: #000000;
}
.cid-uIJCtbCVdE .mbr-desc {
  color: #000000;
}
.cid-uIJCtbCVdE .mbr-text {
  color: #000000;
}
.cid-uIJCtbCVdE .mbr-section-title,
.cid-uIJCtbCVdE .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCtc0w6Y .mbr-section {
  border: 0px !important;
}
.cid-uIJCtc0w6Y .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCtc0w6Y img {
  border-radius: 0rem !important;
}
.cid-uIJCtcncOJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCtcncOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtcncOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtcncOJ .row {
  justify-content: space-between;
}
.cid-uIJCtcncOJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCtcncOJ .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCtcncOJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtcncOJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCtcncOJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtcncOJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCtcncOJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCtcncOJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCtcncOJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCtcncOJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCtcncOJ .mbr-section-title {
  color: #000000;
}
.cid-uIJCtcncOJ .mbr-desc {
  color: #000000;
}
.cid-uIJCtcncOJ .mbr-text {
  color: #000000;
}
.cid-uIJCtcncOJ .mbr-section-title,
.cid-uIJCtcncOJ .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCtcLWBN .mbr-section {
  border: 0px !important;
}
.cid-uIJCtcLWBN .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCtcLWBN img {
  border-radius: 0rem !important;
}
.cid-uIJCtd6qv2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCtd6qv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtd6qv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtd6qv2 .row {
  align-items: flex-end;
}
.cid-uIJCtd6qv2 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJCtd6qv2 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJCtd6qv2 img,
.cid-uIJCtd6qv2 .item-img {
  width: 100%;
}
.cid-uIJCtd6qv2 H5 {
  color: #291f1e;
}
.cid-uIJCtd6qv2 .mbr-text,
.cid-uIJCtd6qv2 .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJCtduKt2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJCtduKt2 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJCtduKt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtduKt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtduKt2 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJCtduKt2 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCtduKt2 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCtduKt2 .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJCtduKt2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCtduKt2 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJCtdUerS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCtdUerS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtdUerS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtdUerS .row {
  justify-content: space-between;
}
.cid-uIJCtdUerS .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCtdUerS .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCtdUerS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtdUerS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCtdUerS .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCtdUerS .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCtdUerS .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCtdUerS .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCtdUerS .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCtdUerS .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCtdUerS .mbr-section-title {
  color: #000000;
}
.cid-uIJCtdUerS .mbr-desc {
  color: #000000;
}
.cid-uIJCtdUerS .mbr-text {
  color: #000000;
}
.cid-uIJCtdUerS .mbr-section-title,
.cid-uIJCtdUerS .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCtejheI {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJCtejheI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtejheI .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-uIJCtejheI .container {
    padding: 0 20px;
  }
}
.cid-uIJCtejheI .row {
  justify-content: space-between;
}
.cid-uIJCtejheI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJCtejheI .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJCtejheI .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJCtejheI .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCtejheI .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCtejheI b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCtejheI b {
    line-height: 2rem !important;
  }
}
.cid-uIJCtejheI .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJCteKrfI {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJCteKrfI .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJCteKrfI {
    background-position: right;
  }
}
.cid-uIJCteKrfI input,
.cid-uIJCteKrfI textarea {
  border-radius: 0;
}
.cid-uIJCteKrfI input:hover,
.cid-uIJCteKrfI textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJCteKrfI .row {
  justify-content: flex-end;
}
.cid-uIJCteKrfI textarea {
  min-height: 200px;
}
.cid-uIJCteKrfI .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJCteKrfI .col-auto {
    margin: auto;
  }
}
.cid-uIJCteKrfI .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJCteKrfI .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJCteKrfI .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJCteKrfI .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJCteKrfI .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJCteKrfI .btn {
  padding: 1rem 3rem;
}
.cid-uIJCteKrfI .form-control,
.cid-uIJCteKrfI .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCteKrfI .form-control::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input::-webkit-input-placeholder,
.cid-uIJCteKrfI .form-control::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCteKrfI .form-control:-moz-placeholder,
.cid-uIJCteKrfI .field-input:-moz-placeholder,
.cid-uIJCteKrfI .form-control:-moz-placeholder,
.cid-uIJCteKrfI .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCteKrfI .form-control:hover,
.cid-uIJCteKrfI .field-input:hover,
.cid-uIJCteKrfI .form-control:focus,
.cid-uIJCteKrfI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJCteKrfI .form-control:hover::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input:hover::-webkit-input-placeholder,
.cid-uIJCteKrfI .form-control:focus::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input:focus::-webkit-input-placeholder,
.cid-uIJCteKrfI .form-control:hover::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input:hover::-webkit-input-placeholder,
.cid-uIJCteKrfI .form-control:focus::-webkit-input-placeholder,
.cid-uIJCteKrfI .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCteKrfI .form-control:hover:-moz-placeholder,
.cid-uIJCteKrfI .field-input:hover:-moz-placeholder,
.cid-uIJCteKrfI .form-control:focus:-moz-placeholder,
.cid-uIJCteKrfI .field-input:focus:-moz-placeholder,
.cid-uIJCteKrfI .form-control:hover:-moz-placeholder,
.cid-uIJCteKrfI .field-input:hover:-moz-placeholder,
.cid-uIJCteKrfI .form-control:focus:-moz-placeholder,
.cid-uIJCteKrfI .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCteKrfI .jq-number__spin:hover,
.cid-uIJCteKrfI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJCteKrfI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCteKrfI .jq-selectbox li,
.cid-uIJCteKrfI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCteKrfI .jq-selectbox li:hover,
.cid-uIJCteKrfI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCteKrfI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJCteKrfI .jq-number__spin.minus:hover:after,
.cid-uIJCteKrfI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCteKrfI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJCteKrfI .jq-number__spin.minus:after,
.cid-uIJCteKrfI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCteKrfI .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJCteKrfI .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCteKrfI .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCteKrfI b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJCteKrfI .soc-link,
.cid-uIJCteKrfI .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJCtffoLj {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJCtffoLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCtffoLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCtffoLj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCtffoLj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .container {
    padding: 0 20px;
  }
}
.cid-uIJCtffoLj .row {
  justify-content: center;
}
.cid-uIJCtffoLj .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJCtffoLj .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCtffoLj .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJCtffoLj .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJCtffoLj .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJCtffoLj .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCtffoLj .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCtffoLj .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJCtffoLj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJCtffoLj .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCtffoLj .nav-wrapper .list .item-wrap:hover,
.cid-uIJCtffoLj .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJCtffoLj .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJCtffoLj .mbr-text {
  color: #000000;
}
.cid-uIJCtffoLj .mbr-list-title {
  color: #002b56;
}
.cid-uIJCtffoLj b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJCtffoLj .list {
  color: #9a9a9a;
}
.cid-uIJCtffoLj .list,
.cid-uIJCtffoLj .item-wrap,
.cid-uIJCtffoLj .contacts-wrapper {
  color: #006a00;
}
.cid-uIJCtffoLj .mbr-text,
.cid-uIJCtffoLj .text-wrap,
.cid-uIJCtffoLj .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJCtffoLj .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTzPp.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTzPp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTzPp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTzPp .modal-content,
.cid-vahEGyTzPp .modal-dialog {
  height: auto;
}
.cid-vahEGyTzPp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTzPp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTzPp .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTzPp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTzPp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTzPp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTzPp .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTzPp .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTzPp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTzPp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTzPp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTzPp .modal-open {
  overflow: hidden;
}
.cid-vahEGyTzPp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTzPp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTzPp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTzPp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTzPp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTzPp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTzPp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTzPp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTzPp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTzPp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTzPp .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTzPp .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTzPp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTzPp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTzPp .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTzPp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTzPp .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTzPp .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTzPp .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTzPp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTzPp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTzPp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTzPp .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTzPp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTzPp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTzPp .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTzPp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTzPp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTzPp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTzPp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTzPp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTzPp .modal-lg,
  .cid-vahEGyTzPp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTzPp .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTzPp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTzPp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTzPp .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTzPp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTzPp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTzPp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTzPp .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTzPp .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTzPp .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTzPp .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTzPp .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTzPp .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTzPp .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTzPp .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTzPp .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJCCojbeC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJCCojbeC .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJCCojbeC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJCCojbeC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJCCojbeC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJCCojbeC .menu_box .navbar.opened,
  .cid-uIJCCojbeC .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJCCojbeC nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJCCojbeC .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJCCojbeC .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJCCojbeC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJCCojbeC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJCCojbeC .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJCCojbeC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJCCojbeC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJCCojbeC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJCCojbeC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJCCojbeC .offcanvas-body .mbr-text,
  .cid-uIJCCojbeC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJCCojbeC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJCCojbeC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJCCojbeC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCCojbeC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJCCojbeC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJCCojbeC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJCCojbeC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJCCojbeC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJCCojbeC ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJCCojbeC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJCCojbeC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJCCojbeC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJCCojbeC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCCojbeC .nav-item .nav-link:hover::before,
.cid-uIJCCojbeC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJCCojbeC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJCCojbeC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJCCojbeC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCCojbeC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJCCojbeC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJCCojbeC .offcanvas_box {
    display: none;
  }
}
.cid-uIJCCojbeC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJCCojbeC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJCCojbeC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJCCojbeC .container {
  display: flex;
  margin: auto;
}
.cid-uIJCCojbeC .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJCCojbeC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJCCojbeC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJCCojbeC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJCCojbeC .navbar-nav {
    margin: 0;
  }
}
.cid-uIJCCojbeC .dropdown-menu,
.cid-uIJCCojbeC .navbar.opened {
  background-color: true !important;
}
.cid-uIJCCojbeC .nav-item:focus,
.cid-uIJCCojbeC .nav-link:focus {
  outline: none;
}
.cid-uIJCCojbeC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJCCojbeC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJCCojbeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJCCojbeC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJCCojbeC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJCCojbeC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJCCojbeC .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJCCojbeC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJCCojbeC .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJCCojbeC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJCCojbeC .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJCCojbeC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJCCojbeC .navbar.collapsed {
  justify-content: center;
}
.cid-uIJCCojbeC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJCCojbeC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJCCojbeC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJCCojbeC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJCCojbeC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJCCojbeC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJCCojbeC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJCCojbeC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJCCojbeC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJCCojbeC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJCCojbeC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJCCojbeC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJCCojbeC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJCCojbeC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJCCojbeC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJCCojbeC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJCCojbeC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJCCojbeC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJCCojbeC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJCCojbeC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJCCojbeC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJCCojbeC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJCCojbeC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJCCojbeC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJCCojbeC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJCCojbeC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJCCojbeC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJCCojbeC .dropdown-item.active,
.cid-uIJCCojbeC .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJCCojbeC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJCCojbeC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJCCojbeC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJCCojbeC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJCCojbeC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJCCojbeC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJCCojbeC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJCCojbeC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJCCojbeC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJCCojbeC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCCojbeC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCCojbeC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJCCojbeC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCCojbeC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJCCojbeC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJCCojbeC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCCojbeC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJCCojbeC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJCCojbeC .navbar {
    height: 70px;
  }
  .cid-uIJCCojbeC .navbar.opened {
    height: auto;
  }
  .cid-uIJCCojbeC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJCCojbeC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJCCojbeC .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJCCojbeC .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJCCojbeC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJCCojbeC .text_widget {
  margin-bottom: 32px;
}
.cid-uIJCCojbeC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJCCojbeC .text_widget a:hover,
.cid-uIJCCojbeC .text_widget a:focus {
  opacity: .8;
}
.cid-uIJCCojbeC .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJCCojbeC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJCCojbeC .navbar-caption {
  color: #000000;
}
.cid-uIJCCojbeC .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJCCojbeC .mbr-section-subtitle,
.cid-uIJCCojbeC .text_widget,
.cid-uIJCCojbeC .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJCCojbeC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJCCojbeC .navbar-collapse {
  align-items: center;
}
.cid-uIJCCprEKn {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCCprEKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCprEKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCprEKn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCCprEKn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCprEKn .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJCCprEKn .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJCCprEKn .container {
    padding: 0 20px;
  }
}
.cid-uIJCCprEKn .row {
  height: 100%;
}
.cid-uIJCCprEKn .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCCprEKn .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJCCprEKn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJCCprEKn .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCCprEKn .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCprEKn .mbr-section-title {
  color: #ffffff;
}
.cid-uIJCCprEKn .mbr-desc {
  color: #feff00;
}
.cid-uIJCCpPz11 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCpPz11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCpPz11 .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-uIJCCpPz11 .container {
    padding: 0 20px;
  }
}
.cid-uIJCCpPz11 .row {
  justify-content: space-between;
}
.cid-uIJCCpPz11 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCCpPz11 .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCCpPz11 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJCCpPz11 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCCpPz11 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJCCpPz11 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJCCpPz11 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJCCpPz11 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJCCpPz11 .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJCCpPz11 .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCCpPz11 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCCpPz11 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCCpPz11 b {
    line-height: 2rem !important;
  }
}
.cid-uIJCCpPz11 .mbr-link {
  color: #000000;
}
.cid-uIJCCpPz11 .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJCCpPz11 .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJCCpPz11 .mbr-text {
  color: #336699;
}
.cid-uIJCCpPz11 .mbr-link,
.cid-uIJCCpPz11 .link-wrapper {
  color: #00e000;
}
.cid-uIJCCq9p3w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCq9p3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCq9p3w .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-uIJCCq9p3w .container {
    padding: 0 20px;
  }
}
.cid-uIJCCq9p3w .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJCCq9p3w .row .card {
  padding: 0 0px;
}
.cid-uIJCCq9p3w .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJCCq9p3w .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCq9p3w .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJCCq9p3w .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCCq9p3w .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJCCq9p3w .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJCCq9p3w .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJCCq9p3w .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJCCq9p3w .mbr-section-title {
  color: #000000;
}
.cid-uIJCCq9p3w .card-number {
  color: #9a9a9a;
}
.cid-uIJCCq9p3w .card-title {
  color: #0b3e71;
}
.cid-uIJCCq9p3w .card-text {
  color: #0b3e71;
}
.cid-uIJCCq9p3w .mbr-section-title,
.cid-uIJCCq9p3w .title-wrapper {
  color: #0b3e71;
}
.cid-uIJCCqyENC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCqyENC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCqyENC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCqyENC .row {
  flex-direction: row-reverse;
}
.cid-uIJCCqT75p {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCqT75p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCqT75p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCqT75p .row {
  justify-content: space-between;
}
.cid-uIJCCqT75p .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCqT75p .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCqT75p .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCqT75p .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCqT75p .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCqT75p .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCqT75p .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCqT75p .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCqT75p .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCqT75p .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCqT75p .mbr-section-title {
  color: #000000;
}
.cid-uIJCCqT75p .mbr-desc {
  color: #000000;
}
.cid-uIJCCqT75p .mbr-text {
  color: #000000;
}
.cid-uIJCCqT75p .mbr-section-title,
.cid-uIJCCqT75p .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCrfLcG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCrfLcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCrfLcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCrfLcG .row {
  flex-direction: row-reverse;
}
.cid-uIJCCrA3k0 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCrA3k0 img {
  border-radius: 0rem !important;
}
.cid-uIJCCrSa11 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCrSa11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCrSa11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCrSa11 .row {
  justify-content: space-between;
}
.cid-uIJCCrSa11 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCrSa11 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCrSa11 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCrSa11 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCrSa11 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCrSa11 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCrSa11 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCrSa11 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCrSa11 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCrSa11 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCrSa11 .mbr-section-title {
  color: #000000;
}
.cid-uIJCCrSa11 .mbr-desc {
  color: #000000;
}
.cid-uIJCCrSa11 .mbr-text {
  color: #000000;
}
.cid-uIJCCrSa11 .mbr-section-title,
.cid-uIJCCrSa11 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCsgfeW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCsgfeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCsgfeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCsgfeW .row {
  flex-direction: row-reverse;
}
.cid-uIJCCsGxds {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCsGxds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCsGxds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCsGxds .row {
  justify-content: space-between;
}
.cid-uIJCCsGxds .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCsGxds .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCsGxds .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCsGxds .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCsGxds .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCsGxds .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCsGxds .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCsGxds .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCsGxds .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCsGxds .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCsGxds .mbr-section-title {
  color: #000000;
}
.cid-uIJCCsGxds .mbr-desc {
  color: #000000;
}
.cid-uIJCCsGxds .mbr-text {
  color: #000000;
}
.cid-uIJCCsGxds .mbr-section-title,
.cid-uIJCCsGxds .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCt5cUL .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCtrrua {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCtrrua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCtrrua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCtrrua .row {
  justify-content: space-between;
}
.cid-uIJCCtrrua .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCtrrua .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCtrrua .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCtrrua .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCtrrua .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCtrrua .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCtrrua .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCtrrua .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCtrrua .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCtrrua .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCtrrua .mbr-section-title {
  color: #000000;
}
.cid-uIJCCtrrua .mbr-desc {
  color: #000000;
}
.cid-uIJCCtrrua .mbr-text {
  color: #000000;
}
.cid-uIJCCtrrua .mbr-section-title,
.cid-uIJCCtrrua .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCtSXfB .mbr-section {
  border: 0px !important;
}
.cid-uIJCCtSXfB .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCtSXfB img {
  border-radius: 0rem !important;
}
.cid-uIJCCucaQt .mbr-section {
  border: 0px !important;
}
.cid-uIJCCucaQt .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCucaQt img {
  border-radius: 0rem !important;
}
.cid-uIJCCuw73V {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCCuw73V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCuw73V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCuw73V .row {
  justify-content: space-between;
}
.cid-uIJCCuw73V .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCuw73V .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCuw73V .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCuw73V .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCuw73V .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCuw73V .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCuw73V .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCuw73V .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCuw73V .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCuw73V .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCuw73V .mbr-section-title {
  color: #000000;
}
.cid-uIJCCuw73V .mbr-desc {
  color: #000000;
}
.cid-uIJCCuw73V .mbr-text {
  color: #000000;
}
.cid-uIJCCuw73V .mbr-section-title,
.cid-uIJCCuw73V .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCuUXME .mbr-section {
  border: 0px !important;
}
.cid-uIJCCuUXME .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCuUXME img {
  border-radius: 0rem !important;
}
.cid-uIJCCvg3S7 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCvg3S7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCvg3S7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCvg3S7 .row {
  justify-content: space-between;
}
.cid-uIJCCvg3S7 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCvg3S7 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCvg3S7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCvg3S7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCvg3S7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCvg3S7 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCvg3S7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCvg3S7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCvg3S7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCvg3S7 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCvg3S7 .mbr-section-title {
  color: #000000;
}
.cid-uIJCCvg3S7 .mbr-desc {
  color: #000000;
}
.cid-uIJCCvg3S7 .mbr-text {
  color: #000000;
}
.cid-uIJCCvg3S7 .mbr-section-title,
.cid-uIJCCvg3S7 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCvEH71 .mbr-section {
  border: 0px !important;
}
.cid-uIJCCvEH71 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCCvEH71 img {
  border-radius: 0rem !important;
}
.cid-uIJCCvZN7r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCvZN7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCvZN7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCvZN7r .row {
  align-items: flex-end;
}
.cid-uIJCCvZN7r .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJCCvZN7r .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJCCvZN7r img,
.cid-uIJCCvZN7r .item-img {
  width: 100%;
}
.cid-uIJCCvZN7r H5 {
  color: #291f1e;
}
.cid-uIJCCvZN7r .mbr-text,
.cid-uIJCCvZN7r .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJCCwq5iR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJCCwq5iR .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJCCwq5iR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCwq5iR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCwq5iR .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJCCwq5iR .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCwq5iR .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCwq5iR .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJCCwq5iR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCCwq5iR .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJCCwURJ6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCCwURJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCwURJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCwURJ6 .row {
  justify-content: space-between;
}
.cid-uIJCCwURJ6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCCwURJ6 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCCwURJ6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCwURJ6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCCwURJ6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCCwURJ6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCCwURJ6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCCwURJ6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCCwURJ6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCCwURJ6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCCwURJ6 .mbr-section-title {
  color: #000000;
}
.cid-uIJCCwURJ6 .mbr-desc {
  color: #000000;
}
.cid-uIJCCwURJ6 .mbr-text {
  color: #000000;
}
.cid-uIJCCwURJ6 .mbr-section-title,
.cid-uIJCCwURJ6 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCCxjb5Y {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJCCxjb5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCxjb5Y .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-uIJCCxjb5Y .container {
    padding: 0 20px;
  }
}
.cid-uIJCCxjb5Y .row {
  justify-content: space-between;
}
.cid-uIJCCxjb5Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJCCxjb5Y .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJCCxjb5Y .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJCCxjb5Y .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCCxjb5Y .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCCxjb5Y b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCCxjb5Y b {
    line-height: 2rem !important;
  }
}
.cid-uIJCCxjb5Y .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJCCxM6CA {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJCCxM6CA .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJCCxM6CA {
    background-position: right;
  }
}
.cid-uIJCCxM6CA input,
.cid-uIJCCxM6CA textarea {
  border-radius: 0;
}
.cid-uIJCCxM6CA input:hover,
.cid-uIJCCxM6CA textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJCCxM6CA .row {
  justify-content: flex-end;
}
.cid-uIJCCxM6CA textarea {
  min-height: 200px;
}
.cid-uIJCCxM6CA .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJCCxM6CA .col-auto {
    margin: auto;
  }
}
.cid-uIJCCxM6CA .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJCCxM6CA .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJCCxM6CA .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJCCxM6CA .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJCCxM6CA .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJCCxM6CA .btn {
  padding: 1rem 3rem;
}
.cid-uIJCCxM6CA .form-control,
.cid-uIJCCxM6CA .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCCxM6CA .form-control::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input::-webkit-input-placeholder,
.cid-uIJCCxM6CA .form-control::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCCxM6CA .form-control:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:-moz-placeholder,
.cid-uIJCCxM6CA .form-control:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCCxM6CA .form-control:hover,
.cid-uIJCCxM6CA .field-input:hover,
.cid-uIJCCxM6CA .form-control:focus,
.cid-uIJCCxM6CA .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJCCxM6CA .form-control:hover::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input:hover::-webkit-input-placeholder,
.cid-uIJCCxM6CA .form-control:focus::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input:focus::-webkit-input-placeholder,
.cid-uIJCCxM6CA .form-control:hover::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input:hover::-webkit-input-placeholder,
.cid-uIJCCxM6CA .form-control:focus::-webkit-input-placeholder,
.cid-uIJCCxM6CA .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCCxM6CA .form-control:hover:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:hover:-moz-placeholder,
.cid-uIJCCxM6CA .form-control:focus:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:focus:-moz-placeholder,
.cid-uIJCCxM6CA .form-control:hover:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:hover:-moz-placeholder,
.cid-uIJCCxM6CA .form-control:focus:-moz-placeholder,
.cid-uIJCCxM6CA .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCCxM6CA .jq-number__spin:hover,
.cid-uIJCCxM6CA .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJCCxM6CA .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCCxM6CA .jq-selectbox li,
.cid-uIJCCxM6CA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCCxM6CA .jq-selectbox li:hover,
.cid-uIJCCxM6CA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCCxM6CA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJCCxM6CA .jq-number__spin.minus:hover:after,
.cid-uIJCCxM6CA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCCxM6CA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJCCxM6CA .jq-number__spin.minus:after,
.cid-uIJCCxM6CA .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCCxM6CA .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJCCxM6CA .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCCxM6CA .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCCxM6CA b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJCCxM6CA .soc-link,
.cid-uIJCCxM6CA .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJCCyrpBU {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJCCyrpBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCCyrpBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCCyrpBU .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCCyrpBU .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .container {
    padding: 0 20px;
  }
}
.cid-uIJCCyrpBU .row {
  justify-content: center;
}
.cid-uIJCCyrpBU .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJCCyrpBU .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCCyrpBU .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJCCyrpBU .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJCCyrpBU .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJCCyrpBU .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCCyrpBU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCCyrpBU .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJCCyrpBU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJCCyrpBU .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCCyrpBU .nav-wrapper .list .item-wrap:hover,
.cid-uIJCCyrpBU .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJCCyrpBU .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJCCyrpBU .mbr-text {
  color: #000000;
}
.cid-uIJCCyrpBU .mbr-list-title {
  color: #002b56;
}
.cid-uIJCCyrpBU b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJCCyrpBU .list {
  color: #9a9a9a;
}
.cid-uIJCCyrpBU .list,
.cid-uIJCCyrpBU .item-wrap,
.cid-uIJCCyrpBU .contacts-wrapper {
  color: #006a00;
}
.cid-uIJCCyrpBU .mbr-text,
.cid-uIJCCyrpBU .text-wrap,
.cid-uIJCCyrpBU .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJCCyrpBU .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTLzC.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTLzC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTLzC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTLzC .modal-content,
.cid-vahEGyTLzC .modal-dialog {
  height: auto;
}
.cid-vahEGyTLzC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTLzC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTLzC .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTLzC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTLzC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTLzC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTLzC .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTLzC .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTLzC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTLzC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTLzC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTLzC .modal-open {
  overflow: hidden;
}
.cid-vahEGyTLzC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTLzC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTLzC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTLzC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTLzC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTLzC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTLzC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTLzC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTLzC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTLzC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTLzC .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTLzC .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTLzC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTLzC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTLzC .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTLzC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTLzC .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTLzC .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTLzC .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTLzC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTLzC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTLzC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTLzC .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTLzC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTLzC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTLzC .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTLzC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTLzC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTLzC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTLzC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTLzC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTLzC .modal-lg,
  .cid-vahEGyTLzC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTLzC .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTLzC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTLzC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTLzC .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTLzC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTLzC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTLzC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTLzC .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTLzC .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTLzC .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTLzC .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTLzC .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTLzC .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTLzC .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTLzC .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTLzC .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJCJRTHT2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJCJRTHT2 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJCJRTHT2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJCJRTHT2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJCJRTHT2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJCJRTHT2 .menu_box .navbar.opened,
  .cid-uIJCJRTHT2 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJCJRTHT2 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJCJRTHT2 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJCJRTHT2 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJCJRTHT2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJCJRTHT2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJCJRTHT2 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJCJRTHT2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJCJRTHT2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJCJRTHT2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJCJRTHT2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJCJRTHT2 .offcanvas-body .mbr-text,
  .cid-uIJCJRTHT2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJCJRTHT2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJCJRTHT2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJCJRTHT2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCJRTHT2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJCJRTHT2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJCJRTHT2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJCJRTHT2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJCJRTHT2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJCJRTHT2 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJCJRTHT2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJCJRTHT2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJCJRTHT2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJCJRTHT2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCJRTHT2 .nav-item .nav-link:hover::before,
.cid-uIJCJRTHT2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJCJRTHT2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJCJRTHT2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJCJRTHT2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCJRTHT2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJCJRTHT2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJCJRTHT2 .offcanvas_box {
    display: none;
  }
}
.cid-uIJCJRTHT2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJCJRTHT2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJCJRTHT2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJCJRTHT2 .container {
  display: flex;
  margin: auto;
}
.cid-uIJCJRTHT2 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJCJRTHT2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJCJRTHT2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJCJRTHT2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJCJRTHT2 .navbar-nav {
    margin: 0;
  }
}
.cid-uIJCJRTHT2 .dropdown-menu,
.cid-uIJCJRTHT2 .navbar.opened {
  background-color: true !important;
}
.cid-uIJCJRTHT2 .nav-item:focus,
.cid-uIJCJRTHT2 .nav-link:focus {
  outline: none;
}
.cid-uIJCJRTHT2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJCJRTHT2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJCJRTHT2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJCJRTHT2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJCJRTHT2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJCJRTHT2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJCJRTHT2 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJCJRTHT2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJCJRTHT2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJCJRTHT2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJCJRTHT2 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJCJRTHT2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJCJRTHT2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIJCJRTHT2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJCJRTHT2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJCJRTHT2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJCJRTHT2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJCJRTHT2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJCJRTHT2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJCJRTHT2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJCJRTHT2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJCJRTHT2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJCJRTHT2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJCJRTHT2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJCJRTHT2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJCJRTHT2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJCJRTHT2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJCJRTHT2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJCJRTHT2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJCJRTHT2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJCJRTHT2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJCJRTHT2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJCJRTHT2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJCJRTHT2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJCJRTHT2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJCJRTHT2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJCJRTHT2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJCJRTHT2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJCJRTHT2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJCJRTHT2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJCJRTHT2 .dropdown-item.active,
.cid-uIJCJRTHT2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJCJRTHT2 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJCJRTHT2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJCJRTHT2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJCJRTHT2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJCJRTHT2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJCJRTHT2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJCJRTHT2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJCJRTHT2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJCJRTHT2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJCJRTHT2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCJRTHT2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCJRTHT2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJCJRTHT2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCJRTHT2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJCJRTHT2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJCJRTHT2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCJRTHT2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJCJRTHT2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJCJRTHT2 .navbar {
    height: 70px;
  }
  .cid-uIJCJRTHT2 .navbar.opened {
    height: auto;
  }
  .cid-uIJCJRTHT2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJCJRTHT2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJCJRTHT2 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJCJRTHT2 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJCJRTHT2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJCJRTHT2 .text_widget {
  margin-bottom: 32px;
}
.cid-uIJCJRTHT2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJCJRTHT2 .text_widget a:hover,
.cid-uIJCJRTHT2 .text_widget a:focus {
  opacity: .8;
}
.cid-uIJCJRTHT2 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJCJRTHT2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJCJRTHT2 .navbar-caption {
  color: #000000;
}
.cid-uIJCJRTHT2 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJCJRTHT2 .mbr-section-subtitle,
.cid-uIJCJRTHT2 .text_widget,
.cid-uIJCJRTHT2 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJCJRTHT2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJCJRTHT2 .navbar-collapse {
  align-items: center;
}
.cid-uIJCJT7nG8 {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCJT7nG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJT7nG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJT7nG8 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCJT7nG8 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCJT7nG8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJCJT7nG8 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJCJT7nG8 .container {
    padding: 0 20px;
  }
}
.cid-uIJCJT7nG8 .row {
  height: 100%;
}
.cid-uIJCJT7nG8 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCJT7nG8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJCJT7nG8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJCJT7nG8 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCJT7nG8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJT7nG8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIJCJT7nG8 .mbr-desc {
  color: #feff00;
}
.cid-uIJCJTzZzI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCJTzZzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJTzZzI .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-uIJCJTzZzI .container {
    padding: 0 20px;
  }
}
.cid-uIJCJTzZzI .row {
  justify-content: space-between;
}
.cid-uIJCJTzZzI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCJTzZzI .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCJTzZzI .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJCJTzZzI .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCJTzZzI .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJCJTzZzI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJCJTzZzI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJCJTzZzI .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJCJTzZzI .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJCJTzZzI .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCJTzZzI .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCJTzZzI b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCJTzZzI b {
    line-height: 2rem !important;
  }
}
.cid-uIJCJTzZzI .mbr-link {
  color: #000000;
}
.cid-uIJCJTzZzI .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJCJTzZzI .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJCJTzZzI .mbr-text {
  color: #336699;
}
.cid-uIJCJTzZzI .mbr-link,
.cid-uIJCJTzZzI .link-wrapper {
  color: #00e000;
}
.cid-uIJCJTTAsr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJTTAsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJTTAsr .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-uIJCJTTAsr .container {
    padding: 0 20px;
  }
}
.cid-uIJCJTTAsr .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJCJTTAsr .row .card {
  padding: 0 0px;
}
.cid-uIJCJTTAsr .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJCJTTAsr .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCJTTAsr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJCJTTAsr .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCJTTAsr .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJCJTTAsr .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJCJTTAsr .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJCJTTAsr .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJCJTTAsr .mbr-section-title {
  color: #000000;
}
.cid-uIJCJTTAsr .card-number {
  color: #9a9a9a;
}
.cid-uIJCJTTAsr .card-title {
  color: #0b3e71;
}
.cid-uIJCJTTAsr .card-text {
  color: #0b3e71;
}
.cid-uIJCJTTAsr .mbr-section-title,
.cid-uIJCJTTAsr .title-wrapper {
  color: #0b3e71;
}
.cid-uIJCJUemeA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJUemeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJUemeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJUemeA .row {
  flex-direction: row-reverse;
}
.cid-uIJCJUzM6P {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJUzM6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJUzM6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJUzM6P .row {
  justify-content: space-between;
}
.cid-uIJCJUzM6P .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJUzM6P .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJUzM6P .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJUzM6P .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJUzM6P .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJUzM6P .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJUzM6P .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJUzM6P .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJUzM6P .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJUzM6P .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJUzM6P .mbr-section-title {
  color: #000000;
}
.cid-uIJCJUzM6P .mbr-desc {
  color: #000000;
}
.cid-uIJCJUzM6P .mbr-text {
  color: #000000;
}
.cid-uIJCJUzM6P .mbr-section-title,
.cid-uIJCJUzM6P .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJUUk6B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCJUUk6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJUUk6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJUUk6B .row {
  flex-direction: row-reverse;
}
.cid-uIJCJVgqI6 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJVgqI6 img {
  border-radius: 0rem !important;
}
.cid-uIJCJVyrS4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJVyrS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJVyrS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJVyrS4 .row {
  justify-content: space-between;
}
.cid-uIJCJVyrS4 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJVyrS4 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJVyrS4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJVyrS4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJVyrS4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJVyrS4 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJVyrS4 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJVyrS4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJVyrS4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJVyrS4 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJVyrS4 .mbr-section-title {
  color: #000000;
}
.cid-uIJCJVyrS4 .mbr-desc {
  color: #000000;
}
.cid-uIJCJVyrS4 .mbr-text {
  color: #000000;
}
.cid-uIJCJVyrS4 .mbr-section-title,
.cid-uIJCJVyrS4 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJVTzc2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCJVTzc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJVTzc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJVTzc2 .row {
  flex-direction: row-reverse;
}
.cid-uIJCJWeJS7 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJWeJS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJWeJS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJWeJS7 .row {
  justify-content: space-between;
}
.cid-uIJCJWeJS7 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJWeJS7 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJWeJS7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJWeJS7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJWeJS7 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJWeJS7 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJWeJS7 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJWeJS7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJWeJS7 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJWeJS7 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJWeJS7 .mbr-section-title {
  color: #000000;
}
.cid-uIJCJWeJS7 .mbr-desc {
  color: #000000;
}
.cid-uIJCJWeJS7 .mbr-text {
  color: #000000;
}
.cid-uIJCJWeJS7 .mbr-section-title,
.cid-uIJCJWeJS7 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJWA3t7 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJWTLEG {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJWTLEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJWTLEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJWTLEG .row {
  justify-content: space-between;
}
.cid-uIJCJWTLEG .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJWTLEG .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJWTLEG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJWTLEG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJWTLEG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJWTLEG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJWTLEG .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJWTLEG .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJWTLEG .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJWTLEG .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJWTLEG .mbr-section-title {
  color: #000000;
}
.cid-uIJCJWTLEG .mbr-desc {
  color: #000000;
}
.cid-uIJCJWTLEG .mbr-text {
  color: #000000;
}
.cid-uIJCJWTLEG .mbr-section-title,
.cid-uIJCJWTLEG .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJXg4qH .mbr-section {
  border: 0px !important;
}
.cid-uIJCJXg4qH .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJXg4qH img {
  border-radius: 0rem !important;
}
.cid-uIJCJXBITU .mbr-section {
  border: 0px !important;
}
.cid-uIJCJXBITU .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJXBITU img {
  border-radius: 0rem !important;
}
.cid-uIJCJXVmT5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCJXVmT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJXVmT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJXVmT5 .row {
  justify-content: space-between;
}
.cid-uIJCJXVmT5 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJXVmT5 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJXVmT5 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJXVmT5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJXVmT5 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJXVmT5 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJXVmT5 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJXVmT5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJXVmT5 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJXVmT5 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJXVmT5 .mbr-section-title {
  color: #000000;
}
.cid-uIJCJXVmT5 .mbr-desc {
  color: #000000;
}
.cid-uIJCJXVmT5 .mbr-text {
  color: #000000;
}
.cid-uIJCJXVmT5 .mbr-section-title,
.cid-uIJCJXVmT5 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJYiPWX .mbr-section {
  border: 0px !important;
}
.cid-uIJCJYiPWX .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJYiPWX img {
  border-radius: 0rem !important;
}
.cid-uIJCJYCsZw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCJYCsZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJYCsZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJYCsZw .row {
  justify-content: space-between;
}
.cid-uIJCJYCsZw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCJYCsZw .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJYCsZw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJYCsZw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCJYCsZw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCJYCsZw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCJYCsZw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCJYCsZw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCJYCsZw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCJYCsZw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCJYCsZw .mbr-section-title {
  color: #000000;
}
.cid-uIJCJYCsZw .mbr-desc {
  color: #000000;
}
.cid-uIJCJYCsZw .mbr-text {
  color: #000000;
}
.cid-uIJCJYCsZw .mbr-section-title,
.cid-uIJCJYCsZw .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCJZ0LkS .mbr-section {
  border: 0px !important;
}
.cid-uIJCJZ0LkS .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCJZ0LkS img {
  border-radius: 0rem !important;
}
.cid-uIJCJZkTI7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCJZkTI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJZkTI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJZkTI7 .row {
  align-items: flex-end;
}
.cid-uIJCJZkTI7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJCJZkTI7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJCJZkTI7 img,
.cid-uIJCJZkTI7 .item-img {
  width: 100%;
}
.cid-uIJCJZkTI7 H5 {
  color: #291f1e;
}
.cid-uIJCJZkTI7 .mbr-text,
.cid-uIJCJZkTI7 .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJCJZISxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJCJZISxA .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJCJZISxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCJZISxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCJZISxA .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJCJZISxA .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCJZISxA .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCJZISxA .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJCJZISxA .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCJZISxA .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJCK0b70w {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCK0b70w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCK0b70w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCK0b70w .row {
  justify-content: space-between;
}
.cid-uIJCK0b70w .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCK0b70w .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCK0b70w .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCK0b70w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCK0b70w .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCK0b70w .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCK0b70w .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCK0b70w .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCK0b70w .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCK0b70w .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCK0b70w .mbr-section-title {
  color: #000000;
}
.cid-uIJCK0b70w .mbr-desc {
  color: #000000;
}
.cid-uIJCK0b70w .mbr-text {
  color: #000000;
}
.cid-uIJCK0b70w .mbr-section-title,
.cid-uIJCK0b70w .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCK0Gtdc {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJCK0Gtdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCK0Gtdc .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-uIJCK0Gtdc .container {
    padding: 0 20px;
  }
}
.cid-uIJCK0Gtdc .row {
  justify-content: space-between;
}
.cid-uIJCK0Gtdc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJCK0Gtdc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJCK0Gtdc .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJCK0Gtdc .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCK0Gtdc .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCK0Gtdc b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCK0Gtdc b {
    line-height: 2rem !important;
  }
}
.cid-uIJCK0Gtdc .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJCK14w3U {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJCK14w3U .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJCK14w3U {
    background-position: right;
  }
}
.cid-uIJCK14w3U input,
.cid-uIJCK14w3U textarea {
  border-radius: 0;
}
.cid-uIJCK14w3U input:hover,
.cid-uIJCK14w3U textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJCK14w3U .row {
  justify-content: flex-end;
}
.cid-uIJCK14w3U textarea {
  min-height: 200px;
}
.cid-uIJCK14w3U .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJCK14w3U .col-auto {
    margin: auto;
  }
}
.cid-uIJCK14w3U .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJCK14w3U .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJCK14w3U .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJCK14w3U .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJCK14w3U .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJCK14w3U .btn {
  padding: 1rem 3rem;
}
.cid-uIJCK14w3U .form-control,
.cid-uIJCK14w3U .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCK14w3U .form-control::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input::-webkit-input-placeholder,
.cid-uIJCK14w3U .form-control::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCK14w3U .form-control:-moz-placeholder,
.cid-uIJCK14w3U .field-input:-moz-placeholder,
.cid-uIJCK14w3U .form-control:-moz-placeholder,
.cid-uIJCK14w3U .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCK14w3U .form-control:hover,
.cid-uIJCK14w3U .field-input:hover,
.cid-uIJCK14w3U .form-control:focus,
.cid-uIJCK14w3U .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJCK14w3U .form-control:hover::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input:hover::-webkit-input-placeholder,
.cid-uIJCK14w3U .form-control:focus::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input:focus::-webkit-input-placeholder,
.cid-uIJCK14w3U .form-control:hover::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input:hover::-webkit-input-placeholder,
.cid-uIJCK14w3U .form-control:focus::-webkit-input-placeholder,
.cid-uIJCK14w3U .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCK14w3U .form-control:hover:-moz-placeholder,
.cid-uIJCK14w3U .field-input:hover:-moz-placeholder,
.cid-uIJCK14w3U .form-control:focus:-moz-placeholder,
.cid-uIJCK14w3U .field-input:focus:-moz-placeholder,
.cid-uIJCK14w3U .form-control:hover:-moz-placeholder,
.cid-uIJCK14w3U .field-input:hover:-moz-placeholder,
.cid-uIJCK14w3U .form-control:focus:-moz-placeholder,
.cid-uIJCK14w3U .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCK14w3U .jq-number__spin:hover,
.cid-uIJCK14w3U .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJCK14w3U .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCK14w3U .jq-selectbox li,
.cid-uIJCK14w3U .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCK14w3U .jq-selectbox li:hover,
.cid-uIJCK14w3U .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCK14w3U .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJCK14w3U .jq-number__spin.minus:hover:after,
.cid-uIJCK14w3U .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCK14w3U .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJCK14w3U .jq-number__spin.minus:after,
.cid-uIJCK14w3U .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCK14w3U .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJCK14w3U .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCK14w3U .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCK14w3U b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJCK14w3U .soc-link,
.cid-uIJCK14w3U .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJCK1G4Jn {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJCK1G4Jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCK1G4Jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCK1G4Jn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCK1G4Jn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .container {
    padding: 0 20px;
  }
}
.cid-uIJCK1G4Jn .row {
  justify-content: center;
}
.cid-uIJCK1G4Jn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJCK1G4Jn .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCK1G4Jn .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJCK1G4Jn .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJCK1G4Jn .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJCK1G4Jn .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCK1G4Jn .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCK1G4Jn .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJCK1G4Jn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJCK1G4Jn .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCK1G4Jn .nav-wrapper .list .item-wrap:hover,
.cid-uIJCK1G4Jn .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJCK1G4Jn .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJCK1G4Jn .mbr-text {
  color: #000000;
}
.cid-uIJCK1G4Jn .mbr-list-title {
  color: #002b56;
}
.cid-uIJCK1G4Jn b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJCK1G4Jn .list {
  color: #9a9a9a;
}
.cid-uIJCK1G4Jn .list,
.cid-uIJCK1G4Jn .item-wrap,
.cid-uIJCK1G4Jn .contacts-wrapper {
  color: #006a00;
}
.cid-uIJCK1G4Jn .mbr-text,
.cid-uIJCK1G4Jn .text-wrap,
.cid-uIJCK1G4Jn .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJCK1G4Jn .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyT7iT.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyT7iT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyT7iT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyT7iT .modal-content,
.cid-vahEGyT7iT .modal-dialog {
  height: auto;
}
.cid-vahEGyT7iT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyT7iT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyT7iT .form-wrapper .mbr-form .form-group,
  .cid-vahEGyT7iT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyT7iT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyT7iT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyT7iT .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyT7iT .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyT7iT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyT7iT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyT7iT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyT7iT .modal-open {
  overflow: hidden;
}
.cid-vahEGyT7iT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyT7iT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyT7iT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyT7iT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyT7iT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyT7iT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyT7iT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyT7iT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyT7iT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyT7iT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyT7iT .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyT7iT .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyT7iT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyT7iT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT7iT .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyT7iT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyT7iT .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyT7iT .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyT7iT .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyT7iT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyT7iT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyT7iT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT7iT .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyT7iT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyT7iT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT7iT .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyT7iT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyT7iT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyT7iT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyT7iT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyT7iT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyT7iT .modal-lg,
  .cid-vahEGyT7iT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyT7iT .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyT7iT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyT7iT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyT7iT .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyT7iT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyT7iT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyT7iT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyT7iT .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyT7iT .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyT7iT .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyT7iT .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyT7iT .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyT7iT .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyT7iT .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyT7iT .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyT7iT .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJDQEbl8Z {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJDQEbl8Z .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJDQEbl8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJDQEbl8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJDQEbl8Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJDQEbl8Z .menu_box .navbar.opened,
  .cid-uIJDQEbl8Z .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJDQEbl8Z nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJDQEbl8Z .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJDQEbl8Z .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJDQEbl8Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJDQEbl8Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJDQEbl8Z .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJDQEbl8Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJDQEbl8Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJDQEbl8Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJDQEbl8Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJDQEbl8Z .offcanvas-body .mbr-text,
  .cid-uIJDQEbl8Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJDQEbl8Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJDQEbl8Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJDQEbl8Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJDQEbl8Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJDQEbl8Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJDQEbl8Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJDQEbl8Z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJDQEbl8Z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJDQEbl8Z ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJDQEbl8Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJDQEbl8Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJDQEbl8Z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJDQEbl8Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDQEbl8Z .nav-item .nav-link:hover::before,
.cid-uIJDQEbl8Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJDQEbl8Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJDQEbl8Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJDQEbl8Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJDQEbl8Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJDQEbl8Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJDQEbl8Z .offcanvas_box {
    display: none;
  }
}
.cid-uIJDQEbl8Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJDQEbl8Z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJDQEbl8Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJDQEbl8Z .container {
  display: flex;
  margin: auto;
}
.cid-uIJDQEbl8Z .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJDQEbl8Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJDQEbl8Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJDQEbl8Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJDQEbl8Z .navbar-nav {
    margin: 0;
  }
}
.cid-uIJDQEbl8Z .dropdown-menu,
.cid-uIJDQEbl8Z .navbar.opened {
  background-color: true !important;
}
.cid-uIJDQEbl8Z .nav-item:focus,
.cid-uIJDQEbl8Z .nav-link:focus {
  outline: none;
}
.cid-uIJDQEbl8Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJDQEbl8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJDQEbl8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJDQEbl8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJDQEbl8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJDQEbl8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJDQEbl8Z .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJDQEbl8Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJDQEbl8Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJDQEbl8Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJDQEbl8Z .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJDQEbl8Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJDQEbl8Z .navbar.collapsed {
  justify-content: center;
}
.cid-uIJDQEbl8Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJDQEbl8Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJDQEbl8Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJDQEbl8Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJDQEbl8Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJDQEbl8Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJDQEbl8Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJDQEbl8Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJDQEbl8Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJDQEbl8Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJDQEbl8Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJDQEbl8Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJDQEbl8Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJDQEbl8Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJDQEbl8Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJDQEbl8Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJDQEbl8Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJDQEbl8Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJDQEbl8Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJDQEbl8Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJDQEbl8Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJDQEbl8Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJDQEbl8Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJDQEbl8Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJDQEbl8Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJDQEbl8Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJDQEbl8Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJDQEbl8Z .dropdown-item.active,
.cid-uIJDQEbl8Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJDQEbl8Z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJDQEbl8Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJDQEbl8Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJDQEbl8Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJDQEbl8Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJDQEbl8Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJDQEbl8Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJDQEbl8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJDQEbl8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJDQEbl8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJDQEbl8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJDQEbl8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJDQEbl8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJDQEbl8Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJDQEbl8Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJDQEbl8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJDQEbl8Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJDQEbl8Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJDQEbl8Z .navbar {
    height: 70px;
  }
  .cid-uIJDQEbl8Z .navbar.opened {
    height: auto;
  }
  .cid-uIJDQEbl8Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJDQEbl8Z .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJDQEbl8Z .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJDQEbl8Z .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJDQEbl8Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJDQEbl8Z .text_widget {
  margin-bottom: 32px;
}
.cid-uIJDQEbl8Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJDQEbl8Z .text_widget a:hover,
.cid-uIJDQEbl8Z .text_widget a:focus {
  opacity: .8;
}
.cid-uIJDQEbl8Z .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJDQEbl8Z .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJDQEbl8Z .navbar-caption {
  color: #000000;
}
.cid-uIJDQEbl8Z .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJDQEbl8Z .mbr-section-subtitle,
.cid-uIJDQEbl8Z .text_widget,
.cid-uIJDQEbl8Z .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJDQEbl8Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJDQEbl8Z .navbar-collapse {
  align-items: center;
}
.cid-uIJDQF2FQB {
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJDQF2FQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQF2FQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uIJDQF2FQB .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJDQF2FQB .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDQF2FQB .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJDQF2FQB .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJDQF2FQB .container {
    padding: 0 20px;
  }
}
.cid-uIJDQF2FQB .row {
  height: 100%;
}
.cid-uIJDQF2FQB .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJDQF2FQB .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJDQF2FQB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJDQF2FQB .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJDQF2FQB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJDQF2FQB .mbr-section-title {
  color: #ffffff;
}
.cid-uIJDQF2FQB .mbr-desc {
  color: #ffffff;
}
.cid-uIJDQF2FQB .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uIJDQFDj1D {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIJDQFDj1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQFDj1D .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-uIJDQFDj1D .container {
    padding: 0 20px;
  }
}
.cid-uIJDQFDj1D .row {
  justify-content: space-between;
}
.cid-uIJDQFDj1D .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJDQFDj1D .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJDQFDj1D .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJDQFDj1D .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDQFDj1D .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJDQFDj1D .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJDQFDj1D .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJDQFDj1D .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJDQFDj1D .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJDQFDj1D .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQFDj1D .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQFDj1D b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQFDj1D b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQFDj1D .mbr-link {
  color: #000000;
}
.cid-uIJDQFDj1D .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJDQFDj1D .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJDQFDj1D .mbr-text {
  color: #336699;
}
.cid-uIJDQFDj1D .mbr-link,
.cid-uIJDQFDj1D .link-wrapper {
  color: #00e000;
}
.cid-uIJDQFZK4k {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJDQFZK4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQFZK4k .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-uIJDQFZK4k .container {
    padding: 0 20px;
  }
}
.cid-uIJDQFZK4k .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJDQFZK4k .row .card {
  padding: 0 0px;
}
.cid-uIJDQFZK4k .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJDQFZK4k .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJDQFZK4k .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJDQFZK4k .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJDQFZK4k .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJDQFZK4k .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJDQFZK4k .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJDQFZK4k .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJDQFZK4k .mbr-section-title {
  color: #000000;
}
.cid-uIJDQFZK4k .card-number {
  color: #336699;
}
.cid-uIJDQFZK4k .card-title {
  color: #0b3e71;
}
.cid-uIJDQFZK4k .card-text {
  color: #0b3e71;
}
.cid-uIJDQFZK4k .mbr-section-title,
.cid-uIJDQFZK4k .title-wrapper {
  color: #0b3e71;
}
.cid-uIJDQGlYfn {
  background-color: #f3f3f3;
}
.cid-uIJDQGlYfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQGlYfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDQGlYfn .row {
  flex-direction: row-reverse;
}
.cid-uIJDQGGJYq {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uIJDQGGJYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQGGJYq .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-uIJDQGGJYq .container {
    padding: 0 20px;
  }
}
.cid-uIJDQGGJYq .row {
  justify-content: space-between;
}
.cid-uIJDQGGJYq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQGGJYq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQGGJYq .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQGGJYq .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQGGJYq .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQGGJYq b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQGGJYq b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQH0CD8 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uIJDQH0CD8 img {
  border-radius: 0rem !important;
}
.cid-uIJDQHl4rM {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQHl4rM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQHl4rM .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-uIJDQHl4rM .container {
    padding: 0 20px;
  }
}
.cid-uIJDQHl4rM .row {
  justify-content: space-between;
}
.cid-uIJDQHl4rM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQHl4rM .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQHl4rM .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQHl4rM .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQHl4rM .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQHl4rM b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQHl4rM b {
    line-height: 2rem !important;
  }
}
#custom-html-z4 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-z4 img {
  border-radius: 0rem !important;
}
.cid-uIJDQHL2Gv {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uIJDQHL2Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQHL2Gv .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-uIJDQHL2Gv .container {
    padding: 0 20px;
  }
}
.cid-uIJDQHL2Gv .row {
  justify-content: space-between;
}
.cid-uIJDQHL2Gv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQHL2Gv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQHL2Gv .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQHL2Gv .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQHL2Gv .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQHL2Gv b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQHL2Gv b {
    line-height: 2rem !important;
  }
}
#custom-html-z6 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-z6 img {
  border-radius: 0rem !important;
}
.cid-uIJDQIciio {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uIJDQIciio {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uIJDQIciio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQIciio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDQIciio .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uIJDQIciio .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIJDQIciio .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uIJDQIciio .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uIJDQIciio .content-wrap {
    display: none;
  }
}
.cid-uIJDQIciio P {
  color: #acb3b7;
}
#custom-html-z8 .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-z8 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJDQIF0V9 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQIF0V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQIF0V9 .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-uIJDQIF0V9 .container {
    padding: 0 20px;
  }
}
.cid-uIJDQIF0V9 .row {
  justify-content: space-between;
}
.cid-uIJDQIF0V9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQIF0V9 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQIF0V9 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQIF0V9 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQIF0V9 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQIF0V9 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQIF0V9 b {
    line-height: 2rem !important;
  }
}
#custom-html-za .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-za img {
  border-radius: 0rem !important;
}
.cid-uIJDQJ849P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJDQJ849P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQJ849P .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-uIJDQJ849P .container {
    padding: 0 20px;
  }
}
.cid-uIJDQJ849P .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJDQJ849P .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJDQJ849P .row img {
    height: 300px;
  }
}
.cid-uIJDQJwhIW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uIJDQJwhIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQJwhIW .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-uIJDQJwhIW .container {
    padding: 0 20px;
  }
}
.cid-uIJDQJwhIW .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJDQJwhIW .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJDQJwhIW .row img {
    height: 300px;
  }
}
.cid-uIJDQJSmfF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uIJDQJSmfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQJSmfF .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-uIJDQJSmfF .container {
    padding: 0 20px;
  }
}
.cid-uIJDQJSmfF .row {
  margin: 0;
}
.cid-uIJDQJSmfF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJDQJSmfF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIJDQJSmfF .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uIJDQJSmfF .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uIJDQJSmfF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uIJDQJSmfF .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uIJDQJSmfF .mbr-section-title {
  color: #ffffff;
}
.cid-uIJDQKgl5B {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQKgl5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQKgl5B .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-uIJDQKgl5B .container {
    padding: 0 20px;
  }
}
.cid-uIJDQKgl5B .row {
  justify-content: space-between;
}
.cid-uIJDQKgl5B .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQKgl5B .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQKgl5B .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQKgl5B .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQKgl5B .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQKgl5B b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQKgl5B b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQKHFql {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQKHFql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQKHFql .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-uIJDQKHFql .container {
    padding: 0 20px;
  }
}
.cid-uIJDQKHFql .row {
  justify-content: space-between;
}
.cid-uIJDQKHFql .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQKHFql .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQKHFql .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQKHFql .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQKHFql .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQKHFql b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQKHFql b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQL5Ezc {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQL5Ezc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQL5Ezc .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-uIJDQL5Ezc .container {
    padding: 0 20px;
  }
}
.cid-uIJDQL5Ezc .row {
  justify-content: space-between;
}
.cid-uIJDQL5Ezc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQL5Ezc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQL5Ezc .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQL5Ezc .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQL5Ezc .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQL5Ezc b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQL5Ezc b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQLxXBv {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDQLxXBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQLxXBv .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-uIJDQLxXBv .container {
    padding: 0 20px;
  }
}
.cid-uIJDQLxXBv .row {
  justify-content: space-between;
}
.cid-uIJDQLxXBv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDQLxXBv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQLxXBv .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDQLxXBv .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDQLxXBv .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQLxXBv b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQLxXBv b {
    line-height: 2rem !important;
  }
}
.cid-uIJDQLXKSc {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIJDQLXKSc .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJDQLXKSc {
    background-position: right;
  }
}
.cid-uIJDQLXKSc input,
.cid-uIJDQLXKSc textarea {
  border-radius: 0;
}
.cid-uIJDQLXKSc input:hover,
.cid-uIJDQLXKSc textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJDQLXKSc .row {
  justify-content: flex-end;
}
.cid-uIJDQLXKSc textarea {
  min-height: 200px;
}
.cid-uIJDQLXKSc .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJDQLXKSc .col-auto {
    margin: auto;
  }
}
.cid-uIJDQLXKSc .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJDQLXKSc .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJDQLXKSc .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJDQLXKSc .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJDQLXKSc .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJDQLXKSc .btn {
  padding: 1rem 3rem;
}
.cid-uIJDQLXKSc .form-control,
.cid-uIJDQLXKSc .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJDQLXKSc .form-control::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input::-webkit-input-placeholder,
.cid-uIJDQLXKSc .form-control::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJDQLXKSc .form-control:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:-moz-placeholder,
.cid-uIJDQLXKSc .form-control:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJDQLXKSc .form-control:hover,
.cid-uIJDQLXKSc .field-input:hover,
.cid-uIJDQLXKSc .form-control:focus,
.cid-uIJDQLXKSc .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJDQLXKSc .form-control:hover::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input:hover::-webkit-input-placeholder,
.cid-uIJDQLXKSc .form-control:focus::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input:focus::-webkit-input-placeholder,
.cid-uIJDQLXKSc .form-control:hover::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input:hover::-webkit-input-placeholder,
.cid-uIJDQLXKSc .form-control:focus::-webkit-input-placeholder,
.cid-uIJDQLXKSc .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJDQLXKSc .form-control:hover:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:hover:-moz-placeholder,
.cid-uIJDQLXKSc .form-control:focus:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:focus:-moz-placeholder,
.cid-uIJDQLXKSc .form-control:hover:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:hover:-moz-placeholder,
.cid-uIJDQLXKSc .form-control:focus:-moz-placeholder,
.cid-uIJDQLXKSc .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJDQLXKSc .jq-number__spin:hover,
.cid-uIJDQLXKSc .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJDQLXKSc .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJDQLXKSc .jq-selectbox li,
.cid-uIJDQLXKSc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJDQLXKSc .jq-selectbox li:hover,
.cid-uIJDQLXKSc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJDQLXKSc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJDQLXKSc .jq-number__spin.minus:hover:after,
.cid-uIJDQLXKSc .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJDQLXKSc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJDQLXKSc .jq-number__spin.minus:after,
.cid-uIJDQLXKSc .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJDQLXKSc .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJDQLXKSc .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQLXKSc .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQLXKSc b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJDQLXKSc .soc-link,
.cid-uIJDQLXKSc .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJDQMwusg {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uIJDQMwusg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQMwusg .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-uIJDQMwusg .container {
    padding: 0 20px;
  }
}
.cid-uIJDQMwusg .row {
  justify-content: center;
}
.cid-uIJDQMwusg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uIJDQMwusg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDQMwusg .item {
  margin-bottom: 45px;
}
.cid-uIJDQMwusg .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uIJDQMwusg .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uIJDQMwusg .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uIJDQMwusg .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uIJDQMwusg .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uIJDQMwusg .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uIJDQMwusg .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIJDQMwusg .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uIJDQMwusg .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDQMwusg .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDQMwusg b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJDQMwusg .mbr-desc {
  color: #000000;
}
.cid-uIJDQMwusg .mbr-date {
  color: #6a6e71;
}
.cid-uIJDQMwusg .mbr-text {
  color: #000000;
}
.cid-uIJDQMwusg .mbr-text,
.cid-uIJDQMwusg .desc-wrapper {
  color: #0b3e71;
}
.cid-uIJDQMwusg .mbr-date,
.cid-uIJDQMwusg .desc-wrapper {
  color: #bbbbbb;
}
.cid-uIJDQMwusg .mbr-desc,
.cid-uIJDQMwusg .desc-wrapper {
  color: #00e000;
}
.cid-uIJDQN11Or {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJDQN11Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDQN11Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDQN11Or .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJDQN11Or .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .container {
    padding: 0 20px;
  }
}
.cid-uIJDQN11Or .row {
  justify-content: center;
}
.cid-uIJDQN11Or .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJDQN11Or .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJDQN11Or .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJDQN11Or .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJDQN11Or .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJDQN11Or .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJDQN11Or .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJDQN11Or .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJDQN11Or .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJDQN11Or .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDQN11Or .nav-wrapper .list .item-wrap:hover,
.cid-uIJDQN11Or .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJDQN11Or .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJDQN11Or .mbr-text {
  color: #000000;
}
.cid-uIJDQN11Or .mbr-list-title {
  color: #002b56;
}
.cid-uIJDQN11Or b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJDQN11Or .list {
  color: #9a9a9a;
}
.cid-uIJDQN11Or .list,
.cid-uIJDQN11Or .item-wrap,
.cid-uIJDQN11Or .contacts-wrapper {
  color: #006a00;
}
.cid-uIJDQN11Or .mbr-text,
.cid-uIJDQN11Or .text-wrap,
.cid-uIJDQN11Or .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJDQN11Or .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTiXs.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTiXs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTiXs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTiXs .modal-content,
.cid-vahEGyTiXs .modal-dialog {
  height: auto;
}
.cid-vahEGyTiXs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTiXs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTiXs .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTiXs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTiXs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTiXs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTiXs .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTiXs .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTiXs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTiXs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTiXs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTiXs .modal-open {
  overflow: hidden;
}
.cid-vahEGyTiXs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTiXs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTiXs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTiXs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTiXs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTiXs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTiXs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTiXs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTiXs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTiXs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTiXs .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTiXs .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTiXs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTiXs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTiXs .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTiXs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTiXs .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTiXs .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTiXs .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTiXs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTiXs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTiXs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTiXs .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTiXs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTiXs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTiXs .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTiXs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTiXs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTiXs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTiXs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTiXs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTiXs .modal-lg,
  .cid-vahEGyTiXs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTiXs .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTiXs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTiXs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTiXs .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTiXs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTiXs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTiXs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTiXs .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTiXs .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTiXs .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTiXs .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTiXs .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTiXs .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTiXs .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTiXs .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTiXs .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJDVM65Uw {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJDVM65Uw .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJDVM65Uw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJDVM65Uw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJDVM65Uw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJDVM65Uw .menu_box .navbar.opened,
  .cid-uIJDVM65Uw .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJDVM65Uw nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJDVM65Uw .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJDVM65Uw .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJDVM65Uw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJDVM65Uw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJDVM65Uw .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJDVM65Uw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJDVM65Uw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJDVM65Uw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJDVM65Uw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJDVM65Uw .offcanvas-body .mbr-text,
  .cid-uIJDVM65Uw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJDVM65Uw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJDVM65Uw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJDVM65Uw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJDVM65Uw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJDVM65Uw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJDVM65Uw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJDVM65Uw .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJDVM65Uw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJDVM65Uw ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJDVM65Uw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJDVM65Uw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJDVM65Uw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJDVM65Uw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDVM65Uw .nav-item .nav-link:hover::before,
.cid-uIJDVM65Uw .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJDVM65Uw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJDVM65Uw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJDVM65Uw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJDVM65Uw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJDVM65Uw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJDVM65Uw .offcanvas_box {
    display: none;
  }
}
.cid-uIJDVM65Uw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJDVM65Uw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJDVM65Uw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJDVM65Uw .container {
  display: flex;
  margin: auto;
}
.cid-uIJDVM65Uw .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJDVM65Uw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJDVM65Uw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJDVM65Uw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJDVM65Uw .navbar-nav {
    margin: 0;
  }
}
.cid-uIJDVM65Uw .dropdown-menu,
.cid-uIJDVM65Uw .navbar.opened {
  background-color: true !important;
}
.cid-uIJDVM65Uw .nav-item:focus,
.cid-uIJDVM65Uw .nav-link:focus {
  outline: none;
}
.cid-uIJDVM65Uw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJDVM65Uw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJDVM65Uw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJDVM65Uw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJDVM65Uw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJDVM65Uw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJDVM65Uw .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJDVM65Uw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJDVM65Uw .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJDVM65Uw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJDVM65Uw .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJDVM65Uw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJDVM65Uw .navbar.collapsed {
  justify-content: center;
}
.cid-uIJDVM65Uw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJDVM65Uw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJDVM65Uw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJDVM65Uw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJDVM65Uw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJDVM65Uw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJDVM65Uw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJDVM65Uw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJDVM65Uw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJDVM65Uw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJDVM65Uw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJDVM65Uw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJDVM65Uw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJDVM65Uw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJDVM65Uw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJDVM65Uw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJDVM65Uw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJDVM65Uw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJDVM65Uw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJDVM65Uw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJDVM65Uw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJDVM65Uw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJDVM65Uw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJDVM65Uw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJDVM65Uw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJDVM65Uw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJDVM65Uw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJDVM65Uw .dropdown-item.active,
.cid-uIJDVM65Uw .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJDVM65Uw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJDVM65Uw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJDVM65Uw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJDVM65Uw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJDVM65Uw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJDVM65Uw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJDVM65Uw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJDVM65Uw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJDVM65Uw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJDVM65Uw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJDVM65Uw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJDVM65Uw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJDVM65Uw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJDVM65Uw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJDVM65Uw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJDVM65Uw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJDVM65Uw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJDVM65Uw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJDVM65Uw .navbar {
    height: 70px;
  }
  .cid-uIJDVM65Uw .navbar.opened {
    height: auto;
  }
  .cid-uIJDVM65Uw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJDVM65Uw .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJDVM65Uw .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJDVM65Uw .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJDVM65Uw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJDVM65Uw .text_widget {
  margin-bottom: 32px;
}
.cid-uIJDVM65Uw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJDVM65Uw .text_widget a:hover,
.cid-uIJDVM65Uw .text_widget a:focus {
  opacity: .8;
}
.cid-uIJDVM65Uw .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJDVM65Uw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJDVM65Uw .navbar-caption {
  color: #000000;
}
.cid-uIJDVM65Uw .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJDVM65Uw .mbr-section-subtitle,
.cid-uIJDVM65Uw .text_widget,
.cid-uIJDVM65Uw .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJDVM65Uw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJDVM65Uw .navbar-collapse {
  align-items: center;
}
.cid-uIJDVNdruK {
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJDVNdruK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVNdruK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uIJDVNdruK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJDVNdruK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDVNdruK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJDVNdruK .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJDVNdruK .container {
    padding: 0 20px;
  }
}
.cid-uIJDVNdruK .row {
  height: 100%;
}
.cid-uIJDVNdruK .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJDVNdruK .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJDVNdruK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJDVNdruK .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJDVNdruK .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJDVNdruK .mbr-section-title {
  color: #ffffff;
}
.cid-uIJDVNdruK .mbr-desc {
  color: #ffffff;
}
.cid-uIJDVNdruK .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uIJDVNMQSx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIJDVNMQSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVNMQSx .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-uIJDVNMQSx .container {
    padding: 0 20px;
  }
}
.cid-uIJDVNMQSx .row {
  justify-content: space-between;
}
.cid-uIJDVNMQSx .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJDVNMQSx .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJDVNMQSx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJDVNMQSx .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDVNMQSx .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJDVNMQSx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJDVNMQSx .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJDVNMQSx .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJDVNMQSx .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJDVNMQSx .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVNMQSx .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVNMQSx b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVNMQSx b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVNMQSx .mbr-link {
  color: #000000;
}
.cid-uIJDVNMQSx .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJDVNMQSx .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJDVNMQSx .mbr-text {
  color: #336699;
}
.cid-uIJDVNMQSx .mbr-link,
.cid-uIJDVNMQSx .link-wrapper {
  color: #00e000;
}
.cid-uIJDVO7Ntk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJDVO7Ntk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVO7Ntk .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-uIJDVO7Ntk .container {
    padding: 0 20px;
  }
}
.cid-uIJDVO7Ntk .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJDVO7Ntk .row .card {
  padding: 0 0px;
}
.cid-uIJDVO7Ntk .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJDVO7Ntk .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJDVO7Ntk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJDVO7Ntk .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJDVO7Ntk .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJDVO7Ntk .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJDVO7Ntk .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJDVO7Ntk .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJDVO7Ntk .mbr-section-title {
  color: #000000;
}
.cid-uIJDVO7Ntk .card-number {
  color: #336699;
}
.cid-uIJDVO7Ntk .card-title {
  color: #0b3e71;
}
.cid-uIJDVO7Ntk .card-text {
  color: #0b3e71;
}
.cid-uIJDVO7Ntk .mbr-section-title,
.cid-uIJDVO7Ntk .title-wrapper {
  color: #0b3e71;
}
.cid-uIJDVOwEhu {
  background-color: #f3f3f3;
}
.cid-uIJDVOwEhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVOwEhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDVOwEhu .row {
  flex-direction: row-reverse;
}
.cid-uIJDVOSvpf {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uIJDVOSvpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVOSvpf .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-uIJDVOSvpf .container {
    padding: 0 20px;
  }
}
.cid-uIJDVOSvpf .row {
  justify-content: space-between;
}
.cid-uIJDVOSvpf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVOSvpf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVOSvpf .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVOSvpf .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVOSvpf .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVOSvpf b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVOSvpf b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVPcZdJ .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uIJDVPcZdJ img {
  border-radius: 0rem !important;
}
.cid-uIJDVPuyMR {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVPuyMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVPuyMR .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-uIJDVPuyMR .container {
    padding: 0 20px;
  }
}
.cid-uIJDVPuyMR .row {
  justify-content: space-between;
}
.cid-uIJDVPuyMR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVPuyMR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVPuyMR .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVPuyMR .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVPuyMR .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVPuyMR b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVPuyMR b {
    line-height: 2rem !important;
  }
}
#custom-html-zt .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-zt img {
  border-radius: 0rem !important;
}
.cid-uIJDVPVjTp {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uIJDVPVjTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVPVjTp .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-uIJDVPVjTp .container {
    padding: 0 20px;
  }
}
.cid-uIJDVPVjTp .row {
  justify-content: space-between;
}
.cid-uIJDVPVjTp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVPVjTp .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVPVjTp .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVPVjTp .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVPVjTp .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVPVjTp b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVPVjTp b {
    line-height: 2rem !important;
  }
}
#custom-html-zv .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-zv img {
  border-radius: 0rem !important;
}
.cid-uIJDVQnePv {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uIJDVQnePv {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uIJDVQnePv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVQnePv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDVQnePv .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uIJDVQnePv .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIJDVQnePv .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uIJDVQnePv .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uIJDVQnePv .content-wrap {
    display: none;
  }
}
.cid-uIJDVQnePv P {
  color: #acb3b7;
}
#custom-html-zx .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-zx .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJDVQPFvY {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVQPFvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVQPFvY .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-uIJDVQPFvY .container {
    padding: 0 20px;
  }
}
.cid-uIJDVQPFvY .row {
  justify-content: space-between;
}
.cid-uIJDVQPFvY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVQPFvY .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVQPFvY .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVQPFvY .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVQPFvY .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVQPFvY b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVQPFvY b {
    line-height: 2rem !important;
  }
}
#custom-html-zz .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-zz img {
  border-radius: 0rem !important;
}
.cid-uIJDVRhuBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJDVRhuBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVRhuBe .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-uIJDVRhuBe .container {
    padding: 0 20px;
  }
}
.cid-uIJDVRhuBe .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJDVRhuBe .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJDVRhuBe .row img {
    height: 300px;
  }
}
.cid-uIJDVRDJmz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uIJDVRDJmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVRDJmz .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-uIJDVRDJmz .container {
    padding: 0 20px;
  }
}
.cid-uIJDVRDJmz .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJDVRDJmz .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJDVRDJmz .row img {
    height: 300px;
  }
}
.cid-uIJDVS0C46 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uIJDVS0C46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVS0C46 .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-uIJDVS0C46 .container {
    padding: 0 20px;
  }
}
.cid-uIJDVS0C46 .row {
  margin: 0;
}
.cid-uIJDVS0C46 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJDVS0C46 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIJDVS0C46 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uIJDVS0C46 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uIJDVS0C46 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uIJDVS0C46 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uIJDVS0C46 .mbr-section-title {
  color: #ffffff;
}
.cid-uIJDVSqV4w {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVSqV4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVSqV4w .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-uIJDVSqV4w .container {
    padding: 0 20px;
  }
}
.cid-uIJDVSqV4w .row {
  justify-content: space-between;
}
.cid-uIJDVSqV4w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVSqV4w .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVSqV4w .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVSqV4w .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVSqV4w .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVSqV4w b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVSqV4w b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVSN8BE {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVSN8BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVSN8BE .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-uIJDVSN8BE .container {
    padding: 0 20px;
  }
}
.cid-uIJDVSN8BE .row {
  justify-content: space-between;
}
.cid-uIJDVSN8BE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVSN8BE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVSN8BE .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVSN8BE .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVSN8BE .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVSN8BE b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVSN8BE b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTbffB {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVTbffB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVTbffB .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-uIJDVTbffB .container {
    padding: 0 20px;
  }
}
.cid-uIJDVTbffB .row {
  justify-content: space-between;
}
.cid-uIJDVTbffB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVTbffB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVTbffB .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVTbffB .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVTbffB .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTbffB b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVTbffB b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTArVr {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJDVTArVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVTArVr .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-uIJDVTArVr .container {
    padding: 0 20px;
  }
}
.cid-uIJDVTArVr .row {
  justify-content: space-between;
}
.cid-uIJDVTArVr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJDVTArVr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVTArVr .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJDVTArVr .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJDVTArVr .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTArVr b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVTArVr b {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTXnIb {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIJDVTXnIb .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJDVTXnIb {
    background-position: right;
  }
}
.cid-uIJDVTXnIb input,
.cid-uIJDVTXnIb textarea {
  border-radius: 0;
}
.cid-uIJDVTXnIb input:hover,
.cid-uIJDVTXnIb textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJDVTXnIb .row {
  justify-content: flex-end;
}
.cid-uIJDVTXnIb textarea {
  min-height: 200px;
}
.cid-uIJDVTXnIb .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJDVTXnIb .col-auto {
    margin: auto;
  }
}
.cid-uIJDVTXnIb .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJDVTXnIb .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJDVTXnIb .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJDVTXnIb .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJDVTXnIb .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJDVTXnIb .btn {
  padding: 1rem 3rem;
}
.cid-uIJDVTXnIb .form-control,
.cid-uIJDVTXnIb .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJDVTXnIb .form-control::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input::-webkit-input-placeholder,
.cid-uIJDVTXnIb .form-control::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJDVTXnIb .form-control:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:-moz-placeholder,
.cid-uIJDVTXnIb .form-control:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJDVTXnIb .form-control:hover,
.cid-uIJDVTXnIb .field-input:hover,
.cid-uIJDVTXnIb .form-control:focus,
.cid-uIJDVTXnIb .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJDVTXnIb .form-control:hover::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input:hover::-webkit-input-placeholder,
.cid-uIJDVTXnIb .form-control:focus::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input:focus::-webkit-input-placeholder,
.cid-uIJDVTXnIb .form-control:hover::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input:hover::-webkit-input-placeholder,
.cid-uIJDVTXnIb .form-control:focus::-webkit-input-placeholder,
.cid-uIJDVTXnIb .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJDVTXnIb .form-control:hover:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:hover:-moz-placeholder,
.cid-uIJDVTXnIb .form-control:focus:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:focus:-moz-placeholder,
.cid-uIJDVTXnIb .form-control:hover:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:hover:-moz-placeholder,
.cid-uIJDVTXnIb .form-control:focus:-moz-placeholder,
.cid-uIJDVTXnIb .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJDVTXnIb .jq-number__spin:hover,
.cid-uIJDVTXnIb .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJDVTXnIb .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJDVTXnIb .jq-selectbox li,
.cid-uIJDVTXnIb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJDVTXnIb .jq-selectbox li:hover,
.cid-uIJDVTXnIb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJDVTXnIb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJDVTXnIb .jq-number__spin.minus:hover:after,
.cid-uIJDVTXnIb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJDVTXnIb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJDVTXnIb .jq-number__spin.minus:after,
.cid-uIJDVTXnIb .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJDVTXnIb .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJDVTXnIb .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVTXnIb .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVTXnIb b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJDVTXnIb .soc-link,
.cid-uIJDVTXnIb .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJDVUy43K {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uIJDVUy43K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVUy43K .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-uIJDVUy43K .container {
    padding: 0 20px;
  }
}
.cid-uIJDVUy43K .row {
  justify-content: center;
}
.cid-uIJDVUy43K .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uIJDVUy43K .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJDVUy43K .item {
  margin-bottom: 45px;
}
.cid-uIJDVUy43K .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uIJDVUy43K .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uIJDVUy43K .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uIJDVUy43K .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uIJDVUy43K .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uIJDVUy43K .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uIJDVUy43K .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIJDVUy43K .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uIJDVUy43K .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJDVUy43K .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJDVUy43K b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJDVUy43K .mbr-desc {
  color: #000000;
}
.cid-uIJDVUy43K .mbr-date {
  color: #6a6e71;
}
.cid-uIJDVUy43K .mbr-text {
  color: #000000;
}
.cid-uIJDVUy43K .mbr-text,
.cid-uIJDVUy43K .desc-wrapper {
  color: #0b3e71;
}
.cid-uIJDVUy43K .mbr-date,
.cid-uIJDVUy43K .desc-wrapper {
  color: #bbbbbb;
}
.cid-uIJDVUy43K .mbr-desc,
.cid-uIJDVUy43K .desc-wrapper {
  color: #00e000;
}
.cid-uIJDVV9dp8 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJDVV9dp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJDVV9dp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJDVV9dp8 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJDVV9dp8 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .container {
    padding: 0 20px;
  }
}
.cid-uIJDVV9dp8 .row {
  justify-content: center;
}
.cid-uIJDVV9dp8 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJDVV9dp8 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJDVV9dp8 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJDVV9dp8 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJDVV9dp8 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJDVV9dp8 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJDVV9dp8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJDVV9dp8 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJDVV9dp8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJDVV9dp8 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJDVV9dp8 .nav-wrapper .list .item-wrap:hover,
.cid-uIJDVV9dp8 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJDVV9dp8 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJDVV9dp8 .mbr-text {
  color: #000000;
}
.cid-uIJDVV9dp8 .mbr-list-title {
  color: #002b56;
}
.cid-uIJDVV9dp8 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJDVV9dp8 .list {
  color: #9a9a9a;
}
.cid-uIJDVV9dp8 .list,
.cid-uIJDVV9dp8 .item-wrap,
.cid-uIJDVV9dp8 .contacts-wrapper {
  color: #006a00;
}
.cid-uIJDVV9dp8 .mbr-text,
.cid-uIJDVV9dp8 .text-wrap,
.cid-uIJDVV9dp8 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJDVV9dp8 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTBv4.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTBv4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTBv4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTBv4 .modal-content,
.cid-vahEGyTBv4 .modal-dialog {
  height: auto;
}
.cid-vahEGyTBv4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTBv4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTBv4 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTBv4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTBv4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTBv4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTBv4 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTBv4 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTBv4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTBv4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTBv4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTBv4 .modal-open {
  overflow: hidden;
}
.cid-vahEGyTBv4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTBv4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTBv4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTBv4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTBv4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTBv4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTBv4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTBv4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTBv4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTBv4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTBv4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTBv4 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTBv4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTBv4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTBv4 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTBv4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTBv4 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTBv4 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTBv4 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTBv4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTBv4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTBv4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTBv4 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTBv4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTBv4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTBv4 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTBv4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTBv4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTBv4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTBv4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTBv4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTBv4 .modal-lg,
  .cid-vahEGyTBv4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTBv4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTBv4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTBv4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTBv4 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTBv4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTBv4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTBv4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTBv4 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTBv4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTBv4 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTBv4 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTBv4 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTBv4 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTBv4 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTBv4 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTBv4 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJER5dakE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJER5dakE .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJER5dakE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJER5dakE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJER5dakE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJER5dakE .menu_box .navbar.opened,
  .cid-uIJER5dakE .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJER5dakE nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJER5dakE .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJER5dakE .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJER5dakE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJER5dakE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJER5dakE .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJER5dakE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJER5dakE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJER5dakE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJER5dakE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJER5dakE .offcanvas-body .mbr-text,
  .cid-uIJER5dakE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJER5dakE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJER5dakE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJER5dakE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJER5dakE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJER5dakE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJER5dakE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJER5dakE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJER5dakE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJER5dakE ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJER5dakE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJER5dakE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJER5dakE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJER5dakE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJER5dakE .nav-item .nav-link:hover::before,
.cid-uIJER5dakE .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJER5dakE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJER5dakE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJER5dakE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJER5dakE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJER5dakE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJER5dakE .offcanvas_box {
    display: none;
  }
}
.cid-uIJER5dakE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJER5dakE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJER5dakE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJER5dakE .container {
  display: flex;
  margin: auto;
}
.cid-uIJER5dakE .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJER5dakE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJER5dakE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJER5dakE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJER5dakE .navbar-nav {
    margin: 0;
  }
}
.cid-uIJER5dakE .dropdown-menu,
.cid-uIJER5dakE .navbar.opened {
  background-color: true !important;
}
.cid-uIJER5dakE .nav-item:focus,
.cid-uIJER5dakE .nav-link:focus {
  outline: none;
}
.cid-uIJER5dakE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJER5dakE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJER5dakE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJER5dakE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJER5dakE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJER5dakE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJER5dakE .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJER5dakE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJER5dakE .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJER5dakE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJER5dakE .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJER5dakE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJER5dakE .navbar.collapsed {
  justify-content: center;
}
.cid-uIJER5dakE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJER5dakE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJER5dakE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJER5dakE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJER5dakE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJER5dakE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJER5dakE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJER5dakE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJER5dakE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJER5dakE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJER5dakE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJER5dakE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJER5dakE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJER5dakE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJER5dakE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJER5dakE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJER5dakE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJER5dakE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJER5dakE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJER5dakE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJER5dakE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJER5dakE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJER5dakE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJER5dakE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJER5dakE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJER5dakE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJER5dakE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJER5dakE .dropdown-item.active,
.cid-uIJER5dakE .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJER5dakE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJER5dakE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJER5dakE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJER5dakE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJER5dakE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJER5dakE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJER5dakE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJER5dakE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJER5dakE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJER5dakE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJER5dakE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJER5dakE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJER5dakE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJER5dakE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJER5dakE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJER5dakE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJER5dakE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJER5dakE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJER5dakE .navbar {
    height: 70px;
  }
  .cid-uIJER5dakE .navbar.opened {
    height: auto;
  }
  .cid-uIJER5dakE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJER5dakE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJER5dakE .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJER5dakE .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJER5dakE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJER5dakE .text_widget {
  margin-bottom: 32px;
}
.cid-uIJER5dakE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJER5dakE .text_widget a:hover,
.cid-uIJER5dakE .text_widget a:focus {
  opacity: .8;
}
.cid-uIJER5dakE .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJER5dakE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJER5dakE .navbar-caption {
  color: #000000;
}
.cid-uIJER5dakE .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJER5dakE .mbr-section-subtitle,
.cid-uIJER5dakE .text_widget,
.cid-uIJER5dakE .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJER5dakE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJER5dakE .navbar-collapse {
  align-items: center;
}
.cid-uIJER6sfKl {
  background-image: url("../../../assets/images/noesis-trainings-beratungsinstitut-cover.webp-1679x628.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJER6sfKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER6sfKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJER6sfKl .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJER6sfKl .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJER6sfKl .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJER6sfKl .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJER6sfKl .container {
    padding: 0 20px;
  }
}
.cid-uIJER6sfKl .row {
  height: 100%;
}
.cid-uIJER6sfKl .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJER6sfKl .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJER6sfKl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJER6sfKl .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJER6sfKl .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJER6sfKl .mbr-section-title {
  color: #ffffff;
}
.cid-uIJER6sfKl .mbr-desc {
  color: #ffffff;
}
.cid-uIJER6sfKl .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uIJER766k0 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIJER766k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER766k0 .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-uIJER766k0 .container {
    padding: 0 20px;
  }
}
.cid-uIJER766k0 .row {
  justify-content: space-between;
}
.cid-uIJER766k0 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJER766k0 .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJER766k0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJER766k0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJER766k0 .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJER766k0 .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJER766k0 .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJER766k0 .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJER766k0 .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJER766k0 .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJER766k0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJER766k0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJER766k0 .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJER766k0 .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJER766k0 .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER766k0 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJER766k0 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER766k0 b {
    line-height: 2rem !important;
  }
}
.cid-uIJER766k0 .mbr-link {
  color: #000000;
}
.cid-uIJER766k0 .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJER766k0 .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJER766k0 .mbr-text {
  color: #336699;
}
.cid-uIJER766k0 .mbr-link,
.cid-uIJER766k0 .link-wrapper {
  color: #00e000;
}
.cid-uIJER7tebE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJER7tebE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER7tebE .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-uIJER7tebE .container {
    padding: 0 20px;
  }
}
.cid-uIJER7tebE .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJER7tebE .row .card {
  padding: 0 0px;
}
.cid-uIJER7tebE .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJER7tebE .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJER7tebE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJER7tebE .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJER7tebE .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJER7tebE .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJER7tebE .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJER7tebE .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJER7tebE .mbr-section-title {
  color: #000000;
}
.cid-uIJER7tebE .card-number {
  color: #336699;
}
.cid-uIJER7tebE .card-title {
  color: #0b3e71;
}
.cid-uIJER7tebE .card-text {
  color: #0b3e71;
}
.cid-uIJER7tebE .mbr-section-title,
.cid-uIJER7tebE .title-wrapper {
  color: #0b3e71;
}
.cid-uIJER7PYDA {
  background-color: #f3f3f3;
}
.cid-uIJER7PYDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER7PYDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJER7PYDA .row {
  flex-direction: row-reverse;
}
.cid-uIJER8bF2I {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uIJER8bF2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER8bF2I .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-uIJER8bF2I .container {
    padding: 0 20px;
  }
}
.cid-uIJER8bF2I .row {
  justify-content: space-between;
}
.cid-uIJER8bF2I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJER8bF2I .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJER8bF2I .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJER8bF2I .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER8bF2I .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJER8bF2I b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER8bF2I b {
    line-height: 2rem !important;
  }
}
.cid-uIJER8v4in .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uIJER8v4in img {
  border-radius: 0rem !important;
}
.cid-uIJER8Nar7 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJER8Nar7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER8Nar7 .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-uIJER8Nar7 .container {
    padding: 0 20px;
  }
}
.cid-uIJER8Nar7 .row {
  justify-content: space-between;
}
.cid-uIJER8Nar7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJER8Nar7 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJER8Nar7 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJER8Nar7 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJER8Nar7 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJER8Nar7 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER8Nar7 b {
    line-height: 2rem !important;
  }
}
#custom-html-117 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-117 img {
  border-radius: 0rem !important;
}
.cid-uIJER9dlLs {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uIJER9dlLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER9dlLs .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-uIJER9dlLs .container {
    padding: 0 20px;
  }
}
.cid-uIJER9dlLs .row {
  justify-content: space-between;
}
.cid-uIJER9dlLs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJER9dlLs .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJER9dlLs .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJER9dlLs .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJER9dlLs .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJER9dlLs b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJER9dlLs b {
    line-height: 2rem !important;
  }
}
#custom-html-119 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-119 img {
  border-radius: 0rem !important;
}
.cid-uIJER9JOwj {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uIJER9JOwj {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uIJER9JOwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJER9JOwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJER9JOwj .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uIJER9JOwj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIJER9JOwj .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uIJER9JOwj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uIJER9JOwj .content-wrap {
    display: none;
  }
}
.cid-uIJER9JOwj P {
  color: #acb3b7;
}
#custom-html-11b .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-11b .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJERaaJ2H {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJERaaJ2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERaaJ2H .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-uIJERaaJ2H .container {
    padding: 0 20px;
  }
}
.cid-uIJERaaJ2H .row {
  justify-content: space-between;
}
.cid-uIJERaaJ2H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJERaaJ2H .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERaaJ2H .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJERaaJ2H .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJERaaJ2H .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERaaJ2H b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERaaJ2H b {
    line-height: 2rem !important;
  }
}
#custom-html-11d .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-11d img {
  border-radius: 0rem !important;
}
.cid-uIJERaEn8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJERaEn8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERaEn8d .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-uIJERaEn8d .container {
    padding: 0 20px;
  }
}
.cid-uIJERaEn8d .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJERaEn8d .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJERaEn8d .row img {
    height: 300px;
  }
}
.cid-uIJERb0hVL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uIJERb0hVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERb0hVL .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-uIJERb0hVL .container {
    padding: 0 20px;
  }
}
.cid-uIJERb0hVL .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJERb0hVL .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJERb0hVL .row img {
    height: 300px;
  }
}
.cid-uIJERbm5jq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uIJERbm5jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERbm5jq .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-uIJERbm5jq .container {
    padding: 0 20px;
  }
}
.cid-uIJERbm5jq .row {
  margin: 0;
}
.cid-uIJERbm5jq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJERbm5jq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIJERbm5jq .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uIJERbm5jq .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uIJERbm5jq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uIJERbm5jq .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uIJERbm5jq .mbr-section-title {
  color: #ffffff;
}
.cid-uIJERbMjrK {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJERbMjrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERbMjrK .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-uIJERbMjrK .container {
    padding: 0 20px;
  }
}
.cid-uIJERbMjrK .row {
  justify-content: space-between;
}
.cid-uIJERbMjrK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJERbMjrK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERbMjrK .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJERbMjrK .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJERbMjrK .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERbMjrK b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERbMjrK b {
    line-height: 2rem !important;
  }
}
.cid-uIJERc9v70 {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJERc9v70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERc9v70 .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-uIJERc9v70 .container {
    padding: 0 20px;
  }
}
.cid-uIJERc9v70 .row {
  justify-content: space-between;
}
.cid-uIJERc9v70 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJERc9v70 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERc9v70 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJERc9v70 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJERc9v70 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERc9v70 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERc9v70 b {
    line-height: 2rem !important;
  }
}
.cid-uIJERcwKKt {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJERcwKKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERcwKKt .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-uIJERcwKKt .container {
    padding: 0 20px;
  }
}
.cid-uIJERcwKKt .row {
  justify-content: space-between;
}
.cid-uIJERcwKKt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJERcwKKt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERcwKKt .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJERcwKKt .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJERcwKKt .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERcwKKt b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERcwKKt b {
    line-height: 2rem !important;
  }
}
.cid-uIJERcU4oP {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJERcU4oP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERcU4oP .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-uIJERcU4oP .container {
    padding: 0 20px;
  }
}
.cid-uIJERcU4oP .row {
  justify-content: space-between;
}
.cid-uIJERcU4oP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJERcU4oP .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERcU4oP .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJERcU4oP .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJERcU4oP .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERcU4oP b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERcU4oP b {
    line-height: 2rem !important;
  }
}
.cid-uIJERdh6sJ {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIJERdh6sJ .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJERdh6sJ {
    background-position: right;
  }
}
.cid-uIJERdh6sJ input,
.cid-uIJERdh6sJ textarea {
  border-radius: 0;
}
.cid-uIJERdh6sJ input:hover,
.cid-uIJERdh6sJ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJERdh6sJ .row {
  justify-content: flex-end;
}
.cid-uIJERdh6sJ textarea {
  min-height: 200px;
}
.cid-uIJERdh6sJ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJERdh6sJ .col-auto {
    margin: auto;
  }
}
.cid-uIJERdh6sJ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJERdh6sJ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJERdh6sJ .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJERdh6sJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJERdh6sJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJERdh6sJ .btn {
  padding: 1rem 3rem;
}
.cid-uIJERdh6sJ .form-control,
.cid-uIJERdh6sJ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJERdh6sJ .form-control::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input::-webkit-input-placeholder,
.cid-uIJERdh6sJ .form-control::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJERdh6sJ .form-control:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:-moz-placeholder,
.cid-uIJERdh6sJ .form-control:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJERdh6sJ .form-control:hover,
.cid-uIJERdh6sJ .field-input:hover,
.cid-uIJERdh6sJ .form-control:focus,
.cid-uIJERdh6sJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJERdh6sJ .form-control:hover::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input:hover::-webkit-input-placeholder,
.cid-uIJERdh6sJ .form-control:focus::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input:focus::-webkit-input-placeholder,
.cid-uIJERdh6sJ .form-control:hover::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input:hover::-webkit-input-placeholder,
.cid-uIJERdh6sJ .form-control:focus::-webkit-input-placeholder,
.cid-uIJERdh6sJ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJERdh6sJ .form-control:hover:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:hover:-moz-placeholder,
.cid-uIJERdh6sJ .form-control:focus:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:focus:-moz-placeholder,
.cid-uIJERdh6sJ .form-control:hover:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:hover:-moz-placeholder,
.cid-uIJERdh6sJ .form-control:focus:-moz-placeholder,
.cid-uIJERdh6sJ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJERdh6sJ .jq-number__spin:hover,
.cid-uIJERdh6sJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJERdh6sJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJERdh6sJ .jq-selectbox li,
.cid-uIJERdh6sJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJERdh6sJ .jq-selectbox li:hover,
.cid-uIJERdh6sJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJERdh6sJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJERdh6sJ .jq-number__spin.minus:hover:after,
.cid-uIJERdh6sJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJERdh6sJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJERdh6sJ .jq-number__spin.minus:after,
.cid-uIJERdh6sJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJERdh6sJ .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJERdh6sJ .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERdh6sJ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERdh6sJ b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJERdh6sJ .soc-link,
.cid-uIJERdh6sJ .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJERdNdPC {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uIJERdNdPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERdNdPC .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-uIJERdNdPC .container {
    padding: 0 20px;
  }
}
.cid-uIJERdNdPC .row {
  justify-content: center;
}
.cid-uIJERdNdPC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uIJERdNdPC .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJERdNdPC .item {
  margin-bottom: 45px;
}
.cid-uIJERdNdPC .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uIJERdNdPC .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uIJERdNdPC .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uIJERdNdPC .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uIJERdNdPC .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uIJERdNdPC .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uIJERdNdPC .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIJERdNdPC .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uIJERdNdPC .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJERdNdPC .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJERdNdPC b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJERdNdPC .mbr-desc {
  color: #000000;
}
.cid-uIJERdNdPC .mbr-date {
  color: #6a6e71;
}
.cid-uIJERdNdPC .mbr-text {
  color: #000000;
}
.cid-uIJERdNdPC .mbr-text,
.cid-uIJERdNdPC .desc-wrapper {
  color: #0b3e71;
}
.cid-uIJERdNdPC .mbr-date,
.cid-uIJERdNdPC .desc-wrapper {
  color: #bbbbbb;
}
.cid-uIJERdNdPC .mbr-desc,
.cid-uIJERdNdPC .desc-wrapper {
  color: #00e000;
}
.cid-uIJERekozF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJERekozF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJERekozF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJERekozF .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJERekozF .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJERekozF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJERekozF .container {
    padding: 0 20px;
  }
}
.cid-uIJERekozF .row {
  justify-content: center;
}
.cid-uIJERekozF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJERekozF .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJERekozF .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJERekozF .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJERekozF .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJERekozF .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJERekozF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJERekozF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJERekozF .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJERekozF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJERekozF .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJERekozF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJERekozF .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJERekozF .nav-wrapper .list .item-wrap:hover,
.cid-uIJERekozF .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJERekozF .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJERekozF .mbr-text {
  color: #000000;
}
.cid-uIJERekozF .mbr-list-title {
  color: #002b56;
}
.cid-uIJERekozF b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJERekozF .list {
  color: #9a9a9a;
}
.cid-uIJERekozF .list,
.cid-uIJERekozF .item-wrap,
.cid-uIJERekozF .contacts-wrapper {
  color: #006a00;
}
.cid-uIJERekozF .mbr-text,
.cid-uIJERekozF .text-wrap,
.cid-uIJERekozF .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJERekozF .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTVx3.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTVx3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTVx3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTVx3 .modal-content,
.cid-vahEGyTVx3 .modal-dialog {
  height: auto;
}
.cid-vahEGyTVx3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTVx3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTVx3 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTVx3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTVx3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTVx3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTVx3 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTVx3 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTVx3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTVx3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTVx3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTVx3 .modal-open {
  overflow: hidden;
}
.cid-vahEGyTVx3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTVx3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTVx3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTVx3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTVx3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTVx3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTVx3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTVx3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTVx3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTVx3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTVx3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTVx3 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTVx3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTVx3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVx3 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTVx3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTVx3 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTVx3 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTVx3 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTVx3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTVx3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTVx3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVx3 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTVx3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTVx3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVx3 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTVx3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTVx3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTVx3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTVx3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTVx3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTVx3 .modal-lg,
  .cid-vahEGyTVx3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTVx3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTVx3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTVx3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTVx3 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTVx3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTVx3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTVx3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTVx3 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTVx3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTVx3 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTVx3 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTVx3 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTVx3 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTVx3 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTVx3 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTVx3 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJFjlAtUS {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJFjlAtUS .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJFjlAtUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJFjlAtUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJFjlAtUS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJFjlAtUS .menu_box .navbar.opened,
  .cid-uIJFjlAtUS .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJFjlAtUS nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJFjlAtUS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJFjlAtUS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJFjlAtUS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJFjlAtUS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJFjlAtUS .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJFjlAtUS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJFjlAtUS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJFjlAtUS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJFjlAtUS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJFjlAtUS .offcanvas-body .mbr-text,
  .cid-uIJFjlAtUS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJFjlAtUS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJFjlAtUS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJFjlAtUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJFjlAtUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJFjlAtUS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJFjlAtUS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJFjlAtUS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJFjlAtUS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJFjlAtUS ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJFjlAtUS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJFjlAtUS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJFjlAtUS .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJFjlAtUS .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFjlAtUS .nav-item .nav-link:hover::before,
.cid-uIJFjlAtUS .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJFjlAtUS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJFjlAtUS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJFjlAtUS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJFjlAtUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJFjlAtUS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJFjlAtUS .offcanvas_box {
    display: none;
  }
}
.cid-uIJFjlAtUS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJFjlAtUS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJFjlAtUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJFjlAtUS .container {
  display: flex;
  margin: auto;
}
.cid-uIJFjlAtUS .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJFjlAtUS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJFjlAtUS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJFjlAtUS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJFjlAtUS .navbar-nav {
    margin: 0;
  }
}
.cid-uIJFjlAtUS .dropdown-menu,
.cid-uIJFjlAtUS .navbar.opened {
  background-color: true !important;
}
.cid-uIJFjlAtUS .nav-item:focus,
.cid-uIJFjlAtUS .nav-link:focus {
  outline: none;
}
.cid-uIJFjlAtUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJFjlAtUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJFjlAtUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJFjlAtUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJFjlAtUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJFjlAtUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJFjlAtUS .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJFjlAtUS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJFjlAtUS .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJFjlAtUS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJFjlAtUS .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJFjlAtUS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJFjlAtUS .navbar.collapsed {
  justify-content: center;
}
.cid-uIJFjlAtUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJFjlAtUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJFjlAtUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJFjlAtUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJFjlAtUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJFjlAtUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJFjlAtUS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJFjlAtUS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJFjlAtUS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJFjlAtUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJFjlAtUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJFjlAtUS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJFjlAtUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJFjlAtUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJFjlAtUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJFjlAtUS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJFjlAtUS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJFjlAtUS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJFjlAtUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJFjlAtUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJFjlAtUS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJFjlAtUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJFjlAtUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJFjlAtUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJFjlAtUS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJFjlAtUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJFjlAtUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJFjlAtUS .dropdown-item.active,
.cid-uIJFjlAtUS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJFjlAtUS .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJFjlAtUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJFjlAtUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJFjlAtUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJFjlAtUS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJFjlAtUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJFjlAtUS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJFjlAtUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJFjlAtUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJFjlAtUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJFjlAtUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJFjlAtUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJFjlAtUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJFjlAtUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJFjlAtUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJFjlAtUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJFjlAtUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJFjlAtUS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJFjlAtUS .navbar {
    height: 70px;
  }
  .cid-uIJFjlAtUS .navbar.opened {
    height: auto;
  }
  .cid-uIJFjlAtUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJFjlAtUS .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJFjlAtUS .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJFjlAtUS .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJFjlAtUS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJFjlAtUS .text_widget {
  margin-bottom: 32px;
}
.cid-uIJFjlAtUS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJFjlAtUS .text_widget a:hover,
.cid-uIJFjlAtUS .text_widget a:focus {
  opacity: .8;
}
.cid-uIJFjlAtUS .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJFjlAtUS .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJFjlAtUS .navbar-caption {
  color: #000000;
}
.cid-uIJFjlAtUS .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJFjlAtUS .mbr-section-subtitle,
.cid-uIJFjlAtUS .text_widget,
.cid-uIJFjlAtUS .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJFjlAtUS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJFjlAtUS .navbar-collapse {
  align-items: center;
}
.cid-uIJFjmUxFW {
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJFjmUxFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjmUxFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uIJFjmUxFW .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJFjmUxFW .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFjmUxFW .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJFjmUxFW .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJFjmUxFW .container {
    padding: 0 20px;
  }
}
.cid-uIJFjmUxFW .row {
  height: 100%;
}
.cid-uIJFjmUxFW .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJFjmUxFW .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJFjmUxFW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJFjmUxFW .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJFjmUxFW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJFjmUxFW .mbr-section-title {
  color: #ffffff;
}
.cid-uIJFjmUxFW .mbr-desc {
  color: #ffffff;
}
.cid-uIJFjmUxFW .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uIJFjnGcEY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIJFjnGcEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjnGcEY .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-uIJFjnGcEY .container {
    padding: 0 20px;
  }
}
.cid-uIJFjnGcEY .row {
  justify-content: space-between;
}
.cid-uIJFjnGcEY .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJFjnGcEY .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJFjnGcEY .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJFjnGcEY .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFjnGcEY .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJFjnGcEY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJFjnGcEY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJFjnGcEY .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJFjnGcEY .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJFjnGcEY .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjnGcEY .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjnGcEY b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjnGcEY b {
    line-height: 2rem !important;
  }
}
.cid-uIJFjnGcEY .mbr-link {
  color: #000000;
}
.cid-uIJFjnGcEY .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJFjnGcEY .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJFjnGcEY .mbr-text {
  color: #336699;
}
.cid-uIJFjnGcEY .mbr-link,
.cid-uIJFjnGcEY .link-wrapper {
  color: #00e000;
}
.cid-uIJFjo6Lcs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJFjo6Lcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjo6Lcs .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-uIJFjo6Lcs .container {
    padding: 0 20px;
  }
}
.cid-uIJFjo6Lcs .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJFjo6Lcs .row .card {
  padding: 0 0px;
}
.cid-uIJFjo6Lcs .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJFjo6Lcs .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJFjo6Lcs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJFjo6Lcs .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJFjo6Lcs .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJFjo6Lcs .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJFjo6Lcs .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJFjo6Lcs .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJFjo6Lcs .mbr-section-title {
  color: #000000;
}
.cid-uIJFjo6Lcs .card-number {
  color: #336699;
}
.cid-uIJFjo6Lcs .card-title {
  color: #0b3e71;
}
.cid-uIJFjo6Lcs .card-text {
  color: #0b3e71;
}
.cid-uIJFjo6Lcs .mbr-section-title,
.cid-uIJFjo6Lcs .title-wrapper {
  color: #0b3e71;
}
.cid-uIJFjoxdTp {
  background-color: #f3f3f3;
}
.cid-uIJFjoxdTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjoxdTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFjoxdTp .row {
  flex-direction: row-reverse;
}
.cid-uIJFjoUjMK {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uIJFjoUjMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjoUjMK .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-uIJFjoUjMK .container {
    padding: 0 20px;
  }
}
.cid-uIJFjoUjMK .row {
  justify-content: space-between;
}
.cid-uIJFjoUjMK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjoUjMK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjoUjMK .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjoUjMK .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjoUjMK .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjoUjMK b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjoUjMK b {
    line-height: 2rem !important;
  }
}
.cid-uIJFjpgzrL .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uIJFjpgzrL img {
  border-radius: 0rem !important;
}
.cid-uIJFjpBmGw {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjpBmGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjpBmGw .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-uIJFjpBmGw .container {
    padding: 0 20px;
  }
}
.cid-uIJFjpBmGw .row {
  justify-content: space-between;
}
.cid-uIJFjpBmGw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjpBmGw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjpBmGw .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjpBmGw .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjpBmGw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjpBmGw b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjpBmGw b {
    line-height: 2rem !important;
  }
}
#custom-html-11w .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-11w img {
  border-radius: 0rem !important;
}
.cid-uIJFjq3Wc2 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uIJFjq3Wc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjq3Wc2 .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-uIJFjq3Wc2 .container {
    padding: 0 20px;
  }
}
.cid-uIJFjq3Wc2 .row {
  justify-content: space-between;
}
.cid-uIJFjq3Wc2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjq3Wc2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjq3Wc2 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjq3Wc2 .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjq3Wc2 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjq3Wc2 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjq3Wc2 b {
    line-height: 2rem !important;
  }
}
#custom-html-11y .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-11y img {
  border-radius: 0rem !important;
}
.cid-uIJFjquEp1 {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uIJFjquEp1 {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uIJFjquEp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjquEp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFjquEp1 .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uIJFjquEp1 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIJFjquEp1 .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uIJFjquEp1 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uIJFjquEp1 .content-wrap {
    display: none;
  }
}
.cid-uIJFjquEp1 P {
  color: #acb3b7;
}
#custom-html-120 .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-120 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJFjqYzNw {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjqYzNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjqYzNw .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-uIJFjqYzNw .container {
    padding: 0 20px;
  }
}
.cid-uIJFjqYzNw .row {
  justify-content: space-between;
}
.cid-uIJFjqYzNw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjqYzNw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjqYzNw .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjqYzNw .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjqYzNw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjqYzNw b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjqYzNw b {
    line-height: 2rem !important;
  }
}
#custom-html-122 .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-122 img {
  border-radius: 0rem !important;
}
.cid-uIJFjrsvC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJFjrsvC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjrsvC3 .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-uIJFjrsvC3 .container {
    padding: 0 20px;
  }
}
.cid-uIJFjrsvC3 .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJFjrsvC3 .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJFjrsvC3 .row img {
    height: 300px;
  }
}
.cid-uIJFjrQ2Nr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uIJFjrQ2Nr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjrQ2Nr .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-uIJFjrQ2Nr .container {
    padding: 0 20px;
  }
}
.cid-uIJFjrQ2Nr .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJFjrQ2Nr .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJFjrQ2Nr .row img {
    height: 300px;
  }
}
.cid-uIJFjsdW2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uIJFjsdW2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjsdW2k .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-uIJFjsdW2k .container {
    padding: 0 20px;
  }
}
.cid-uIJFjsdW2k .row {
  margin: 0;
}
.cid-uIJFjsdW2k .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJFjsdW2k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIJFjsdW2k .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uIJFjsdW2k .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uIJFjsdW2k .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uIJFjsdW2k .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uIJFjsdW2k .mbr-section-title {
  color: #ffffff;
}
.cid-uIJFjsBWRu {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjsBWRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjsBWRu .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-uIJFjsBWRu .container {
    padding: 0 20px;
  }
}
.cid-uIJFjsBWRu .row {
  justify-content: space-between;
}
.cid-uIJFjsBWRu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjsBWRu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjsBWRu .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjsBWRu .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjsBWRu .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjsBWRu b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjsBWRu b {
    line-height: 2rem !important;
  }
}
.cid-uIJFjsY4Dr {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjsY4Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjsY4Dr .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-uIJFjsY4Dr .container {
    padding: 0 20px;
  }
}
.cid-uIJFjsY4Dr .row {
  justify-content: space-between;
}
.cid-uIJFjsY4Dr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjsY4Dr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjsY4Dr .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjsY4Dr .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjsY4Dr .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjsY4Dr b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjsY4Dr b {
    line-height: 2rem !important;
  }
}
.cid-uIJFjtlpBL {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjtlpBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjtlpBL .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-uIJFjtlpBL .container {
    padding: 0 20px;
  }
}
.cid-uIJFjtlpBL .row {
  justify-content: space-between;
}
.cid-uIJFjtlpBL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjtlpBL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjtlpBL .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjtlpBL .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjtlpBL .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjtlpBL b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjtlpBL b {
    line-height: 2rem !important;
  }
}
.cid-uIJFjtIokg {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFjtIokg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjtIokg .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-uIJFjtIokg .container {
    padding: 0 20px;
  }
}
.cid-uIJFjtIokg .row {
  justify-content: space-between;
}
.cid-uIJFjtIokg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFjtIokg .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjtIokg .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFjtIokg .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFjtIokg .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjtIokg b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjtIokg b {
    line-height: 2rem !important;
  }
}
.cid-uIJFju87ZJ {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIJFju87ZJ .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJFju87ZJ {
    background-position: right;
  }
}
.cid-uIJFju87ZJ input,
.cid-uIJFju87ZJ textarea {
  border-radius: 0;
}
.cid-uIJFju87ZJ input:hover,
.cid-uIJFju87ZJ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJFju87ZJ .row {
  justify-content: flex-end;
}
.cid-uIJFju87ZJ textarea {
  min-height: 200px;
}
.cid-uIJFju87ZJ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJFju87ZJ .col-auto {
    margin: auto;
  }
}
.cid-uIJFju87ZJ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJFju87ZJ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJFju87ZJ .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJFju87ZJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJFju87ZJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJFju87ZJ .btn {
  padding: 1rem 3rem;
}
.cid-uIJFju87ZJ .form-control,
.cid-uIJFju87ZJ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJFju87ZJ .form-control::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input::-webkit-input-placeholder,
.cid-uIJFju87ZJ .form-control::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJFju87ZJ .form-control:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:-moz-placeholder,
.cid-uIJFju87ZJ .form-control:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJFju87ZJ .form-control:hover,
.cid-uIJFju87ZJ .field-input:hover,
.cid-uIJFju87ZJ .form-control:focus,
.cid-uIJFju87ZJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJFju87ZJ .form-control:hover::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input:hover::-webkit-input-placeholder,
.cid-uIJFju87ZJ .form-control:focus::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input:focus::-webkit-input-placeholder,
.cid-uIJFju87ZJ .form-control:hover::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input:hover::-webkit-input-placeholder,
.cid-uIJFju87ZJ .form-control:focus::-webkit-input-placeholder,
.cid-uIJFju87ZJ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJFju87ZJ .form-control:hover:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:hover:-moz-placeholder,
.cid-uIJFju87ZJ .form-control:focus:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:focus:-moz-placeholder,
.cid-uIJFju87ZJ .form-control:hover:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:hover:-moz-placeholder,
.cid-uIJFju87ZJ .form-control:focus:-moz-placeholder,
.cid-uIJFju87ZJ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJFju87ZJ .jq-number__spin:hover,
.cid-uIJFju87ZJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJFju87ZJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJFju87ZJ .jq-selectbox li,
.cid-uIJFju87ZJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJFju87ZJ .jq-selectbox li:hover,
.cid-uIJFju87ZJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJFju87ZJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJFju87ZJ .jq-number__spin.minus:hover:after,
.cid-uIJFju87ZJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJFju87ZJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJFju87ZJ .jq-number__spin.minus:after,
.cid-uIJFju87ZJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJFju87ZJ .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJFju87ZJ .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFju87ZJ .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFju87ZJ b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJFju87ZJ .soc-link,
.cid-uIJFju87ZJ .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJFjuH8wf {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uIJFjuH8wf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjuH8wf .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-uIJFjuH8wf .container {
    padding: 0 20px;
  }
}
.cid-uIJFjuH8wf .row {
  justify-content: center;
}
.cid-uIJFjuH8wf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uIJFjuH8wf .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFjuH8wf .item {
  margin-bottom: 45px;
}
.cid-uIJFjuH8wf .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uIJFjuH8wf .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uIJFjuH8wf .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uIJFjuH8wf .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uIJFjuH8wf .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIJFjuH8wf .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uIJFjuH8wf .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFjuH8wf .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFjuH8wf b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJFjuH8wf .mbr-desc {
  color: #000000;
}
.cid-uIJFjuH8wf .mbr-date {
  color: #6a6e71;
}
.cid-uIJFjuH8wf .mbr-text {
  color: #000000;
}
.cid-uIJFjuH8wf .mbr-text,
.cid-uIJFjuH8wf .desc-wrapper {
  color: #0b3e71;
}
.cid-uIJFjuH8wf .mbr-date,
.cid-uIJFjuH8wf .desc-wrapper {
  color: #bbbbbb;
}
.cid-uIJFjuH8wf .mbr-desc,
.cid-uIJFjuH8wf .desc-wrapper {
  color: #00e000;
}
.cid-uIJFjv9UQV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJFjv9UQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFjv9UQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFjv9UQV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJFjv9UQV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .container {
    padding: 0 20px;
  }
}
.cid-uIJFjv9UQV .row {
  justify-content: center;
}
.cid-uIJFjv9UQV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJFjv9UQV .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJFjv9UQV .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJFjv9UQV .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJFjv9UQV .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJFjv9UQV .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJFjv9UQV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJFjv9UQV .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJFjv9UQV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJFjv9UQV .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFjv9UQV .nav-wrapper .list .item-wrap:hover,
.cid-uIJFjv9UQV .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJFjv9UQV .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJFjv9UQV .mbr-text {
  color: #000000;
}
.cid-uIJFjv9UQV .mbr-list-title {
  color: #002b56;
}
.cid-uIJFjv9UQV b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJFjv9UQV .list {
  color: #9a9a9a;
}
.cid-uIJFjv9UQV .list,
.cid-uIJFjv9UQV .item-wrap,
.cid-uIJFjv9UQV .contacts-wrapper {
  color: #006a00;
}
.cid-uIJFjv9UQV .mbr-text,
.cid-uIJFjv9UQV .text-wrap,
.cid-uIJFjv9UQV .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJFjv9UQV .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTMG2.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTMG2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTMG2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTMG2 .modal-content,
.cid-vahEGyTMG2 .modal-dialog {
  height: auto;
}
.cid-vahEGyTMG2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTMG2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTMG2 .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTMG2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTMG2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTMG2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTMG2 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTMG2 .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTMG2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTMG2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTMG2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTMG2 .modal-open {
  overflow: hidden;
}
.cid-vahEGyTMG2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTMG2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTMG2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTMG2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTMG2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTMG2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTMG2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTMG2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTMG2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTMG2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTMG2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTMG2 .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTMG2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTMG2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTMG2 .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTMG2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTMG2 .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTMG2 .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTMG2 .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTMG2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTMG2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTMG2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTMG2 .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTMG2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTMG2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTMG2 .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTMG2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTMG2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTMG2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTMG2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTMG2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTMG2 .modal-lg,
  .cid-vahEGyTMG2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTMG2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTMG2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTMG2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTMG2 .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTMG2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTMG2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTMG2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTMG2 .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTMG2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTMG2 .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTMG2 .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTMG2 .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTMG2 .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTMG2 .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTMG2 .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTMG2 .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJFtCODPb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJFtCODPb .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJFtCODPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJFtCODPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJFtCODPb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJFtCODPb .menu_box .navbar.opened,
  .cid-uIJFtCODPb .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJFtCODPb nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJFtCODPb .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJFtCODPb .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJFtCODPb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJFtCODPb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJFtCODPb .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJFtCODPb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJFtCODPb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJFtCODPb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJFtCODPb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJFtCODPb .offcanvas-body .mbr-text,
  .cid-uIJFtCODPb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJFtCODPb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJFtCODPb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJFtCODPb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJFtCODPb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJFtCODPb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJFtCODPb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJFtCODPb .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJFtCODPb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJFtCODPb ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJFtCODPb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJFtCODPb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJFtCODPb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJFtCODPb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFtCODPb .nav-item .nav-link:hover::before,
.cid-uIJFtCODPb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJFtCODPb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJFtCODPb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJFtCODPb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJFtCODPb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJFtCODPb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJFtCODPb .offcanvas_box {
    display: none;
  }
}
.cid-uIJFtCODPb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJFtCODPb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJFtCODPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJFtCODPb .container {
  display: flex;
  margin: auto;
}
.cid-uIJFtCODPb .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJFtCODPb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJFtCODPb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJFtCODPb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJFtCODPb .navbar-nav {
    margin: 0;
  }
}
.cid-uIJFtCODPb .dropdown-menu,
.cid-uIJFtCODPb .navbar.opened {
  background-color: true !important;
}
.cid-uIJFtCODPb .nav-item:focus,
.cid-uIJFtCODPb .nav-link:focus {
  outline: none;
}
.cid-uIJFtCODPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJFtCODPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJFtCODPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJFtCODPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJFtCODPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJFtCODPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJFtCODPb .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJFtCODPb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJFtCODPb .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJFtCODPb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJFtCODPb .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJFtCODPb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJFtCODPb .navbar.collapsed {
  justify-content: center;
}
.cid-uIJFtCODPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJFtCODPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJFtCODPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJFtCODPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJFtCODPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJFtCODPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJFtCODPb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJFtCODPb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJFtCODPb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJFtCODPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJFtCODPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJFtCODPb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJFtCODPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJFtCODPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJFtCODPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJFtCODPb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJFtCODPb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJFtCODPb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJFtCODPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJFtCODPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJFtCODPb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJFtCODPb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJFtCODPb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJFtCODPb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJFtCODPb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJFtCODPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJFtCODPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJFtCODPb .dropdown-item.active,
.cid-uIJFtCODPb .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJFtCODPb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJFtCODPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJFtCODPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJFtCODPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJFtCODPb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJFtCODPb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJFtCODPb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJFtCODPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJFtCODPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJFtCODPb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJFtCODPb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJFtCODPb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJFtCODPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJFtCODPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJFtCODPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJFtCODPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJFtCODPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJFtCODPb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJFtCODPb .navbar {
    height: 70px;
  }
  .cid-uIJFtCODPb .navbar.opened {
    height: auto;
  }
  .cid-uIJFtCODPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJFtCODPb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJFtCODPb .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJFtCODPb .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJFtCODPb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJFtCODPb .text_widget {
  margin-bottom: 32px;
}
.cid-uIJFtCODPb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJFtCODPb .text_widget a:hover,
.cid-uIJFtCODPb .text_widget a:focus {
  opacity: .8;
}
.cid-uIJFtCODPb .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJFtCODPb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJFtCODPb .navbar-caption {
  color: #000000;
}
.cid-uIJFtCODPb .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJFtCODPb .mbr-section-subtitle,
.cid-uIJFtCODPb .text_widget,
.cid-uIJFtCODPb .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJFtCODPb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJFtCODPb .navbar-collapse {
  align-items: center;
}
.cid-uIJFtEdqnq {
  background-image: url("../../../assets/images/p1000035.webp-2000x545.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJFtEdqnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtEdqnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFtEdqnq .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJFtEdqnq .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFtEdqnq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJFtEdqnq .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJFtEdqnq .container {
    padding: 0 20px;
  }
}
.cid-uIJFtEdqnq .row {
  height: 100%;
}
.cid-uIJFtEdqnq .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJFtEdqnq .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJFtEdqnq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJFtEdqnq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJFtEdqnq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJFtEdqnq .mbr-section-title {
  color: #ffffff;
}
.cid-uIJFtEdqnq .mbr-desc {
  color: #ffffff;
}
.cid-uIJFtEdqnq .mbr-buttons {
  transition: all 0.7s cubic-bezier(0.64, 0, 0.09, 0.99) !important;
}
.cid-uIJFtEYsYA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIJFtEYsYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtEYsYA .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-uIJFtEYsYA .container {
    padding: 0 20px;
  }
}
.cid-uIJFtEYsYA .row {
  justify-content: space-between;
}
.cid-uIJFtEYsYA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJFtEYsYA .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJFtEYsYA .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJFtEYsYA .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFtEYsYA .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJFtEYsYA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJFtEYsYA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJFtEYsYA .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJFtEYsYA .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJFtEYsYA .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtEYsYA .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtEYsYA b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtEYsYA b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtEYsYA .mbr-link {
  color: #000000;
}
.cid-uIJFtEYsYA .mbr-desc {
  color: #002b56;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJFtEYsYA .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJFtEYsYA .mbr-text {
  color: #336699;
}
.cid-uIJFtEYsYA .mbr-link,
.cid-uIJFtEYsYA .link-wrapper {
  color: #00e000;
}
.cid-uIJFtFmLqy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-uIJFtFmLqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtFmLqy .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-uIJFtFmLqy .container {
    padding: 0 20px;
  }
}
.cid-uIJFtFmLqy .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJFtFmLqy .row .card {
  padding: 0 0px;
}
.cid-uIJFtFmLqy .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJFtFmLqy .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJFtFmLqy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJFtFmLqy .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJFtFmLqy .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJFtFmLqy .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJFtFmLqy .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJFtFmLqy .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJFtFmLqy .mbr-section-title {
  color: #000000;
}
.cid-uIJFtFmLqy .card-number {
  color: #336699;
}
.cid-uIJFtFmLqy .card-title {
  color: #0b3e71;
}
.cid-uIJFtFmLqy .card-text {
  color: #0b3e71;
}
.cid-uIJFtFmLqy .mbr-section-title,
.cid-uIJFtFmLqy .title-wrapper {
  color: #0b3e71;
}
.cid-uIJFtFJQlg {
  background-color: #f3f3f3;
}
.cid-uIJFtFJQlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtFJQlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFtFJQlg .row {
  flex-direction: row-reverse;
}
.cid-uIJFtGaJfq {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-uIJFtGaJfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtGaJfq .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-uIJFtGaJfq .container {
    padding: 0 20px;
  }
}
.cid-uIJFtGaJfq .row {
  justify-content: space-between;
}
.cid-uIJFtGaJfq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtGaJfq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtGaJfq .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtGaJfq .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtGaJfq .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtGaJfq b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtGaJfq b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtGveTE .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}
.cid-uIJFtGveTE img {
  border-radius: 0rem !important;
}
.cid-uIJFtGN5bm {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtGN5bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtGN5bm .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-uIJFtGN5bm .container {
    padding: 0 20px;
  }
}
.cid-uIJFtGN5bm .row {
  justify-content: space-between;
}
.cid-uIJFtGN5bm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtGN5bm .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtGN5bm .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtGN5bm .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtGN5bm .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtGN5bm b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtGN5bm b {
    line-height: 2rem !important;
  }
}
#custom-html-12l .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-12l img {
  border-radius: 0rem !important;
}
.cid-uIJFtHe65G {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f3f3f3;
}
.cid-uIJFtHe65G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtHe65G .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-uIJFtHe65G .container {
    padding: 0 20px;
  }
}
.cid-uIJFtHe65G .row {
  justify-content: space-between;
}
.cid-uIJFtHe65G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtHe65G .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtHe65G .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtHe65G .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtHe65G .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtHe65G b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtHe65G b {
    line-height: 2rem !important;
  }
}
#custom-html-12n .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-12n img {
  border-radius: 0rem !important;
}
.cid-uIJFtHET1Z {
  padding-top: 75px;
  padding-bottom: 175px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uIJFtHET1Z {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.cid-uIJFtHET1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtHET1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFtHET1Z .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uIJFtHET1Z .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uIJFtHET1Z .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uIJFtHET1Z .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uIJFtHET1Z .content-wrap {
    display: none;
  }
}
.cid-uIJFtHET1Z P {
  color: #acb3b7;
}
#custom-html-12p .mbr-section {
  background-color: #f3f3f3;
}
#custom-html-12p .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJFtI8G2z {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtI8G2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtI8G2z .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-uIJFtI8G2z .container {
    padding: 0 20px;
  }
}
.cid-uIJFtI8G2z .row {
  justify-content: space-between;
}
.cid-uIJFtI8G2z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtI8G2z .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtI8G2z .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtI8G2z .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtI8G2z .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtI8G2z b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtI8G2z b {
    line-height: 2rem !important;
  }
}
#custom-html-12r .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-html-12r img {
  border-radius: 0rem !important;
}
.cid-uIJFtIF7CJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uIJFtIF7CJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtIF7CJ .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-uIJFtIF7CJ .container {
    padding: 0 20px;
  }
}
.cid-uIJFtIF7CJ .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJFtIF7CJ .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJFtIF7CJ .row img {
    height: 300px;
  }
}
.cid-uIJFtJ4QuO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-uIJFtJ4QuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtJ4QuO .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-uIJFtJ4QuO .container {
    padding: 0 20px;
  }
}
.cid-uIJFtJ4QuO .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIJFtJ4QuO .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIJFtJ4QuO .row img {
    height: 300px;
  }
}
.cid-uIJFtJqu53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uIJFtJqu53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtJqu53 .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-uIJFtJqu53 .container {
    padding: 0 20px;
  }
}
.cid-uIJFtJqu53 .row {
  margin: 0;
}
.cid-uIJFtJqu53 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJFtJqu53 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIJFtJqu53 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uIJFtJqu53 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uIJFtJqu53 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uIJFtJqu53 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uIJFtJqu53 .mbr-section-title {
  color: #ffffff;
}
.cid-uIJFtJQnPK {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtJQnPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtJQnPK .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-uIJFtJQnPK .container {
    padding: 0 20px;
  }
}
.cid-uIJFtJQnPK .row {
  justify-content: space-between;
}
.cid-uIJFtJQnPK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtJQnPK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtJQnPK .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtJQnPK .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtJQnPK .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtJQnPK b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtJQnPK b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtKghQX {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtKghQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtKghQX .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-uIJFtKghQX .container {
    padding: 0 20px;
  }
}
.cid-uIJFtKghQX .row {
  justify-content: space-between;
}
.cid-uIJFtKghQX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtKghQX .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtKghQX .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtKghQX .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtKghQX .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtKghQX b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtKghQX b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtKGWYw {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtKGWYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtKGWYw .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-uIJFtKGWYw .container {
    padding: 0 20px;
  }
}
.cid-uIJFtKGWYw .row {
  justify-content: space-between;
}
.cid-uIJFtKGWYw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtKGWYw .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtKGWYw .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtKGWYw .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtKGWYw .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtKGWYw b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtKGWYw b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtL4VlR {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #f3f3f3;
}
.cid-uIJFtL4VlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtL4VlR .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-uIJFtL4VlR .container {
    padding: 0 20px;
  }
}
.cid-uIJFtL4VlR .row {
  justify-content: space-between;
}
.cid-uIJFtL4VlR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJFtL4VlR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtL4VlR .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJFtL4VlR .mbr-section-title {
  color: #063564;
  text-align: left;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-uIJFtL4VlR .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtL4VlR b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtL4VlR b {
    line-height: 2rem !important;
  }
}
.cid-uIJFtLsqvW {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIJFtLsqvW .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJFtLsqvW {
    background-position: right;
  }
}
.cid-uIJFtLsqvW input,
.cid-uIJFtLsqvW textarea {
  border-radius: 0;
}
.cid-uIJFtLsqvW input:hover,
.cid-uIJFtLsqvW textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJFtLsqvW .row {
  justify-content: flex-end;
}
.cid-uIJFtLsqvW textarea {
  min-height: 200px;
}
.cid-uIJFtLsqvW .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJFtLsqvW .col-auto {
    margin: auto;
  }
}
.cid-uIJFtLsqvW .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJFtLsqvW .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJFtLsqvW .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJFtLsqvW .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJFtLsqvW .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJFtLsqvW .btn {
  padding: 1rem 3rem;
}
.cid-uIJFtLsqvW .form-control,
.cid-uIJFtLsqvW .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJFtLsqvW .form-control::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input::-webkit-input-placeholder,
.cid-uIJFtLsqvW .form-control::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJFtLsqvW .form-control:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:-moz-placeholder,
.cid-uIJFtLsqvW .form-control:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJFtLsqvW .form-control:hover,
.cid-uIJFtLsqvW .field-input:hover,
.cid-uIJFtLsqvW .form-control:focus,
.cid-uIJFtLsqvW .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJFtLsqvW .form-control:hover::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input:hover::-webkit-input-placeholder,
.cid-uIJFtLsqvW .form-control:focus::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input:focus::-webkit-input-placeholder,
.cid-uIJFtLsqvW .form-control:hover::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input:hover::-webkit-input-placeholder,
.cid-uIJFtLsqvW .form-control:focus::-webkit-input-placeholder,
.cid-uIJFtLsqvW .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJFtLsqvW .form-control:hover:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:hover:-moz-placeholder,
.cid-uIJFtLsqvW .form-control:focus:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:focus:-moz-placeholder,
.cid-uIJFtLsqvW .form-control:hover:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:hover:-moz-placeholder,
.cid-uIJFtLsqvW .form-control:focus:-moz-placeholder,
.cid-uIJFtLsqvW .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJFtLsqvW .jq-number__spin:hover,
.cid-uIJFtLsqvW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJFtLsqvW .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJFtLsqvW .jq-selectbox li,
.cid-uIJFtLsqvW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJFtLsqvW .jq-selectbox li:hover,
.cid-uIJFtLsqvW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJFtLsqvW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJFtLsqvW .jq-number__spin.minus:hover:after,
.cid-uIJFtLsqvW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJFtLsqvW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJFtLsqvW .jq-number__spin.minus:after,
.cid-uIJFtLsqvW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJFtLsqvW .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJFtLsqvW .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtLsqvW .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtLsqvW b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJFtLsqvW .soc-link,
.cid-uIJFtLsqvW .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJFtLWWzU {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uIJFtLWWzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtLWWzU .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-uIJFtLWWzU .container {
    padding: 0 20px;
  }
}
.cid-uIJFtLWWzU .row {
  justify-content: center;
}
.cid-uIJFtLWWzU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uIJFtLWWzU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJFtLWWzU .item {
  margin-bottom: 45px;
}
.cid-uIJFtLWWzU .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uIJFtLWWzU .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uIJFtLWWzU .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uIJFtLWWzU .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uIJFtLWWzU .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIJFtLWWzU .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uIJFtLWWzU .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJFtLWWzU .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJFtLWWzU b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJFtLWWzU .mbr-desc {
  color: #000000;
}
.cid-uIJFtLWWzU .mbr-date {
  color: #6a6e71;
}
.cid-uIJFtLWWzU .mbr-text {
  color: #000000;
}
.cid-uIJFtLWWzU .mbr-text,
.cid-uIJFtLWWzU .desc-wrapper {
  color: #0b3e71;
}
.cid-uIJFtLWWzU .mbr-date,
.cid-uIJFtLWWzU .desc-wrapper {
  color: #bbbbbb;
}
.cid-uIJFtLWWzU .mbr-desc,
.cid-uIJFtLWWzU .desc-wrapper {
  color: #00e000;
}
.cid-uIJFtMpyuK {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJFtMpyuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFtMpyuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJFtMpyuK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJFtMpyuK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .container {
    padding: 0 20px;
  }
}
.cid-uIJFtMpyuK .row {
  justify-content: center;
}
.cid-uIJFtMpyuK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJFtMpyuK .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJFtMpyuK .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJFtMpyuK .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJFtMpyuK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJFtMpyuK .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJFtMpyuK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJFtMpyuK .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJFtMpyuK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJFtMpyuK .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJFtMpyuK .nav-wrapper .list .item-wrap:hover,
.cid-uIJFtMpyuK .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJFtMpyuK .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJFtMpyuK .mbr-text {
  color: #000000;
}
.cid-uIJFtMpyuK .mbr-list-title {
  color: #002b56;
}
.cid-uIJFtMpyuK b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJFtMpyuK .list {
  color: #9a9a9a;
}
.cid-uIJFtMpyuK .list,
.cid-uIJFtMpyuK .item-wrap,
.cid-uIJFtMpyuK .contacts-wrapper {
  color: #006a00;
}
.cid-uIJFtMpyuK .mbr-text,
.cid-uIJFtMpyuK .text-wrap,
.cid-uIJFtMpyuK .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJFtMpyuK .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyTwcv.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTwcv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTwcv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTwcv .modal-content,
.cid-vahEGyTwcv .modal-dialog {
  height: auto;
}
.cid-vahEGyTwcv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTwcv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTwcv .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTwcv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTwcv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTwcv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTwcv .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTwcv .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTwcv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTwcv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTwcv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTwcv .modal-open {
  overflow: hidden;
}
.cid-vahEGyTwcv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTwcv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTwcv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTwcv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTwcv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTwcv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTwcv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTwcv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTwcv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTwcv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTwcv .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTwcv .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTwcv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTwcv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTwcv .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTwcv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTwcv .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTwcv .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTwcv .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTwcv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTwcv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTwcv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTwcv .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTwcv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTwcv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTwcv .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTwcv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTwcv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTwcv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTwcv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTwcv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTwcv .modal-lg,
  .cid-vahEGyTwcv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTwcv .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTwcv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTwcv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTwcv .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTwcv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTwcv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTwcv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTwcv .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTwcv .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTwcv .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTwcv .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTwcv .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTwcv .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTwcv .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTwcv .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTwcv .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uzXxYQ5dll {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uzXxYQ5dll .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uzXxYQ5dll .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uzXxYQ5dll .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzXxYQ5dll .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzXxYQ5dll .menu_box .navbar.opened,
  .cid-uzXxYQ5dll .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzXxYQ5dll nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uzXxYQ5dll .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uzXxYQ5dll .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uzXxYQ5dll .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzXxYQ5dll .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzXxYQ5dll .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uzXxYQ5dll .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzXxYQ5dll .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzXxYQ5dll .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzXxYQ5dll .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzXxYQ5dll .offcanvas-body .mbr-text,
  .cid-uzXxYQ5dll .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzXxYQ5dll .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzXxYQ5dll .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzXxYQ5dll .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzXxYQ5dll .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzXxYQ5dll .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzXxYQ5dll li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzXxYQ5dll .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzXxYQ5dll .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uzXxYQ5dll ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uzXxYQ5dll .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzXxYQ5dll .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .nav-item {
    margin: 0 !important;
  }
}
.cid-uzXxYQ5dll .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uzXxYQ5dll .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzXxYQ5dll .nav-item .nav-link:hover::before,
.cid-uzXxYQ5dll .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uzXxYQ5dll .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzXxYQ5dll .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzXxYQ5dll .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzXxYQ5dll .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzXxYQ5dll .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzXxYQ5dll .offcanvas_box {
    display: none;
  }
}
.cid-uzXxYQ5dll .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzXxYQ5dll .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzXxYQ5dll .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzXxYQ5dll .container {
  display: flex;
  margin: auto;
}
.cid-uzXxYQ5dll .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzXxYQ5dll .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzXxYQ5dll .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzXxYQ5dll .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzXxYQ5dll .navbar-nav {
    margin: 0;
  }
}
.cid-uzXxYQ5dll .dropdown-menu,
.cid-uzXxYQ5dll .navbar.opened {
  background-color: true !important;
}
.cid-uzXxYQ5dll .nav-item:focus,
.cid-uzXxYQ5dll .nav-link:focus {
  outline: none;
}
.cid-uzXxYQ5dll .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzXxYQ5dll .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzXxYQ5dll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzXxYQ5dll .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzXxYQ5dll .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzXxYQ5dll .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzXxYQ5dll .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uzXxYQ5dll .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzXxYQ5dll .navbar.opened {
  transition: all 0.3s;
}
.cid-uzXxYQ5dll .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzXxYQ5dll .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzXxYQ5dll .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzXxYQ5dll .navbar.collapsed {
  justify-content: center;
}
.cid-uzXxYQ5dll .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzXxYQ5dll .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzXxYQ5dll .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzXxYQ5dll .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzXxYQ5dll .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzXxYQ5dll .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzXxYQ5dll .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzXxYQ5dll .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzXxYQ5dll .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzXxYQ5dll .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzXxYQ5dll .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzXxYQ5dll .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzXxYQ5dll .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzXxYQ5dll .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzXxYQ5dll .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzXxYQ5dll .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzXxYQ5dll .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzXxYQ5dll .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzXxYQ5dll .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzXxYQ5dll .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzXxYQ5dll .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzXxYQ5dll .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzXxYQ5dll .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzXxYQ5dll .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzXxYQ5dll .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzXxYQ5dll .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uzXxYQ5dll .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzXxYQ5dll .dropdown-item.active,
.cid-uzXxYQ5dll .dropdown-item:active {
  background-color: transparent;
}
.cid-uzXxYQ5dll .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uzXxYQ5dll .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzXxYQ5dll .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzXxYQ5dll .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzXxYQ5dll ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzXxYQ5dll .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzXxYQ5dll button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uzXxYQ5dll button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uzXxYQ5dll button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzXxYQ5dll button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzXxYQ5dll button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzXxYQ5dll button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzXxYQ5dll nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzXxYQ5dll nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzXxYQ5dll nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzXxYQ5dll nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzXxYQ5dll a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzXxYQ5dll .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzXxYQ5dll .navbar {
    height: 70px;
  }
  .cid-uzXxYQ5dll .navbar.opened {
    height: auto;
  }
  .cid-uzXxYQ5dll .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzXxYQ5dll .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uzXxYQ5dll .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uzXxYQ5dll .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uzXxYQ5dll .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzXxYQ5dll .text_widget {
  margin-bottom: 32px;
}
.cid-uzXxYQ5dll .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzXxYQ5dll .text_widget a:hover,
.cid-uzXxYQ5dll .text_widget a:focus {
  opacity: .8;
}
.cid-uzXxYQ5dll .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uzXxYQ5dll .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uzXxYQ5dll .navbar-caption {
  color: #000000;
}
.cid-uzXxYQ5dll .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uzXxYQ5dll .mbr-section-subtitle,
.cid-uzXxYQ5dll .text_widget,
.cid-uzXxYQ5dll .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uzXxYQ5dll a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzXxYQ5dll .navbar-collapse {
  align-items: center;
}
.cid-uHUpEteYN1 {
  display: flex;
  padding-top: 240px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uHUpEteYN1 {
    align-items: center;
  }
  .cid-uHUpEteYN1 .row {
    justify-content: center;
  }
}
.cid-uHUpEteYN1 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHUpEteYN1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHUpEteYN1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHUpEteYN1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHUpEteYN1 .content-wrap {
    width: 100%;
  }
}
.cid-uHUpEteYN1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHUpEteYN1 .mbr-text,
.cid-uHUpEteYN1 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHUpEteYN1 .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uA96DfQqQL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uA96DfQqQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA96DfQqQL .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-uA96DfQqQL .container {
    padding: 0 20px;
  }
}
.cid-uA96DfQqQL .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uA96DfQqQL .row .card {
  padding: 0 10px;
}
.cid-uA96DfQqQL .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uA96DfQqQL .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uA96DfQqQL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uA96DfQqQL .item {
  padding: 0 10px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-uA96DfQqQL .item {
    margin-bottom: 0px;
  }
}
.cid-uA96DfQqQL .item .item-wrapper .card-box .card-number {
  margin-bottom: 0px;
}
.cid-uA96DfQqQL .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 0px;
}
.cid-uA96DfQqQL .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uA96DfQqQL .card-number {
  color: #0b3e71;
  text-align: center;
}
.cid-uA96DfQqQL .card-title {
  color: #0b3e71;
}
.cid-uA96DfQqQL .card-text {
  color: #0b3e71;
}
.cid-uA96DfQqQL .mbr-section-title,
.cid-uA96DfQqQL .title-wrapper {
  color: #0b3e71;
}
.cid-uA96DfQqQL a.text-danger:hover,
.cid-uA96DfQqQL a.text-danger:focus,
.cid-uA96DfQqQL a.text-danger.active {
  color: #00e000 !important;
}
.cid-uA1W62dCsB {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uA1W62dCsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1W62dCsB .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-uA1W62dCsB .container {
    padding: 0 20px;
  }
}
.cid-uA1W62dCsB .row {
  justify-content: space-between;
}
.cid-uA1W62dCsB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA1W62dCsB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uA1W62dCsB .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uA1W62dCsB .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA1W62dCsB .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uA1W62dCsB b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA1W62dCsB b {
    line-height: 2rem !important;
  }
}
.cid-uA20WCanl2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uA20WCanl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA20WCanl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA20WCanl2 .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA20WCanl2 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA20WCanl2 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA20WCanl2 .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA20WCanl2 .mbr-section-title {
    width: 100%;
  }
}
.cid-uA20WCanl2 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA20WCanl2 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA20WCanl2 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA20WCanl2 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA20WCanl2 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA20WCanl2 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA20WCanl2 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA20WCanl2 .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA20WCanl2 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #002b56;
}
.cid-uA20WCanl2 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uA20WCanl2 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uA3dwLl27X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uA3dwLl27X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA3dwLl27X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA3dwLl27X .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uA3dwLl27X .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uA3dwLl27X .container {
    padding: 0 16px;
  }
}
.cid-uA3dwLl27X .row {
  justify-content: center;
}
.cid-uA3dwLl27X .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uA3dwLl27X .image-wrapper {
  margin-bottom: 40px;
}
.cid-uA3dwLl27X .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-uA3dwLl27X .image-wrapper img {
    height: 280px;
  }
}
.cid-uA3dwLl27X .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uA3dwLl27X .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uA3dwLl27X .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uA23aww6HF {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uA23aww6HF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA23aww6HF .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-uA23aww6HF .container {
    padding: 0 20px;
  }
}
.cid-uA23aww6HF .row {
  justify-content: space-between;
}
.cid-uA23aww6HF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA23aww6HF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uA23aww6HF .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uA23aww6HF .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA23aww6HF .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uA23aww6HF b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA23aww6HF b {
    line-height: 2rem !important;
  }
}
.cid-uA23e0wPWF {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  background-color: #f5f5f5;
}
.cid-uA23e0wPWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA23e0wPWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA23e0wPWF .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA23e0wPWF .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA23e0wPWF .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA23e0wPWF .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA23e0wPWF .mbr-section-title {
    width: 100%;
  }
}
.cid-uA23e0wPWF .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA23e0wPWF .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA23e0wPWF .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA23e0wPWF .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA23e0wPWF .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA23e0wPWF .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA23e0wPWF .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA23e0wPWF .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA23e0wPWF .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #002b56;
}
.cid-uA23e0wPWF li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uA23e0wPWF ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uA2gRLNRzH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-uA2gRLNRzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2gRLNRzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2gRLNRzH .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uA2gRLNRzH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uA2gRLNRzH .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uA2gRLNRzH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uA2cRkQQF0 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uA2cRkQQF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2cRkQQF0 .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-uA2cRkQQF0 .container {
    padding: 0 20px;
  }
}
.cid-uA2cRkQQF0 .row {
  justify-content: space-between;
}
.cid-uA2cRkQQF0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA2cRkQQF0 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uA2cRkQQF0 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uA2cRkQQF0 .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA2cRkQQF0 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uA2cRkQQF0 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA2cRkQQF0 b {
    line-height: 2rem !important;
  }
}
.cid-uA2cQ8xbwB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uA2cQ8xbwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2cQ8xbwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2cQ8xbwB .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA2cQ8xbwB .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA2cQ8xbwB .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA2cQ8xbwB .mbr-section-title {
  color: #6f94aa;
  width: 80%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uA2cQ8xbwB .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .cid-uA2cQ8xbwB .mbr-section-title {
    padding-top: 18px !important;
    padding-left: 45px !important;
  }
}
.cid-uA2cQ8xbwB .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA2cQ8xbwB .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA2cQ8xbwB .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA2cQ8xbwB .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA2cQ8xbwB .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA2cQ8xbwB .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA2cQ8xbwB .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA2cQ8xbwB .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA2cQ8xbwB .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #002b56;
}
.cid-uA2cQ8xbwB li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uA2cQ8xbwB ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uA2d9ziAou {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uA2d9ziAou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2d9ziAou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2d9ziAou .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA2d9ziAou .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA2d9ziAou .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA2d9ziAou .mbr-section-title {
  color: #6f94aa;
  width: 80%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uA2d9ziAou .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .cid-uA2d9ziAou .mbr-section-title {
    padding-top: 18px !important;
    padding-left: 45px !important;
  }
}
.cid-uA2d9ziAou .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA2d9ziAou .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA2d9ziAou .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA2d9ziAou .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA2d9ziAou .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA2d9ziAou .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA2d9ziAou .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA2d9ziAou .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA2d9ziAou .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #0b3e71;
}
.cid-uA2d9ziAou li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uA2d9ziAou ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uA2dsnteii {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uA2dsnteii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2dsnteii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2dsnteii .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA2dsnteii .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA2dsnteii .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA2dsnteii .mbr-section-title {
  color: #6f94aa;
  width: 80%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uA2dsnteii .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .cid-uA2dsnteii .mbr-section-title {
    padding-top: 18px !important;
    padding-left: 45px !important;
  }
}
.cid-uA2dsnteii .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA2dsnteii .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA2dsnteii .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA2dsnteii .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA2dsnteii .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA2dsnteii .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA2dsnteii .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA2dsnteii .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA2dsnteii .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #0b3e71;
}
.cid-uA2dsnteii li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 0;
}
.cid-uA2dsnteii ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uAaniEhBCC {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
}
.cid-uAaniEhBCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAaniEhBCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAaniEhBCC .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uAaniEhBCC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uAaniEhBCC .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uAaniEhBCC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uA2dEAoP5D {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uA2dEAoP5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2dEAoP5D .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-uA2dEAoP5D .container {
    padding: 0 20px;
  }
}
.cid-uA2dEAoP5D .row {
  justify-content: space-between;
}
.cid-uA2dEAoP5D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uA2dEAoP5D .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uA2dEAoP5D .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uA2dEAoP5D .mbr-section-title {
  color: #002b56;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA2dEAoP5D .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uA2dEAoP5D b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA2dEAoP5D b {
    line-height: 2rem !important;
  }
}
.cid-uA2dFabiMw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uA2dFabiMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2dFabiMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2dFabiMw .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-uA2dFabiMw .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uA2dFabiMw .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uA2dFabiMw .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA2dFabiMw .mbr-section-title {
    width: 100%;
  }
}
.cid-uA2dFabiMw .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-uA2dFabiMw .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-uA2dFabiMw .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-uA2dFabiMw .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-uA2dFabiMw .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-uA2dFabiMw .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-uA2dFabiMw .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-uA2dFabiMw .list-title {
    padding-bottom: 20px;
  }
}
.cid-uA2dFabiMw .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #002b56;
}
.cid-uA2dFabiMw li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-uA2dFabiMw ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-uA2ozdPAyd {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
}
.cid-uA2ozdPAyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2ozdPAyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA2ozdPAyd .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uA2ozdPAyd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uA2ozdPAyd .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uA2ozdPAyd .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uHjKXFcPCq {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uHjKXFcPCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjKXFcPCq .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-uHjKXFcPCq .container {
    padding: 0 20px;
  }
}
.cid-uHjKXFcPCq .row {
  justify-content: space-between;
}
.cid-uHjKXFcPCq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjKXFcPCq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHjKXFcPCq .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uHjKXFcPCq .mbr-section-title {
  color: #002b56;
  text-align: left;
}
.cid-uHjKXFcPCq .mbr-section-title DIV {
  text-align: left;
  line-height: 3rem;
}
@media (max-width: 576px) {
  .cid-uHjKXFcPCq .mbr-section-title DIV {
    line-height: 2rem !important;
  }
}
.cid-uHjLaJfRDv {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.cid-uHjLaJfRDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjLaJfRDv .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-uHjLaJfRDv .container {
    padding: 0 20px;
  }
}
.cid-uHjLaJfRDv .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHjLaJfRDv .panel-group .card {
  border-bottom: 1px solid #00e000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uHjLaJfRDv .panel-group .card:first-child {
  border-top: 1px solid #00e000;
}
.cid-uHjLaJfRDv .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00ff00;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1a4b7c;
  transition: all 0.3s ease-in-out;
}
.cid-uHjLaJfRDv .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #1a4b7c;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uHjLaJfRDv .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uHjLaJfRDv .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uHjLaJfRDv .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uHjLaJfRDv .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uHjLaJfRDv .mbr-desc {
  color: #000000;
}
.cid-uHjLaJfRDv .panel-number {
  color: #00ff00;
}
.cid-uHjLaJfRDv .panel-title-edit {
  color: #002b56;
  line-height: 2.5rem !important;
}
.cid-uHjLaJfRDv .panel-text {
  color: #002b56;
  line-height: 2.3rem !important;
}
.cid-uHjLJy4sqO {
  padding-top: 200px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uHjLJy4sqO .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uHjLJy4sqO {
    background-position: right;
  }
}
.cid-uHjLJy4sqO input,
.cid-uHjLJy4sqO textarea {
  border-radius: 0;
}
.cid-uHjLJy4sqO input:hover,
.cid-uHjLJy4sqO textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uHjLJy4sqO .row {
  justify-content: flex-end;
}
.cid-uHjLJy4sqO textarea {
  min-height: 200px;
}
.cid-uHjLJy4sqO .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uHjLJy4sqO .col-auto {
    margin: auto;
  }
}
.cid-uHjLJy4sqO .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uHjLJy4sqO .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uHjLJy4sqO .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uHjLJy4sqO .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uHjLJy4sqO .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uHjLJy4sqO .btn {
  padding: 1rem 3rem;
}
.cid-uHjLJy4sqO .form-control,
.cid-uHjLJy4sqO .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHjLJy4sqO .form-control::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input::-webkit-input-placeholder,
.cid-uHjLJy4sqO .form-control::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHjLJy4sqO .form-control:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:-moz-placeholder,
.cid-uHjLJy4sqO .form-control:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHjLJy4sqO .form-control:hover,
.cid-uHjLJy4sqO .field-input:hover,
.cid-uHjLJy4sqO .form-control:focus,
.cid-uHjLJy4sqO .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uHjLJy4sqO .form-control:hover::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input:hover::-webkit-input-placeholder,
.cid-uHjLJy4sqO .form-control:focus::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input:focus::-webkit-input-placeholder,
.cid-uHjLJy4sqO .form-control:hover::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input:hover::-webkit-input-placeholder,
.cid-uHjLJy4sqO .form-control:focus::-webkit-input-placeholder,
.cid-uHjLJy4sqO .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uHjLJy4sqO .form-control:hover:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:hover:-moz-placeholder,
.cid-uHjLJy4sqO .form-control:focus:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:focus:-moz-placeholder,
.cid-uHjLJy4sqO .form-control:hover:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:hover:-moz-placeholder,
.cid-uHjLJy4sqO .form-control:focus:-moz-placeholder,
.cid-uHjLJy4sqO .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uHjLJy4sqO .jq-number__spin:hover,
.cid-uHjLJy4sqO .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHjLJy4sqO .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHjLJy4sqO .jq-selectbox li,
.cid-uHjLJy4sqO .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHjLJy4sqO .jq-selectbox li:hover,
.cid-uHjLJy4sqO .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHjLJy4sqO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHjLJy4sqO .jq-number__spin.minus:hover:after,
.cid-uHjLJy4sqO .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHjLJy4sqO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHjLJy4sqO .jq-number__spin.minus:after,
.cid-uHjLJy4sqO .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uHjLJy4sqO .mbr-section-text {
  color: #1a4b7c;
}
.cid-uHjLJy4sqO .mbr-section-title {
  color: #1a4b7c;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uHjLJy4sqO .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uHjLJy4sqO b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uHjLJy4sqO .soc-link,
.cid-uHjLJy4sqO .soc-wrapper {
  color: #1a4b7c;
}
.cid-uA2eZdWONj {
  padding-top: 7rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uA2eZdWONj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA2eZdWONj .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-uA2eZdWONj .container {
    padding: 0 20px;
  }
}
.cid-uA2eZdWONj .row {
  justify-content: center;
}
.cid-uA2eZdWONj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-uA2eZdWONj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uA2eZdWONj .item {
  margin-bottom: 45px;
}
.cid-uA2eZdWONj .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uA2eZdWONj .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uA2eZdWONj .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-uA2eZdWONj .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uA2eZdWONj .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-uA2eZdWONj .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-uA2eZdWONj .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uA2eZdWONj .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-uA2eZdWONj .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uA2eZdWONj .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uA2eZdWONj b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uA2eZdWONj .mbr-desc {
  color: #000000;
}
.cid-uA2eZdWONj .mbr-date {
  color: #6a6e71;
}
.cid-uA2eZdWONj .mbr-text {
  color: #000000;
}
.cid-uA2eZdWONj .mbr-text,
.cid-uA2eZdWONj .desc-wrapper {
  color: #0b3e71;
}
.cid-uA2eZdWONj .mbr-date,
.cid-uA2eZdWONj .desc-wrapper {
  color: #bbbbbb;
}
.cid-uA2eZdWONj .mbr-desc,
.cid-uA2eZdWONj .desc-wrapper {
  color: #00e000;
}
.cid-uzXxYYl0LQ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uzXxYYl0LQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXxYYl0LQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXxYYl0LQ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzXxYYl0LQ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .container {
    padding: 0 20px;
  }
}
.cid-uzXxYYl0LQ .row {
  justify-content: center;
}
.cid-uzXxYYl0LQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uzXxYYl0LQ .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uzXxYYl0LQ .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uzXxYYl0LQ .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uzXxYYl0LQ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uzXxYYl0LQ .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uzXxYYl0LQ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uzXxYYl0LQ .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uzXxYYl0LQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzXxYYl0LQ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uzXxYYl0LQ .nav-wrapper .list .item-wrap:hover,
.cid-uzXxYYl0LQ .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uzXxYYl0LQ .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uzXxYYl0LQ .mbr-text {
  color: #000000;
}
.cid-uzXxYYl0LQ .mbr-list-title {
  color: #002b56;
}
.cid-uzXxYYl0LQ b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uzXxYYl0LQ .list {
  color: #9a9a9a;
}
.cid-uzXxYYl0LQ .list,
.cid-uzXxYYl0LQ .item-wrap,
.cid-uzXxYYl0LQ .contacts-wrapper {
  color: #006a00;
}
.cid-uzXxYYl0LQ .mbr-text,
.cid-uzXxYYl0LQ .text-wrap,
.cid-uzXxYYl0LQ .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uzXxYYl0LQ .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyToTT.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyToTT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyToTT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyToTT .modal-content,
.cid-vahEGyToTT .modal-dialog {
  height: auto;
}
.cid-vahEGyToTT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyToTT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyToTT .form-wrapper .mbr-form .form-group,
  .cid-vahEGyToTT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyToTT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyToTT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyToTT .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyToTT .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyToTT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyToTT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyToTT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyToTT .modal-open {
  overflow: hidden;
}
.cid-vahEGyToTT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyToTT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyToTT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyToTT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyToTT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyToTT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyToTT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyToTT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyToTT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyToTT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyToTT .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyToTT .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyToTT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyToTT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyToTT .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyToTT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyToTT .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyToTT .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyToTT .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyToTT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyToTT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyToTT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyToTT .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyToTT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyToTT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyToTT .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyToTT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyToTT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyToTT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyToTT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyToTT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyToTT .modal-lg,
  .cid-vahEGyToTT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyToTT .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyToTT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyToTT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyToTT .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyToTT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyToTT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyToTT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyToTT .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyToTT .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyToTT .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyToTT .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyToTT .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyToTT .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyToTT .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyToTT .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyToTT .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-v9AKdlwfyW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9AKdlwfyW .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-v9AKdlwfyW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-v9AKdlwfyW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9AKdlwfyW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9AKdlwfyW .menu_box .navbar.opened,
  .cid-v9AKdlwfyW .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9AKdlwfyW nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9AKdlwfyW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v9AKdlwfyW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v9AKdlwfyW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9AKdlwfyW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9AKdlwfyW .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-v9AKdlwfyW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9AKdlwfyW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9AKdlwfyW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9AKdlwfyW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9AKdlwfyW .offcanvas-body .mbr-text,
  .cid-v9AKdlwfyW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9AKdlwfyW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9AKdlwfyW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9AKdlwfyW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9AKdlwfyW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9AKdlwfyW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9AKdlwfyW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9AKdlwfyW .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9AKdlwfyW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-v9AKdlwfyW ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-v9AKdlwfyW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9AKdlwfyW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .nav-item {
    margin: 0 !important;
  }
}
.cid-v9AKdlwfyW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v9AKdlwfyW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9AKdlwfyW .nav-item .nav-link:hover::before,
.cid-v9AKdlwfyW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v9AKdlwfyW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9AKdlwfyW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9AKdlwfyW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9AKdlwfyW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9AKdlwfyW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9AKdlwfyW .offcanvas_box {
    display: none;
  }
}
.cid-v9AKdlwfyW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9AKdlwfyW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9AKdlwfyW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9AKdlwfyW .container {
  display: flex;
  margin: auto;
}
.cid-v9AKdlwfyW .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9AKdlwfyW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9AKdlwfyW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AKdlwfyW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9AKdlwfyW .navbar-nav {
    margin: 0;
  }
}
.cid-v9AKdlwfyW .dropdown-menu,
.cid-v9AKdlwfyW .navbar.opened {
  background-color: true !important;
}
.cid-v9AKdlwfyW .nav-item:focus,
.cid-v9AKdlwfyW .nav-link:focus {
  outline: none;
}
.cid-v9AKdlwfyW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AKdlwfyW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9AKdlwfyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AKdlwfyW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AKdlwfyW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AKdlwfyW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AKdlwfyW .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-v9AKdlwfyW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9AKdlwfyW .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AKdlwfyW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9AKdlwfyW .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9AKdlwfyW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AKdlwfyW .navbar.collapsed {
  justify-content: center;
}
.cid-v9AKdlwfyW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AKdlwfyW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9AKdlwfyW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AKdlwfyW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AKdlwfyW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AKdlwfyW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9AKdlwfyW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9AKdlwfyW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9AKdlwfyW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9AKdlwfyW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AKdlwfyW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AKdlwfyW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9AKdlwfyW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AKdlwfyW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9AKdlwfyW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9AKdlwfyW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9AKdlwfyW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9AKdlwfyW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9AKdlwfyW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9AKdlwfyW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AKdlwfyW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9AKdlwfyW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9AKdlwfyW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9AKdlwfyW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9AKdlwfyW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9AKdlwfyW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AKdlwfyW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AKdlwfyW .dropdown-item.active,
.cid-v9AKdlwfyW .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AKdlwfyW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-v9AKdlwfyW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AKdlwfyW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AKdlwfyW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AKdlwfyW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9AKdlwfyW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9AKdlwfyW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-v9AKdlwfyW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-v9AKdlwfyW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9AKdlwfyW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AKdlwfyW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AKdlwfyW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9AKdlwfyW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AKdlwfyW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AKdlwfyW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AKdlwfyW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AKdlwfyW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9AKdlwfyW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9AKdlwfyW .navbar {
    height: 70px;
  }
  .cid-v9AKdlwfyW .navbar.opened {
    height: auto;
  }
  .cid-v9AKdlwfyW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AKdlwfyW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v9AKdlwfyW .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-v9AKdlwfyW .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-v9AKdlwfyW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9AKdlwfyW .text_widget {
  margin-bottom: 32px;
}
.cid-v9AKdlwfyW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9AKdlwfyW .text_widget a:hover,
.cid-v9AKdlwfyW .text_widget a:focus {
  opacity: .8;
}
.cid-v9AKdlwfyW .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-v9AKdlwfyW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9AKdlwfyW .navbar-caption {
  color: #000000;
}
.cid-v9AKdlwfyW .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-v9AKdlwfyW .mbr-section-subtitle,
.cid-v9AKdlwfyW .text_widget,
.cid-v9AKdlwfyW .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9AKdlwfyW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9AKdlwfyW .navbar-collapse {
  align-items: center;
}
.cid-v9AKdnngA9 {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/urbanartgallery-kuration.webp");
}
.cid-v9AKdnngA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AKdnngA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AKdnngA9 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AKdnngA9 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AKdnngA9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v9AKdnngA9 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-v9AKdnngA9 .container {
    padding: 0 20px;
  }
}
.cid-v9AKdnngA9 .row {
  height: 100%;
}
.cid-v9AKdnngA9 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9AKdnngA9 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v9AKdnngA9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v9AKdnngA9 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9AKdnngA9 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9AKdnngA9 .mbr-section-title {
  color: #ffffff;
}
.cid-v9AKdnngA9 .mbr-desc {
  color: #ffffff;
}
.cid-v9AKdnVjGW {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-v9AKdnVjGW {
    align-items: center;
  }
  .cid-v9AKdnVjGW .row {
    justify-content: center;
  }
}
.cid-v9AKdnVjGW p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9AKdnVjGW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9AKdnVjGW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9AKdnVjGW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9AKdnVjGW .content-wrap {
    width: 100%;
  }
}
.cid-v9AKdnVjGW .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-v9AKdnVjGW .mbr-text,
.cid-v9AKdnVjGW .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-v9AKdnVjGW .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-v9AKdoiBPW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-v9AKdoiBPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AKdoiBPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AKdoiBPW .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-v9AKdoiBPW .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v9AKdoiBPW .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v9AKdoiBPW .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9AKdoiBPW .mbr-section-title {
    width: 100%;
  }
}
.cid-v9AKdoiBPW .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9AKdoiBPW .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v9AKdoiBPW .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-v9AKdoiBPW .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-v9AKdoiBPW .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-v9AKdoiBPW .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-v9AKdoiBPW .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-v9AKdoiBPW .list-title {
    padding-bottom: 20px;
  }
}
.cid-v9AKdoiBPW .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-v9AKdoiBPW li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-v9AKdoiBPW ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-v9AKdoJpsx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v9AKdoJpsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AKdoJpsx .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-v9AKdoJpsx .container {
    padding: 0 20px;
  }
}
.cid-v9AKdoJpsx .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v9AKdoJpsx .panel-group .card {
  border-bottom: 1px solid #bed1db;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-v9AKdoJpsx .panel-group .card:first-child {
  border-top: 1px solid #bed1db;
}
.cid-v9AKdoJpsx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00f100;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-v9AKdoJpsx .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9AKdoJpsx .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-v9AKdoJpsx .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v9AKdoJpsx .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-v9AKdoJpsx .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-v9AKdoJpsx .mbr-desc {
  color: #002b56;
}
.cid-v9AKdoJpsx .panel-number {
  color: #00e000;
}
.cid-v9AKdoJpsx .panel-title-edit {
  color: #00d100;
}
.cid-v9AKdoJpsx .panel-text {
  color: #002b56;
}
.cid-v9AKdpi9rs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v9AKdpi9rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AKdpi9rs .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-v9AKdpi9rs .container {
    padding: 0 20px;
  }
}
.cid-v9AKdpi9rs .row {
  justify-content: center;
}
.cid-v9AKdpi9rs .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v9AKdpi9rs .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AKdpi9rs .item {
    margin-bottom: 40px;
  }
}
.cid-v9AKdpi9rs .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-v9AKdpi9rs .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-v9AKdpi9rs .item:hover .item-wrapper .item-img img,
.cid-v9AKdpi9rs .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v9AKdpi9rs .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-v9AKdpi9rs .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v9AKdpi9rs .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v9AKdpi9rs .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-v9AKdpi9rs .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-v9AKdpi9rs .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-v9AKdpi9rs .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-v9AKdpi9rs .item a {
  display: block;
}
.cid-v9AKdpi9rs .mbr-desc {
  color: #6f94aa;
}
.cid-v9AKdpi9rs .card-title {
  color: #002b56;
}
.cid-v9AKdq8GJ4 {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-v9AKdq8GJ4 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-v9AKdq8GJ4 {
    background-position: right;
  }
}
.cid-v9AKdq8GJ4 input,
.cid-v9AKdq8GJ4 textarea {
  border-radius: 0;
}
.cid-v9AKdq8GJ4 input:hover,
.cid-v9AKdq8GJ4 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-v9AKdq8GJ4 .row {
  justify-content: flex-end;
}
.cid-v9AKdq8GJ4 textarea {
  min-height: 200px;
}
.cid-v9AKdq8GJ4 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-v9AKdq8GJ4 .col-auto {
    margin: auto;
  }
}
.cid-v9AKdq8GJ4 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-v9AKdq8GJ4 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-v9AKdq8GJ4 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-v9AKdq8GJ4 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9AKdq8GJ4 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v9AKdq8GJ4 .btn {
  padding: 1rem 3rem;
}
.cid-v9AKdq8GJ4 .form-control,
.cid-v9AKdq8GJ4 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9AKdq8GJ4 .form-control::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .form-control::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9AKdq8GJ4 .form-control:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:-moz-placeholder,
.cid-v9AKdq8GJ4 .form-control:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9AKdq8GJ4 .form-control:hover,
.cid-v9AKdq8GJ4 .field-input:hover,
.cid-v9AKdq8GJ4 .form-control:focus,
.cid-v9AKdq8GJ4 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-v9AKdq8GJ4 .form-control:hover::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input:hover::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .form-control:focus::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input:focus::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .form-control:hover::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input:hover::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .form-control:focus::-webkit-input-placeholder,
.cid-v9AKdq8GJ4 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9AKdq8GJ4 .form-control:hover:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:hover:-moz-placeholder,
.cid-v9AKdq8GJ4 .form-control:focus:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:focus:-moz-placeholder,
.cid-v9AKdq8GJ4 .form-control:hover:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:hover:-moz-placeholder,
.cid-v9AKdq8GJ4 .form-control:focus:-moz-placeholder,
.cid-v9AKdq8GJ4 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9AKdq8GJ4 .jq-number__spin:hover,
.cid-v9AKdq8GJ4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v9AKdq8GJ4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9AKdq8GJ4 .jq-selectbox li,
.cid-v9AKdq8GJ4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9AKdq8GJ4 .jq-selectbox li:hover,
.cid-v9AKdq8GJ4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9AKdq8GJ4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v9AKdq8GJ4 .jq-number__spin.minus:hover:after,
.cid-v9AKdq8GJ4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9AKdq8GJ4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v9AKdq8GJ4 .jq-number__spin.minus:after,
.cid-v9AKdq8GJ4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9AKdq8GJ4 .mbr-section-text {
  color: #1a4b7c;
}
.cid-v9AKdq8GJ4 .mbr-section-title {
  color: #1a4b7c;
}
.cid-v9AKdq8GJ4 .soc-link,
.cid-v9AKdq8GJ4 .soc-wrapper {
  color: #1a4b7c;
}
.cid-v9AKdqCiZl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-v9AKdqCiZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AKdqCiZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AKdqCiZl .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AKdqCiZl .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .container {
    padding: 0 20px;
  }
}
.cid-v9AKdqCiZl .row {
  justify-content: center;
}
.cid-v9AKdqCiZl .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AKdqCiZl .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AKdqCiZl .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-v9AKdqCiZl .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v9AKdqCiZl .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-v9AKdqCiZl .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AKdqCiZl .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AKdqCiZl .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AKdqCiZl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AKdqCiZl .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AKdqCiZl .nav-wrapper .list .item-wrap:hover,
.cid-v9AKdqCiZl .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-v9AKdqCiZl .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-v9AKdqCiZl .mbr-text {
  color: #000000;
}
.cid-v9AKdqCiZl .mbr-list-title {
  color: #002b56;
}
.cid-v9AKdqCiZl b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-v9AKdqCiZl .list {
  color: #9a9a9a;
}
.cid-v9AKdqCiZl .list,
.cid-v9AKdqCiZl .item-wrap,
.cid-v9AKdqCiZl .contacts-wrapper {
  color: #006a00;
}
.cid-v9AKdqCiZl .mbr-text,
.cid-v9AKdqCiZl .text-wrap,
.cid-v9AKdqCiZl .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-v9AKdqCiZl .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-v9AKdr8Ei4.popup-builder {
  background-color: #ffffff;
}
.cid-v9AKdr8Ei4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9AKdr8Ei4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9AKdr8Ei4 .modal-content,
.cid-v9AKdr8Ei4 .modal-dialog {
  height: auto;
}
.cid-v9AKdr8Ei4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9AKdr8Ei4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9AKdr8Ei4 .form-wrapper .mbr-form .form-group,
  .cid-v9AKdr8Ei4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9AKdr8Ei4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9AKdr8Ei4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9AKdr8Ei4 .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-v9AKdr8Ei4 .pt-0 {
  padding-top: 0 !important;
}
.cid-v9AKdr8Ei4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9AKdr8Ei4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9AKdr8Ei4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9AKdr8Ei4 .modal-open {
  overflow: hidden;
}
.cid-v9AKdr8Ei4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9AKdr8Ei4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9AKdr8Ei4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9AKdr8Ei4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9AKdr8Ei4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9AKdr8Ei4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9AKdr8Ei4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9AKdr8Ei4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9AKdr8Ei4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9AKdr8Ei4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9AKdr8Ei4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9AKdr8Ei4 .modal-backdrop.show {
  opacity: .5;
}
.cid-v9AKdr8Ei4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9AKdr8Ei4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AKdr8Ei4 .modal-header {
    padding: 1rem;
  }
}
.cid-v9AKdr8Ei4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9AKdr8Ei4 .modal-header .close svg {
  fill: #03d202;
}
.cid-v9AKdr8Ei4 .modal-header .close:hover {
  opacity: 1;
}
.cid-v9AKdr8Ei4 .modal-header .close:focus {
  outline: none;
}
.cid-v9AKdr8Ei4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-v9AKdr8Ei4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9AKdr8Ei4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AKdr8Ei4 .modal-body {
    padding: 1rem;
  }
}
.cid-v9AKdr8Ei4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9AKdr8Ei4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AKdr8Ei4 .modal-footer {
    padding: 1rem;
  }
}
.cid-v9AKdr8Ei4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9AKdr8Ei4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9AKdr8Ei4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9AKdr8Ei4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9AKdr8Ei4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9AKdr8Ei4 .modal-lg,
  .cid-v9AKdr8Ei4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9AKdr8Ei4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9AKdr8Ei4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9AKdr8Ei4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9AKdr8Ei4 .form-group {
  margin-bottom: 1rem;
}
.cid-v9AKdr8Ei4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9AKdr8Ei4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9AKdr8Ei4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9AKdr8Ei4 .mbr-section-btn {
  margin: 0;
}
.cid-v9AKdr8Ei4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTVUO.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyTVUO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyTVUO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyTVUO .modal-content,
.cid-vahEGyTVUO .modal-dialog {
  height: auto;
}
.cid-vahEGyTVUO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyTVUO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyTVUO .form-wrapper .mbr-form .form-group,
  .cid-vahEGyTVUO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyTVUO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyTVUO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyTVUO .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyTVUO .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyTVUO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyTVUO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyTVUO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyTVUO .modal-open {
  overflow: hidden;
}
.cid-vahEGyTVUO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyTVUO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyTVUO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyTVUO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyTVUO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyTVUO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyTVUO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyTVUO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyTVUO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyTVUO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyTVUO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyTVUO .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyTVUO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyTVUO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVUO .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyTVUO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyTVUO .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyTVUO .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyTVUO .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyTVUO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyTVUO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyTVUO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVUO .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyTVUO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyTVUO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyTVUO .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyTVUO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyTVUO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyTVUO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyTVUO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyTVUO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyTVUO .modal-lg,
  .cid-vahEGyTVUO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyTVUO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyTVUO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyTVUO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyTVUO .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyTVUO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyTVUO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyTVUO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyTVUO .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyTVUO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyTVUO .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyTVUO .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyTVUO .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyTVUO .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyTVUO .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyTVUO .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyTVUO .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-v9AN2GFmOV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9AN2GFmOV .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-v9AN2GFmOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-v9AN2GFmOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9AN2GFmOV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9AN2GFmOV .menu_box .navbar.opened,
  .cid-v9AN2GFmOV .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9AN2GFmOV nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9AN2GFmOV .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v9AN2GFmOV .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v9AN2GFmOV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9AN2GFmOV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9AN2GFmOV .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-v9AN2GFmOV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9AN2GFmOV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9AN2GFmOV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9AN2GFmOV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9AN2GFmOV .offcanvas-body .mbr-text,
  .cid-v9AN2GFmOV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9AN2GFmOV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9AN2GFmOV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9AN2GFmOV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9AN2GFmOV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9AN2GFmOV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9AN2GFmOV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9AN2GFmOV .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9AN2GFmOV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-v9AN2GFmOV ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-v9AN2GFmOV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9AN2GFmOV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .nav-item {
    margin: 0 !important;
  }
}
.cid-v9AN2GFmOV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v9AN2GFmOV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9AN2GFmOV .nav-item .nav-link:hover::before,
.cid-v9AN2GFmOV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v9AN2GFmOV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9AN2GFmOV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9AN2GFmOV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9AN2GFmOV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9AN2GFmOV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9AN2GFmOV .offcanvas_box {
    display: none;
  }
}
.cid-v9AN2GFmOV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9AN2GFmOV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9AN2GFmOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9AN2GFmOV .container {
  display: flex;
  margin: auto;
}
.cid-v9AN2GFmOV .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9AN2GFmOV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9AN2GFmOV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9AN2GFmOV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9AN2GFmOV .navbar-nav {
    margin: 0;
  }
}
.cid-v9AN2GFmOV .dropdown-menu,
.cid-v9AN2GFmOV .navbar.opened {
  background-color: true !important;
}
.cid-v9AN2GFmOV .nav-item:focus,
.cid-v9AN2GFmOV .nav-link:focus {
  outline: none;
}
.cid-v9AN2GFmOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9AN2GFmOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9AN2GFmOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9AN2GFmOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9AN2GFmOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9AN2GFmOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9AN2GFmOV .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-v9AN2GFmOV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9AN2GFmOV .navbar.opened {
  transition: all 0.3s;
}
.cid-v9AN2GFmOV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9AN2GFmOV .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9AN2GFmOV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9AN2GFmOV .navbar.collapsed {
  justify-content: center;
}
.cid-v9AN2GFmOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9AN2GFmOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9AN2GFmOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9AN2GFmOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9AN2GFmOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9AN2GFmOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9AN2GFmOV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9AN2GFmOV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9AN2GFmOV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9AN2GFmOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9AN2GFmOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9AN2GFmOV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9AN2GFmOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9AN2GFmOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9AN2GFmOV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9AN2GFmOV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9AN2GFmOV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9AN2GFmOV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9AN2GFmOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9AN2GFmOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9AN2GFmOV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9AN2GFmOV .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9AN2GFmOV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9AN2GFmOV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9AN2GFmOV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9AN2GFmOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9AN2GFmOV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9AN2GFmOV .dropdown-item.active,
.cid-v9AN2GFmOV .dropdown-item:active {
  background-color: transparent;
}
.cid-v9AN2GFmOV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-v9AN2GFmOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9AN2GFmOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9AN2GFmOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9AN2GFmOV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9AN2GFmOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9AN2GFmOV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-v9AN2GFmOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-v9AN2GFmOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9AN2GFmOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AN2GFmOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9AN2GFmOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9AN2GFmOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AN2GFmOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9AN2GFmOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9AN2GFmOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9AN2GFmOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9AN2GFmOV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9AN2GFmOV .navbar {
    height: 70px;
  }
  .cid-v9AN2GFmOV .navbar.opened {
    height: auto;
  }
  .cid-v9AN2GFmOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9AN2GFmOV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v9AN2GFmOV .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-v9AN2GFmOV .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-v9AN2GFmOV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9AN2GFmOV .text_widget {
  margin-bottom: 32px;
}
.cid-v9AN2GFmOV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9AN2GFmOV .text_widget a:hover,
.cid-v9AN2GFmOV .text_widget a:focus {
  opacity: .8;
}
.cid-v9AN2GFmOV .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-v9AN2GFmOV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9AN2GFmOV .navbar-caption {
  color: #000000;
}
.cid-v9AN2GFmOV .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-v9AN2GFmOV .mbr-section-subtitle,
.cid-v9AN2GFmOV .text_widget,
.cid-v9AN2GFmOV .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9AN2GFmOV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9AN2GFmOV .navbar-collapse {
  align-items: center;
}
.cid-v9AN2Izagk {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-v9AN2Izagk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AN2Izagk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AN2Izagk .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AN2Izagk .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AN2Izagk .container-fluid {
    padding: 0 20px;
  }
}
.cid-v9AN2Izagk .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-v9AN2Izagk .container {
    padding: 0 20px;
  }
}
.cid-v9AN2Izagk .row {
  height: 100%;
}
.cid-v9AN2Izagk .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9AN2Izagk .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v9AN2Izagk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v9AN2Izagk .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9AN2Izagk .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9AN2Izagk .mbr-section-title {
  color: #ffffff;
}
.cid-v9AN2Izagk .mbr-desc {
  color: #ffffff;
}
.cid-v9AN2J1qR0 {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-v9AN2J1qR0 {
    align-items: center;
  }
  .cid-v9AN2J1qR0 .row {
    justify-content: center;
  }
}
.cid-v9AN2J1qR0 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9AN2J1qR0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9AN2J1qR0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9AN2J1qR0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9AN2J1qR0 .content-wrap {
    width: 100%;
  }
}
.cid-v9AN2J1qR0 .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-v9AN2J1qR0 .mbr-text,
.cid-v9AN2J1qR0 .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-v9AN2J1qR0 .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-v9AN2Jp8FH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-v9AN2Jp8FH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AN2Jp8FH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AN2Jp8FH .title-col {
  width: 25%;
}
@media (max-width: 991px) {
  .cid-v9AN2Jp8FH .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v9AN2Jp8FH .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v9AN2Jp8FH .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9AN2Jp8FH .mbr-section-title {
    width: 100%;
  }
}
.cid-v9AN2Jp8FH .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9AN2Jp8FH .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v9AN2Jp8FH .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-v9AN2Jp8FH .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-v9AN2Jp8FH .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-v9AN2Jp8FH .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-v9AN2Jp8FH .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-v9AN2Jp8FH .list-title {
    padding-bottom: 20px;
  }
}
.cid-v9AN2Jp8FH .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-v9AN2Jp8FH li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-v9AN2Jp8FH ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-v9AN2JIBj3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v9AN2JIBj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AN2JIBj3 .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-v9AN2JIBj3 .container {
    padding: 0 20px;
  }
}
.cid-v9AN2JIBj3 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v9AN2JIBj3 .panel-group .card {
  border-bottom: 1px solid #bed1db;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-v9AN2JIBj3 .panel-group .card:first-child {
  border-top: 1px solid #bed1db;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00f100;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-v9AN2JIBj3 .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9AN2JIBj3 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-v9AN2JIBj3 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v9AN2JIBj3 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-v9AN2JIBj3 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-v9AN2JIBj3 .mbr-desc {
  color: #002b56;
}
.cid-v9AN2JIBj3 .panel-number {
  color: #00e000;
}
.cid-v9AN2JIBj3 .panel-title-edit {
  color: #00d100;
}
.cid-v9AN2JIBj3 .panel-text {
  color: #002b56;
}
.cid-v9AN2K79Fk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v9AN2K79Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AN2K79Fk .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-v9AN2K79Fk .container {
    padding: 0 20px;
  }
}
.cid-v9AN2K79Fk .row {
  justify-content: center;
}
.cid-v9AN2K79Fk .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v9AN2K79Fk .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AN2K79Fk .item {
    margin-bottom: 40px;
  }
}
.cid-v9AN2K79Fk .item:hover .item-wrapper .item-img .icon-wrapper::before,
.cid-v9AN2K79Fk .item:focus .item-wrapper .item-img .icon-wrapper::before {
  transform: scale(0.7);
}
.cid-v9AN2K79Fk .item:hover .item-wrapper .item-img img,
.cid-v9AN2K79Fk .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-v9AN2K79Fk .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 1.2rem !important;
}
.cid-v9AN2K79Fk .item .item-wrapper .item-img img {
  height: 550px;
  border-radius: 1.2rem !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v9AN2K79Fk .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v9AN2K79Fk .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.cid-v9AN2K79Fk .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  z-index: 1;
  font-size: 16px;
  color: #0b3e71;
}
.cid-v9AN2K79Fk .item .item-wrapper .item-img .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-v9AN2K79Fk .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-v9AN2K79Fk .item a {
  display: block;
}
.cid-v9AN2K79Fk .mbr-desc {
  color: #6f94aa;
}
.cid-v9AN2K79Fk .card-title {
  color: #002b56;
}
.cid-v9AN2KGBjC {
  padding-top: 150px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-v9AN2KGBjC .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-v9AN2KGBjC {
    background-position: right;
  }
}
.cid-v9AN2KGBjC input,
.cid-v9AN2KGBjC textarea {
  border-radius: 0;
}
.cid-v9AN2KGBjC input:hover,
.cid-v9AN2KGBjC textarea:hover {
  border: 1px solid transparent !important;
}
.cid-v9AN2KGBjC .row {
  justify-content: flex-end;
}
.cid-v9AN2KGBjC textarea {
  min-height: 200px;
}
.cid-v9AN2KGBjC .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-v9AN2KGBjC .col-auto {
    margin: auto;
  }
}
.cid-v9AN2KGBjC .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-v9AN2KGBjC .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-v9AN2KGBjC .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-v9AN2KGBjC .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9AN2KGBjC .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v9AN2KGBjC .btn {
  padding: 1rem 3rem;
}
.cid-v9AN2KGBjC .form-control,
.cid-v9AN2KGBjC .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9AN2KGBjC .form-control::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input::-webkit-input-placeholder,
.cid-v9AN2KGBjC .form-control::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9AN2KGBjC .form-control:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:-moz-placeholder,
.cid-v9AN2KGBjC .form-control:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9AN2KGBjC .form-control:hover,
.cid-v9AN2KGBjC .field-input:hover,
.cid-v9AN2KGBjC .form-control:focus,
.cid-v9AN2KGBjC .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-v9AN2KGBjC .form-control:hover::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input:hover::-webkit-input-placeholder,
.cid-v9AN2KGBjC .form-control:focus::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input:focus::-webkit-input-placeholder,
.cid-v9AN2KGBjC .form-control:hover::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input:hover::-webkit-input-placeholder,
.cid-v9AN2KGBjC .form-control:focus::-webkit-input-placeholder,
.cid-v9AN2KGBjC .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9AN2KGBjC .form-control:hover:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:hover:-moz-placeholder,
.cid-v9AN2KGBjC .form-control:focus:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:focus:-moz-placeholder,
.cid-v9AN2KGBjC .form-control:hover:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:hover:-moz-placeholder,
.cid-v9AN2KGBjC .form-control:focus:-moz-placeholder,
.cid-v9AN2KGBjC .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9AN2KGBjC .jq-number__spin:hover,
.cid-v9AN2KGBjC .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v9AN2KGBjC .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9AN2KGBjC .jq-selectbox li,
.cid-v9AN2KGBjC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9AN2KGBjC .jq-selectbox li:hover,
.cid-v9AN2KGBjC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9AN2KGBjC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v9AN2KGBjC .jq-number__spin.minus:hover:after,
.cid-v9AN2KGBjC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9AN2KGBjC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v9AN2KGBjC .jq-number__spin.minus:after,
.cid-v9AN2KGBjC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9AN2KGBjC .mbr-section-text {
  color: #1a4b7c;
}
.cid-v9AN2KGBjC .mbr-section-title {
  color: #1a4b7c;
}
.cid-v9AN2KGBjC .soc-link,
.cid-v9AN2KGBjC .soc-wrapper {
  color: #1a4b7c;
}
.cid-v9AN2LsHUD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-v9AN2LsHUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AN2LsHUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AN2LsHUD .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9AN2LsHUD .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .container {
    padding: 0 20px;
  }
}
.cid-v9AN2LsHUD .row {
  justify-content: center;
}
.cid-v9AN2LsHUD .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9AN2LsHUD .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AN2LsHUD .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-v9AN2LsHUD .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v9AN2LsHUD .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-v9AN2LsHUD .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9AN2LsHUD .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9AN2LsHUD .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9AN2LsHUD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9AN2LsHUD .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9AN2LsHUD .nav-wrapper .list .item-wrap:hover,
.cid-v9AN2LsHUD .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-v9AN2LsHUD .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-v9AN2LsHUD .mbr-text {
  color: #000000;
}
.cid-v9AN2LsHUD .mbr-list-title {
  color: #002b56;
}
.cid-v9AN2LsHUD b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-v9AN2LsHUD .list {
  color: #9a9a9a;
}
.cid-v9AN2LsHUD .list,
.cid-v9AN2LsHUD .item-wrap,
.cid-v9AN2LsHUD .contacts-wrapper {
  color: #006a00;
}
.cid-v9AN2LsHUD .mbr-text,
.cid-v9AN2LsHUD .text-wrap,
.cid-v9AN2LsHUD .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-v9AN2LsHUD .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-v9AN2M7JUk.popup-builder {
  background-color: #ffffff;
}
.cid-v9AN2M7JUk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v9AN2M7JUk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v9AN2M7JUk .modal-content,
.cid-v9AN2M7JUk .modal-dialog {
  height: auto;
}
.cid-v9AN2M7JUk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v9AN2M7JUk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v9AN2M7JUk .form-wrapper .mbr-form .form-group,
  .cid-v9AN2M7JUk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v9AN2M7JUk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v9AN2M7JUk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v9AN2M7JUk .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-v9AN2M7JUk .pt-0 {
  padding-top: 0 !important;
}
.cid-v9AN2M7JUk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v9AN2M7JUk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v9AN2M7JUk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v9AN2M7JUk .modal-open {
  overflow: hidden;
}
.cid-v9AN2M7JUk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v9AN2M7JUk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v9AN2M7JUk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v9AN2M7JUk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v9AN2M7JUk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v9AN2M7JUk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v9AN2M7JUk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v9AN2M7JUk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v9AN2M7JUk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v9AN2M7JUk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v9AN2M7JUk .modal-backdrop.fade {
  opacity: 0;
}
.cid-v9AN2M7JUk .modal-backdrop.show {
  opacity: .5;
}
.cid-v9AN2M7JUk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v9AN2M7JUk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AN2M7JUk .modal-header {
    padding: 1rem;
  }
}
.cid-v9AN2M7JUk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v9AN2M7JUk .modal-header .close svg {
  fill: #03d202;
}
.cid-v9AN2M7JUk .modal-header .close:hover {
  opacity: 1;
}
.cid-v9AN2M7JUk .modal-header .close:focus {
  outline: none;
}
.cid-v9AN2M7JUk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #03d202;
}
.cid-v9AN2M7JUk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v9AN2M7JUk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AN2M7JUk .modal-body {
    padding: 1rem;
  }
}
.cid-v9AN2M7JUk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v9AN2M7JUk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9AN2M7JUk .modal-footer {
    padding: 1rem;
  }
}
.cid-v9AN2M7JUk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v9AN2M7JUk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v9AN2M7JUk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v9AN2M7JUk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v9AN2M7JUk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v9AN2M7JUk .modal-lg,
  .cid-v9AN2M7JUk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v9AN2M7JUk .modal-xl {
    max-width: 1140px;
  }
}
.cid-v9AN2M7JUk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v9AN2M7JUk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v9AN2M7JUk .form-group {
  margin-bottom: 1rem;
}
.cid-v9AN2M7JUk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v9AN2M7JUk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v9AN2M7JUk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v9AN2M7JUk .mbr-section-btn {
  margin: 0;
}
.cid-v9AN2M7JUk .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyT76S.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyT76S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyT76S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyT76S .modal-content,
.cid-vahEGyT76S .modal-dialog {
  height: auto;
}
.cid-vahEGyT76S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyT76S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyT76S .form-wrapper .mbr-form .form-group,
  .cid-vahEGyT76S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyT76S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyT76S .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyT76S .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyT76S .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyT76S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyT76S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyT76S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyT76S .modal-open {
  overflow: hidden;
}
.cid-vahEGyT76S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyT76S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyT76S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyT76S .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyT76S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyT76S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyT76S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyT76S .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyT76S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyT76S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyT76S .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyT76S .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyT76S .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyT76S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT76S .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyT76S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyT76S .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyT76S .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyT76S .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyT76S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyT76S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyT76S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT76S .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyT76S .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyT76S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyT76S .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyT76S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyT76S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyT76S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyT76S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyT76S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyT76S .modal-lg,
  .cid-vahEGyT76S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyT76S .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyT76S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyT76S .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyT76S .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyT76S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyT76S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyT76S .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyT76S .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyT76S .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyT76S .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyT76S .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyT76S .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyT76S .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyT76S .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyT76S .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyT76S .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-v9MHLoqLIA {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9MHLoqLIA .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-v9MHLoqLIA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-v9MHLoqLIA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9MHLoqLIA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9MHLoqLIA .menu_box .navbar.opened,
  .cid-v9MHLoqLIA .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9MHLoqLIA nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9MHLoqLIA .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v9MHLoqLIA .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v9MHLoqLIA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9MHLoqLIA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9MHLoqLIA .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-v9MHLoqLIA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9MHLoqLIA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9MHLoqLIA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9MHLoqLIA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9MHLoqLIA .offcanvas-body .mbr-text,
  .cid-v9MHLoqLIA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9MHLoqLIA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9MHLoqLIA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9MHLoqLIA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MHLoqLIA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9MHLoqLIA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9MHLoqLIA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9MHLoqLIA .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9MHLoqLIA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-v9MHLoqLIA ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-v9MHLoqLIA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9MHLoqLIA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .nav-item {
    margin: 0 !important;
  }
}
.cid-v9MHLoqLIA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v9MHLoqLIA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9MHLoqLIA .nav-item .nav-link:hover::before,
.cid-v9MHLoqLIA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v9MHLoqLIA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9MHLoqLIA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9MHLoqLIA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9MHLoqLIA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9MHLoqLIA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9MHLoqLIA .offcanvas_box {
    display: none;
  }
}
.cid-v9MHLoqLIA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9MHLoqLIA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9MHLoqLIA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9MHLoqLIA .container {
  display: flex;
  margin: auto;
}
.cid-v9MHLoqLIA .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9MHLoqLIA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9MHLoqLIA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9MHLoqLIA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9MHLoqLIA .navbar-nav {
    margin: 0;
  }
}
.cid-v9MHLoqLIA .dropdown-menu,
.cid-v9MHLoqLIA .navbar.opened {
  background-color: true !important;
}
.cid-v9MHLoqLIA .nav-item:focus,
.cid-v9MHLoqLIA .nav-link:focus {
  outline: none;
}
.cid-v9MHLoqLIA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9MHLoqLIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9MHLoqLIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9MHLoqLIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9MHLoqLIA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9MHLoqLIA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9MHLoqLIA .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-v9MHLoqLIA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9MHLoqLIA .navbar.opened {
  transition: all 0.3s;
}
.cid-v9MHLoqLIA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9MHLoqLIA .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9MHLoqLIA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9MHLoqLIA .navbar.collapsed {
  justify-content: center;
}
.cid-v9MHLoqLIA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9MHLoqLIA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9MHLoqLIA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9MHLoqLIA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9MHLoqLIA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9MHLoqLIA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9MHLoqLIA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9MHLoqLIA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9MHLoqLIA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9MHLoqLIA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9MHLoqLIA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9MHLoqLIA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9MHLoqLIA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9MHLoqLIA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9MHLoqLIA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9MHLoqLIA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9MHLoqLIA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9MHLoqLIA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9MHLoqLIA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9MHLoqLIA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9MHLoqLIA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9MHLoqLIA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9MHLoqLIA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9MHLoqLIA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9MHLoqLIA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9MHLoqLIA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9MHLoqLIA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9MHLoqLIA .dropdown-item.active,
.cid-v9MHLoqLIA .dropdown-item:active {
  background-color: transparent;
}
.cid-v9MHLoqLIA .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-v9MHLoqLIA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9MHLoqLIA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9MHLoqLIA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9MHLoqLIA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9MHLoqLIA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9MHLoqLIA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-v9MHLoqLIA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-v9MHLoqLIA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9MHLoqLIA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MHLoqLIA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9MHLoqLIA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9MHLoqLIA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MHLoqLIA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9MHLoqLIA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9MHLoqLIA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9MHLoqLIA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9MHLoqLIA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9MHLoqLIA .navbar {
    height: 70px;
  }
  .cid-v9MHLoqLIA .navbar.opened {
    height: auto;
  }
  .cid-v9MHLoqLIA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9MHLoqLIA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v9MHLoqLIA .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-v9MHLoqLIA .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-v9MHLoqLIA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9MHLoqLIA .text_widget {
  margin-bottom: 32px;
}
.cid-v9MHLoqLIA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9MHLoqLIA .text_widget a:hover,
.cid-v9MHLoqLIA .text_widget a:focus {
  opacity: .8;
}
.cid-v9MHLoqLIA .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-v9MHLoqLIA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9MHLoqLIA .navbar-caption {
  color: #000000;
}
.cid-v9MHLoqLIA .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-v9MHLoqLIA .mbr-section-subtitle,
.cid-v9MHLoqLIA .text_widget,
.cid-v9MHLoqLIA .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9MHLoqLIA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9MHLoqLIA .navbar-collapse {
  align-items: center;
}
.cid-vanJ67lGf7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/uag-stadt-konstanz-graffiti-workshop-2016.webp");
}
.cid-vanJ67lGf7 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-vanJ67lGf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vanJ67lGf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vanJ67lGf7 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vanJ67lGf7 .image-wrap {
    height: 300px;
  }
}
.cid-v9MHLpYNCw {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
@media (min-width: 768px) {
  .cid-v9MHLpYNCw {
    align-items: center;
  }
  .cid-v9MHLpYNCw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9MHLpYNCw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9MHLpYNCw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9MHLpYNCw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9MHLpYNCw .content-wrap {
    width: 100%;
  }
}
.cid-v9MHLpYNCw .mbr-section-title {
  text-align: left;
  color: #03d202;
  line-height: 1.2 !important;
}
.cid-v9MHLpYNCw .mbr-text,
.cid-v9MHLpYNCw .mbr-section-btn {
  text-align: left;
  color: #002b56;
  line-height: 1.5;
}
.cid-v9MHLpYNCw .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
  line-height: 1.3;
}
.cid-vanG9Seu2I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-vanG9Seu2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vanG9Seu2I .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-vanG9Seu2I .container {
    padding: 0 20px;
  }
}
.cid-vanG9Seu2I .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vanG9Seu2I .row .card {
  padding: 0 10px;
}
.cid-vanG9Seu2I .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
  line-height: 1.2rem;
}
@media (max-width: 1200px) {
  .cid-vanG9Seu2I .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vanG9Seu2I .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vanG9Seu2I .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vanG9Seu2I .item {
    margin-bottom: 40px;
  }
}
.cid-vanG9Seu2I .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-vanG9Seu2I .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #00d200;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-vanG9Seu2I .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vanG9Seu2I .mbr-section-title {
  color: #000000;
}
.cid-vanG9Seu2I .card-number {
  color: #00d200;
}
.cid-vanG9Seu2I .card-title {
  color: #002b56;
  text-align: left;
}
.cid-vanG9Seu2I .card-text {
  color: #002b56;
  line-height: 2rem;
}
.cid-vanG9Seu2I .mbr-section-title,
.cid-vanG9Seu2I .title-wrapper {
  color: #002b56;
}
.cid-vanG9Seu2I section.features03.energym5 .item .card-box .card-text a {
  color: #00e000 !important;
}
.cid-vanH5btbhT {
  display: flex;
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f5f5f5;
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
@media (min-width: 768px) {
  .cid-vanH5btbhT {
    align-items: center;
  }
  .cid-vanH5btbhT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vanH5btbhT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vanH5btbhT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vanH5btbhT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vanH5btbhT .content-wrap {
    width: 100%;
  }
}
.cid-vanH5btbhT .mbr-section-title {
  text-align: left;
  color: #03d202;
  line-height: 1.2 !important;
}
.cid-vanH5btbhT .mbr-text,
.cid-vanH5btbhT .mbr-section-btn {
  text-align: left;
  color: #002b56;
  line-height: 1.5;
}
.cid-vanH5btbhT .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
  line-height: 1.3;
}
.cid-v9NBshSfGq {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-v9NBshSfGq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v9NBshSfGq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9NBshSfGq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9NBshSfGq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v9NBshSfGq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002b56;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #002b56, #00f100);
}
.cid-v9NBshSfGq .icon-focus,
.cid-v9NBshSfGq .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-v9NBshSfGq .icon-focus:before,
.cid-v9NBshSfGq .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9NBshSfGq .icon-video {
  font-size: 1.5rem !important;
}
.cid-v9NBshSfGq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-v9NBshSfGq ul {
  font-size: 0;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul {
  text-align: left;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #00d100 !important;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-v9NBshSfGq .mbr-gallery-filter ul li.active .btn:after {
  border-color: #00d100;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li:first-child,
.cid-v9NBshSfGq .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-v9NBshSfGq .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-v9NBshSfGq .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-v9NBshSfGq .mbr-section-tag {
  color: #6f94aa;
  margin-bottom: 0.4375rem;
}
.cid-v9NBshSfGq .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9NBshSfGq .mbr-section-title b:last-child,
.cid-v9NBshSfGq .mbr-section-title strong:last-child {
  color: #00d100;
}
.cid-v9NBshSfGq .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-v9NBshSfGq .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-v9NBshSfGq .mbr-section-title,
.cid-v9NBshSfGq .mbr-gallery-filter ul {
  color: #002b56;
}
.cid-v9NBshSfGq .mbr-section-subtitle {
  color: #acb3b7;
}
.cid-v9NBshSfGq .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-v9NBshSfGq .mbr-gallery-item,
.cid-v9NBshSfGq .mbr-gallery-item[class*="col-"] {
  width: 33.3333% !important;
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
}
@media (max-width: 992px) {
  .cid-v9NBshSfGq .mbr-gallery-item,
  .cid-v9NBshSfGq .mbr-gallery-item[class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 576px) {
  .cid-v9NBshSfGq .mbr-gallery-item,
  .cid-v9NBshSfGq .mbr-gallery-item[class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.cid-v9NBEQRYEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9NBEQRYEb .item:focus,
.cid-v9NBEQRYEb span:focus {
  outline: none;
}
.cid-v9NBEQRYEb .item {
  cursor: pointer;
}
.cid-v9NBEQRYEb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v9NBEQRYEb .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v9NBEQRYEb .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-v9NBEQRYEb .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 18s;
}
.cid-v9NBEQRYEb .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #b6c6cf;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v9NBEQRYEb .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 22s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-v9NBEQRYEb .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 27s;
}
.cid-v9NBEQRYEb .mbr-section-title,
.cid-v9NBEQRYEb .mbr-section-subtitle {
  color: #000000;
}
.cid-v9MHLzGwcI {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/eminhasirci1-1.webp");
}
.cid-v9MHLzGwcI .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-v9MHLzGwcI {
    background-position: right;
  }
}
.cid-v9MHLzGwcI input,
.cid-v9MHLzGwcI textarea {
  border-radius: 0;
}
.cid-v9MHLzGwcI input:hover,
.cid-v9MHLzGwcI textarea:hover {
  border: 1px solid transparent !important;
}
.cid-v9MHLzGwcI .row {
  justify-content: flex-end;
}
.cid-v9MHLzGwcI textarea {
  min-height: 200px;
}
.cid-v9MHLzGwcI .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-v9MHLzGwcI .col-auto {
    margin: auto;
  }
}
.cid-v9MHLzGwcI .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-v9MHLzGwcI .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-v9MHLzGwcI .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-v9MHLzGwcI .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9MHLzGwcI .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v9MHLzGwcI .btn {
  padding: 1rem 3rem;
}
.cid-v9MHLzGwcI .form-control,
.cid-v9MHLzGwcI .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9MHLzGwcI .form-control::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input::-webkit-input-placeholder,
.cid-v9MHLzGwcI .form-control::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9MHLzGwcI .form-control:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:-moz-placeholder,
.cid-v9MHLzGwcI .form-control:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9MHLzGwcI .form-control:hover,
.cid-v9MHLzGwcI .field-input:hover,
.cid-v9MHLzGwcI .form-control:focus,
.cid-v9MHLzGwcI .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-v9MHLzGwcI .form-control:hover::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input:hover::-webkit-input-placeholder,
.cid-v9MHLzGwcI .form-control:focus::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input:focus::-webkit-input-placeholder,
.cid-v9MHLzGwcI .form-control:hover::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input:hover::-webkit-input-placeholder,
.cid-v9MHLzGwcI .form-control:focus::-webkit-input-placeholder,
.cid-v9MHLzGwcI .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9MHLzGwcI .form-control:hover:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:hover:-moz-placeholder,
.cid-v9MHLzGwcI .form-control:focus:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:focus:-moz-placeholder,
.cid-v9MHLzGwcI .form-control:hover:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:hover:-moz-placeholder,
.cid-v9MHLzGwcI .form-control:focus:-moz-placeholder,
.cid-v9MHLzGwcI .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9MHLzGwcI .jq-number__spin:hover,
.cid-v9MHLzGwcI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v9MHLzGwcI .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9MHLzGwcI .jq-selectbox li,
.cid-v9MHLzGwcI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9MHLzGwcI .jq-selectbox li:hover,
.cid-v9MHLzGwcI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9MHLzGwcI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v9MHLzGwcI .jq-number__spin.minus:hover:after,
.cid-v9MHLzGwcI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9MHLzGwcI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v9MHLzGwcI .jq-number__spin.minus:after,
.cid-v9MHLzGwcI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9MHLzGwcI .mbr-section-text {
  color: #1a4b7c;
}
.cid-v9MHLzGwcI .mbr-section-title {
  color: #1a4b7c;
}
.cid-v9MHLzGwcI .soc-link,
.cid-v9MHLzGwcI .soc-wrapper {
  color: #1a4b7c;
}
.cid-v9MHLpA6Vr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2-img-1790-1256x906.webp");
}
.cid-v9MHLpA6Vr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-v9MHLpA6Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MHLpA6Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MHLpA6Vr .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v9MHLpA6Vr .image-wrap {
    height: 300px;
  }
}
.cid-v9MHLApbPY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-v9MHLApbPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MHLApbPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MHLApbPY .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9MHLApbPY .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .container {
    padding: 0 20px;
  }
}
.cid-v9MHLApbPY .row {
  justify-content: center;
}
.cid-v9MHLApbPY .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9MHLApbPY .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9MHLApbPY .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-v9MHLApbPY .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v9MHLApbPY .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-v9MHLApbPY .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9MHLApbPY .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9MHLApbPY .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9MHLApbPY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9MHLApbPY .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9MHLApbPY .nav-wrapper .list .item-wrap:hover,
.cid-v9MHLApbPY .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-v9MHLApbPY .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-v9MHLApbPY .mbr-text {
  color: #000000;
}
.cid-v9MHLApbPY .mbr-list-title {
  color: #002b56;
}
.cid-v9MHLApbPY b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-v9MHLApbPY .list {
  color: #9a9a9a;
}
.cid-v9MHLApbPY .list,
.cid-v9MHLApbPY .item-wrap,
.cid-v9MHLApbPY .contacts-wrapper {
  color: #006a00;
}
.cid-v9MHLApbPY .mbr-text,
.cid-v9MHLApbPY .text-wrap,
.cid-v9MHLApbPY .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-v9MHLApbPY .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyUCKR.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyUCKR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyUCKR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyUCKR .modal-content,
.cid-vahEGyUCKR .modal-dialog {
  height: auto;
}
.cid-vahEGyUCKR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyUCKR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyUCKR .form-wrapper .mbr-form .form-group,
  .cid-vahEGyUCKR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyUCKR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyUCKR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyUCKR .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyUCKR .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyUCKR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyUCKR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyUCKR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyUCKR .modal-open {
  overflow: hidden;
}
.cid-vahEGyUCKR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyUCKR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyUCKR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyUCKR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyUCKR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyUCKR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyUCKR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyUCKR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyUCKR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyUCKR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyUCKR .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyUCKR .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyUCKR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyUCKR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUCKR .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyUCKR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyUCKR .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyUCKR .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyUCKR .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyUCKR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyUCKR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyUCKR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUCKR .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyUCKR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyUCKR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUCKR .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyUCKR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyUCKR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyUCKR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyUCKR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyUCKR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyUCKR .modal-lg,
  .cid-vahEGyUCKR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyUCKR .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyUCKR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyUCKR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyUCKR .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyUCKR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyUCKR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyUCKR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyUCKR .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyUCKR .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyUCKR .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyUCKR .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyUCKR .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyUCKR .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyUCKR .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyUCKR .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyUCKR .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-v9NJN4GSia {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9NJN4GSia .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-v9NJN4GSia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-v9NJN4GSia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9NJN4GSia .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9NJN4GSia .menu_box .navbar.opened,
  .cid-v9NJN4GSia .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9NJN4GSia nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9NJN4GSia .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v9NJN4GSia .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v9NJN4GSia .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9NJN4GSia .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9NJN4GSia .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-v9NJN4GSia .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9NJN4GSia .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9NJN4GSia .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9NJN4GSia .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9NJN4GSia .offcanvas-body .mbr-text,
  .cid-v9NJN4GSia .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9NJN4GSia .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9NJN4GSia .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9NJN4GSia .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9NJN4GSia .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9NJN4GSia .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9NJN4GSia li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9NJN4GSia .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9NJN4GSia .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-v9NJN4GSia ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-v9NJN4GSia .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9NJN4GSia .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .nav-item {
    margin: 0 !important;
  }
}
.cid-v9NJN4GSia .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v9NJN4GSia .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9NJN4GSia .nav-item .nav-link:hover::before,
.cid-v9NJN4GSia .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v9NJN4GSia .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9NJN4GSia .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9NJN4GSia .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9NJN4GSia .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9NJN4GSia .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9NJN4GSia .offcanvas_box {
    display: none;
  }
}
.cid-v9NJN4GSia .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9NJN4GSia .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9NJN4GSia .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9NJN4GSia .container {
  display: flex;
  margin: auto;
}
.cid-v9NJN4GSia .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9NJN4GSia .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9NJN4GSia .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9NJN4GSia .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9NJN4GSia .navbar-nav {
    margin: 0;
  }
}
.cid-v9NJN4GSia .dropdown-menu,
.cid-v9NJN4GSia .navbar.opened {
  background-color: true !important;
}
.cid-v9NJN4GSia .nav-item:focus,
.cid-v9NJN4GSia .nav-link:focus {
  outline: none;
}
.cid-v9NJN4GSia .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9NJN4GSia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9NJN4GSia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9NJN4GSia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9NJN4GSia .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9NJN4GSia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9NJN4GSia .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-v9NJN4GSia .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9NJN4GSia .navbar.opened {
  transition: all 0.3s;
}
.cid-v9NJN4GSia .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9NJN4GSia .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9NJN4GSia .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9NJN4GSia .navbar.collapsed {
  justify-content: center;
}
.cid-v9NJN4GSia .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9NJN4GSia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9NJN4GSia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9NJN4GSia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9NJN4GSia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9NJN4GSia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9NJN4GSia .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9NJN4GSia .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9NJN4GSia .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9NJN4GSia .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9NJN4GSia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9NJN4GSia .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9NJN4GSia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9NJN4GSia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9NJN4GSia .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9NJN4GSia .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9NJN4GSia .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9NJN4GSia .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9NJN4GSia .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9NJN4GSia .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9NJN4GSia .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9NJN4GSia .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9NJN4GSia .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9NJN4GSia .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9NJN4GSia .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9NJN4GSia .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9NJN4GSia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9NJN4GSia .dropdown-item.active,
.cid-v9NJN4GSia .dropdown-item:active {
  background-color: transparent;
}
.cid-v9NJN4GSia .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-v9NJN4GSia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9NJN4GSia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9NJN4GSia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9NJN4GSia ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9NJN4GSia .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9NJN4GSia button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-v9NJN4GSia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-v9NJN4GSia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9NJN4GSia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NJN4GSia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NJN4GSia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9NJN4GSia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NJN4GSia nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9NJN4GSia nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9NJN4GSia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NJN4GSia a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9NJN4GSia .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9NJN4GSia .navbar {
    height: 70px;
  }
  .cid-v9NJN4GSia .navbar.opened {
    height: auto;
  }
  .cid-v9NJN4GSia .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9NJN4GSia .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v9NJN4GSia .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-v9NJN4GSia .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-v9NJN4GSia .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9NJN4GSia .text_widget {
  margin-bottom: 32px;
}
.cid-v9NJN4GSia .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9NJN4GSia .text_widget a:hover,
.cid-v9NJN4GSia .text_widget a:focus {
  opacity: .8;
}
.cid-v9NJN4GSia .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-v9NJN4GSia .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9NJN4GSia .navbar-caption {
  color: #000000;
}
.cid-v9NJN4GSia .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-v9NJN4GSia .mbr-section-subtitle,
.cid-v9NJN4GSia .text_widget,
.cid-v9NJN4GSia .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9NJN4GSia a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9NJN4GSia .navbar-collapse {
  align-items: center;
}
.cid-v9NJN5SlhE {
  display: flex;
  padding-top: 200px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-v9NJN5SlhE {
    align-items: center;
  }
  .cid-v9NJN5SlhE .row {
    justify-content: center;
  }
}
.cid-v9NJN5SlhE p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9NJN5SlhE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9NJN5SlhE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9NJN5SlhE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9NJN5SlhE .content-wrap {
    width: 100%;
  }
}
.cid-v9NJN5SlhE .mbr-section-title {
  text-align: justify;
  color: #002b56;
}
.cid-v9NJN5SlhE .mbr-text,
.cid-v9NJN5SlhE .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9NJN5SlhE .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-v9NJN6Tf5V {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-v9NJN6Tf5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NJN6Tf5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NJN6Tf5V .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9NJN6Tf5V .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .container {
    padding: 0 20px;
  }
}
.cid-v9NJN6Tf5V .row {
  justify-content: center;
}
.cid-v9NJN6Tf5V .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9NJN6Tf5V .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9NJN6Tf5V .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-v9NJN6Tf5V .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v9NJN6Tf5V .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-v9NJN6Tf5V .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9NJN6Tf5V .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9NJN6Tf5V .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9NJN6Tf5V .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9NJN6Tf5V .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9NJN6Tf5V .nav-wrapper .list .item-wrap:hover,
.cid-v9NJN6Tf5V .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-v9NJN6Tf5V .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-v9NJN6Tf5V .mbr-text {
  color: #000000;
}
.cid-v9NJN6Tf5V .mbr-list-title {
  color: #002b56;
}
.cid-v9NJN6Tf5V b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-v9NJN6Tf5V .list {
  color: #9a9a9a;
}
.cid-v9NJN6Tf5V .list,
.cid-v9NJN6Tf5V .item-wrap,
.cid-v9NJN6Tf5V .contacts-wrapper {
  color: #006a00;
}
.cid-v9NJN6Tf5V .mbr-text,
.cid-v9NJN6Tf5V .text-wrap,
.cid-v9NJN6Tf5V .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-v9NJN6Tf5V .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyUY1k.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyUY1k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyUY1k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyUY1k .modal-content,
.cid-vahEGyUY1k .modal-dialog {
  height: auto;
}
.cid-vahEGyUY1k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyUY1k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyUY1k .form-wrapper .mbr-form .form-group,
  .cid-vahEGyUY1k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyUY1k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyUY1k .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyUY1k .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyUY1k .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyUY1k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyUY1k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyUY1k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyUY1k .modal-open {
  overflow: hidden;
}
.cid-vahEGyUY1k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyUY1k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyUY1k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyUY1k .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyUY1k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyUY1k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyUY1k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyUY1k .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyUY1k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyUY1k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyUY1k .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyUY1k .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyUY1k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyUY1k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUY1k .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyUY1k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyUY1k .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyUY1k .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyUY1k .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyUY1k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyUY1k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyUY1k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUY1k .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyUY1k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyUY1k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUY1k .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyUY1k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyUY1k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyUY1k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyUY1k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyUY1k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyUY1k .modal-lg,
  .cid-vahEGyUY1k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyUY1k .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyUY1k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyUY1k .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyUY1k .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyUY1k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyUY1k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyUY1k .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyUY1k .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyUY1k .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyUY1k .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyUY1k .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyUY1k .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyUY1k .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyUY1k .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyUY1k .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyUY1k .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIJCmGzip8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIJCmGzip8 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIJCmGzip8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIJCmGzip8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIJCmGzip8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIJCmGzip8 .menu_box .navbar.opened,
  .cid-uIJCmGzip8 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIJCmGzip8 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIJCmGzip8 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIJCmGzip8 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIJCmGzip8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIJCmGzip8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIJCmGzip8 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIJCmGzip8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIJCmGzip8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIJCmGzip8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIJCmGzip8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIJCmGzip8 .offcanvas-body .mbr-text,
  .cid-uIJCmGzip8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIJCmGzip8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIJCmGzip8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIJCmGzip8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCmGzip8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIJCmGzip8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIJCmGzip8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIJCmGzip8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIJCmGzip8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIJCmGzip8 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIJCmGzip8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIJCmGzip8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIJCmGzip8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIJCmGzip8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCmGzip8 .nav-item .nav-link:hover::before,
.cid-uIJCmGzip8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIJCmGzip8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIJCmGzip8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIJCmGzip8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIJCmGzip8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIJCmGzip8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIJCmGzip8 .offcanvas_box {
    display: none;
  }
}
.cid-uIJCmGzip8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIJCmGzip8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIJCmGzip8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIJCmGzip8 .container {
  display: flex;
  margin: auto;
}
.cid-uIJCmGzip8 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIJCmGzip8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIJCmGzip8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIJCmGzip8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIJCmGzip8 .navbar-nav {
    margin: 0;
  }
}
.cid-uIJCmGzip8 .dropdown-menu,
.cid-uIJCmGzip8 .navbar.opened {
  background-color: true !important;
}
.cid-uIJCmGzip8 .nav-item:focus,
.cid-uIJCmGzip8 .nav-link:focus {
  outline: none;
}
.cid-uIJCmGzip8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIJCmGzip8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIJCmGzip8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIJCmGzip8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIJCmGzip8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIJCmGzip8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIJCmGzip8 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIJCmGzip8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIJCmGzip8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIJCmGzip8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIJCmGzip8 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIJCmGzip8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIJCmGzip8 .navbar.collapsed {
  justify-content: center;
}
.cid-uIJCmGzip8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIJCmGzip8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIJCmGzip8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIJCmGzip8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIJCmGzip8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIJCmGzip8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIJCmGzip8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIJCmGzip8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIJCmGzip8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIJCmGzip8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIJCmGzip8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIJCmGzip8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIJCmGzip8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIJCmGzip8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIJCmGzip8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIJCmGzip8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIJCmGzip8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIJCmGzip8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIJCmGzip8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIJCmGzip8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIJCmGzip8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIJCmGzip8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIJCmGzip8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIJCmGzip8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIJCmGzip8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIJCmGzip8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIJCmGzip8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIJCmGzip8 .dropdown-item.active,
.cid-uIJCmGzip8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIJCmGzip8 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIJCmGzip8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIJCmGzip8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIJCmGzip8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIJCmGzip8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIJCmGzip8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIJCmGzip8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIJCmGzip8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIJCmGzip8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIJCmGzip8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCmGzip8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIJCmGzip8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIJCmGzip8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCmGzip8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIJCmGzip8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIJCmGzip8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIJCmGzip8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIJCmGzip8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIJCmGzip8 .navbar {
    height: 70px;
  }
  .cid-uIJCmGzip8 .navbar.opened {
    height: auto;
  }
  .cid-uIJCmGzip8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIJCmGzip8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIJCmGzip8 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIJCmGzip8 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIJCmGzip8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIJCmGzip8 .text_widget {
  margin-bottom: 32px;
}
.cid-uIJCmGzip8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIJCmGzip8 .text_widget a:hover,
.cid-uIJCmGzip8 .text_widget a:focus {
  opacity: .8;
}
.cid-uIJCmGzip8 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIJCmGzip8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJCmGzip8 .navbar-caption {
  color: #000000;
}
.cid-uIJCmGzip8 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIJCmGzip8 .mbr-section-subtitle,
.cid-uIJCmGzip8 .text_widget,
.cid-uIJCmGzip8 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIJCmGzip8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIJCmGzip8 .navbar-collapse {
  align-items: center;
}
.cid-uIJCmHsHhg {
  background-image: url("../../../assets/images/smart-green-city-konstanz-case-studio-eminent.webp");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCmHsHhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmHsHhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmHsHhg .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCmHsHhg .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmHsHhg .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIJCmHsHhg .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uIJCmHsHhg .container {
    padding: 0 20px;
  }
}
.cid-uIJCmHsHhg .row {
  height: 100%;
}
.cid-uIJCmHsHhg .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIJCmHsHhg .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIJCmHsHhg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uIJCmHsHhg .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCmHsHhg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmHsHhg .mbr-section-title {
  color: #ffffff;
}
.cid-uIJCmHsHhg .mbr-desc {
  color: #feff00;
}
.cid-uIJCmHQpQa {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmHQpQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmHQpQa .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-uIJCmHQpQa .container {
    padding: 0 20px;
  }
}
.cid-uIJCmHQpQa .row {
  justify-content: space-between;
}
.cid-uIJCmHQpQa .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCmHQpQa .content-wrapper .title-wrapper {
    margin-bottom: 0px;
  }
}
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIJCmHQpQa .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .link-wrapper {
  display: block;
}
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .link-wrapper:hover .mbr-link::before,
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uIJCmHQpQa .content-wrapper .title-wrapper .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCmHQpQa .content-wrapper .text-wrapper .mbr-desc {
  margin-bottom: 0px;
}
.cid-uIJCmHQpQa .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIJCmHQpQa .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uIJCmHQpQa .image-wrapper img {
  height: 1000px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-uIJCmHQpQa .image-wrapper img {
    height: 450px;
  }
}
.cid-uIJCmHQpQa .mbr-section-title {
  color: #e30000;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCmHQpQa .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCmHQpQa b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCmHQpQa b {
    line-height: 2rem !important;
  }
}
.cid-uIJCmHQpQa .mbr-link {
  color: #000000;
}
.cid-uIJCmHQpQa .mbr-desc {
  color: #000000;
  line-height: 2.6rem;
}
@media (max-width: 576px) {
  .cid-uIJCmHQpQa .mbr-desc {
    line-height: 1.8rem !important;
  }
}
.cid-uIJCmHQpQa .mbr-text {
  color: #336699;
}
.cid-uIJCmHQpQa .mbr-link,
.cid-uIJCmHQpQa .link-wrapper {
  color: #00e000;
}
.cid-uIJCmIbTog {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmIbTog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmIbTog .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-uIJCmIbTog .container {
    padding: 0 20px;
  }
}
.cid-uIJCmIbTog .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIJCmIbTog .row .card {
  padding: 0 0px;
}
.cid-uIJCmIbTog .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIJCmIbTog .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmIbTog .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 0px !important;
  }
}
.cid-uIJCmIbTog .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCmIbTog .item {
    margin-bottom: 0px !important;
  }
}
.cid-uIJCmIbTog .item .item-wrapper .card-box .card-number {
  margin-bottom: 20px;
}
.cid-uIJCmIbTog .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uIJCmIbTog .item .item-wrapper .card-box .card-text {
  margin-bottom: 10px;
}
.cid-uIJCmIbTog .mbr-section-title {
  color: #000000;
}
.cid-uIJCmIbTog .card-number {
  color: #9a9a9a;
}
.cid-uIJCmIbTog .card-title {
  color: #0b3e71;
}
.cid-uIJCmIbTog .card-text {
  color: #0b3e71;
}
.cid-uIJCmIbTog .mbr-section-title,
.cid-uIJCmIbTog .title-wrapper {
  color: #0b3e71;
}
.cid-uIJCmIy90K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmIy90K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmIy90K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmIy90K .row {
  flex-direction: row-reverse;
}
.cid-uIJCmIUTDw {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmIUTDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmIUTDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmIUTDw .row {
  justify-content: space-between;
}
.cid-uIJCmIUTDw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmIUTDw .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmIUTDw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmIUTDw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmIUTDw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmIUTDw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmIUTDw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmIUTDw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmIUTDw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmIUTDw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmIUTDw .mbr-section-title {
  color: #000000;
}
.cid-uIJCmIUTDw .mbr-desc {
  color: #000000;
}
.cid-uIJCmIUTDw .mbr-text {
  color: #000000;
}
.cid-uIJCmIUTDw .mbr-section-title,
.cid-uIJCmIUTDw .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmJj3bi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmJj3bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmJj3bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmJj3bi .row {
  flex-direction: row-reverse;
}
.cid-uIJCmJFxUK .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmJFxUK img {
  border-radius: 0rem !important;
}
.cid-uIJCmJYfgI {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmJYfgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmJYfgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmJYfgI .row {
  justify-content: space-between;
}
.cid-uIJCmJYfgI .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmJYfgI .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmJYfgI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmJYfgI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmJYfgI .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmJYfgI .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmJYfgI .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmJYfgI .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmJYfgI .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmJYfgI .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmJYfgI .mbr-section-title {
  color: #000000;
}
.cid-uIJCmJYfgI .mbr-desc {
  color: #000000;
}
.cid-uIJCmJYfgI .mbr-text {
  color: #000000;
}
.cid-uIJCmJYfgI .mbr-section-title,
.cid-uIJCmJYfgI .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmKlMvI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmKlMvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmKlMvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmKlMvI .row {
  flex-direction: row-reverse;
}
.cid-uIJCmKHI3X {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmKHI3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmKHI3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmKHI3X .row {
  justify-content: space-between;
}
.cid-uIJCmKHI3X .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmKHI3X .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmKHI3X .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmKHI3X .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmKHI3X .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmKHI3X .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmKHI3X .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmKHI3X .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmKHI3X .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmKHI3X .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmKHI3X .mbr-section-title {
  color: #000000;
}
.cid-uIJCmKHI3X .mbr-desc {
  color: #000000;
}
.cid-uIJCmKHI3X .mbr-text {
  color: #000000;
}
.cid-uIJCmKHI3X .mbr-section-title,
.cid-uIJCmKHI3X .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmL5ZxK .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmLp4i6 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmLp4i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmLp4i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmLp4i6 .row {
  justify-content: space-between;
}
.cid-uIJCmLp4i6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmLp4i6 .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmLp4i6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmLp4i6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmLp4i6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmLp4i6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmLp4i6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmLp4i6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmLp4i6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmLp4i6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmLp4i6 .mbr-section-title {
  color: #000000;
}
.cid-uIJCmLp4i6 .mbr-desc {
  color: #000000;
}
.cid-uIJCmLp4i6 .mbr-text {
  color: #000000;
}
.cid-uIJCmLp4i6 .mbr-section-title,
.cid-uIJCmLp4i6 .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmLQqvy .mbr-section {
  border: 0px !important;
}
.cid-uIJCmLQqvy .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmLQqvy img {
  border-radius: 0rem !important;
}
.cid-uIJCmMaZiY .mbr-section {
  border: 0px !important;
}
.cid-uIJCmMaZiY .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmMaZiY img {
  border-radius: 0rem !important;
}
.cid-uIJCmMvoYA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJCmMvoYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmMvoYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmMvoYA .row {
  justify-content: space-between;
}
.cid-uIJCmMvoYA .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmMvoYA .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmMvoYA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmMvoYA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmMvoYA .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmMvoYA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmMvoYA .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmMvoYA .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmMvoYA .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmMvoYA .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmMvoYA .mbr-section-title {
  color: #000000;
}
.cid-uIJCmMvoYA .mbr-desc {
  color: #000000;
}
.cid-uIJCmMvoYA .mbr-text {
  color: #000000;
}
.cid-uIJCmMvoYA .mbr-section-title,
.cid-uIJCmMvoYA .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmMTZId .mbr-section {
  border: 0px !important;
}
.cid-uIJCmMTZId .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmMTZId img {
  border-radius: 0rem !important;
}
.cid-uIJCmNeDBM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmNeDBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmNeDBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmNeDBM .row {
  justify-content: space-between;
}
.cid-uIJCmNeDBM .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmNeDBM .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmNeDBM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmNeDBM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmNeDBM .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmNeDBM .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmNeDBM .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmNeDBM .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmNeDBM .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmNeDBM .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmNeDBM .mbr-section-title {
  color: #000000;
}
.cid-uIJCmNeDBM .mbr-desc {
  color: #000000;
}
.cid-uIJCmNeDBM .mbr-text {
  color: #000000;
}
.cid-uIJCmNeDBM .mbr-section-title,
.cid-uIJCmNeDBM .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmND6Uu .mbr-section {
  border: 0px !important;
}
.cid-uIJCmND6Uu .mbr-section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-uIJCmND6Uu img {
  border-radius: 0rem !important;
}
.cid-uIJCmNY5Ul {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmNY5Ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmNY5Ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmNY5Ul .row {
  align-items: flex-end;
}
.cid-uIJCmNY5Ul .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uIJCmNY5Ul .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uIJCmNY5Ul img,
.cid-uIJCmNY5Ul .item-img {
  width: 100%;
}
.cid-uIJCmNY5Ul H5 {
  color: #291f1e;
}
.cid-uIJCmNY5Ul .mbr-text,
.cid-uIJCmNY5Ul .mbr-section-btn {
  color: #291f1e;
}
.cid-uIJCmOp56c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uIJCmOp56c .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIJCmOp56c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmOp56c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmOp56c .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1640px) {
  .cid-uIJCmOp56c .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmOp56c .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmOp56c .content-wrapper .mbr-section-title {
  margin-bottom: 104px;
}
@media (max-width: 992px) {
  .cid-uIJCmOp56c .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIJCmOp56c .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uIJCmOQoNf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIJCmOQoNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmOQoNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmOQoNf .row {
  justify-content: space-between;
}
.cid-uIJCmOQoNf .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uIJCmOQoNf .content-wrapper {
    padding: 0;
  }
}
.cid-uIJCmOQoNf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmOQoNf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIJCmOQoNf .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIJCmOQoNf .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIJCmOQoNf .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIJCmOQoNf .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIJCmOQoNf .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIJCmOQoNf .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIJCmOQoNf .mbr-section-title {
  color: #000000;
}
.cid-uIJCmOQoNf .mbr-desc {
  color: #000000;
}
.cid-uIJCmOQoNf .mbr-text {
  color: #000000;
}
.cid-uIJCmOQoNf .mbr-section-title,
.cid-uIJCmOQoNf .mbr-section-btn {
  color: #e30000;
}
.cid-uIJCmPi132 {
  padding-top: 0rem;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
.cid-uIJCmPi132 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmPi132 .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-uIJCmPi132 .container {
    padding: 0 20px;
  }
}
.cid-uIJCmPi132 .row {
  justify-content: space-between;
}
.cid-uIJCmPi132 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIJCmPi132 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIJCmPi132 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-uIJCmPi132 .mbr-section-title {
  color: #454545;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCmPi132 .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCmPi132 b {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCmPi132 b {
    line-height: 2rem !important;
  }
}
.cid-uIJCmPi132 .mbr-section-title DIV {
  text-align: left;
}
.cid-uIJCmPJR9Z {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url("../../../assets/images/eminhasirci1-6.webp");
}
.cid-uIJCmPJR9Z .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIJCmPJR9Z {
    background-position: right;
  }
}
.cid-uIJCmPJR9Z input,
.cid-uIJCmPJR9Z textarea {
  border-radius: 0;
}
.cid-uIJCmPJR9Z input:hover,
.cid-uIJCmPJR9Z textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIJCmPJR9Z .row {
  justify-content: flex-end;
}
.cid-uIJCmPJR9Z textarea {
  min-height: 200px;
}
.cid-uIJCmPJR9Z .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIJCmPJR9Z .col-auto {
    margin: auto;
  }
}
.cid-uIJCmPJR9Z .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIJCmPJR9Z .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIJCmPJR9Z .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #0b3e71;
}
.cid-uIJCmPJR9Z .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIJCmPJR9Z .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIJCmPJR9Z .btn {
  padding: 1rem 3rem;
}
.cid-uIJCmPJR9Z .form-control,
.cid-uIJCmPJR9Z .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCmPJR9Z .form-control::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .form-control::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCmPJR9Z .form-control:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:-moz-placeholder,
.cid-uIJCmPJR9Z .form-control:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCmPJR9Z .form-control:hover,
.cid-uIJCmPJR9Z .field-input:hover,
.cid-uIJCmPJR9Z .form-control:focus,
.cid-uIJCmPJR9Z .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIJCmPJR9Z .form-control:hover::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input:hover::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .form-control:focus::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input:focus::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .form-control:hover::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input:hover::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .form-control:focus::-webkit-input-placeholder,
.cid-uIJCmPJR9Z .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIJCmPJR9Z .form-control:hover:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:hover:-moz-placeholder,
.cid-uIJCmPJR9Z .form-control:focus:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:focus:-moz-placeholder,
.cid-uIJCmPJR9Z .form-control:hover:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:hover:-moz-placeholder,
.cid-uIJCmPJR9Z .form-control:focus:-moz-placeholder,
.cid-uIJCmPJR9Z .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIJCmPJR9Z .jq-number__spin:hover,
.cid-uIJCmPJR9Z .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIJCmPJR9Z .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIJCmPJR9Z .jq-selectbox li,
.cid-uIJCmPJR9Z .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCmPJR9Z .jq-selectbox li:hover,
.cid-uIJCmPJR9Z .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIJCmPJR9Z .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIJCmPJR9Z .jq-number__spin.minus:hover:after,
.cid-uIJCmPJR9Z .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCmPJR9Z .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIJCmPJR9Z .jq-number__spin.minus:after,
.cid-uIJCmPJR9Z .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIJCmPJR9Z .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIJCmPJR9Z .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-uIJCmPJR9Z .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-uIJCmPJR9Z b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-uIJCmPJR9Z .soc-link,
.cid-uIJCmPJR9Z .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIJCmQcKIX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIJCmQcKIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJCmQcKIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJCmQcKIX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIJCmQcKIX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .container {
    padding: 0 20px;
  }
}
.cid-uIJCmQcKIX .row {
  justify-content: center;
}
.cid-uIJCmQcKIX .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIJCmQcKIX .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCmQcKIX .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIJCmQcKIX .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIJCmQcKIX .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIJCmQcKIX .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIJCmQcKIX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIJCmQcKIX .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIJCmQcKIX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIJCmQcKIX .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIJCmQcKIX .nav-wrapper .list .item-wrap:hover,
.cid-uIJCmQcKIX .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIJCmQcKIX .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIJCmQcKIX .mbr-text {
  color: #000000;
}
.cid-uIJCmQcKIX .mbr-list-title {
  color: #002b56;
}
.cid-uIJCmQcKIX b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIJCmQcKIX .list {
  color: #9a9a9a;
}
.cid-uIJCmQcKIX .list,
.cid-uIJCmQcKIX .item-wrap,
.cid-uIJCmQcKIX .contacts-wrapper {
  color: #006a00;
}
.cid-uIJCmQcKIX .mbr-text,
.cid-uIJCmQcKIX .text-wrap,
.cid-uIJCmQcKIX .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIJCmQcKIX .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyURdT.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyURdT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyURdT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyURdT .modal-content,
.cid-vahEGyURdT .modal-dialog {
  height: auto;
}
.cid-vahEGyURdT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyURdT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyURdT .form-wrapper .mbr-form .form-group,
  .cid-vahEGyURdT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyURdT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyURdT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyURdT .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyURdT .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyURdT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyURdT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyURdT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyURdT .modal-open {
  overflow: hidden;
}
.cid-vahEGyURdT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyURdT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyURdT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyURdT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyURdT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyURdT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyURdT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyURdT .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyURdT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyURdT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyURdT .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyURdT .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyURdT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyURdT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyURdT .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyURdT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyURdT .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyURdT .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyURdT .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyURdT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyURdT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyURdT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyURdT .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyURdT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyURdT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyURdT .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyURdT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyURdT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyURdT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyURdT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyURdT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyURdT .modal-lg,
  .cid-vahEGyURdT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyURdT .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyURdT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyURdT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyURdT .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyURdT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyURdT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyURdT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyURdT .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyURdT .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyURdT .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyURdT .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyURdT .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyURdT .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyURdT .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyURdT .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyURdT .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-v9OQTEZzEk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9OQTEZzEk .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-v9OQTEZzEk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-v9OQTEZzEk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9OQTEZzEk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9OQTEZzEk .menu_box .navbar.opened,
  .cid-v9OQTEZzEk .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9OQTEZzEk nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9OQTEZzEk .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v9OQTEZzEk .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v9OQTEZzEk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9OQTEZzEk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9OQTEZzEk .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-v9OQTEZzEk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9OQTEZzEk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9OQTEZzEk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9OQTEZzEk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9OQTEZzEk .offcanvas-body .mbr-text,
  .cid-v9OQTEZzEk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9OQTEZzEk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9OQTEZzEk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9OQTEZzEk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9OQTEZzEk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9OQTEZzEk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9OQTEZzEk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9OQTEZzEk .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9OQTEZzEk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-v9OQTEZzEk ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-v9OQTEZzEk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9OQTEZzEk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .nav-item {
    margin: 0 !important;
  }
}
.cid-v9OQTEZzEk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v9OQTEZzEk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9OQTEZzEk .nav-item .nav-link:hover::before,
.cid-v9OQTEZzEk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v9OQTEZzEk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9OQTEZzEk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9OQTEZzEk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9OQTEZzEk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9OQTEZzEk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9OQTEZzEk .offcanvas_box {
    display: none;
  }
}
.cid-v9OQTEZzEk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9OQTEZzEk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9OQTEZzEk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9OQTEZzEk .container {
  display: flex;
  margin: auto;
}
.cid-v9OQTEZzEk .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9OQTEZzEk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9OQTEZzEk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9OQTEZzEk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9OQTEZzEk .navbar-nav {
    margin: 0;
  }
}
.cid-v9OQTEZzEk .dropdown-menu,
.cid-v9OQTEZzEk .navbar.opened {
  background-color: true !important;
}
.cid-v9OQTEZzEk .nav-item:focus,
.cid-v9OQTEZzEk .nav-link:focus {
  outline: none;
}
.cid-v9OQTEZzEk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9OQTEZzEk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9OQTEZzEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9OQTEZzEk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9OQTEZzEk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9OQTEZzEk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9OQTEZzEk .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-v9OQTEZzEk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9OQTEZzEk .navbar.opened {
  transition: all 0.3s;
}
.cid-v9OQTEZzEk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9OQTEZzEk .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9OQTEZzEk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9OQTEZzEk .navbar.collapsed {
  justify-content: center;
}
.cid-v9OQTEZzEk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9OQTEZzEk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9OQTEZzEk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9OQTEZzEk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9OQTEZzEk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9OQTEZzEk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9OQTEZzEk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9OQTEZzEk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9OQTEZzEk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9OQTEZzEk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9OQTEZzEk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9OQTEZzEk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9OQTEZzEk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9OQTEZzEk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9OQTEZzEk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9OQTEZzEk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9OQTEZzEk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9OQTEZzEk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9OQTEZzEk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9OQTEZzEk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9OQTEZzEk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9OQTEZzEk .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9OQTEZzEk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9OQTEZzEk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9OQTEZzEk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9OQTEZzEk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9OQTEZzEk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9OQTEZzEk .dropdown-item.active,
.cid-v9OQTEZzEk .dropdown-item:active {
  background-color: transparent;
}
.cid-v9OQTEZzEk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-v9OQTEZzEk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9OQTEZzEk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9OQTEZzEk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9OQTEZzEk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9OQTEZzEk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9OQTEZzEk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-v9OQTEZzEk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-v9OQTEZzEk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9OQTEZzEk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9OQTEZzEk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9OQTEZzEk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9OQTEZzEk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9OQTEZzEk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9OQTEZzEk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9OQTEZzEk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9OQTEZzEk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9OQTEZzEk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9OQTEZzEk .navbar {
    height: 70px;
  }
  .cid-v9OQTEZzEk .navbar.opened {
    height: auto;
  }
  .cid-v9OQTEZzEk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9OQTEZzEk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-v9OQTEZzEk .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-v9OQTEZzEk .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-v9OQTEZzEk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9OQTEZzEk .text_widget {
  margin-bottom: 32px;
}
.cid-v9OQTEZzEk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9OQTEZzEk .text_widget a:hover,
.cid-v9OQTEZzEk .text_widget a:focus {
  opacity: .8;
}
.cid-v9OQTEZzEk .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-v9OQTEZzEk .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v9OQTEZzEk .navbar-caption {
  color: #000000;
}
.cid-v9OQTEZzEk .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-v9OQTEZzEk .mbr-section-subtitle,
.cid-v9OQTEZzEk .text_widget,
.cid-v9OQTEZzEk .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9OQTEZzEk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9OQTEZzEk .navbar-collapse {
  align-items: center;
}
.cid-v9OQTGz9d1 {
  padding-top: 16.8rem;
  padding-bottom: 11.2rem;
  background-image: url("../../../assets/images/urban-art-galerie-konstanz-2000x1125.webp");
}
.cid-v9OQTGz9d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9OQTGz9d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9OQTGz9d1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9OQTGz9d1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9OQTGz9d1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-v9OQTGz9d1 .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-v9OQTGz9d1 .container {
    padding: 0 20px;
  }
}
.cid-v9OQTGz9d1 .row {
  height: 100%;
}
.cid-v9OQTGz9d1 .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9OQTGz9d1 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v9OQTGz9d1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v9OQTGz9d1 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9OQTGz9d1 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v9OQTGz9d1 .mbr-section-title {
  color: #ffffff;
}
.cid-v9OQTGz9d1 .mbr-desc {
  color: #ffffff;
}
.cid-v9OQTHdTHp {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-v9OQTHdTHp {
    align-items: center;
  }
  .cid-v9OQTHdTHp .row {
    justify-content: center;
  }
}
.cid-v9OQTHdTHp p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9OQTHdTHp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9OQTHdTHp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9OQTHdTHp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9OQTHdTHp .content-wrap {
    width: 100%;
  }
}
.cid-v9OQTHdTHp .mbr-section-title {
  text-align: left;
  color: #002b56;
}
.cid-v9OQTHdTHp .mbr-text,
.cid-v9OQTHdTHp .mbr-section-btn {
  text-align: left;
  color: #487087;
}
.cid-v9OQTHdTHp .mbr-section-subtitle {
  color: #03d202;
  text-align: left;
}
.cid-v9OQTHHAi3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-v9OQTHHAi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9OQTHHAi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9OQTHHAi3 .title-col {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9OQTHHAi3 .title-col {
    padding-right: 2rem !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-v9OQTHHAi3 .title-col {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v9OQTHHAi3 .mbr-section-title {
  color: #6f94aa;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9OQTHHAi3 .mbr-section-title {
    width: 100%;
  }
}
.cid-v9OQTHHAi3 .mbr-section-subtitle {
  color: #727272;
  width: 80%;
}
@media (max-width: 991px) {
  .cid-v9OQTHHAi3 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v9OQTHHAi3 .lists-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
}
@media (max-width: 767px) {
  .cid-v9OQTHHAi3 .lists-col {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
.cid-v9OQTHHAi3 .col-list {
  width: 46%;
}
@media (max-width: 767px) {
  .cid-v9OQTHHAi3 .col-list {
    width: 100%;
    margin: -1rem 0;
    padding-left: 20px;
  }
}
.cid-v9OQTHHAi3 .list-title {
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 2px solid currentColor;
}
@media (max-width: 991px) {
  .cid-v9OQTHHAi3 .list-title {
    padding-bottom: 20px;
  }
}
.cid-v9OQTHHAi3 .list {
  list-style: none;
  margin: 2rem 0 0 0;
  padding-left: 0;
  color: #487087;
}
.cid-v9OQTHHAi3 li {
  position: relative;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-bottom: 0;
}
.cid-v9OQTHHAi3 ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  content: "\2022";
  color: #00e000;
  font-weight: bold;
  font-size: 1.6rem;
  width: 1.6rem;
}
.cid-v9OQTIamIQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-v9OQTIamIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9OQTIamIQ .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-v9OQTIamIQ .container {
    padding: 0 20px;
  }
}
.cid-v9OQTIamIQ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v9OQTIamIQ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-v9OQTIamIQ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-v9OQTIamIQ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #00e000;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #002b56;
  transition: all 0.3s ease-in-out;
}
.cid-v9OQTIamIQ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #002b56;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v9OQTIamIQ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-v9OQTIamIQ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-v9OQTIamIQ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-v9OQTIamIQ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 80%;
  margin-bottom: 0;
}
.cid-v9OQTIamIQ .mbr-desc {
  color: #002b56;
}
.cid-v9OQTIamIQ .panel-number {
  color: #00e000;
}
.cid-v9OQTIamIQ .panel-title-edit {
  color: #00e000;
}
.cid-v9OQTIamIQ .panel-text {
  color: #002b56;
}
.cid-v9OQTIEixK {
  padding-top: 225px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-v9OQTIEixK .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-v9OQTIEixK {
    background-position: right;
  }
}
.cid-v9OQTIEixK input,
.cid-v9OQTIEixK textarea {
  border-radius: 0;
}
.cid-v9OQTIEixK input:hover,
.cid-v9OQTIEixK textarea:hover {
  border: 1px solid transparent !important;
}
.cid-v9OQTIEixK .row {
  justify-content: flex-end;
}
.cid-v9OQTIEixK textarea {
  min-height: 200px;
}
.cid-v9OQTIEixK .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-v9OQTIEixK .col-auto {
    margin: auto;
  }
}
.cid-v9OQTIEixK .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-v9OQTIEixK .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-v9OQTIEixK .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-v9OQTIEixK .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9OQTIEixK .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v9OQTIEixK .btn {
  padding: 1rem 3rem;
}
.cid-v9OQTIEixK .form-control,
.cid-v9OQTIEixK .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9OQTIEixK .form-control::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input::-webkit-input-placeholder,
.cid-v9OQTIEixK .form-control::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9OQTIEixK .form-control:-moz-placeholder,
.cid-v9OQTIEixK .field-input:-moz-placeholder,
.cid-v9OQTIEixK .form-control:-moz-placeholder,
.cid-v9OQTIEixK .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9OQTIEixK .form-control:hover,
.cid-v9OQTIEixK .field-input:hover,
.cid-v9OQTIEixK .form-control:focus,
.cid-v9OQTIEixK .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-v9OQTIEixK .form-control:hover::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input:hover::-webkit-input-placeholder,
.cid-v9OQTIEixK .form-control:focus::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input:focus::-webkit-input-placeholder,
.cid-v9OQTIEixK .form-control:hover::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input:hover::-webkit-input-placeholder,
.cid-v9OQTIEixK .form-control:focus::-webkit-input-placeholder,
.cid-v9OQTIEixK .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9OQTIEixK .form-control:hover:-moz-placeholder,
.cid-v9OQTIEixK .field-input:hover:-moz-placeholder,
.cid-v9OQTIEixK .form-control:focus:-moz-placeholder,
.cid-v9OQTIEixK .field-input:focus:-moz-placeholder,
.cid-v9OQTIEixK .form-control:hover:-moz-placeholder,
.cid-v9OQTIEixK .field-input:hover:-moz-placeholder,
.cid-v9OQTIEixK .form-control:focus:-moz-placeholder,
.cid-v9OQTIEixK .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9OQTIEixK .jq-number__spin:hover,
.cid-v9OQTIEixK .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v9OQTIEixK .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9OQTIEixK .jq-selectbox li,
.cid-v9OQTIEixK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9OQTIEixK .jq-selectbox li:hover,
.cid-v9OQTIEixK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9OQTIEixK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v9OQTIEixK .jq-number__spin.minus:hover:after,
.cid-v9OQTIEixK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9OQTIEixK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v9OQTIEixK .jq-number__spin.minus:after,
.cid-v9OQTIEixK .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9OQTIEixK .mbr-section-text {
  color: #1a4b7c;
}
.cid-v9OQTIEixK .mbr-section-title {
  color: #1a4b7c;
}
.cid-v9OQTIEixK .soc-link,
.cid-v9OQTIEixK .soc-wrapper {
  color: #1a4b7c;
}
.cid-v9OQTJdzj1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-v9OQTJdzj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9OQTJdzj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9OQTJdzj1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v9OQTJdzj1 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .container {
    padding: 0 20px;
  }
}
.cid-v9OQTJdzj1 .row {
  justify-content: center;
}
.cid-v9OQTJdzj1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v9OQTJdzj1 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9OQTJdzj1 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-v9OQTJdzj1 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-v9OQTJdzj1 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-v9OQTJdzj1 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-v9OQTJdzj1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v9OQTJdzj1 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v9OQTJdzj1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v9OQTJdzj1 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-v9OQTJdzj1 .nav-wrapper .list .item-wrap:hover,
.cid-v9OQTJdzj1 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-v9OQTJdzj1 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-v9OQTJdzj1 .mbr-text {
  color: #000000;
}
.cid-v9OQTJdzj1 .mbr-list-title {
  color: #002b56;
}
.cid-v9OQTJdzj1 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-v9OQTJdzj1 .list {
  color: #9a9a9a;
}
.cid-v9OQTJdzj1 .list,
.cid-v9OQTJdzj1 .item-wrap,
.cid-v9OQTJdzj1 .contacts-wrapper {
  color: #006a00;
}
.cid-v9OQTJdzj1 .mbr-text,
.cid-v9OQTJdzj1 .text-wrap,
.cid-v9OQTJdzj1 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-v9OQTJdzj1 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahEGyUgkh.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyUgkh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyUgkh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyUgkh .modal-content,
.cid-vahEGyUgkh .modal-dialog {
  height: auto;
}
.cid-vahEGyUgkh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyUgkh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyUgkh .form-wrapper .mbr-form .form-group,
  .cid-vahEGyUgkh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyUgkh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyUgkh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyUgkh .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyUgkh .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyUgkh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyUgkh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyUgkh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyUgkh .modal-open {
  overflow: hidden;
}
.cid-vahEGyUgkh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyUgkh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyUgkh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyUgkh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyUgkh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyUgkh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyUgkh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyUgkh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyUgkh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyUgkh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyUgkh .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyUgkh .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyUgkh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyUgkh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUgkh .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyUgkh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyUgkh .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyUgkh .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyUgkh .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyUgkh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyUgkh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyUgkh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUgkh .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyUgkh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyUgkh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyUgkh .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyUgkh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyUgkh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyUgkh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyUgkh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyUgkh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyUgkh .modal-lg,
  .cid-vahEGyUgkh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyUgkh .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyUgkh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyUgkh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyUgkh .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyUgkh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyUgkh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyUgkh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyUgkh .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyUgkh .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyUgkh .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyUgkh .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyUgkh .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyUgkh .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyUgkh .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyUgkh .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyUgkh .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uIxChAB2ym {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uIxChAB2ym .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uIxChAB2ym .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uIxChAB2ym .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIxChAB2ym .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIxChAB2ym .menu_box .navbar.opened,
  .cid-uIxChAB2ym .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIxChAB2ym nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIxChAB2ym .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIxChAB2ym .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIxChAB2ym .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIxChAB2ym .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIxChAB2ym .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uIxChAB2ym .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIxChAB2ym .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIxChAB2ym .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIxChAB2ym .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIxChAB2ym .offcanvas-body .mbr-text,
  .cid-uIxChAB2ym .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIxChAB2ym .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIxChAB2ym .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIxChAB2ym .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIxChAB2ym .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIxChAB2ym .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIxChAB2ym li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIxChAB2ym .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIxChAB2ym .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uIxChAB2ym ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uIxChAB2ym .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIxChAB2ym .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .nav-item {
    margin: 0 !important;
  }
}
.cid-uIxChAB2ym .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uIxChAB2ym .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIxChAB2ym .nav-item .nav-link:hover::before,
.cid-uIxChAB2ym .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uIxChAB2ym .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIxChAB2ym .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIxChAB2ym .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIxChAB2ym .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIxChAB2ym .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIxChAB2ym .offcanvas_box {
    display: none;
  }
}
.cid-uIxChAB2ym .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIxChAB2ym .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIxChAB2ym .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIxChAB2ym .container {
  display: flex;
  margin: auto;
}
.cid-uIxChAB2ym .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIxChAB2ym .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIxChAB2ym .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIxChAB2ym .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIxChAB2ym .navbar-nav {
    margin: 0;
  }
}
.cid-uIxChAB2ym .dropdown-menu,
.cid-uIxChAB2ym .navbar.opened {
  background-color: true !important;
}
.cid-uIxChAB2ym .nav-item:focus,
.cid-uIxChAB2ym .nav-link:focus {
  outline: none;
}
.cid-uIxChAB2ym .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxChAB2ym .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIxChAB2ym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxChAB2ym .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxChAB2ym .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxChAB2ym .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxChAB2ym .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uIxChAB2ym .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIxChAB2ym .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxChAB2ym .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIxChAB2ym .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uIxChAB2ym .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxChAB2ym .navbar.collapsed {
  justify-content: center;
}
.cid-uIxChAB2ym .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxChAB2ym .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIxChAB2ym .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxChAB2ym .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxChAB2ym .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxChAB2ym .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIxChAB2ym .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIxChAB2ym .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIxChAB2ym .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIxChAB2ym .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxChAB2ym .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxChAB2ym .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIxChAB2ym .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxChAB2ym .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIxChAB2ym .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxChAB2ym .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIxChAB2ym .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIxChAB2ym .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIxChAB2ym .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIxChAB2ym .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxChAB2ym .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIxChAB2ym .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIxChAB2ym .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIxChAB2ym .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIxChAB2ym .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIxChAB2ym .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIxChAB2ym .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxChAB2ym .dropdown-item.active,
.cid-uIxChAB2ym .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxChAB2ym .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uIxChAB2ym .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxChAB2ym .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxChAB2ym .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxChAB2ym ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIxChAB2ym .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIxChAB2ym button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uIxChAB2ym button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uIxChAB2ym button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIxChAB2ym button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxChAB2ym button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxChAB2ym button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIxChAB2ym nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxChAB2ym nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxChAB2ym nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxChAB2ym nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxChAB2ym a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIxChAB2ym .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIxChAB2ym .navbar {
    height: 70px;
  }
  .cid-uIxChAB2ym .navbar.opened {
    height: auto;
  }
  .cid-uIxChAB2ym .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxChAB2ym .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIxChAB2ym .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uIxChAB2ym .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uIxChAB2ym .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIxChAB2ym .text_widget {
  margin-bottom: 32px;
}
.cid-uIxChAB2ym .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIxChAB2ym .text_widget a:hover,
.cid-uIxChAB2ym .text_widget a:focus {
  opacity: .8;
}
.cid-uIxChAB2ym .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uIxChAB2ym .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIxChAB2ym .navbar-caption {
  color: #000000;
}
.cid-uIxChAB2ym .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uIxChAB2ym .mbr-section-subtitle,
.cid-uIxChAB2ym .text_widget,
.cid-uIxChAB2ym .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIxChAB2ym a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIxChAB2ym .navbar-collapse {
  align-items: center;
}
.cid-uIxChBRdgs {
  display: flex;
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-uIxChBRdgs {
    align-items: center;
  }
  .cid-uIxChBRdgs .row {
    justify-content: center;
  }
}
.cid-uIxChBRdgs p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIxChBRdgs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIxChBRdgs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIxChBRdgs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIxChBRdgs .content-wrap {
    width: 100%;
  }
}
.cid-uIxChBRdgs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uIxChBRdgs .mbr-text,
.cid-uIxChBRdgs .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uIxChBRdgs .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
}
.cid-uIxChCWnch {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIxChCWnch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxChCWnch .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-uIxChCWnch .container {
    padding: 0 20px;
  }
}
.cid-uIxChCWnch .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uIxChCWnch .row .card {
  padding: 0 10px;
}
.cid-uIxChCWnch .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uIxChCWnch .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIxChCWnch .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uIxChCWnch .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIxChCWnch .item {
    margin-bottom: 0px;
  }
}
.cid-uIxChCWnch .item .item-wrapper .card-box .card-number {
  margin-bottom: 0px;
}
.cid-uIxChCWnch .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
  margin-bottom: 0px;
}
.cid-uIxChCWnch .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uIxChCWnch .mbr-section-title {
  color: #000000;
}
.cid-uIxChCWnch .card-number {
  color: #000000;
}
.cid-uIxChCWnch .card-title {
  color: #002b56;
  text-align: left;
}
.cid-uIxChCWnch .card-text {
  color: #002b56;
}
.cid-uIxChCWnch .mbr-section-title,
.cid-uIxChCWnch .title-wrapper {
  color: #002b56;
}
.cid-uIxChCcm5c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uIxChCcm5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxChCcm5c .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-uIxChCcm5c .container {
    padding: 0 20px;
  }
}
.cid-uIxChCcm5c .row {
  justify-content: center;
}
.cid-uIxChCcm5c .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIxChCcm5c .item {
    margin-bottom: 40px;
  }
}
.cid-uIxChCcm5c .item:hover .item-wrapper,
.cid-uIxChCcm5c .item:focus .item-wrapper {
  border: 1px solid #00e000;
}
.cid-uIxChCcm5c .item:hover .item-wrapper .item-img img,
.cid-uIxChCcm5c .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uIxChCcm5c .item .item-wrapper {
  height: 100%;
  border: 1px solid #f5f5f5;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uIxChCcm5c .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uIxChCcm5c .item .item-wrapper .item-img img {
  height: 300px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIxChCcm5c .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIxChCcm5c .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uIxChCcm5c .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uIxChCcm5c .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-uIxChCcm5c .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uIxChCcm5c .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIxChCcm5c .card-price {
  color: #002b56;
}
.cid-uIxChCcm5c .card-decs {
  color: #002b56;
}
.cid-uIxChCcm5c .card-title {
  color: #5085a4;
}
.cid-uIxChDgxYf {
  padding-top: 225px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-uIxChDgxYf .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-uIxChDgxYf {
    background-position: right;
  }
}
.cid-uIxChDgxYf input,
.cid-uIxChDgxYf textarea {
  border-radius: 0;
}
.cid-uIxChDgxYf input:hover,
.cid-uIxChDgxYf textarea:hover {
  border: 1px solid transparent !important;
}
.cid-uIxChDgxYf .row {
  justify-content: flex-end;
}
.cid-uIxChDgxYf textarea {
  min-height: 200px;
}
.cid-uIxChDgxYf .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uIxChDgxYf .col-auto {
    margin: auto;
  }
}
.cid-uIxChDgxYf .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uIxChDgxYf .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-uIxChDgxYf .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-uIxChDgxYf .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uIxChDgxYf .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uIxChDgxYf .btn {
  padding: 1rem 3rem;
}
.cid-uIxChDgxYf .form-control,
.cid-uIxChDgxYf .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIxChDgxYf .form-control::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input::-webkit-input-placeholder,
.cid-uIxChDgxYf .form-control::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIxChDgxYf .form-control:-moz-placeholder,
.cid-uIxChDgxYf .field-input:-moz-placeholder,
.cid-uIxChDgxYf .form-control:-moz-placeholder,
.cid-uIxChDgxYf .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIxChDgxYf .form-control:hover,
.cid-uIxChDgxYf .field-input:hover,
.cid-uIxChDgxYf .form-control:focus,
.cid-uIxChDgxYf .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-uIxChDgxYf .form-control:hover::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input:hover::-webkit-input-placeholder,
.cid-uIxChDgxYf .form-control:focus::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input:focus::-webkit-input-placeholder,
.cid-uIxChDgxYf .form-control:hover::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input:hover::-webkit-input-placeholder,
.cid-uIxChDgxYf .form-control:focus::-webkit-input-placeholder,
.cid-uIxChDgxYf .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIxChDgxYf .form-control:hover:-moz-placeholder,
.cid-uIxChDgxYf .field-input:hover:-moz-placeholder,
.cid-uIxChDgxYf .form-control:focus:-moz-placeholder,
.cid-uIxChDgxYf .field-input:focus:-moz-placeholder,
.cid-uIxChDgxYf .form-control:hover:-moz-placeholder,
.cid-uIxChDgxYf .field-input:hover:-moz-placeholder,
.cid-uIxChDgxYf .form-control:focus:-moz-placeholder,
.cid-uIxChDgxYf .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIxChDgxYf .jq-number__spin:hover,
.cid-uIxChDgxYf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIxChDgxYf .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIxChDgxYf .jq-selectbox li,
.cid-uIxChDgxYf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIxChDgxYf .jq-selectbox li:hover,
.cid-uIxChDgxYf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIxChDgxYf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIxChDgxYf .jq-number__spin.minus:hover:after,
.cid-uIxChDgxYf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIxChDgxYf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIxChDgxYf .jq-number__spin.minus:after,
.cid-uIxChDgxYf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIxChDgxYf .mbr-section-text {
  color: #1a4b7c;
}
.cid-uIxChDgxYf .mbr-section-title {
  color: #1a4b7c;
}
.cid-uIxChDgxYf .soc-link,
.cid-uIxChDgxYf .soc-wrapper {
  color: #1a4b7c;
}
.cid-uIxChDH0HM {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uIxChDH0HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxChDH0HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxChDH0HM .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uIxChDH0HM .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .container {
    padding: 0 20px;
  }
}
.cid-uIxChDH0HM .row {
  justify-content: center;
}
.cid-uIxChDH0HM .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIxChDH0HM .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIxChDH0HM .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uIxChDH0HM .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uIxChDH0HM .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uIxChDH0HM .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uIxChDH0HM .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uIxChDH0HM .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uIxChDH0HM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIxChDH0HM .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uIxChDH0HM .nav-wrapper .list .item-wrap:hover,
.cid-uIxChDH0HM .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uIxChDH0HM .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uIxChDH0HM .mbr-text {
  color: #000000;
}
.cid-uIxChDH0HM .mbr-list-title {
  color: #002b56;
}
.cid-uIxChDH0HM b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uIxChDH0HM .list {
  color: #9a9a9a;
}
.cid-uIxChDH0HM .list,
.cid-uIxChDH0HM .item-wrap,
.cid-uIxChDH0HM .contacts-wrapper {
  color: #006a00;
}
.cid-uIxChDH0HM .mbr-text,
.cid-uIxChDH0HM .text-wrap,
.cid-uIxChDH0HM .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uIxChDH0HM .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-uIybIDpLfd.popup-builder {
  background-color: #ffffff;
}
.cid-uIybIDpLfd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIybIDpLfd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIybIDpLfd .modal-content,
.cid-uIybIDpLfd .modal-dialog {
  height: auto;
}
.cid-uIybIDpLfd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIybIDpLfd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIybIDpLfd .form-wrapper .mbr-form .form-group,
  .cid-uIybIDpLfd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIybIDpLfd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIybIDpLfd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIybIDpLfd .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-uIybIDpLfd .pt-0 {
  padding-top: 0 !important;
}
.cid-uIybIDpLfd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIybIDpLfd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIybIDpLfd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIybIDpLfd .modal-open {
  overflow: hidden;
}
.cid-uIybIDpLfd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIybIDpLfd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIybIDpLfd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIybIDpLfd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uIybIDpLfd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIybIDpLfd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIybIDpLfd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIybIDpLfd .modal-content {
  background: #f5f5f5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uIybIDpLfd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIybIDpLfd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIybIDpLfd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIybIDpLfd .modal-backdrop.show {
  opacity: .5;
}
.cid-uIybIDpLfd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uIybIDpLfd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIybIDpLfd .modal-header {
    padding: 1rem;
  }
}
.cid-uIybIDpLfd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIybIDpLfd .modal-header .close svg {
  fill: #353535;
}
.cid-uIybIDpLfd .modal-header .close:hover {
  opacity: 1;
}
.cid-uIybIDpLfd .modal-header .close:focus {
  outline: none;
}
.cid-uIybIDpLfd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #002b56;
}
.cid-uIybIDpLfd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIybIDpLfd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIybIDpLfd .modal-body {
    padding: 1rem;
  }
}
.cid-uIybIDpLfd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIybIDpLfd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIybIDpLfd .modal-footer {
    padding: 1rem;
  }
}
.cid-uIybIDpLfd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIybIDpLfd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIybIDpLfd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIybIDpLfd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIybIDpLfd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIybIDpLfd .modal-lg,
  .cid-uIybIDpLfd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIybIDpLfd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIybIDpLfd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIybIDpLfd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uIybIDpLfd .form-group {
  margin-bottom: 1rem;
}
.cid-uIybIDpLfd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIybIDpLfd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIybIDpLfd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uIybIDpLfd .mbr-section-btn {
  margin: 0;
}
.cid-uIybIDpLfd .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRkCX.popup-builder {
  background-color: #ffffff;
}
.cid-vahEGyRkCX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahEGyRkCX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahEGyRkCX .modal-content,
.cid-vahEGyRkCX .modal-dialog {
  height: auto;
}
.cid-vahEGyRkCX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahEGyRkCX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahEGyRkCX .form-wrapper .mbr-form .form-group,
  .cid-vahEGyRkCX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahEGyRkCX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahEGyRkCX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahEGyRkCX .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahEGyRkCX .pt-0 {
  padding-top: 0 !important;
}
.cid-vahEGyRkCX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahEGyRkCX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahEGyRkCX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahEGyRkCX .modal-open {
  overflow: hidden;
}
.cid-vahEGyRkCX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahEGyRkCX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahEGyRkCX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahEGyRkCX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahEGyRkCX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahEGyRkCX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahEGyRkCX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahEGyRkCX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahEGyRkCX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahEGyRkCX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahEGyRkCX .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahEGyRkCX .modal-backdrop.show {
  opacity: .5;
}
.cid-vahEGyRkCX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahEGyRkCX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRkCX .modal-header {
    padding: 1rem;
  }
}
.cid-vahEGyRkCX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahEGyRkCX .modal-header .close svg {
  fill: #353535;
}
.cid-vahEGyRkCX .modal-header .close:hover {
  opacity: 1;
}
.cid-vahEGyRkCX .modal-header .close:focus {
  outline: none;
}
.cid-vahEGyRkCX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahEGyRkCX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahEGyRkCX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRkCX .modal-body {
    padding: 1rem;
  }
}
.cid-vahEGyRkCX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahEGyRkCX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahEGyRkCX .modal-footer {
    padding: 1rem;
  }
}
.cid-vahEGyRkCX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahEGyRkCX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahEGyRkCX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahEGyRkCX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahEGyRkCX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahEGyRkCX .modal-lg,
  .cid-vahEGyRkCX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahEGyRkCX .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahEGyRkCX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahEGyRkCX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahEGyRkCX .form-group {
  margin-bottom: 1rem;
}
.cid-vahEGyRkCX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahEGyRkCX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahEGyRkCX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahEGyRkCX .mbr-section-btn {
  margin: 0;
}
.cid-vahEGyRkCX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahEGyRkCX .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahEGyRkCX .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahEGyRkCX .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahEGyRkCX .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahEGyRkCX .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahEGyRkCX .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahEGyRkCX .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaUBbLvRCv {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaUBbLvRCv .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaUBbLvRCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaUBbLvRCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaUBbLvRCv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaUBbLvRCv .menu_box .navbar.opened,
  .cid-vaUBbLvRCv .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaUBbLvRCv nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaUBbLvRCv .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaUBbLvRCv .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaUBbLvRCv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaUBbLvRCv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaUBbLvRCv .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaUBbLvRCv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaUBbLvRCv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaUBbLvRCv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaUBbLvRCv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaUBbLvRCv .offcanvas-body .mbr-text,
  .cid-vaUBbLvRCv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaUBbLvRCv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaUBbLvRCv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaUBbLvRCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaUBbLvRCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaUBbLvRCv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaUBbLvRCv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaUBbLvRCv .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaUBbLvRCv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaUBbLvRCv ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaUBbLvRCv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaUBbLvRCv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .nav-item {
    margin: 0 !important;
  }
}
.cid-vaUBbLvRCv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaUBbLvRCv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaUBbLvRCv .nav-item .nav-link:hover::before,
.cid-vaUBbLvRCv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaUBbLvRCv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaUBbLvRCv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaUBbLvRCv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaUBbLvRCv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaUBbLvRCv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaUBbLvRCv .offcanvas_box {
    display: none;
  }
}
.cid-vaUBbLvRCv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaUBbLvRCv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaUBbLvRCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaUBbLvRCv .container {
  display: flex;
  margin: auto;
}
.cid-vaUBbLvRCv .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaUBbLvRCv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaUBbLvRCv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaUBbLvRCv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaUBbLvRCv .navbar-nav {
    margin: 0;
  }
}
.cid-vaUBbLvRCv .dropdown-menu,
.cid-vaUBbLvRCv .navbar.opened {
  background-color: true !important;
}
.cid-vaUBbLvRCv .nav-item:focus,
.cid-vaUBbLvRCv .nav-link:focus {
  outline: none;
}
.cid-vaUBbLvRCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaUBbLvRCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaUBbLvRCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaUBbLvRCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaUBbLvRCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaUBbLvRCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaUBbLvRCv .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaUBbLvRCv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaUBbLvRCv .navbar.opened {
  transition: all 0.3s;
}
.cid-vaUBbLvRCv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaUBbLvRCv .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaUBbLvRCv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaUBbLvRCv .navbar.collapsed {
  justify-content: center;
}
.cid-vaUBbLvRCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaUBbLvRCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaUBbLvRCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaUBbLvRCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaUBbLvRCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaUBbLvRCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaUBbLvRCv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaUBbLvRCv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaUBbLvRCv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaUBbLvRCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaUBbLvRCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaUBbLvRCv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaUBbLvRCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaUBbLvRCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaUBbLvRCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaUBbLvRCv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaUBbLvRCv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaUBbLvRCv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaUBbLvRCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaUBbLvRCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaUBbLvRCv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaUBbLvRCv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaUBbLvRCv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaUBbLvRCv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaUBbLvRCv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaUBbLvRCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaUBbLvRCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaUBbLvRCv .dropdown-item.active,
.cid-vaUBbLvRCv .dropdown-item:active {
  background-color: transparent;
}
.cid-vaUBbLvRCv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaUBbLvRCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaUBbLvRCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaUBbLvRCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaUBbLvRCv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaUBbLvRCv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaUBbLvRCv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaUBbLvRCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaUBbLvRCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaUBbLvRCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaUBbLvRCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaUBbLvRCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaUBbLvRCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaUBbLvRCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaUBbLvRCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaUBbLvRCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaUBbLvRCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaUBbLvRCv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaUBbLvRCv .navbar {
    height: 70px;
  }
  .cid-vaUBbLvRCv .navbar.opened {
    height: auto;
  }
  .cid-vaUBbLvRCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaUBbLvRCv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaUBbLvRCv .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaUBbLvRCv .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaUBbLvRCv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaUBbLvRCv .text_widget {
  margin-bottom: 32px;
}
.cid-vaUBbLvRCv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaUBbLvRCv .text_widget a:hover,
.cid-vaUBbLvRCv .text_widget a:focus {
  opacity: .8;
}
.cid-vaUBbLvRCv .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaUBbLvRCv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaUBbLvRCv .navbar-caption {
  color: #000000;
}
.cid-vaUBbLvRCv .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaUBbLvRCv .mbr-section-subtitle,
.cid-vaUBbLvRCv .text_widget,
.cid-vaUBbLvRCv .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaUBbLvRCv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaUBbLvRCv .navbar-collapse {
  align-items: center;
}
.cid-vaUBbMLw7J {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaUBbMLw7J {
    align-items: center;
  }
  .cid-vaUBbMLw7J .row {
    justify-content: center;
  }
}
.cid-vaUBbMLw7J p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaUBbMLw7J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaUBbMLw7J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaUBbMLw7J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaUBbMLw7J .content-wrap {
    width: 100%;
  }
}
.cid-vaUBbMLw7J .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaUBbMLw7J .mbr-text,
.cid-vaUBbMLw7J .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaUBbMLw7J .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaUBH7Ik49 {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaUBH7Ik49 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaUBH7Ik49 .text {
  padding: 0;
}
.cid-vaUBH7Ik49 section {
  position: relative;
}
.cid-vaUBH7Ik49 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaUBH7Ik49 .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaUBH7Ik49 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaUBH7Ik49 .box {
  background-image: url("../../../assets/images/glanzmeister.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaUBH7Ik49 .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaUBH7Ik49 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaUBH7Ik49 .icon-wrap span {
  padding-left: 8px;
}
.cid-vaUBH7Ik49 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaUBH7Ik49 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaUBH7Ik49 .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaUBH7Ik49 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaUBH7Ik49 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaUBH7Ik49 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaUBH7Ik49 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaUBH7Ik49 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaUBH7Ik49 {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaUBH7Ik49 .box {
    height: 250px;
  }
  .cid-vaUBH7Ik49 .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaUBH7Ik49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUBH7Ik49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUBH7Ik49 H2 {
  color: #f5f5f5;
}
.cid-vaUBH7Ik49 .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaUBH7Ik49 .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaUTKXCe84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaUTKXCe84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUTKXCe84 .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-vaUTKXCe84 .container {
    padding: 0 20px;
  }
}
.cid-vaUTKXCe84 .row {
  justify-content: space-between;
}
.cid-vaUTKXCe84 .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-vaUTKXCe84 .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-vaUTKXCe84 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vaUTKXCe84 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vaUTKXCe84 .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaUTKXCe84 .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vaUTKXCe84 .mbr-section-title {
  color: #000000;
}
.cid-vaUTKXCe84 .mbr-desc {
  color: #6f94aa;
}
.cid-vaUTKXCe84 .mbr-text {
  color: #9a9a9a;
}
.cid-vaUTKXCe84 .mbr-text,
.cid-vaUTKXCe84 .text-wrap {
  color: #002b56;
}
.cid-vaUTKXCe84 .mbr-section-title,
.cid-vaUTKXCe84 .title-wrap {
  color: #002b56;
}
.cid-vaUC6ryMSk {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaUC6ryMSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUC6ryMSk .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-vaUC6ryMSk .container {
    padding: 0 20px;
  }
}
.cid-vaUC6ryMSk .row {
  justify-content: space-between;
}
.cid-vaUC6ryMSk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaUC6ryMSk .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaUC6ryMSk .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaUC6ryMSk .mbr-section-title {
  color: #002b56;
}
.cid-vaUC6ryMSk .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaUC6ryMSk .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaUC6ryMSk .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaUC6ryMSk .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaUC6ryMSk .mbr-text P {
  color: #002b56;
}
.cid-vaUC6ryMSk .mbr-text H3 {
  color: #002b56;
}
.cid-vaUC6ryMSk .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaUC6ryMSk .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaUC6ryMSk .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaUC6ryMSk .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaUC6ryMSk .article01 .gm-bullets li span,
.cid-vaUC6ryMSk .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaUC6ryMSk .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaUC6ryMSk .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaUC6ryMSk .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaUC6ryMSk .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaUC6ryMSk .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaUC6ryMSk .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaUC6ryMSk .article01 .quote-content {
  max-width: 920px;
}
.cid-vaUC6ryMSk .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaUC6ryMSk .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaUC6ryMSk .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaUC6ryMSk .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaUC6ryMSk .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaUC6ryMSk .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaUQraUcI4 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaUQraUcI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUQraUcI4 .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-vaUQraUcI4 .container {
    padding: 0 20px;
  }
}
.cid-vaUQraUcI4 .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaUQraUcI4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaUQraUcI4 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaUQraUcI4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaUQraUcI4 .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaUQraUcI4 .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaUQraUcI4 .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaUQraUcI4 .mbr-section-title {
  color: #000000;
}
.cid-vaUQraUcI4 .mbr-desc {
  color: #000000;
}
.cid-vaUBbS5mtS {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaUBbS5mtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUBbS5mtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUBbS5mtS .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaUBbS5mtS .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .container {
    padding: 0 20px;
  }
}
.cid-vaUBbS5mtS .row {
  justify-content: center;
}
.cid-vaUBbS5mtS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaUBbS5mtS .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaUBbS5mtS .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaUBbS5mtS .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaUBbS5mtS .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaUBbS5mtS .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaUBbS5mtS .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaUBbS5mtS .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaUBbS5mtS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaUBbS5mtS .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaUBbS5mtS .nav-wrapper .list .item-wrap:hover,
.cid-vaUBbS5mtS .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaUBbS5mtS .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaUBbS5mtS .mbr-text {
  color: #000000;
}
.cid-vaUBbS5mtS .mbr-list-title {
  color: #002b56;
}
.cid-vaUBbS5mtS b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaUBbS5mtS .list {
  color: #9a9a9a;
}
.cid-vaUBbS5mtS .list,
.cid-vaUBbS5mtS .item-wrap,
.cid-vaUBbS5mtS .contacts-wrapper {
  color: #006a00;
}
.cid-vaUBbS5mtS .mbr-text,
.cid-vaUBbS5mtS .text-wrap,
.cid-vaUBbS5mtS .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaUBbS5mtS .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaUBbSJQgW.popup-builder {
  background-color: #ffffff;
}
.cid-vaUBbSJQgW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaUBbSJQgW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaUBbSJQgW .modal-content,
.cid-vaUBbSJQgW .modal-dialog {
  height: auto;
}
.cid-vaUBbSJQgW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaUBbSJQgW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaUBbSJQgW .form-wrapper .mbr-form .form-group,
  .cid-vaUBbSJQgW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaUBbSJQgW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaUBbSJQgW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaUBbSJQgW .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaUBbSJQgW .pt-0 {
  padding-top: 0 !important;
}
.cid-vaUBbSJQgW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaUBbSJQgW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaUBbSJQgW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaUBbSJQgW .modal-open {
  overflow: hidden;
}
.cid-vaUBbSJQgW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaUBbSJQgW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaUBbSJQgW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaUBbSJQgW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaUBbSJQgW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaUBbSJQgW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaUBbSJQgW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaUBbSJQgW .modal-content {
  background: #f5f5f5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaUBbSJQgW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaUBbSJQgW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaUBbSJQgW .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaUBbSJQgW .modal-backdrop.show {
  opacity: .5;
}
.cid-vaUBbSJQgW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaUBbSJQgW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbSJQgW .modal-header {
    padding: 1rem;
  }
}
.cid-vaUBbSJQgW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaUBbSJQgW .modal-header .close svg {
  fill: #353535;
}
.cid-vaUBbSJQgW .modal-header .close:hover {
  opacity: 1;
}
.cid-vaUBbSJQgW .modal-header .close:focus {
  outline: none;
}
.cid-vaUBbSJQgW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #002b56;
}
.cid-vaUBbSJQgW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaUBbSJQgW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbSJQgW .modal-body {
    padding: 1rem;
  }
}
.cid-vaUBbSJQgW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaUBbSJQgW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbSJQgW .modal-footer {
    padding: 1rem;
  }
}
.cid-vaUBbSJQgW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaUBbSJQgW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaUBbSJQgW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaUBbSJQgW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaUBbSJQgW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaUBbSJQgW .modal-lg,
  .cid-vaUBbSJQgW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaUBbSJQgW .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaUBbSJQgW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaUBbSJQgW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaUBbSJQgW .form-group {
  margin-bottom: 1rem;
}
.cid-vaUBbSJQgW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaUBbSJQgW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaUBbSJQgW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaUBbSJQgW .mbr-section-btn {
  margin: 0;
}
.cid-vaUBbSJQgW .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaUBbU8YNE.popup-builder {
  background-color: #ffffff;
}
.cid-vaUBbU8YNE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaUBbU8YNE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaUBbU8YNE .modal-content,
.cid-vaUBbU8YNE .modal-dialog {
  height: auto;
}
.cid-vaUBbU8YNE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaUBbU8YNE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaUBbU8YNE .form-wrapper .mbr-form .form-group,
  .cid-vaUBbU8YNE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaUBbU8YNE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaUBbU8YNE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaUBbU8YNE .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaUBbU8YNE .pt-0 {
  padding-top: 0 !important;
}
.cid-vaUBbU8YNE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaUBbU8YNE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaUBbU8YNE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaUBbU8YNE .modal-open {
  overflow: hidden;
}
.cid-vaUBbU8YNE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaUBbU8YNE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaUBbU8YNE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaUBbU8YNE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaUBbU8YNE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaUBbU8YNE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaUBbU8YNE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaUBbU8YNE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaUBbU8YNE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaUBbU8YNE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaUBbU8YNE .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaUBbU8YNE .modal-backdrop.show {
  opacity: .5;
}
.cid-vaUBbU8YNE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaUBbU8YNE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbU8YNE .modal-header {
    padding: 1rem;
  }
}
.cid-vaUBbU8YNE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaUBbU8YNE .modal-header .close svg {
  fill: #353535;
}
.cid-vaUBbU8YNE .modal-header .close:hover {
  opacity: 1;
}
.cid-vaUBbU8YNE .modal-header .close:focus {
  outline: none;
}
.cid-vaUBbU8YNE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaUBbU8YNE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaUBbU8YNE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbU8YNE .modal-body {
    padding: 1rem;
  }
}
.cid-vaUBbU8YNE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaUBbU8YNE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaUBbU8YNE .modal-footer {
    padding: 1rem;
  }
}
.cid-vaUBbU8YNE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaUBbU8YNE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaUBbU8YNE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaUBbU8YNE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaUBbU8YNE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaUBbU8YNE .modal-lg,
  .cid-vaUBbU8YNE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaUBbU8YNE .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaUBbU8YNE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaUBbU8YNE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaUBbU8YNE .form-group {
  margin-bottom: 1rem;
}
.cid-vaUBbU8YNE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaUBbU8YNE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaUBbU8YNE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaUBbU8YNE .mbr-section-btn {
  margin: 0;
}
.cid-vaUBbU8YNE .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaUBbU8YNE .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaUBbU8YNE .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaUBbU8YNE .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaUBbU8YNE .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaUBbU8YNE .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaUBbU8YNE .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaUBbU8YNE .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaW8fJ7698 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaW8fJ7698 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaW8fJ7698 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaW8fJ7698 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaW8fJ7698 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaW8fJ7698 .menu_box .navbar.opened,
  .cid-vaW8fJ7698 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaW8fJ7698 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaW8fJ7698 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaW8fJ7698 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaW8fJ7698 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaW8fJ7698 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaW8fJ7698 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaW8fJ7698 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaW8fJ7698 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaW8fJ7698 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaW8fJ7698 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaW8fJ7698 .offcanvas-body .mbr-text,
  .cid-vaW8fJ7698 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaW8fJ7698 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaW8fJ7698 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaW8fJ7698 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaW8fJ7698 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaW8fJ7698 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaW8fJ7698 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaW8fJ7698 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaW8fJ7698 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaW8fJ7698 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaW8fJ7698 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaW8fJ7698 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .nav-item {
    margin: 0 !important;
  }
}
.cid-vaW8fJ7698 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaW8fJ7698 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaW8fJ7698 .nav-item .nav-link:hover::before,
.cid-vaW8fJ7698 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaW8fJ7698 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaW8fJ7698 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaW8fJ7698 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaW8fJ7698 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaW8fJ7698 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaW8fJ7698 .offcanvas_box {
    display: none;
  }
}
.cid-vaW8fJ7698 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaW8fJ7698 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaW8fJ7698 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaW8fJ7698 .container {
  display: flex;
  margin: auto;
}
.cid-vaW8fJ7698 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaW8fJ7698 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaW8fJ7698 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaW8fJ7698 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaW8fJ7698 .navbar-nav {
    margin: 0;
  }
}
.cid-vaW8fJ7698 .dropdown-menu,
.cid-vaW8fJ7698 .navbar.opened {
  background-color: true !important;
}
.cid-vaW8fJ7698 .nav-item:focus,
.cid-vaW8fJ7698 .nav-link:focus {
  outline: none;
}
.cid-vaW8fJ7698 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaW8fJ7698 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaW8fJ7698 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaW8fJ7698 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaW8fJ7698 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaW8fJ7698 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaW8fJ7698 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaW8fJ7698 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaW8fJ7698 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaW8fJ7698 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaW8fJ7698 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaW8fJ7698 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaW8fJ7698 .navbar.collapsed {
  justify-content: center;
}
.cid-vaW8fJ7698 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaW8fJ7698 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaW8fJ7698 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaW8fJ7698 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaW8fJ7698 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaW8fJ7698 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaW8fJ7698 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaW8fJ7698 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaW8fJ7698 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaW8fJ7698 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaW8fJ7698 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaW8fJ7698 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaW8fJ7698 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaW8fJ7698 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaW8fJ7698 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaW8fJ7698 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaW8fJ7698 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaW8fJ7698 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaW8fJ7698 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaW8fJ7698 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaW8fJ7698 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaW8fJ7698 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaW8fJ7698 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaW8fJ7698 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaW8fJ7698 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaW8fJ7698 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaW8fJ7698 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaW8fJ7698 .dropdown-item.active,
.cid-vaW8fJ7698 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaW8fJ7698 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaW8fJ7698 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaW8fJ7698 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaW8fJ7698 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaW8fJ7698 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaW8fJ7698 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaW8fJ7698 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaW8fJ7698 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaW8fJ7698 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaW8fJ7698 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaW8fJ7698 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaW8fJ7698 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaW8fJ7698 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaW8fJ7698 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaW8fJ7698 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaW8fJ7698 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaW8fJ7698 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaW8fJ7698 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaW8fJ7698 .navbar {
    height: 70px;
  }
  .cid-vaW8fJ7698 .navbar.opened {
    height: auto;
  }
  .cid-vaW8fJ7698 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaW8fJ7698 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaW8fJ7698 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaW8fJ7698 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaW8fJ7698 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaW8fJ7698 .text_widget {
  margin-bottom: 32px;
}
.cid-vaW8fJ7698 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaW8fJ7698 .text_widget a:hover,
.cid-vaW8fJ7698 .text_widget a:focus {
  opacity: .8;
}
.cid-vaW8fJ7698 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaW8fJ7698 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaW8fJ7698 .navbar-caption {
  color: #000000;
}
.cid-vaW8fJ7698 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaW8fJ7698 .mbr-section-subtitle,
.cid-vaW8fJ7698 .text_widget,
.cid-vaW8fJ7698 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaW8fJ7698 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaW8fJ7698 .navbar-collapse {
  align-items: center;
}
.cid-vaW8fK8dUE {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaW8fK8dUE {
    align-items: center;
  }
  .cid-vaW8fK8dUE .row {
    justify-content: center;
  }
}
.cid-vaW8fK8dUE p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaW8fK8dUE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaW8fK8dUE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaW8fK8dUE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaW8fK8dUE .content-wrap {
    width: 100%;
  }
}
.cid-vaW8fK8dUE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaW8fK8dUE .mbr-text,
.cid-vaW8fK8dUE .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaW8fK8dUE .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaW8fKzMKb {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaW8fKzMKb {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaW8fKzMKb .text {
  padding: 0;
}
.cid-vaW8fKzMKb section {
  position: relative;
}
.cid-vaW8fKzMKb h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaW8fKzMKb .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaW8fKzMKb .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaW8fKzMKb .box {
  background-image: url("../../../assets/images/mim2024-7.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaW8fKzMKb .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaW8fKzMKb .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaW8fKzMKb .icon-wrap span {
  padding-left: 8px;
}
.cid-vaW8fKzMKb .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaW8fKzMKb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaW8fKzMKb .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaW8fKzMKb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaW8fKzMKb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaW8fKzMKb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaW8fKzMKb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaW8fKzMKb a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaW8fKzMKb {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaW8fKzMKb .box {
    height: 250px;
  }
  .cid-vaW8fKzMKb .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaW8fKzMKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW8fKzMKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaW8fKzMKb H2 {
  color: #f5f5f5;
}
.cid-vaW8fKzMKb .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaW8fKzMKb .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaW8fLk3Zr {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaW8fLk3Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW8fLk3Zr .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-vaW8fLk3Zr .container {
    padding: 0 20px;
  }
}
.cid-vaW8fLk3Zr .row {
  justify-content: space-between;
}
.cid-vaW8fLk3Zr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaW8fLk3Zr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaW8fLk3Zr .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaW8fLk3Zr .mbr-section-title {
  color: #002b56;
}
.cid-vaW8fLk3Zr .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaW8fLk3Zr .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaW8fLk3Zr .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaW8fLk3Zr .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaW8fLk3Zr .mbr-text P {
  color: #002b56;
}
.cid-vaW8fLk3Zr .mbr-text H3 {
  color: #002b56;
}
.cid-vaW8fLk3Zr .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaW8fLk3Zr .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaW8fLk3Zr .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaW8fLk3Zr .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaW8fLk3Zr .article01 .gm-bullets li span,
.cid-vaW8fLk3Zr .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaW8fLk3Zr .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaW8fLk3Zr .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaW8fLk3Zr .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaW8fLk3Zr .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaW8fLk3Zr .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaW8fLk3Zr .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaW8fLk3Zr .article01 .quote-content {
  max-width: 920px;
}
.cid-vaW8fLk3Zr .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaW8fLk3Zr .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaW8fLk3Zr .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaW8fLk3Zr .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaW8fLk3Zr .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaW8fLk3Zr .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaW8fLNyeI {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaW8fLNyeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW8fLNyeI .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-vaW8fLNyeI .container {
    padding: 0 20px;
  }
}
.cid-vaW8fLNyeI .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaW8fLNyeI .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaW8fLNyeI .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaW8fLNyeI .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaW8fLNyeI .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaW8fLNyeI .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaW8fLNyeI .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaW8fLNyeI .mbr-section-title {
  color: #000000;
}
.cid-vaW8fLNyeI .mbr-desc {
  color: #000000;
}
.cid-vaW8fM8sDb {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaW8fM8sDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaW8fM8sDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaW8fM8sDb .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaW8fM8sDb .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .container {
    padding: 0 20px;
  }
}
.cid-vaW8fM8sDb .row {
  justify-content: center;
}
.cid-vaW8fM8sDb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaW8fM8sDb .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaW8fM8sDb .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaW8fM8sDb .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaW8fM8sDb .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaW8fM8sDb .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaW8fM8sDb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaW8fM8sDb .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaW8fM8sDb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaW8fM8sDb .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaW8fM8sDb .nav-wrapper .list .item-wrap:hover,
.cid-vaW8fM8sDb .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaW8fM8sDb .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaW8fM8sDb .mbr-text {
  color: #000000;
}
.cid-vaW8fM8sDb .mbr-list-title {
  color: #002b56;
}
.cid-vaW8fM8sDb b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaW8fM8sDb .list {
  color: #9a9a9a;
}
.cid-vaW8fM8sDb .list,
.cid-vaW8fM8sDb .item-wrap,
.cid-vaW8fM8sDb .contacts-wrapper {
  color: #006a00;
}
.cid-vaW8fM8sDb .mbr-text,
.cid-vaW8fM8sDb .text-wrap,
.cid-vaW8fM8sDb .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaW8fM8sDb .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaW8fMB74d.popup-builder {
  background-color: #ffffff;
}
.cid-vaW8fMB74d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaW8fMB74d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaW8fMB74d .modal-content,
.cid-vaW8fMB74d .modal-dialog {
  height: auto;
}
.cid-vaW8fMB74d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaW8fMB74d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaW8fMB74d .form-wrapper .mbr-form .form-group,
  .cid-vaW8fMB74d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaW8fMB74d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaW8fMB74d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaW8fMB74d .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaW8fMB74d .pt-0 {
  padding-top: 0 !important;
}
.cid-vaW8fMB74d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaW8fMB74d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaW8fMB74d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaW8fMB74d .modal-open {
  overflow: hidden;
}
.cid-vaW8fMB74d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaW8fMB74d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaW8fMB74d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaW8fMB74d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaW8fMB74d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaW8fMB74d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaW8fMB74d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaW8fMB74d .modal-content {
  background: #f5f5f5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaW8fMB74d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaW8fMB74d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaW8fMB74d .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaW8fMB74d .modal-backdrop.show {
  opacity: .5;
}
.cid-vaW8fMB74d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaW8fMB74d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fMB74d .modal-header {
    padding: 1rem;
  }
}
.cid-vaW8fMB74d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaW8fMB74d .modal-header .close svg {
  fill: #353535;
}
.cid-vaW8fMB74d .modal-header .close:hover {
  opacity: 1;
}
.cid-vaW8fMB74d .modal-header .close:focus {
  outline: none;
}
.cid-vaW8fMB74d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #002b56;
}
.cid-vaW8fMB74d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaW8fMB74d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fMB74d .modal-body {
    padding: 1rem;
  }
}
.cid-vaW8fMB74d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaW8fMB74d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fMB74d .modal-footer {
    padding: 1rem;
  }
}
.cid-vaW8fMB74d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaW8fMB74d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaW8fMB74d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaW8fMB74d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaW8fMB74d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaW8fMB74d .modal-lg,
  .cid-vaW8fMB74d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaW8fMB74d .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaW8fMB74d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaW8fMB74d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaW8fMB74d .form-group {
  margin-bottom: 1rem;
}
.cid-vaW8fMB74d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaW8fMB74d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaW8fMB74d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaW8fMB74d .mbr-section-btn {
  margin: 0;
}
.cid-vaW8fMB74d .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaW8fNgvlO.popup-builder {
  background-color: #ffffff;
}
.cid-vaW8fNgvlO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaW8fNgvlO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaW8fNgvlO .modal-content,
.cid-vaW8fNgvlO .modal-dialog {
  height: auto;
}
.cid-vaW8fNgvlO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaW8fNgvlO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaW8fNgvlO .form-wrapper .mbr-form .form-group,
  .cid-vaW8fNgvlO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaW8fNgvlO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaW8fNgvlO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaW8fNgvlO .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaW8fNgvlO .pt-0 {
  padding-top: 0 !important;
}
.cid-vaW8fNgvlO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaW8fNgvlO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaW8fNgvlO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaW8fNgvlO .modal-open {
  overflow: hidden;
}
.cid-vaW8fNgvlO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaW8fNgvlO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaW8fNgvlO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaW8fNgvlO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaW8fNgvlO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaW8fNgvlO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaW8fNgvlO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaW8fNgvlO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaW8fNgvlO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaW8fNgvlO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaW8fNgvlO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaW8fNgvlO .modal-backdrop.show {
  opacity: .5;
}
.cid-vaW8fNgvlO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaW8fNgvlO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fNgvlO .modal-header {
    padding: 1rem;
  }
}
.cid-vaW8fNgvlO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaW8fNgvlO .modal-header .close svg {
  fill: #353535;
}
.cid-vaW8fNgvlO .modal-header .close:hover {
  opacity: 1;
}
.cid-vaW8fNgvlO .modal-header .close:focus {
  outline: none;
}
.cid-vaW8fNgvlO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaW8fNgvlO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaW8fNgvlO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fNgvlO .modal-body {
    padding: 1rem;
  }
}
.cid-vaW8fNgvlO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaW8fNgvlO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaW8fNgvlO .modal-footer {
    padding: 1rem;
  }
}
.cid-vaW8fNgvlO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaW8fNgvlO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaW8fNgvlO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaW8fNgvlO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaW8fNgvlO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaW8fNgvlO .modal-lg,
  .cid-vaW8fNgvlO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaW8fNgvlO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaW8fNgvlO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaW8fNgvlO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaW8fNgvlO .form-group {
  margin-bottom: 1rem;
}
.cid-vaW8fNgvlO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaW8fNgvlO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaW8fNgvlO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaW8fNgvlO .mbr-section-btn {
  margin: 0;
}
.cid-vaW8fNgvlO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaW8fNgvlO .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaW8fNgvlO .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaW8fNgvlO .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaW8fNgvlO .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaW8fNgvlO .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaW8fNgvlO .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaW8fNgvlO .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaWp1SgiC5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaWp1SgiC5 .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaWp1SgiC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaWp1SgiC5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaWp1SgiC5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaWp1SgiC5 .menu_box .navbar.opened,
  .cid-vaWp1SgiC5 .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaWp1SgiC5 nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaWp1SgiC5 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaWp1SgiC5 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaWp1SgiC5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaWp1SgiC5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaWp1SgiC5 .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaWp1SgiC5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaWp1SgiC5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaWp1SgiC5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaWp1SgiC5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaWp1SgiC5 .offcanvas-body .mbr-text,
  .cid-vaWp1SgiC5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaWp1SgiC5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaWp1SgiC5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaWp1SgiC5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWp1SgiC5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaWp1SgiC5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaWp1SgiC5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaWp1SgiC5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaWp1SgiC5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaWp1SgiC5 ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaWp1SgiC5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaWp1SgiC5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .nav-item {
    margin: 0 !important;
  }
}
.cid-vaWp1SgiC5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaWp1SgiC5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaWp1SgiC5 .nav-item .nav-link:hover::before,
.cid-vaWp1SgiC5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaWp1SgiC5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaWp1SgiC5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaWp1SgiC5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWp1SgiC5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaWp1SgiC5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaWp1SgiC5 .offcanvas_box {
    display: none;
  }
}
.cid-vaWp1SgiC5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaWp1SgiC5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaWp1SgiC5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaWp1SgiC5 .container {
  display: flex;
  margin: auto;
}
.cid-vaWp1SgiC5 .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaWp1SgiC5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaWp1SgiC5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaWp1SgiC5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaWp1SgiC5 .navbar-nav {
    margin: 0;
  }
}
.cid-vaWp1SgiC5 .dropdown-menu,
.cid-vaWp1SgiC5 .navbar.opened {
  background-color: true !important;
}
.cid-vaWp1SgiC5 .nav-item:focus,
.cid-vaWp1SgiC5 .nav-link:focus {
  outline: none;
}
.cid-vaWp1SgiC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaWp1SgiC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaWp1SgiC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaWp1SgiC5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaWp1SgiC5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaWp1SgiC5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaWp1SgiC5 .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaWp1SgiC5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaWp1SgiC5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaWp1SgiC5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaWp1SgiC5 .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaWp1SgiC5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaWp1SgiC5 .navbar.collapsed {
  justify-content: center;
}
.cid-vaWp1SgiC5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaWp1SgiC5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaWp1SgiC5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaWp1SgiC5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaWp1SgiC5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaWp1SgiC5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaWp1SgiC5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaWp1SgiC5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaWp1SgiC5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaWp1SgiC5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaWp1SgiC5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaWp1SgiC5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaWp1SgiC5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaWp1SgiC5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaWp1SgiC5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaWp1SgiC5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaWp1SgiC5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaWp1SgiC5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaWp1SgiC5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaWp1SgiC5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaWp1SgiC5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaWp1SgiC5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaWp1SgiC5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaWp1SgiC5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaWp1SgiC5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaWp1SgiC5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaWp1SgiC5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaWp1SgiC5 .dropdown-item.active,
.cid-vaWp1SgiC5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaWp1SgiC5 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaWp1SgiC5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaWp1SgiC5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaWp1SgiC5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaWp1SgiC5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaWp1SgiC5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaWp1SgiC5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaWp1SgiC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaWp1SgiC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaWp1SgiC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWp1SgiC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWp1SgiC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaWp1SgiC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWp1SgiC5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaWp1SgiC5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaWp1SgiC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWp1SgiC5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaWp1SgiC5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaWp1SgiC5 .navbar {
    height: 70px;
  }
  .cid-vaWp1SgiC5 .navbar.opened {
    height: auto;
  }
  .cid-vaWp1SgiC5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWp1SgiC5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaWp1SgiC5 .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaWp1SgiC5 .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaWp1SgiC5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaWp1SgiC5 .text_widget {
  margin-bottom: 32px;
}
.cid-vaWp1SgiC5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaWp1SgiC5 .text_widget a:hover,
.cid-vaWp1SgiC5 .text_widget a:focus {
  opacity: .8;
}
.cid-vaWp1SgiC5 .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaWp1SgiC5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaWp1SgiC5 .navbar-caption {
  color: #000000;
}
.cid-vaWp1SgiC5 .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaWp1SgiC5 .mbr-section-subtitle,
.cid-vaWp1SgiC5 .text_widget,
.cid-vaWp1SgiC5 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaWp1SgiC5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaWp1SgiC5 .navbar-collapse {
  align-items: center;
}
.cid-vaWp1TRpvH {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaWp1TRpvH {
    align-items: center;
  }
  .cid-vaWp1TRpvH .row {
    justify-content: center;
  }
}
.cid-vaWp1TRpvH p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaWp1TRpvH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaWp1TRpvH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaWp1TRpvH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaWp1TRpvH .content-wrap {
    width: 100%;
  }
}
.cid-vaWp1TRpvH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaWp1TRpvH .mbr-text,
.cid-vaWp1TRpvH .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaWp1TRpvH .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaWp1UjPnj {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaWp1UjPnj {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaWp1UjPnj .text {
  padding: 0;
}
.cid-vaWp1UjPnj section {
  position: relative;
}
.cid-vaWp1UjPnj h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaWp1UjPnj .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaWp1UjPnj .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaWp1UjPnj .box {
  background-image: url("../../../assets/images/mim2024-7.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaWp1UjPnj .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaWp1UjPnj .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaWp1UjPnj .icon-wrap span {
  padding-left: 8px;
}
.cid-vaWp1UjPnj .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaWp1UjPnj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaWp1UjPnj .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaWp1UjPnj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaWp1UjPnj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaWp1UjPnj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaWp1UjPnj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaWp1UjPnj a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaWp1UjPnj {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaWp1UjPnj .box {
    height: 250px;
  }
  .cid-vaWp1UjPnj .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaWp1UjPnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWp1UjPnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWp1UjPnj H2 {
  color: #f5f5f5;
}
.cid-vaWp1UjPnj .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaWp1UjPnj .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaWp1Ve1OG {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaWp1Ve1OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWp1Ve1OG .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-vaWp1Ve1OG .container {
    padding: 0 20px;
  }
}
.cid-vaWp1Ve1OG .row {
  justify-content: space-between;
}
.cid-vaWp1Ve1OG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaWp1Ve1OG .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaWp1Ve1OG .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaWp1Ve1OG .mbr-section-title {
  color: #002b56;
}
.cid-vaWp1Ve1OG .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaWp1Ve1OG .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaWp1Ve1OG .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaWp1Ve1OG .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaWp1Ve1OG .mbr-text P {
  color: #002b56;
}
.cid-vaWp1Ve1OG .mbr-text H3 {
  color: #002b56;
}
.cid-vaWp1Ve1OG .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaWp1Ve1OG .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaWp1Ve1OG .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaWp1Ve1OG .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaWp1Ve1OG .article01 .gm-bullets li span,
.cid-vaWp1Ve1OG .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaWp1Ve1OG .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaWp1Ve1OG .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaWp1Ve1OG .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaWp1Ve1OG .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaWp1Ve1OG .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaWp1Ve1OG .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaWp1Ve1OG .article01 .quote-content {
  max-width: 920px;
}
.cid-vaWp1Ve1OG .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaWp1Ve1OG .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaWp1Ve1OG .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaWp1Ve1OG .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaWp1Ve1OG .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaWp1Ve1OG .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaWp1VLFV5 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaWp1VLFV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWp1VLFV5 .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-vaWp1VLFV5 .container {
    padding: 0 20px;
  }
}
.cid-vaWp1VLFV5 .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaWp1VLFV5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaWp1VLFV5 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaWp1VLFV5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaWp1VLFV5 .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaWp1VLFV5 .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaWp1VLFV5 .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaWp1VLFV5 .mbr-section-title {
  color: #000000;
}
.cid-vaWp1VLFV5 .mbr-desc {
  color: #000000;
}
.cid-vaWp1W82vm {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaWp1W82vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWp1W82vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWp1W82vm .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaWp1W82vm .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .container {
    padding: 0 20px;
  }
}
.cid-vaWp1W82vm .row {
  justify-content: center;
}
.cid-vaWp1W82vm .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaWp1W82vm .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWp1W82vm .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaWp1W82vm .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaWp1W82vm .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaWp1W82vm .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWp1W82vm .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWp1W82vm .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaWp1W82vm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaWp1W82vm .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaWp1W82vm .nav-wrapper .list .item-wrap:hover,
.cid-vaWp1W82vm .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaWp1W82vm .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaWp1W82vm .mbr-text {
  color: #000000;
}
.cid-vaWp1W82vm .mbr-list-title {
  color: #002b56;
}
.cid-vaWp1W82vm b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaWp1W82vm .list {
  color: #9a9a9a;
}
.cid-vaWp1W82vm .list,
.cid-vaWp1W82vm .item-wrap,
.cid-vaWp1W82vm .contacts-wrapper {
  color: #006a00;
}
.cid-vaWp1W82vm .mbr-text,
.cid-vaWp1W82vm .text-wrap,
.cid-vaWp1W82vm .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaWp1W82vm .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaWp1XjaLS.popup-builder {
  background-color: #ffffff;
}
.cid-vaWp1XjaLS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaWp1XjaLS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaWp1XjaLS .modal-content,
.cid-vaWp1XjaLS .modal-dialog {
  height: auto;
}
.cid-vaWp1XjaLS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaWp1XjaLS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaWp1XjaLS .form-wrapper .mbr-form .form-group,
  .cid-vaWp1XjaLS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaWp1XjaLS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaWp1XjaLS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaWp1XjaLS .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaWp1XjaLS .pt-0 {
  padding-top: 0 !important;
}
.cid-vaWp1XjaLS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaWp1XjaLS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaWp1XjaLS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaWp1XjaLS .modal-open {
  overflow: hidden;
}
.cid-vaWp1XjaLS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaWp1XjaLS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaWp1XjaLS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaWp1XjaLS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaWp1XjaLS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaWp1XjaLS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaWp1XjaLS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaWp1XjaLS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaWp1XjaLS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaWp1XjaLS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaWp1XjaLS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaWp1XjaLS .modal-backdrop.show {
  opacity: .5;
}
.cid-vaWp1XjaLS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaWp1XjaLS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWp1XjaLS .modal-header {
    padding: 1rem;
  }
}
.cid-vaWp1XjaLS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaWp1XjaLS .modal-header .close svg {
  fill: #353535;
}
.cid-vaWp1XjaLS .modal-header .close:hover {
  opacity: 1;
}
.cid-vaWp1XjaLS .modal-header .close:focus {
  outline: none;
}
.cid-vaWp1XjaLS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaWp1XjaLS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaWp1XjaLS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWp1XjaLS .modal-body {
    padding: 1rem;
  }
}
.cid-vaWp1XjaLS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaWp1XjaLS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWp1XjaLS .modal-footer {
    padding: 1rem;
  }
}
.cid-vaWp1XjaLS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaWp1XjaLS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaWp1XjaLS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaWp1XjaLS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaWp1XjaLS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaWp1XjaLS .modal-lg,
  .cid-vaWp1XjaLS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaWp1XjaLS .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaWp1XjaLS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaWp1XjaLS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaWp1XjaLS .form-group {
  margin-bottom: 1rem;
}
.cid-vaWp1XjaLS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaWp1XjaLS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaWp1XjaLS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaWp1XjaLS .mbr-section-btn {
  margin: 0;
}
.cid-vaWp1XjaLS .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaWp1XjaLS .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaWp1XjaLS .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaWp1XjaLS .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaWp1XjaLS .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaWp1XjaLS .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaWp1XjaLS .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaWp1XjaLS .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaWA7kxznW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaWA7kxznW .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaWA7kxznW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaWA7kxznW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaWA7kxznW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaWA7kxznW .menu_box .navbar.opened,
  .cid-vaWA7kxznW .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaWA7kxznW nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaWA7kxznW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaWA7kxznW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaWA7kxznW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaWA7kxznW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaWA7kxznW .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaWA7kxznW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaWA7kxznW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaWA7kxznW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaWA7kxznW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaWA7kxznW .offcanvas-body .mbr-text,
  .cid-vaWA7kxznW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaWA7kxznW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaWA7kxznW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaWA7kxznW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWA7kxznW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaWA7kxznW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaWA7kxznW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaWA7kxznW .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaWA7kxznW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaWA7kxznW ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaWA7kxznW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaWA7kxznW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .nav-item {
    margin: 0 !important;
  }
}
.cid-vaWA7kxznW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaWA7kxznW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaWA7kxznW .nav-item .nav-link:hover::before,
.cid-vaWA7kxznW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaWA7kxznW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaWA7kxznW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaWA7kxznW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWA7kxznW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaWA7kxznW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaWA7kxznW .offcanvas_box {
    display: none;
  }
}
.cid-vaWA7kxznW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaWA7kxznW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaWA7kxznW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaWA7kxznW .container {
  display: flex;
  margin: auto;
}
.cid-vaWA7kxznW .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaWA7kxznW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaWA7kxznW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaWA7kxznW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaWA7kxznW .navbar-nav {
    margin: 0;
  }
}
.cid-vaWA7kxznW .dropdown-menu,
.cid-vaWA7kxznW .navbar.opened {
  background-color: true !important;
}
.cid-vaWA7kxznW .nav-item:focus,
.cid-vaWA7kxznW .nav-link:focus {
  outline: none;
}
.cid-vaWA7kxznW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaWA7kxznW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaWA7kxznW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaWA7kxznW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaWA7kxznW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaWA7kxznW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaWA7kxznW .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaWA7kxznW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaWA7kxznW .navbar.opened {
  transition: all 0.3s;
}
.cid-vaWA7kxznW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaWA7kxznW .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaWA7kxznW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaWA7kxznW .navbar.collapsed {
  justify-content: center;
}
.cid-vaWA7kxznW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaWA7kxznW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaWA7kxznW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaWA7kxznW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaWA7kxznW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaWA7kxznW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaWA7kxznW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaWA7kxznW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaWA7kxznW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaWA7kxznW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaWA7kxznW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaWA7kxznW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaWA7kxznW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaWA7kxznW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaWA7kxznW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaWA7kxznW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaWA7kxznW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaWA7kxznW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaWA7kxznW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaWA7kxznW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaWA7kxznW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaWA7kxznW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaWA7kxznW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaWA7kxznW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaWA7kxznW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaWA7kxznW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaWA7kxznW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaWA7kxznW .dropdown-item.active,
.cid-vaWA7kxznW .dropdown-item:active {
  background-color: transparent;
}
.cid-vaWA7kxznW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaWA7kxznW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaWA7kxznW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaWA7kxznW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaWA7kxznW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaWA7kxznW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaWA7kxznW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaWA7kxznW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaWA7kxznW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaWA7kxznW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWA7kxznW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWA7kxznW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaWA7kxznW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWA7kxznW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaWA7kxznW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaWA7kxznW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWA7kxznW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaWA7kxznW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaWA7kxznW .navbar {
    height: 70px;
  }
  .cid-vaWA7kxznW .navbar.opened {
    height: auto;
  }
  .cid-vaWA7kxznW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWA7kxznW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaWA7kxznW .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaWA7kxznW .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaWA7kxznW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaWA7kxznW .text_widget {
  margin-bottom: 32px;
}
.cid-vaWA7kxznW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaWA7kxznW .text_widget a:hover,
.cid-vaWA7kxznW .text_widget a:focus {
  opacity: .8;
}
.cid-vaWA7kxznW .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaWA7kxznW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaWA7kxznW .navbar-caption {
  color: #000000;
}
.cid-vaWA7kxznW .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaWA7kxznW .mbr-section-subtitle,
.cid-vaWA7kxznW .text_widget,
.cid-vaWA7kxznW .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaWA7kxznW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaWA7kxznW .navbar-collapse {
  align-items: center;
}
.cid-vaWA7lEnyx {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaWA7lEnyx {
    align-items: center;
  }
  .cid-vaWA7lEnyx .row {
    justify-content: center;
  }
}
.cid-vaWA7lEnyx p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaWA7lEnyx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaWA7lEnyx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaWA7lEnyx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaWA7lEnyx .content-wrap {
    width: 100%;
  }
}
.cid-vaWA7lEnyx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaWA7lEnyx .mbr-text,
.cid-vaWA7lEnyx .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaWA7lEnyx .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaWA7m65Go {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaWA7m65Go {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaWA7m65Go .text {
  padding: 0;
}
.cid-vaWA7m65Go section {
  position: relative;
}
.cid-vaWA7m65Go h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaWA7m65Go .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaWA7m65Go .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaWA7m65Go .box {
  background-image: url("../../../assets/images/hydrodate-logosystem-2000x1017.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaWA7m65Go .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaWA7m65Go .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaWA7m65Go .icon-wrap span {
  padding-left: 8px;
}
.cid-vaWA7m65Go .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaWA7m65Go .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaWA7m65Go .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaWA7m65Go .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaWA7m65Go .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaWA7m65Go .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaWA7m65Go a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaWA7m65Go a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaWA7m65Go {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaWA7m65Go .box {
    height: 250px;
  }
  .cid-vaWA7m65Go .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaWA7m65Go .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA7m65Go .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWA7m65Go H2 {
  color: #f5f5f5;
}
.cid-vaWA7m65Go .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaWA7m65Go .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaWA7mEFCd {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaWA7mEFCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA7mEFCd .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-vaWA7mEFCd .container {
    padding: 0 20px;
  }
}
.cid-vaWA7mEFCd .row {
  justify-content: space-between;
}
.cid-vaWA7mEFCd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaWA7mEFCd .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaWA7mEFCd .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaWA7mEFCd .mbr-section-title {
  color: #002b56;
}
.cid-vaWA7mEFCd .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaWA7mEFCd .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaWA7mEFCd .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaWA7mEFCd .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaWA7mEFCd .mbr-text P {
  color: #002b56;
}
.cid-vaWA7mEFCd .mbr-text H3 {
  color: #002b56;
}
.cid-vaWA7mEFCd .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaWA7mEFCd .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaWA7mEFCd .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaWA7mEFCd .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaWA7mEFCd .article01 .gm-bullets li span,
.cid-vaWA7mEFCd .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaWA7mEFCd .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaWA7mEFCd .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaWA7mEFCd .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaWA7mEFCd .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaWA7mEFCd .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaWA7mEFCd .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaWA7mEFCd .article01 .quote-content {
  max-width: 920px;
}
.cid-vaWA7mEFCd .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaWA7mEFCd .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaWA7mEFCd .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaWA7mEFCd .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaWA7mEFCd .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaWA7mEFCd .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaWA7nhfhB {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaWA7nhfhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA7nhfhB .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-vaWA7nhfhB .container {
    padding: 0 20px;
  }
}
.cid-vaWA7nhfhB .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaWA7nhfhB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaWA7nhfhB .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaWA7nhfhB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaWA7nhfhB .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaWA7nhfhB .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaWA7nhfhB .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaWA7nhfhB .mbr-section-title {
  color: #000000;
}
.cid-vaWA7nhfhB .mbr-desc {
  color: #000000;
}
.cid-vaWA7nC65l {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaWA7nC65l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA7nC65l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWA7nC65l .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaWA7nC65l .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .container {
    padding: 0 20px;
  }
}
.cid-vaWA7nC65l .row {
  justify-content: center;
}
.cid-vaWA7nC65l .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaWA7nC65l .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWA7nC65l .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaWA7nC65l .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaWA7nC65l .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaWA7nC65l .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWA7nC65l .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWA7nC65l .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaWA7nC65l .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaWA7nC65l .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaWA7nC65l .nav-wrapper .list .item-wrap:hover,
.cid-vaWA7nC65l .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaWA7nC65l .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaWA7nC65l .mbr-text {
  color: #000000;
}
.cid-vaWA7nC65l .mbr-list-title {
  color: #002b56;
}
.cid-vaWA7nC65l b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaWA7nC65l .list {
  color: #9a9a9a;
}
.cid-vaWA7nC65l .list,
.cid-vaWA7nC65l .item-wrap,
.cid-vaWA7nC65l .contacts-wrapper {
  color: #006a00;
}
.cid-vaWA7nC65l .mbr-text,
.cid-vaWA7nC65l .text-wrap,
.cid-vaWA7nC65l .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaWA7nC65l .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaWA7o3cma.popup-builder {
  background-color: #ffffff;
}
.cid-vaWA7o3cma.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaWA7o3cma.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaWA7o3cma .modal-content,
.cid-vaWA7o3cma .modal-dialog {
  height: auto;
}
.cid-vaWA7o3cma .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaWA7o3cma .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaWA7o3cma .form-wrapper .mbr-form .form-group,
  .cid-vaWA7o3cma .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaWA7o3cma .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaWA7o3cma .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaWA7o3cma .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaWA7o3cma .pt-0 {
  padding-top: 0 !important;
}
.cid-vaWA7o3cma .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaWA7o3cma .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaWA7o3cma .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaWA7o3cma .modal-open {
  overflow: hidden;
}
.cid-vaWA7o3cma .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaWA7o3cma .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaWA7o3cma .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaWA7o3cma .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaWA7o3cma .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaWA7o3cma .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaWA7o3cma .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaWA7o3cma .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaWA7o3cma .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaWA7o3cma .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaWA7o3cma .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaWA7o3cma .modal-backdrop.show {
  opacity: .5;
}
.cid-vaWA7o3cma .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaWA7o3cma .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWA7o3cma .modal-header {
    padding: 1rem;
  }
}
.cid-vaWA7o3cma .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaWA7o3cma .modal-header .close svg {
  fill: #353535;
}
.cid-vaWA7o3cma .modal-header .close:hover {
  opacity: 1;
}
.cid-vaWA7o3cma .modal-header .close:focus {
  outline: none;
}
.cid-vaWA7o3cma .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaWA7o3cma .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaWA7o3cma .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWA7o3cma .modal-body {
    padding: 1rem;
  }
}
.cid-vaWA7o3cma .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaWA7o3cma .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWA7o3cma .modal-footer {
    padding: 1rem;
  }
}
.cid-vaWA7o3cma .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaWA7o3cma .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaWA7o3cma .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaWA7o3cma .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaWA7o3cma .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaWA7o3cma .modal-lg,
  .cid-vaWA7o3cma .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaWA7o3cma .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaWA7o3cma .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaWA7o3cma .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaWA7o3cma .form-group {
  margin-bottom: 1rem;
}
.cid-vaWA7o3cma .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaWA7o3cma .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaWA7o3cma .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaWA7o3cma .mbr-section-btn {
  margin: 0;
}
.cid-vaWA7o3cma .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaWA7o3cma .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaWA7o3cma .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaWA7o3cma .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaWA7o3cma .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaWA7o3cma .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaWA7o3cma .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaWA7o3cma .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaWEa3yJxg {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaWEa3yJxg .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaWEa3yJxg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaWEa3yJxg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaWEa3yJxg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaWEa3yJxg .menu_box .navbar.opened,
  .cid-vaWEa3yJxg .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaWEa3yJxg nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaWEa3yJxg .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaWEa3yJxg .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaWEa3yJxg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaWEa3yJxg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaWEa3yJxg .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaWEa3yJxg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaWEa3yJxg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaWEa3yJxg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaWEa3yJxg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaWEa3yJxg .offcanvas-body .mbr-text,
  .cid-vaWEa3yJxg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaWEa3yJxg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaWEa3yJxg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaWEa3yJxg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWEa3yJxg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaWEa3yJxg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaWEa3yJxg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaWEa3yJxg .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaWEa3yJxg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaWEa3yJxg ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaWEa3yJxg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaWEa3yJxg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .nav-item {
    margin: 0 !important;
  }
}
.cid-vaWEa3yJxg .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaWEa3yJxg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaWEa3yJxg .nav-item .nav-link:hover::before,
.cid-vaWEa3yJxg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaWEa3yJxg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaWEa3yJxg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaWEa3yJxg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWEa3yJxg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaWEa3yJxg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaWEa3yJxg .offcanvas_box {
    display: none;
  }
}
.cid-vaWEa3yJxg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaWEa3yJxg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaWEa3yJxg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaWEa3yJxg .container {
  display: flex;
  margin: auto;
}
.cid-vaWEa3yJxg .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaWEa3yJxg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaWEa3yJxg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaWEa3yJxg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaWEa3yJxg .navbar-nav {
    margin: 0;
  }
}
.cid-vaWEa3yJxg .dropdown-menu,
.cid-vaWEa3yJxg .navbar.opened {
  background-color: true !important;
}
.cid-vaWEa3yJxg .nav-item:focus,
.cid-vaWEa3yJxg .nav-link:focus {
  outline: none;
}
.cid-vaWEa3yJxg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaWEa3yJxg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaWEa3yJxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaWEa3yJxg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaWEa3yJxg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaWEa3yJxg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaWEa3yJxg .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaWEa3yJxg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaWEa3yJxg .navbar.opened {
  transition: all 0.3s;
}
.cid-vaWEa3yJxg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaWEa3yJxg .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaWEa3yJxg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaWEa3yJxg .navbar.collapsed {
  justify-content: center;
}
.cid-vaWEa3yJxg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaWEa3yJxg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaWEa3yJxg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaWEa3yJxg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaWEa3yJxg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaWEa3yJxg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaWEa3yJxg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaWEa3yJxg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaWEa3yJxg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaWEa3yJxg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaWEa3yJxg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaWEa3yJxg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaWEa3yJxg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaWEa3yJxg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaWEa3yJxg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaWEa3yJxg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaWEa3yJxg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaWEa3yJxg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaWEa3yJxg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaWEa3yJxg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaWEa3yJxg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaWEa3yJxg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaWEa3yJxg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaWEa3yJxg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaWEa3yJxg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaWEa3yJxg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaWEa3yJxg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaWEa3yJxg .dropdown-item.active,
.cid-vaWEa3yJxg .dropdown-item:active {
  background-color: transparent;
}
.cid-vaWEa3yJxg .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaWEa3yJxg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaWEa3yJxg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaWEa3yJxg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaWEa3yJxg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaWEa3yJxg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaWEa3yJxg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaWEa3yJxg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaWEa3yJxg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaWEa3yJxg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWEa3yJxg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWEa3yJxg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaWEa3yJxg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWEa3yJxg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaWEa3yJxg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaWEa3yJxg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWEa3yJxg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaWEa3yJxg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaWEa3yJxg .navbar {
    height: 70px;
  }
  .cid-vaWEa3yJxg .navbar.opened {
    height: auto;
  }
  .cid-vaWEa3yJxg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWEa3yJxg .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaWEa3yJxg .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaWEa3yJxg .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaWEa3yJxg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaWEa3yJxg .text_widget {
  margin-bottom: 32px;
}
.cid-vaWEa3yJxg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaWEa3yJxg .text_widget a:hover,
.cid-vaWEa3yJxg .text_widget a:focus {
  opacity: .8;
}
.cid-vaWEa3yJxg .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaWEa3yJxg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaWEa3yJxg .navbar-caption {
  color: #000000;
}
.cid-vaWEa3yJxg .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaWEa3yJxg .mbr-section-subtitle,
.cid-vaWEa3yJxg .text_widget,
.cid-vaWEa3yJxg .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaWEa3yJxg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaWEa3yJxg .navbar-collapse {
  align-items: center;
}
.cid-vaWEa4Dl5Z {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaWEa4Dl5Z {
    align-items: center;
  }
  .cid-vaWEa4Dl5Z .row {
    justify-content: center;
  }
}
.cid-vaWEa4Dl5Z p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaWEa4Dl5Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaWEa4Dl5Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaWEa4Dl5Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaWEa4Dl5Z .content-wrap {
    width: 100%;
  }
}
.cid-vaWEa4Dl5Z .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaWEa4Dl5Z .mbr-text,
.cid-vaWEa4Dl5Z .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaWEa4Dl5Z .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaWEa57Yk0 {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaWEa57Yk0 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaWEa57Yk0 .text {
  padding: 0;
}
.cid-vaWEa57Yk0 section {
  position: relative;
}
.cid-vaWEa57Yk0 h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaWEa57Yk0 .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaWEa57Yk0 .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaWEa57Yk0 .box {
  background-image: url("../../../assets/images/eberhard-landschaftsarchitekten-logovariantenherleitung.gif");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaWEa57Yk0 .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaWEa57Yk0 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaWEa57Yk0 .icon-wrap span {
  padding-left: 8px;
}
.cid-vaWEa57Yk0 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaWEa57Yk0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaWEa57Yk0 .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaWEa57Yk0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaWEa57Yk0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaWEa57Yk0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaWEa57Yk0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaWEa57Yk0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaWEa57Yk0 {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaWEa57Yk0 .box {
    height: 250px;
  }
  .cid-vaWEa57Yk0 .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaWEa57Yk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWEa57Yk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWEa57Yk0 H2 {
  color: #f5f5f5;
}
.cid-vaWEa57Yk0 .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaWEa57Yk0 .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaWEa5C29z {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaWEa5C29z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWEa5C29z .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-vaWEa5C29z .container {
    padding: 0 20px;
  }
}
.cid-vaWEa5C29z .row {
  justify-content: space-between;
}
.cid-vaWEa5C29z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaWEa5C29z .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaWEa5C29z .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaWEa5C29z .mbr-section-title {
  color: #002b56;
}
.cid-vaWEa5C29z .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaWEa5C29z .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaWEa5C29z .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaWEa5C29z .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaWEa5C29z .mbr-text P {
  color: #002b56;
  text-align: left;
}
.cid-vaWEa5C29z .mbr-text H3 {
  color: #002b56;
}
.cid-vaWEa5C29z .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaWEa5C29z .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaWEa5C29z .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaWEa5C29z .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaWEa5C29z .article01 .gm-bullets li span,
.cid-vaWEa5C29z .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaWEa5C29z .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaWEa5C29z .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaWEa5C29z .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaWEa5C29z .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaWEa5C29z .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaWEa5C29z .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaWEa5C29z .article01 .quote-content {
  max-width: 920px;
}
.cid-vaWEa5C29z .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaWEa5C29z .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaWEa5C29z .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaWEa5C29z .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaWEa5C29z .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaWEa5C29z .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaWEa63yaR {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaWEa63yaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWEa63yaR .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-vaWEa63yaR .container {
    padding: 0 20px;
  }
}
.cid-vaWEa63yaR .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaWEa63yaR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaWEa63yaR .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaWEa63yaR .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaWEa63yaR .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaWEa63yaR .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaWEa63yaR .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaWEa63yaR .mbr-section-title {
  color: #000000;
}
.cid-vaWEa63yaR .mbr-desc {
  color: #000000;
}
.cid-vaWEa6mwAd {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaWEa6mwAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWEa6mwAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWEa6mwAd .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaWEa6mwAd .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .container {
    padding: 0 20px;
  }
}
.cid-vaWEa6mwAd .row {
  justify-content: center;
}
.cid-vaWEa6mwAd .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaWEa6mwAd .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWEa6mwAd .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaWEa6mwAd .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaWEa6mwAd .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaWEa6mwAd .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWEa6mwAd .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWEa6mwAd .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaWEa6mwAd .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaWEa6mwAd .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaWEa6mwAd .nav-wrapper .list .item-wrap:hover,
.cid-vaWEa6mwAd .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaWEa6mwAd .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaWEa6mwAd .mbr-text {
  color: #000000;
}
.cid-vaWEa6mwAd .mbr-list-title {
  color: #002b56;
}
.cid-vaWEa6mwAd b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaWEa6mwAd .list {
  color: #9a9a9a;
}
.cid-vaWEa6mwAd .list,
.cid-vaWEa6mwAd .item-wrap,
.cid-vaWEa6mwAd .contacts-wrapper {
  color: #006a00;
}
.cid-vaWEa6mwAd .mbr-text,
.cid-vaWEa6mwAd .text-wrap,
.cid-vaWEa6mwAd .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaWEa6mwAd .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaWEa6NI0s.popup-builder {
  background-color: #ffffff;
}
.cid-vaWEa6NI0s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaWEa6NI0s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaWEa6NI0s .modal-content,
.cid-vaWEa6NI0s .modal-dialog {
  height: auto;
}
.cid-vaWEa6NI0s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaWEa6NI0s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaWEa6NI0s .form-wrapper .mbr-form .form-group,
  .cid-vaWEa6NI0s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaWEa6NI0s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaWEa6NI0s .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaWEa6NI0s .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaWEa6NI0s .pt-0 {
  padding-top: 0 !important;
}
.cid-vaWEa6NI0s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaWEa6NI0s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaWEa6NI0s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaWEa6NI0s .modal-open {
  overflow: hidden;
}
.cid-vaWEa6NI0s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaWEa6NI0s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaWEa6NI0s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaWEa6NI0s .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaWEa6NI0s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaWEa6NI0s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaWEa6NI0s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaWEa6NI0s .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaWEa6NI0s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaWEa6NI0s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaWEa6NI0s .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaWEa6NI0s .modal-backdrop.show {
  opacity: .5;
}
.cid-vaWEa6NI0s .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaWEa6NI0s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWEa6NI0s .modal-header {
    padding: 1rem;
  }
}
.cid-vaWEa6NI0s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaWEa6NI0s .modal-header .close svg {
  fill: #353535;
}
.cid-vaWEa6NI0s .modal-header .close:hover {
  opacity: 1;
}
.cid-vaWEa6NI0s .modal-header .close:focus {
  outline: none;
}
.cid-vaWEa6NI0s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaWEa6NI0s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaWEa6NI0s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWEa6NI0s .modal-body {
    padding: 1rem;
  }
}
.cid-vaWEa6NI0s .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaWEa6NI0s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWEa6NI0s .modal-footer {
    padding: 1rem;
  }
}
.cid-vaWEa6NI0s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaWEa6NI0s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaWEa6NI0s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaWEa6NI0s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaWEa6NI0s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaWEa6NI0s .modal-lg,
  .cid-vaWEa6NI0s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaWEa6NI0s .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaWEa6NI0s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaWEa6NI0s .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaWEa6NI0s .form-group {
  margin-bottom: 1rem;
}
.cid-vaWEa6NI0s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaWEa6NI0s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaWEa6NI0s .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaWEa6NI0s .mbr-section-btn {
  margin: 0;
}
.cid-vaWEa6NI0s .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaWEa6NI0s .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaWEa6NI0s .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaWEa6NI0s .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaWEa6NI0s .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaWEa6NI0s .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaWEa6NI0s .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaWEa6NI0s .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vaWTjb8UIY {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vaWTjb8UIY .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vaWTjb8UIY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vaWTjb8UIY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaWTjb8UIY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vaWTjb8UIY .menu_box .navbar.opened,
  .cid-vaWTjb8UIY .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vaWTjb8UIY nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vaWTjb8UIY .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vaWTjb8UIY .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vaWTjb8UIY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vaWTjb8UIY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vaWTjb8UIY .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vaWTjb8UIY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vaWTjb8UIY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vaWTjb8UIY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vaWTjb8UIY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vaWTjb8UIY .offcanvas-body .mbr-text,
  .cid-vaWTjb8UIY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vaWTjb8UIY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vaWTjb8UIY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vaWTjb8UIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWTjb8UIY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vaWTjb8UIY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vaWTjb8UIY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vaWTjb8UIY .lg_brand {
    margin: 0 1rem;
  }
  .cid-vaWTjb8UIY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vaWTjb8UIY ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vaWTjb8UIY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vaWTjb8UIY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .nav-item {
    margin: 0 !important;
  }
}
.cid-vaWTjb8UIY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vaWTjb8UIY .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vaWTjb8UIY .nav-item .nav-link:hover::before,
.cid-vaWTjb8UIY .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vaWTjb8UIY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vaWTjb8UIY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vaWTjb8UIY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vaWTjb8UIY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vaWTjb8UIY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vaWTjb8UIY .offcanvas_box {
    display: none;
  }
}
.cid-vaWTjb8UIY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vaWTjb8UIY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vaWTjb8UIY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vaWTjb8UIY .container {
  display: flex;
  margin: auto;
}
.cid-vaWTjb8UIY .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vaWTjb8UIY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vaWTjb8UIY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vaWTjb8UIY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vaWTjb8UIY .navbar-nav {
    margin: 0;
  }
}
.cid-vaWTjb8UIY .dropdown-menu,
.cid-vaWTjb8UIY .navbar.opened {
  background-color: true !important;
}
.cid-vaWTjb8UIY .nav-item:focus,
.cid-vaWTjb8UIY .nav-link:focus {
  outline: none;
}
.cid-vaWTjb8UIY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaWTjb8UIY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaWTjb8UIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaWTjb8UIY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaWTjb8UIY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaWTjb8UIY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaWTjb8UIY .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vaWTjb8UIY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vaWTjb8UIY .navbar.opened {
  transition: all 0.3s;
}
.cid-vaWTjb8UIY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vaWTjb8UIY .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vaWTjb8UIY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaWTjb8UIY .navbar.collapsed {
  justify-content: center;
}
.cid-vaWTjb8UIY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaWTjb8UIY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaWTjb8UIY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaWTjb8UIY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaWTjb8UIY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaWTjb8UIY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vaWTjb8UIY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaWTjb8UIY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vaWTjb8UIY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vaWTjb8UIY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaWTjb8UIY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaWTjb8UIY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vaWTjb8UIY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaWTjb8UIY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vaWTjb8UIY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaWTjb8UIY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vaWTjb8UIY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vaWTjb8UIY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vaWTjb8UIY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vaWTjb8UIY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaWTjb8UIY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vaWTjb8UIY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaWTjb8UIY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaWTjb8UIY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaWTjb8UIY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaWTjb8UIY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vaWTjb8UIY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaWTjb8UIY .dropdown-item.active,
.cid-vaWTjb8UIY .dropdown-item:active {
  background-color: transparent;
}
.cid-vaWTjb8UIY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vaWTjb8UIY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaWTjb8UIY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaWTjb8UIY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaWTjb8UIY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vaWTjb8UIY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaWTjb8UIY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vaWTjb8UIY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vaWTjb8UIY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaWTjb8UIY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWTjb8UIY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaWTjb8UIY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaWTjb8UIY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWTjb8UIY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaWTjb8UIY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaWTjb8UIY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaWTjb8UIY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vaWTjb8UIY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaWTjb8UIY .navbar {
    height: 70px;
  }
  .cid-vaWTjb8UIY .navbar.opened {
    height: auto;
  }
  .cid-vaWTjb8UIY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaWTjb8UIY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vaWTjb8UIY .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vaWTjb8UIY .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vaWTjb8UIY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vaWTjb8UIY .text_widget {
  margin-bottom: 32px;
}
.cid-vaWTjb8UIY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vaWTjb8UIY .text_widget a:hover,
.cid-vaWTjb8UIY .text_widget a:focus {
  opacity: .8;
}
.cid-vaWTjb8UIY .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vaWTjb8UIY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vaWTjb8UIY .navbar-caption {
  color: #000000;
}
.cid-vaWTjb8UIY .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vaWTjb8UIY .mbr-section-subtitle,
.cid-vaWTjb8UIY .text_widget,
.cid-vaWTjb8UIY .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vaWTjb8UIY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vaWTjb8UIY .navbar-collapse {
  align-items: center;
}
.cid-vaWTjbYwIc {
  display: flex;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vaWTjbYwIc {
    align-items: center;
  }
  .cid-vaWTjbYwIc .row {
    justify-content: center;
  }
}
.cid-vaWTjbYwIc p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vaWTjbYwIc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vaWTjbYwIc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vaWTjbYwIc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vaWTjbYwIc .content-wrap {
    width: 100%;
  }
}
.cid-vaWTjbYwIc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vaWTjbYwIc .mbr-text,
.cid-vaWTjbYwIc .mbr-section-btn {
  text-align: left;
  color: #00ff00;
}
.cid-vaWTjbYwIc .mbr-section-subtitle {
  color: #00ff00;
  text-align: left;
}
.cid-vaWTjcnW3a {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vaWTjcnW3a {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vaWTjcnW3a .text {
  padding: 0;
}
.cid-vaWTjcnW3a section {
  position: relative;
}
.cid-vaWTjcnW3a h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vaWTjcnW3a .mbr-iconfont {
  padding: 0 !important;
}
.cid-vaWTjcnW3a .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vaWTjcnW3a .box {
  background-image: url("../../../assets/images/karla-konstanz.gif");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vaWTjcnW3a .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vaWTjcnW3a .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vaWTjcnW3a .icon-wrap span {
  padding-left: 8px;
}
.cid-vaWTjcnW3a .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vaWTjcnW3a .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vaWTjcnW3a .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vaWTjcnW3a .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vaWTjcnW3a .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vaWTjcnW3a .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vaWTjcnW3a a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vaWTjcnW3a a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vaWTjcnW3a {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vaWTjcnW3a .box {
    height: 250px;
  }
  .cid-vaWTjcnW3a .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vaWTjcnW3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWTjcnW3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWTjcnW3a H2 {
  color: #f5f5f5;
}
.cid-vaWTjcnW3a .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vaWTjcnW3a .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vaWTjcR5hQ {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vaWTjcR5hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWTjcR5hQ .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-vaWTjcR5hQ .container {
    padding: 0 20px;
  }
}
.cid-vaWTjcR5hQ .row {
  justify-content: space-between;
}
.cid-vaWTjcR5hQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaWTjcR5hQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vaWTjcR5hQ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vaWTjcR5hQ .mbr-section-title {
  color: #002b56;
}
.cid-vaWTjcR5hQ .article01 .mbr-text h3 {
  margin: 1.25rem 0 0.5rem;
}
.cid-vaWTjcR5hQ .article01 .mbr-text p {
  margin-bottom: 1rem;
}
.cid-vaWTjcR5hQ .article01 .mbr-text ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.cid-vaWTjcR5hQ .article01 .mbr-text li {
  margin-bottom: .35rem;
}
.cid-vaWTjcR5hQ .mbr-text P {
  color: #002b56;
  text-align: left;
}
.cid-vaWTjcR5hQ .mbr-text H3 {
  color: #002b56;
}
.cid-vaWTjcR5hQ .article01 {
  --gm-blue: #6f94aa;
}
.cid-vaWTjcR5hQ .article01 .gm-bullets {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.cid-vaWTjcR5hQ .article01 .gm-bullets li {
  margin-bottom: .35rem;
  color: var(--gm-blue) !important;
}
.cid-vaWTjcR5hQ .article01 .gm-bullets li::marker {
  color: var(--gm-blue) !important;
}
.cid-vaWTjcR5hQ .article01 .gm-bullets li span,
.cid-vaWTjcR5hQ .article01 .gm-bullets li p {
  color: var(--gm-blue) !important;
}
.cid-vaWTjcR5hQ .article01 .gm-article-image {
  margin: 1.25rem 0 1.75rem;
  border-radius: .75rem;
  overflow: hidden;
}
.cid-vaWTjcR5hQ .article01 .gm-article-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.cid-vaWTjcR5hQ .article01 .quote-wrap {
  margin: 2rem 0;
}
.cid-vaWTjcR5hQ .article01 .quote-line {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}
.cid-vaWTjcR5hQ .article01 .quote-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 2.25rem 0;
}
.cid-vaWTjcR5hQ .article01 .quote-accent {
  width: 4px;
  align-self: stretch;
  border-radius: 2px;
  background: #23b34b;
}
.cid-vaWTjcR5hQ .article01 .quote-content {
  max-width: 920px;
}
.cid-vaWTjcR5hQ .article01 .quote-text {
  margin: 0;
  font-style: italic;
  line-height: 1.6;
}
.cid-vaWTjcR5hQ .article01 .quote-author {
  margin: .75rem 0 0;
  font-style: italic;
  opacity: .9;
}
.cid-vaWTjcR5hQ .glz-bullets ul {
  margin: 0;
  padding-left: 1.25rem;
}
.cid-vaWTjcR5hQ .glz-bullets li {
  margin: .25rem 0;
}
.cid-vaWTjcR5hQ .mbr-text .quote-wrap .quote-text {
  color: #6f94aa;
}
.cid-vaWTjcR5hQ .mbr-text .quote-wrap .quote-author {
  text-align: right;
  color: #6f94aa;
}
.cid-vaWTjdiVZb {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.cid-vaWTjdiVZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWTjdiVZb .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-vaWTjdiVZb .container {
    padding: 0 20px;
  }
}
.cid-vaWTjdiVZb .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vaWTjdiVZb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaWTjdiVZb .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vaWTjdiVZb .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaWTjdiVZb .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vaWTjdiVZb .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vaWTjdiVZb .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vaWTjdiVZb .mbr-section-title {
  color: #000000;
}
.cid-vaWTjdiVZb .mbr-desc {
  color: #000000;
}
.cid-vaWTjdCSHF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vaWTjdCSHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWTjdCSHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWTjdCSHF .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vaWTjdCSHF .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .container {
    padding: 0 20px;
  }
}
.cid-vaWTjdCSHF .row {
  justify-content: center;
}
.cid-vaWTjdCSHF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaWTjdCSHF .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWTjdCSHF .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vaWTjdCSHF .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vaWTjdCSHF .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vaWTjdCSHF .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vaWTjdCSHF .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vaWTjdCSHF .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vaWTjdCSHF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vaWTjdCSHF .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vaWTjdCSHF .nav-wrapper .list .item-wrap:hover,
.cid-vaWTjdCSHF .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vaWTjdCSHF .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vaWTjdCSHF .mbr-text {
  color: #000000;
}
.cid-vaWTjdCSHF .mbr-list-title {
  color: #002b56;
}
.cid-vaWTjdCSHF b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vaWTjdCSHF .list {
  color: #9a9a9a;
}
.cid-vaWTjdCSHF .list,
.cid-vaWTjdCSHF .item-wrap,
.cid-vaWTjdCSHF .contacts-wrapper {
  color: #006a00;
}
.cid-vaWTjdCSHF .mbr-text,
.cid-vaWTjdCSHF .text-wrap,
.cid-vaWTjdCSHF .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vaWTjdCSHF .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vaWTje2pHg.popup-builder {
  background-color: #ffffff;
}
.cid-vaWTje2pHg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vaWTje2pHg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vaWTje2pHg .modal-content,
.cid-vaWTje2pHg .modal-dialog {
  height: auto;
}
.cid-vaWTje2pHg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vaWTje2pHg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vaWTje2pHg .form-wrapper .mbr-form .form-group,
  .cid-vaWTje2pHg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vaWTje2pHg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vaWTje2pHg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaWTje2pHg .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vaWTje2pHg .pt-0 {
  padding-top: 0 !important;
}
.cid-vaWTje2pHg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vaWTje2pHg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vaWTje2pHg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vaWTje2pHg .modal-open {
  overflow: hidden;
}
.cid-vaWTje2pHg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vaWTje2pHg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vaWTje2pHg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vaWTje2pHg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vaWTje2pHg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vaWTje2pHg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vaWTje2pHg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vaWTje2pHg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vaWTje2pHg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vaWTje2pHg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vaWTje2pHg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vaWTje2pHg .modal-backdrop.show {
  opacity: .5;
}
.cid-vaWTje2pHg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vaWTje2pHg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWTje2pHg .modal-header {
    padding: 1rem;
  }
}
.cid-vaWTje2pHg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vaWTje2pHg .modal-header .close svg {
  fill: #353535;
}
.cid-vaWTje2pHg .modal-header .close:hover {
  opacity: 1;
}
.cid-vaWTje2pHg .modal-header .close:focus {
  outline: none;
}
.cid-vaWTje2pHg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vaWTje2pHg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vaWTje2pHg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWTje2pHg .modal-body {
    padding: 1rem;
  }
}
.cid-vaWTje2pHg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vaWTje2pHg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vaWTje2pHg .modal-footer {
    padding: 1rem;
  }
}
.cid-vaWTje2pHg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vaWTje2pHg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vaWTje2pHg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vaWTje2pHg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vaWTje2pHg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vaWTje2pHg .modal-lg,
  .cid-vaWTje2pHg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vaWTje2pHg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vaWTje2pHg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vaWTje2pHg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vaWTje2pHg .form-group {
  margin-bottom: 1rem;
}
.cid-vaWTje2pHg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vaWTje2pHg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vaWTje2pHg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vaWTje2pHg .mbr-section-btn {
  margin: 0;
}
.cid-vaWTje2pHg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vaWTje2pHg .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vaWTje2pHg .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vaWTje2pHg .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vaWTje2pHg .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaWTje2pHg .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vaWTje2pHg .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vaWTje2pHg .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vbpOIDCQpd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vbpOIDCQpd .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vbpOIDCQpd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vbpOIDCQpd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbpOIDCQpd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbpOIDCQpd .menu_box .navbar.opened,
  .cid-vbpOIDCQpd .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbpOIDCQpd nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vbpOIDCQpd .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vbpOIDCQpd .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vbpOIDCQpd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbpOIDCQpd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbpOIDCQpd .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vbpOIDCQpd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbpOIDCQpd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbpOIDCQpd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbpOIDCQpd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbpOIDCQpd .offcanvas-body .mbr-text,
  .cid-vbpOIDCQpd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbpOIDCQpd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbpOIDCQpd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbpOIDCQpd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbpOIDCQpd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vbpOIDCQpd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbpOIDCQpd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vbpOIDCQpd .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbpOIDCQpd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vbpOIDCQpd ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vbpOIDCQpd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbpOIDCQpd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .nav-item {
    margin: 0 !important;
  }
}
.cid-vbpOIDCQpd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vbpOIDCQpd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbpOIDCQpd .nav-item .nav-link:hover::before,
.cid-vbpOIDCQpd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbpOIDCQpd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbpOIDCQpd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbpOIDCQpd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbpOIDCQpd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbpOIDCQpd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbpOIDCQpd .offcanvas_box {
    display: none;
  }
}
.cid-vbpOIDCQpd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbpOIDCQpd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbpOIDCQpd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbpOIDCQpd .container {
  display: flex;
  margin: auto;
}
.cid-vbpOIDCQpd .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbpOIDCQpd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbpOIDCQpd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbpOIDCQpd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbpOIDCQpd .navbar-nav {
    margin: 0;
  }
}
.cid-vbpOIDCQpd .dropdown-menu,
.cid-vbpOIDCQpd .navbar.opened {
  background-color: true !important;
}
.cid-vbpOIDCQpd .nav-item:focus,
.cid-vbpOIDCQpd .nav-link:focus {
  outline: none;
}
.cid-vbpOIDCQpd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbpOIDCQpd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbpOIDCQpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbpOIDCQpd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbpOIDCQpd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbpOIDCQpd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbpOIDCQpd .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vbpOIDCQpd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbpOIDCQpd .navbar.opened {
  transition: all 0.3s;
}
.cid-vbpOIDCQpd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbpOIDCQpd .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vbpOIDCQpd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbpOIDCQpd .navbar.collapsed {
  justify-content: center;
}
.cid-vbpOIDCQpd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbpOIDCQpd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbpOIDCQpd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbpOIDCQpd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbpOIDCQpd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbpOIDCQpd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbpOIDCQpd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbpOIDCQpd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbpOIDCQpd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbpOIDCQpd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbpOIDCQpd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbpOIDCQpd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbpOIDCQpd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbpOIDCQpd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbpOIDCQpd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbpOIDCQpd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbpOIDCQpd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbpOIDCQpd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbpOIDCQpd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbpOIDCQpd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbpOIDCQpd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbpOIDCQpd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbpOIDCQpd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbpOIDCQpd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbpOIDCQpd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbpOIDCQpd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbpOIDCQpd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbpOIDCQpd .dropdown-item.active,
.cid-vbpOIDCQpd .dropdown-item:active {
  background-color: transparent;
}
.cid-vbpOIDCQpd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vbpOIDCQpd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbpOIDCQpd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbpOIDCQpd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbpOIDCQpd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbpOIDCQpd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbpOIDCQpd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vbpOIDCQpd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vbpOIDCQpd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbpOIDCQpd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpOIDCQpd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbpOIDCQpd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbpOIDCQpd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpOIDCQpd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbpOIDCQpd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbpOIDCQpd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbpOIDCQpd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbpOIDCQpd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbpOIDCQpd .navbar {
    height: 70px;
  }
  .cid-vbpOIDCQpd .navbar.opened {
    height: auto;
  }
  .cid-vbpOIDCQpd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbpOIDCQpd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vbpOIDCQpd .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vbpOIDCQpd .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vbpOIDCQpd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbpOIDCQpd .text_widget {
  margin-bottom: 32px;
}
.cid-vbpOIDCQpd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbpOIDCQpd .text_widget a:hover,
.cid-vbpOIDCQpd .text_widget a:focus {
  opacity: .8;
}
.cid-vbpOIDCQpd .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vbpOIDCQpd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbpOIDCQpd .navbar-caption {
  color: #000000;
}
.cid-vbpOIDCQpd .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vbpOIDCQpd .mbr-section-subtitle,
.cid-vbpOIDCQpd .text_widget,
.cid-vbpOIDCQpd .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbpOIDCQpd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbpOIDCQpd .navbar-collapse {
  align-items: center;
}
.cid-vbpOIFwJvt {
  padding-top: 11rem;
  padding-bottom: 6rem;
  background-color: #002b56;
  overflow: hidden;
  position: relative;
}
.cid-vbpOIFwJvt img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 4rem 4rem 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt img {
    height: 400px;
  }
}
.cid-vbpOIFwJvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIFwJvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIFwJvt .card {
  justify-content: flex-end;
}
.cid-vbpOIFwJvt .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-vbpOIFwJvt .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-vbpOIFwJvt .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vbpOIFwJvt .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-vbpOIFwJvt .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-vbpOIFwJvt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbpOIFwJvt .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt .image-wrapper {
    min-height: 400px;
  }
}
.cid-vbpOIFwJvt .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #d0e59f;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-vbpOIFwJvt .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vbpOIFwJvt .mbr-section-title {
  color: #000000;
  line-height: 5rem !important;
}
@media (max-width: 576px) {
  .cid-vbpOIFwJvt .mbr-section-title {
    line-height: 2.5rem !important;
  }
}
.cid-vbpOIFwJvt .mbr-text {
  color: #ffffff;
  line-height: 2.5rem !important;
}
@media (max-width: 576px) {
  .cid-vbpOIFwJvt .mbr-text {
    line-height: 1.8rem !important;
  }
}
.cid-vbpOIFwJvt .card-text {
  color: #000000;
}
.cid-vbpOIFwJvt .mbr-section-title,
.cid-vbpOIFwJvt .mbr-section-btn {
  color: #00e000;
  text-align: left;
}
.cid-vbpOIG6u18 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbpOIG6u18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIG6u18 .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-vbpOIG6u18 .container {
    padding: 0 20px;
  }
}
.cid-vbpOIG6u18 .row {
  justify-content: flex-start;
  margin: 0 -10px;
}
.cid-vbpOIG6u18 .row .card {
  padding: 0 10px;
}
.cid-vbpOIG6u18 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-vbpOIG6u18 .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIG6u18 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vbpOIG6u18 .item {
  padding: 0 10px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-vbpOIG6u18 .item {
    margin-bottom: 0px;
  }
}
.cid-vbpOIG6u18 .item .item-wrapper .card-box .card-number {
  margin-bottom: 0px;
}
.cid-vbpOIG6u18 .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 0px;
}
.cid-vbpOIG6u18 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vbpOIG6u18 .card-number {
  color: #0b3e71;
  text-align: left !important;
}
.cid-vbpOIG6u18 .card-title {
  color: #0b3e71;
}
.cid-vbpOIG6u18 .card-text {
  color: #0b3e71;
}
.cid-vbpOIG6u18 .mbr-section-title,
.cid-vbpOIG6u18 .title-wrapper {
  color: #0b3e71;
}
.cid-vbpOIG6u18 a.text-danger:hover,
.cid-vbpOIG6u18 a.text-danger:focus,
.cid-vbpOIG6u18 a.text-danger.active {
  color: #00e000 !important;
}
.cid-vbpOIGCkIA {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vbpOIGCkIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIGCkIA .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-vbpOIGCkIA .container {
    padding: 0 20px;
  }
}
.cid-vbpOIGCkIA .row {
  justify-content: space-between;
}
.cid-vbpOIGCkIA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpOIGCkIA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIGCkIA .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vbpOIGCkIA .mbr-section-title {
  color: #002b56;
}
.cid-vbpOIH5Hr2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbpOIH5Hr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIH5Hr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIH5Hr2 .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vbpOIH5Hr2 .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 9px;
}
@media (max-width: 992px) {
  .cid-vbpOIH5Hr2 .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-vbpOIH5Hr2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vbpOIH5Hr2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vbpOIH5Hr2 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vbpOIH5Hr2 .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #00f100;
}
.cid-vbpOIH5Hr2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vbpOIH5Hr2 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vbpOIH5Hr2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 10;
  margin-left: 1.5;
}
.cid-vbpOIH5Hr2 .panel-title-edit {
  color: #002b56;
}
.cid-vbpOIH5Hr2 .panel-text {
  color: #537999;
}
.cid-vbpOIH5Hr2 .arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18H12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18V12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.cid-vbpOIH5Hr2 .panel-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(45deg);
}
.cid-vbpOIHA293 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpOIHA293 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIHA293 .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-vbpOIHA293 .container {
    padding: 0 20px;
  }
}
.cid-vbpOIHA293 .row {
  justify-content: space-between;
}
.cid-vbpOIHA293 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpOIHA293 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIHA293 .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vbpOIHA293 .mbr-section-title {
  color: #002b56;
}
.cid-vbpOIHZfYD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbpOIHZfYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIHZfYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIHZfYD .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vbpOIHZfYD .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 9px;
}
@media (max-width: 992px) {
  .cid-vbpOIHZfYD .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-vbpOIHZfYD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vbpOIHZfYD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vbpOIHZfYD .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vbpOIHZfYD .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #00f100;
}
.cid-vbpOIHZfYD .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vbpOIHZfYD .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vbpOIHZfYD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 10;
  margin-left: 1.5;
}
.cid-vbpOIHZfYD .panel-title-edit {
  color: #002b56;
}
.cid-vbpOIHZfYD .panel-text {
  color: #537999;
}
.cid-vbpOIHZfYD .arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18H12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18V12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.cid-vbpOIHZfYD .panel-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(45deg);
}
.cid-vbpOIIvrmP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpOIIvrmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIIvrmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIIvrmP .row {
  align-items: flex-end;
}
.cid-vbpOIIvrmP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vbpOIIvrmP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOIIvrmP img,
.cid-vbpOIIvrmP .item-img {
  width: 100%;
}
.cid-vbpOIIvrmP H5 {
  color: #291f1e;
}
.cid-vbpOIIvrmP .mbr-text,
.cid-vbpOIIvrmP .mbr-section-btn {
  color: #291f1e;
}
.cid-vbpOIJ1htk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpOIJ1htk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIJ1htk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIJ1htk .row {
  align-items: flex-end;
}
.cid-vbpOIJ1htk .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vbpOIJ1htk .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOIJ1htk img,
.cid-vbpOIJ1htk .item-img {
  width: 100%;
}
.cid-vbpOIJ1htk H5 {
  color: #291f1e;
}
.cid-vbpOIJ1htk .mbr-text,
.cid-vbpOIJ1htk .mbr-section-btn {
  color: #291f1e;
}
.cid-vbpOIJwdtv {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpOIJwdtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIJwdtv .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-vbpOIJwdtv .container {
    padding: 0 20px;
  }
}
.cid-vbpOIJwdtv .row {
  justify-content: space-between;
}
.cid-vbpOIJwdtv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpOIJwdtv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIJwdtv .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vbpOIJwdtv .mbr-section-title {
  color: #002b56;
}
.cid-vbpOIJWP6o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbpOIJWP6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIJWP6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIJWP6o .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vbpOIJWP6o .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 9px;
}
@media (max-width: 992px) {
  .cid-vbpOIJWP6o .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-vbpOIJWP6o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vbpOIJWP6o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vbpOIJWP6o .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vbpOIJWP6o .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #00f100;
}
.cid-vbpOIJWP6o .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vbpOIJWP6o .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vbpOIJWP6o .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 10;
  margin-left: 1.5;
}
.cid-vbpOIJWP6o .panel-title-edit {
  color: #002b56;
}
.cid-vbpOIJWP6o .panel-text {
  color: #537999;
}
.cid-vbpOIJWP6o .arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18H12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18V12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.cid-vbpOIJWP6o .panel-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(45deg);
}
.cid-vbpOIKroyH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-vbpOIKroyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIKroyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIKroyH .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-vbpOIKroyH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbpOIKroyH .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbpOIKroyH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOIKWrWJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vbpOIKWrWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIKWrWJ .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-vbpOIKWrWJ .container {
    padding: 0 20px;
  }
}
.cid-vbpOIKWrWJ .row {
  justify-content: space-between;
}
.cid-vbpOIKWrWJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpOIKWrWJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIKWrWJ .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vbpOIKWrWJ .mbr-section-title {
  color: #002b56;
}
.cid-vbpOILsLvN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbpOILsLvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOILsLvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOILsLvN .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vbpOILsLvN .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 9px;
}
@media (max-width: 992px) {
  .cid-vbpOILsLvN .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-vbpOILsLvN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vbpOILsLvN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vbpOILsLvN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vbpOILsLvN .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #00f100;
}
.cid-vbpOILsLvN .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vbpOILsLvN .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vbpOILsLvN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 10;
  margin-left: 1.5;
}
.cid-vbpOILsLvN .panel-title-edit {
  color: #002b56;
}
.cid-vbpOILsLvN .panel-text {
  color: #537999;
}
.cid-vbpOILsLvN .arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18H12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18V12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.cid-vbpOILsLvN .panel-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(45deg);
}
.cid-vbpOIM7jsj {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-vbpOIM7jsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIM7jsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIM7jsj .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-vbpOIM7jsj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbpOIM7jsj .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbpOIM7jsj .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOIMBSUS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.cid-vbpOIMBSUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIMBSUS .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-vbpOIMBSUS .container {
    padding: 0 20px;
  }
}
.cid-vbpOIMBSUS .row {
  justify-content: space-between;
}
.cid-vbpOIMBSUS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbpOIMBSUS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIMBSUS .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-vbpOIMBSUS .mbr-section-title {
  color: #002b56;
}
.cid-vbpOIN6Qcy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbpOIN6Qcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIN6Qcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIN6Qcy .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-vbpOIN6Qcy .panel-group .card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 9px;
}
@media (max-width: 992px) {
  .cid-vbpOIN6Qcy .panel-group .card .card-header {
    padding: 0px;
  }
}
.cid-vbpOIN6Qcy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vbpOIN6Qcy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vbpOIN6Qcy .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-left: 8px;
}
.cid-vbpOIN6Qcy .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #00ff00;
}
.cid-vbpOIN6Qcy .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px 30px;
}
@media (max-width: 992px) {
  .cid-vbpOIN6Qcy .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-vbpOIN6Qcy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 10;
  margin-left: 1.5;
}
.cid-vbpOIN6Qcy .panel-title-edit {
  color: #002b56;
}
.cid-vbpOIN6Qcy .panel-text {
  color: #537999;
}
.cid-vbpOIN6Qcy .arrow-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18H12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M6 18V12' fill='none' stroke='%23002b56' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
}
.cid-vbpOIN6Qcy .panel-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(45deg);
}
.cid-vbpOINGJRE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vbpOINGJRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOINGJRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOINGJRE .row {
  align-items: flex-end;
}
.cid-vbpOINGJRE .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-vbpOINGJRE .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOINGJRE img,
.cid-vbpOINGJRE .item-img {
  width: 100%;
}
.cid-vbpOINGJRE H5 {
  color: #291f1e;
}
.cid-vbpOINGJRE .mbr-text,
.cid-vbpOINGJRE .mbr-section-btn {
  color: #291f1e;
}
.cid-vbpOIOcTRD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
.cid-vbpOIOcTRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIOcTRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIOcTRD .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-vbpOIOcTRD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbpOIOcTRD .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbpOIOcTRD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbpOIOM58T {
  padding-top: 250px;
  padding-bottom: 200px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-vbpOIOM58T .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vbpOIOM58T {
    background-position: right;
  }
}
.cid-vbpOIOM58T input,
.cid-vbpOIOM58T textarea {
  border-radius: 0;
}
.cid-vbpOIOM58T input:hover,
.cid-vbpOIOM58T textarea:hover {
  border: 1px solid transparent !important;
}
.cid-vbpOIOM58T .row {
  justify-content: flex-end;
}
.cid-vbpOIOM58T textarea {
  min-height: 200px;
}
.cid-vbpOIOM58T .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-vbpOIOM58T .col-auto {
    margin: auto;
  }
}
.cid-vbpOIOM58T .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vbpOIOM58T .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-vbpOIOM58T .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-vbpOIOM58T .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-vbpOIOM58T .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-vbpOIOM58T .btn {
  padding: 1rem 3rem;
}
.cid-vbpOIOM58T .form-control,
.cid-vbpOIOM58T .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbpOIOM58T .form-control::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input::-webkit-input-placeholder,
.cid-vbpOIOM58T .form-control::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbpOIOM58T .form-control:-moz-placeholder,
.cid-vbpOIOM58T .field-input:-moz-placeholder,
.cid-vbpOIOM58T .form-control:-moz-placeholder,
.cid-vbpOIOM58T .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbpOIOM58T .form-control:hover,
.cid-vbpOIOM58T .field-input:hover,
.cid-vbpOIOM58T .form-control:focus,
.cid-vbpOIOM58T .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-vbpOIOM58T .form-control:hover::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input:hover::-webkit-input-placeholder,
.cid-vbpOIOM58T .form-control:focus::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input:focus::-webkit-input-placeholder,
.cid-vbpOIOM58T .form-control:hover::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input:hover::-webkit-input-placeholder,
.cid-vbpOIOM58T .form-control:focus::-webkit-input-placeholder,
.cid-vbpOIOM58T .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbpOIOM58T .form-control:hover:-moz-placeholder,
.cid-vbpOIOM58T .field-input:hover:-moz-placeholder,
.cid-vbpOIOM58T .form-control:focus:-moz-placeholder,
.cid-vbpOIOM58T .field-input:focus:-moz-placeholder,
.cid-vbpOIOM58T .form-control:hover:-moz-placeholder,
.cid-vbpOIOM58T .field-input:hover:-moz-placeholder,
.cid-vbpOIOM58T .form-control:focus:-moz-placeholder,
.cid-vbpOIOM58T .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbpOIOM58T .jq-number__spin:hover,
.cid-vbpOIOM58T .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbpOIOM58T .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbpOIOM58T .jq-selectbox li,
.cid-vbpOIOM58T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbpOIOM58T .jq-selectbox li:hover,
.cid-vbpOIOM58T .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbpOIOM58T .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbpOIOM58T .jq-number__spin.minus:hover:after,
.cid-vbpOIOM58T .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbpOIOM58T .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbpOIOM58T .jq-number__spin.minus:after,
.cid-vbpOIOM58T .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbpOIOM58T .mbr-section-text {
  color: #1a4b7c;
}
.cid-vbpOIOM58T .mbr-section-title {
  color: #1a4b7c;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-vbpOIOM58T .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-vbpOIOM58T b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-vbpOIOM58T .soc-link,
.cid-vbpOIOM58T .soc-wrapper {
  color: #1a4b7c;
}
.cid-vbpOIPzV6J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-vbpOIPzV6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIPzV6J .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-vbpOIPzV6J .container {
    padding: 0 20px;
  }
}
.cid-vbpOIPzV6J .row {
  justify-content: center;
}
.cid-vbpOIPzV6J .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-vbpOIPzV6J .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vbpOIPzV6J .item {
  margin-bottom: 45px;
}
.cid-vbpOIPzV6J .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-vbpOIPzV6J .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-vbpOIPzV6J .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-vbpOIPzV6J .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #00e000;
}
@media (max-width: 768px) {
  .cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap::before {
    display: none;
  }
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-vbpOIPzV6J .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vbpOIPzV6J .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-vbpOIPzV6J .mbr-section-title {
  color: #0b3e71;
  text-align: left;
  line-height: 3.3rem;
}
@media (max-width: 576px) {
  .cid-vbpOIPzV6J .mbr-section-title {
    line-height: 2rem !important;
  }
}
.cid-vbpOIPzV6J b {
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cid-vbpOIPzV6J .mbr-desc {
  color: #000000;
}
.cid-vbpOIPzV6J .mbr-date {
  color: #6a6e71;
}
.cid-vbpOIPzV6J .mbr-text {
  color: #000000;
}
.cid-vbpOIPzV6J .mbr-text,
.cid-vbpOIPzV6J .desc-wrapper {
  color: #0b3e71;
}
.cid-vbpOIPzV6J .mbr-date,
.cid-vbpOIPzV6J .desc-wrapper {
  color: #bbbbbb;
}
.cid-vbpOIPzV6J .mbr-desc,
.cid-vbpOIPzV6J .desc-wrapper {
  color: #00e000;
}
.cid-vbpOIQh9V6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vbpOIQh9V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbpOIQh9V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbpOIQh9V6 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vbpOIQh9V6 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .container {
    padding: 0 20px;
  }
}
.cid-vbpOIQh9V6 .row {
  justify-content: center;
}
.cid-vbpOIQh9V6 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbpOIQh9V6 .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbpOIQh9V6 .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vbpOIQh9V6 .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vbpOIQh9V6 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vbpOIQh9V6 .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbpOIQh9V6 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbpOIQh9V6 .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vbpOIQh9V6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbpOIQh9V6 .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbpOIQh9V6 .nav-wrapper .list .item-wrap:hover,
.cid-vbpOIQh9V6 .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vbpOIQh9V6 .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vbpOIQh9V6 .mbr-text {
  color: #000000;
}
.cid-vbpOIQh9V6 .mbr-list-title {
  color: #002b56;
}
.cid-vbpOIQh9V6 b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vbpOIQh9V6 .list {
  color: #9a9a9a;
}
.cid-vbpOIQh9V6 .list,
.cid-vbpOIQh9V6 .item-wrap,
.cid-vbpOIQh9V6 .contacts-wrapper {
  color: #006a00;
}
.cid-vbpOIQh9V6 .mbr-text,
.cid-vbpOIQh9V6 .text-wrap,
.cid-vbpOIQh9V6 .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vbpOIQh9V6 .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vbpOIQZbrO.popup-builder {
  background-color: #ffffff;
}
.cid-vbpOIQZbrO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbpOIQZbrO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbpOIQZbrO .modal-content,
.cid-vbpOIQZbrO .modal-dialog {
  height: auto;
}
.cid-vbpOIQZbrO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbpOIQZbrO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbpOIQZbrO .form-wrapper .mbr-form .form-group,
  .cid-vbpOIQZbrO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbpOIQZbrO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbpOIQZbrO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbpOIQZbrO .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vbpOIQZbrO .pt-0 {
  padding-top: 0 !important;
}
.cid-vbpOIQZbrO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbpOIQZbrO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbpOIQZbrO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbpOIQZbrO .modal-open {
  overflow: hidden;
}
.cid-vbpOIQZbrO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbpOIQZbrO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbpOIQZbrO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbpOIQZbrO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbpOIQZbrO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbpOIQZbrO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbpOIQZbrO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbpOIQZbrO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbpOIQZbrO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbpOIQZbrO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbpOIQZbrO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbpOIQZbrO .modal-backdrop.show {
  opacity: .5;
}
.cid-vbpOIQZbrO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbpOIQZbrO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbpOIQZbrO .modal-header {
    padding: 1rem;
  }
}
.cid-vbpOIQZbrO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbpOIQZbrO .modal-header .close svg {
  fill: #353535;
}
.cid-vbpOIQZbrO .modal-header .close:hover {
  opacity: 1;
}
.cid-vbpOIQZbrO .modal-header .close:focus {
  outline: none;
}
.cid-vbpOIQZbrO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vbpOIQZbrO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbpOIQZbrO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbpOIQZbrO .modal-body {
    padding: 1rem;
  }
}
.cid-vbpOIQZbrO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbpOIQZbrO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbpOIQZbrO .modal-footer {
    padding: 1rem;
  }
}
.cid-vbpOIQZbrO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbpOIQZbrO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbpOIQZbrO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbpOIQZbrO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbpOIQZbrO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbpOIQZbrO .modal-lg,
  .cid-vbpOIQZbrO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbpOIQZbrO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbpOIQZbrO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbpOIQZbrO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbpOIQZbrO .form-group {
  margin-bottom: 1rem;
}
.cid-vbpOIQZbrO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbpOIQZbrO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbpOIQZbrO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbpOIQZbrO .mbr-section-btn {
  margin: 0;
}
.cid-vbpOIQZbrO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbpOIQZbrO .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vbpOIQZbrO .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vbpOIQZbrO .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vbpOIQZbrO .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vbpOIQZbrO .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vbpOIQZbrO .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vbpOIQZbrO .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vbvGtkVpvQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vbvGtkVpvQ .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vbvGtkVpvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vbvGtkVpvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbvGtkVpvQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbvGtkVpvQ .menu_box .navbar.opened,
  .cid-vbvGtkVpvQ .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbvGtkVpvQ nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vbvGtkVpvQ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vbvGtkVpvQ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vbvGtkVpvQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbvGtkVpvQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbvGtkVpvQ .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vbvGtkVpvQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbvGtkVpvQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbvGtkVpvQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbvGtkVpvQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbvGtkVpvQ .offcanvas-body .mbr-text,
  .cid-vbvGtkVpvQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbvGtkVpvQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbvGtkVpvQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbvGtkVpvQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvGtkVpvQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vbvGtkVpvQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbvGtkVpvQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vbvGtkVpvQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbvGtkVpvQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vbvGtkVpvQ ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vbvGtkVpvQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbvGtkVpvQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .nav-item {
    margin: 0 !important;
  }
}
.cid-vbvGtkVpvQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vbvGtkVpvQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbvGtkVpvQ .nav-item .nav-link:hover::before,
.cid-vbvGtkVpvQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbvGtkVpvQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbvGtkVpvQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbvGtkVpvQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbvGtkVpvQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbvGtkVpvQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbvGtkVpvQ .offcanvas_box {
    display: none;
  }
}
.cid-vbvGtkVpvQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbvGtkVpvQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbvGtkVpvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbvGtkVpvQ .container {
  display: flex;
  margin: auto;
}
.cid-vbvGtkVpvQ .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbvGtkVpvQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbvGtkVpvQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbvGtkVpvQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbvGtkVpvQ .navbar-nav {
    margin: 0;
  }
}
.cid-vbvGtkVpvQ .dropdown-menu,
.cid-vbvGtkVpvQ .navbar.opened {
  background-color: true !important;
}
.cid-vbvGtkVpvQ .nav-item:focus,
.cid-vbvGtkVpvQ .nav-link:focus {
  outline: none;
}
.cid-vbvGtkVpvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbvGtkVpvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbvGtkVpvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbvGtkVpvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbvGtkVpvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbvGtkVpvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbvGtkVpvQ .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vbvGtkVpvQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbvGtkVpvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vbvGtkVpvQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbvGtkVpvQ .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vbvGtkVpvQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbvGtkVpvQ .navbar.collapsed {
  justify-content: center;
}
.cid-vbvGtkVpvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbvGtkVpvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbvGtkVpvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbvGtkVpvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbvGtkVpvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbvGtkVpvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbvGtkVpvQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbvGtkVpvQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbvGtkVpvQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbvGtkVpvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbvGtkVpvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbvGtkVpvQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbvGtkVpvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbvGtkVpvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbvGtkVpvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbvGtkVpvQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbvGtkVpvQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbvGtkVpvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbvGtkVpvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbvGtkVpvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbvGtkVpvQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbvGtkVpvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbvGtkVpvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbvGtkVpvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbvGtkVpvQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbvGtkVpvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbvGtkVpvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbvGtkVpvQ .dropdown-item.active,
.cid-vbvGtkVpvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vbvGtkVpvQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vbvGtkVpvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbvGtkVpvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbvGtkVpvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbvGtkVpvQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbvGtkVpvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbvGtkVpvQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vbvGtkVpvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vbvGtkVpvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbvGtkVpvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvGtkVpvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbvGtkVpvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbvGtkVpvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvGtkVpvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbvGtkVpvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbvGtkVpvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbvGtkVpvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbvGtkVpvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbvGtkVpvQ .navbar {
    height: 70px;
  }
  .cid-vbvGtkVpvQ .navbar.opened {
    height: auto;
  }
  .cid-vbvGtkVpvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbvGtkVpvQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vbvGtkVpvQ .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vbvGtkVpvQ .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vbvGtkVpvQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbvGtkVpvQ .text_widget {
  margin-bottom: 32px;
}
.cid-vbvGtkVpvQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbvGtkVpvQ .text_widget a:hover,
.cid-vbvGtkVpvQ .text_widget a:focus {
  opacity: .8;
}
.cid-vbvGtkVpvQ .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vbvGtkVpvQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbvGtkVpvQ .navbar-caption {
  color: #000000;
}
.cid-vbvGtkVpvQ .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vbvGtkVpvQ .mbr-section-subtitle,
.cid-vbvGtkVpvQ .text_widget,
.cid-vbvGtkVpvQ .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbvGtkVpvQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbvGtkVpvQ .navbar-collapse {
  align-items: center;
}
.cid-vbvGtmyOnI {
  display: flex;
  padding-top: 180px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
@media (min-width: 768px) {
  .cid-vbvGtmyOnI {
    align-items: center;
  }
  .cid-vbvGtmyOnI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbvGtmyOnI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbvGtmyOnI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbvGtmyOnI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbvGtmyOnI .content-wrap {
    width: 100%;
  }
}
.cid-vbvGtmyOnI .mbr-section-title {
  text-align: left;
  color: #03d202;
  line-height: 1.2 !important;
}
.cid-vbvGtmyOnI .mbr-text,
.cid-vbvGtmyOnI .mbr-section-btn {
  text-align: left;
  color: #002b56;
  line-height: 1.5;
}
.cid-vbvGtmyOnI .mbr-section-subtitle {
  color: #002b56;
  text-align: left;
  line-height: 1.3;
}
.cid-vbvGto2zIi {
  padding-top: 75px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-vbvGto2zIi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbvGto2zIi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbvGto2zIi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbvGto2zIi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbvGto2zIi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #002b56;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #002b56, #00f100);
}
.cid-vbvGto2zIi .icon-focus,
.cid-vbvGto2zIi .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-vbvGto2zIi .icon-focus:before,
.cid-vbvGto2zIi .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vbvGto2zIi .icon-video {
  font-size: 1.5rem !important;
}
.cid-vbvGto2zIi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-vbvGto2zIi ul {
  font-size: 0;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul {
  text-align: left;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #00d100 !important;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-vbvGto2zIi .mbr-gallery-filter ul li.active .btn:after {
  border-color: #00d100;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li:first-child,
.cid-vbvGto2zIi .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-vbvGto2zIi .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-vbvGto2zIi .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-vbvGto2zIi .mbr-section-tag {
  color: #6f94aa;
  margin-bottom: 0.4375rem;
}
.cid-vbvGto2zIi .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vbvGto2zIi .mbr-section-title b:last-child,
.cid-vbvGto2zIi .mbr-section-title strong:last-child {
  color: #00d100;
}
.cid-vbvGto2zIi .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-vbvGto2zIi .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-vbvGto2zIi .mbr-section-title,
.cid-vbvGto2zIi .mbr-gallery-filter ul {
  color: #002b56;
}
.cid-vbvGto2zIi .mbr-section-subtitle {
  color: #acb3b7;
}
.cid-vbvGto2zIi .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-vbvGto2zIi .mbr-gallery-item,
.cid-vbvGto2zIi .mbr-gallery-item[class*="col-"] {
  width: 33.3333% !important;
  flex: 0 0 33.3333% !important;
  max-width: 33.3333% !important;
}
@media (max-width: 992px) {
  .cid-vbvGto2zIi .mbr-gallery-item,
  .cid-vbvGto2zIi .mbr-gallery-item[class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 576px) {
  .cid-vbvGto2zIi .mbr-gallery-item,
  .cid-vbvGto2zIi .mbr-gallery-item[class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.cid-vbvGtoMKAm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vbvGtoMKAm .item:focus,
.cid-vbvGtoMKAm span:focus {
  outline: none;
}
.cid-vbvGtoMKAm .item {
  cursor: pointer;
}
.cid-vbvGtoMKAm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vbvGtoMKAm .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vbvGtoMKAm .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-vbvGtoMKAm .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 18s;
}
.cid-vbvGtoMKAm .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #002b56;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vbvGtoMKAm .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 22s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-vbvGtoMKAm .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 27s;
}
.cid-vbvGtoMKAm .mbr-section-title,
.cid-vbvGtoMKAm .mbr-section-subtitle {
  color: #000000;
}
.cid-vbvGtpd0U7 {
  padding-top: 150px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/eminhasirci1-1.webp");
}
.cid-vbvGtpd0U7 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vbvGtpd0U7 {
    background-position: right;
  }
}
.cid-vbvGtpd0U7 input,
.cid-vbvGtpd0U7 textarea {
  border-radius: 0;
}
.cid-vbvGtpd0U7 input:hover,
.cid-vbvGtpd0U7 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-vbvGtpd0U7 .row {
  justify-content: flex-end;
}
.cid-vbvGtpd0U7 textarea {
  min-height: 200px;
}
.cid-vbvGtpd0U7 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-vbvGtpd0U7 .col-auto {
    margin: auto;
  }
}
.cid-vbvGtpd0U7 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vbvGtpd0U7 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-vbvGtpd0U7 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-vbvGtpd0U7 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-vbvGtpd0U7 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-vbvGtpd0U7 .btn {
  padding: 1rem 3rem;
}
.cid-vbvGtpd0U7 .form-control,
.cid-vbvGtpd0U7 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbvGtpd0U7 .form-control::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .form-control::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbvGtpd0U7 .form-control:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:-moz-placeholder,
.cid-vbvGtpd0U7 .form-control:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbvGtpd0U7 .form-control:hover,
.cid-vbvGtpd0U7 .field-input:hover,
.cid-vbvGtpd0U7 .form-control:focus,
.cid-vbvGtpd0U7 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-vbvGtpd0U7 .form-control:hover::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input:hover::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .form-control:focus::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input:focus::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .form-control:hover::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input:hover::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .form-control:focus::-webkit-input-placeholder,
.cid-vbvGtpd0U7 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbvGtpd0U7 .form-control:hover:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:hover:-moz-placeholder,
.cid-vbvGtpd0U7 .form-control:focus:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:focus:-moz-placeholder,
.cid-vbvGtpd0U7 .form-control:hover:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:hover:-moz-placeholder,
.cid-vbvGtpd0U7 .form-control:focus:-moz-placeholder,
.cid-vbvGtpd0U7 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbvGtpd0U7 .jq-number__spin:hover,
.cid-vbvGtpd0U7 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbvGtpd0U7 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbvGtpd0U7 .jq-selectbox li,
.cid-vbvGtpd0U7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbvGtpd0U7 .jq-selectbox li:hover,
.cid-vbvGtpd0U7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbvGtpd0U7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbvGtpd0U7 .jq-number__spin.minus:hover:after,
.cid-vbvGtpd0U7 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbvGtpd0U7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbvGtpd0U7 .jq-number__spin.minus:after,
.cid-vbvGtpd0U7 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbvGtpd0U7 .mbr-section-text {
  color: #1a4b7c;
}
.cid-vbvGtpd0U7 .mbr-section-title {
  color: #1a4b7c;
}
.cid-vbvGtpd0U7 .soc-link,
.cid-vbvGtpd0U7 .soc-wrapper {
  color: #1a4b7c;
}
.cid-vbvGtpNKNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2-img-1790-1256x906.webp");
}
.cid-vbvGtpNKNS .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-vbvGtpNKNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvGtpNKNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvGtpNKNS .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vbvGtpNKNS .image-wrap {
    height: 300px;
  }
}
.cid-vbvGtqlbwK {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vbvGtqlbwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbvGtqlbwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbvGtqlbwK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vbvGtqlbwK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .container {
    padding: 0 20px;
  }
}
.cid-vbvGtqlbwK .row {
  justify-content: center;
}
.cid-vbvGtqlbwK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbvGtqlbwK .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbvGtqlbwK .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vbvGtqlbwK .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vbvGtqlbwK .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vbvGtqlbwK .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbvGtqlbwK .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbvGtqlbwK .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vbvGtqlbwK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbvGtqlbwK .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbvGtqlbwK .nav-wrapper .list .item-wrap:hover,
.cid-vbvGtqlbwK .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vbvGtqlbwK .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vbvGtqlbwK .mbr-text {
  color: #000000;
}
.cid-vbvGtqlbwK .mbr-list-title {
  color: #002b56;
}
.cid-vbvGtqlbwK b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vbvGtqlbwK .list {
  color: #9a9a9a;
}
.cid-vbvGtqlbwK .list,
.cid-vbvGtqlbwK .item-wrap,
.cid-vbvGtqlbwK .contacts-wrapper {
  color: #006a00;
}
.cid-vbvGtqlbwK .mbr-text,
.cid-vbvGtqlbwK .text-wrap,
.cid-vbvGtqlbwK .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vbvGtqlbwK .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vbvGtqTIQB.popup-builder {
  background-color: #ffffff;
}
.cid-vbvGtqTIQB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbvGtqTIQB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbvGtqTIQB .modal-content,
.cid-vbvGtqTIQB .modal-dialog {
  height: auto;
}
.cid-vbvGtqTIQB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbvGtqTIQB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbvGtqTIQB .form-wrapper .mbr-form .form-group,
  .cid-vbvGtqTIQB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbvGtqTIQB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbvGtqTIQB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbvGtqTIQB .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vbvGtqTIQB .pt-0 {
  padding-top: 0 !important;
}
.cid-vbvGtqTIQB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbvGtqTIQB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbvGtqTIQB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbvGtqTIQB .modal-open {
  overflow: hidden;
}
.cid-vbvGtqTIQB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbvGtqTIQB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbvGtqTIQB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbvGtqTIQB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbvGtqTIQB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbvGtqTIQB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbvGtqTIQB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbvGtqTIQB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbvGtqTIQB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbvGtqTIQB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbvGtqTIQB .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbvGtqTIQB .modal-backdrop.show {
  opacity: .5;
}
.cid-vbvGtqTIQB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbvGtqTIQB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvGtqTIQB .modal-header {
    padding: 1rem;
  }
}
.cid-vbvGtqTIQB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbvGtqTIQB .modal-header .close svg {
  fill: #353535;
}
.cid-vbvGtqTIQB .modal-header .close:hover {
  opacity: 1;
}
.cid-vbvGtqTIQB .modal-header .close:focus {
  outline: none;
}
.cid-vbvGtqTIQB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vbvGtqTIQB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbvGtqTIQB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvGtqTIQB .modal-body {
    padding: 1rem;
  }
}
.cid-vbvGtqTIQB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbvGtqTIQB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbvGtqTIQB .modal-footer {
    padding: 1rem;
  }
}
.cid-vbvGtqTIQB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbvGtqTIQB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbvGtqTIQB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbvGtqTIQB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbvGtqTIQB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbvGtqTIQB .modal-lg,
  .cid-vbvGtqTIQB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbvGtqTIQB .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbvGtqTIQB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbvGtqTIQB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbvGtqTIQB .form-group {
  margin-bottom: 1rem;
}
.cid-vbvGtqTIQB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbvGtqTIQB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbvGtqTIQB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbvGtqTIQB .mbr-section-btn {
  margin: 0;
}
.cid-vbvGtqTIQB .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbvGtqTIQB .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vbvGtqTIQB .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vbvGtqTIQB .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vbvGtqTIQB .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vbvGtqTIQB .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vbvGtqTIQB .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vbvGtqTIQB .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vbAS4LdtFz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vbAS4LdtFz .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vbAS4LdtFz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vbAS4LdtFz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbAS4LdtFz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbAS4LdtFz .menu_box .navbar.opened,
  .cid-vbAS4LdtFz .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbAS4LdtFz nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vbAS4LdtFz .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vbAS4LdtFz .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vbAS4LdtFz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbAS4LdtFz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbAS4LdtFz .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vbAS4LdtFz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbAS4LdtFz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbAS4LdtFz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbAS4LdtFz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbAS4LdtFz .offcanvas-body .mbr-text,
  .cid-vbAS4LdtFz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbAS4LdtFz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbAS4LdtFz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbAS4LdtFz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbAS4LdtFz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vbAS4LdtFz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbAS4LdtFz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vbAS4LdtFz .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbAS4LdtFz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vbAS4LdtFz ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vbAS4LdtFz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbAS4LdtFz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .nav-item {
    margin: 0 !important;
  }
}
.cid-vbAS4LdtFz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vbAS4LdtFz .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbAS4LdtFz .nav-item .nav-link:hover::before,
.cid-vbAS4LdtFz .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbAS4LdtFz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbAS4LdtFz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbAS4LdtFz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbAS4LdtFz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbAS4LdtFz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbAS4LdtFz .offcanvas_box {
    display: none;
  }
}
.cid-vbAS4LdtFz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbAS4LdtFz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbAS4LdtFz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbAS4LdtFz .container {
  display: flex;
  margin: auto;
}
.cid-vbAS4LdtFz .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbAS4LdtFz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbAS4LdtFz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbAS4LdtFz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbAS4LdtFz .navbar-nav {
    margin: 0;
  }
}
.cid-vbAS4LdtFz .dropdown-menu,
.cid-vbAS4LdtFz .navbar.opened {
  background-color: true !important;
}
.cid-vbAS4LdtFz .nav-item:focus,
.cid-vbAS4LdtFz .nav-link:focus {
  outline: none;
}
.cid-vbAS4LdtFz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbAS4LdtFz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbAS4LdtFz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbAS4LdtFz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbAS4LdtFz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbAS4LdtFz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbAS4LdtFz .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vbAS4LdtFz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbAS4LdtFz .navbar.opened {
  transition: all 0.3s;
}
.cid-vbAS4LdtFz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbAS4LdtFz .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vbAS4LdtFz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbAS4LdtFz .navbar.collapsed {
  justify-content: center;
}
.cid-vbAS4LdtFz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbAS4LdtFz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbAS4LdtFz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbAS4LdtFz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbAS4LdtFz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbAS4LdtFz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbAS4LdtFz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbAS4LdtFz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbAS4LdtFz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbAS4LdtFz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbAS4LdtFz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbAS4LdtFz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbAS4LdtFz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbAS4LdtFz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbAS4LdtFz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbAS4LdtFz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbAS4LdtFz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbAS4LdtFz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbAS4LdtFz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbAS4LdtFz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbAS4LdtFz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbAS4LdtFz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbAS4LdtFz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbAS4LdtFz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbAS4LdtFz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbAS4LdtFz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbAS4LdtFz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbAS4LdtFz .dropdown-item.active,
.cid-vbAS4LdtFz .dropdown-item:active {
  background-color: transparent;
}
.cid-vbAS4LdtFz .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vbAS4LdtFz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbAS4LdtFz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbAS4LdtFz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbAS4LdtFz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbAS4LdtFz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbAS4LdtFz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vbAS4LdtFz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vbAS4LdtFz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbAS4LdtFz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbAS4LdtFz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbAS4LdtFz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbAS4LdtFz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbAS4LdtFz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbAS4LdtFz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbAS4LdtFz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbAS4LdtFz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbAS4LdtFz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbAS4LdtFz .navbar {
    height: 70px;
  }
  .cid-vbAS4LdtFz .navbar.opened {
    height: auto;
  }
  .cid-vbAS4LdtFz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbAS4LdtFz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vbAS4LdtFz .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vbAS4LdtFz .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vbAS4LdtFz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbAS4LdtFz .text_widget {
  margin-bottom: 32px;
}
.cid-vbAS4LdtFz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbAS4LdtFz .text_widget a:hover,
.cid-vbAS4LdtFz .text_widget a:focus {
  opacity: .8;
}
.cid-vbAS4LdtFz .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vbAS4LdtFz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbAS4LdtFz .navbar-caption {
  color: #000000;
}
.cid-vbAS4LdtFz .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vbAS4LdtFz .mbr-section-subtitle,
.cid-vbAS4LdtFz .text_widget,
.cid-vbAS4LdtFz .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbAS4LdtFz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbAS4LdtFz .navbar-collapse {
  align-items: center;
}
.cid-vbAS4Mt0BJ {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vbAS4Mt0BJ {
    align-items: center;
  }
  .cid-vbAS4Mt0BJ .row {
    justify-content: flex-start;
  }
}
.cid-vbAS4Mt0BJ p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbAS4Mt0BJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4Mt0BJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbAS4Mt0BJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbAS4Mt0BJ .content-wrap {
    width: 100%;
  }
}
.cid-vbAS4Mt0BJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbAS4Mt0BJ .mbr-text,
.cid-vbAS4Mt0BJ .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbAS4Mt0BJ .mbr-section-subtitle {
  color: #00ee00;
  text-align: left;
}
.cid-vbAS4MUM6c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbAS4MUM6c .container {
    padding: 0 20px;
  }
}
.cid-vbAS4MUM6c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-vbAS4MUM6c .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4MUM6c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vbAS4MUM6c .embla__slide .slide-content {
  width: 100%;
}
.cid-vbAS4MUM6c .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 650px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vbAS4MUM6c .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vbAS4MUM6c .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-vbAS4MUM6c .embla__button--next,
.cid-vbAS4MUM6c .embla__button--prev {
  display: flex;
}
.cid-vbAS4MUM6c .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vbAS4MUM6c .embla__button:hover {
  opacity: .5 !important;
  color: #00e000 !important;
}
.cid-vbAS4MUM6c .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-vbAS4MUM6c .embla__button.embla__button--next {
  right: 0;
}
.cid-vbAS4MUM6c .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-vbAS4MUM6c .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #f5f5f5;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-vbAS4MUM6c .embla::before {
    display: none;
  }
}
.cid-vbAS4MUM6c .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vbAS4MUM6c .embla__viewport {
    overflow: hidden ;
  }
}
.cid-vbAS4MUM6c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbAS4MUM6c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbAS4MUM6c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbAS4MUM6c .mobi-mbri-left,
.cid-vbAS4MUM6c .mobi-mbri-right {
  color: #00d100 !important;
}
.cid-vbAS4NrTq8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbAS4NrTq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4NrTq8 .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-vbAS4NrTq8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vbAS4NrTq8 .container {
    padding: 0 24px;
  }
}
.cid-vbAS4NrTq8 .row {
  justify-content: center;
}
.cid-vbAS4NrTq8 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-vbAS4NrTq8 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4NrTq8 .title-wrapper {
    padding-right: 0;
  }
}
.cid-vbAS4NrTq8 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #dfe6ea;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #002b56;
}
.cid-vbAS4NrTq8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbAS4NrTq8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbAS4NrTq8 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-vbAS4NrTq8 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4NrTq8 .text-wrapper {
    padding-left: 0;
  }
}
.cid-vbAS4NrTq8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAS4NrTq8 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-vbAS4NrTq8 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-vbAS4NrTq8 .mbr-section-title {
  color: #002b56;
}
.cid-vbAS4NrTq8 .mbr-desc {
  color: #18212d;
}
.cid-vbAS4NrTq8 .mbr-text {
  color: #18212d;
}
.cid-vbAS4NrTq8 .mbr-desc,
.cid-vbAS4NrTq8 .desc-wrapper {
  color: #002b56;
}
.cid-vbAS4NWZfr {
  display: flex;
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vbAS4NWZfr {
    align-items: center;
  }
  .cid-vbAS4NWZfr .row {
    justify-content: center;
  }
}
.cid-vbAS4NWZfr p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbAS4NWZfr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4NWZfr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbAS4NWZfr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbAS4NWZfr .content-wrap {
    width: 100%;
  }
}
.cid-vbAS4NWZfr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbAS4NWZfr .mbr-text,
.cid-vbAS4NWZfr .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbAS4NWZfr .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-vbAS4OlBSL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.cid-vbAS4OlBSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4OlBSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAS4OlBSL .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  margin: 1.5rem 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.cid-vbAS4OlBSL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbAS4OlBSL .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbAS4OlBSL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbAS4OMN9g {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-vbAS4OMN9g {
    align-items: center;
  }
  .cid-vbAS4OMN9g .row {
    justify-content: center;
  }
}
.cid-vbAS4OMN9g p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbAS4OMN9g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4OMN9g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbAS4OMN9g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbAS4OMN9g .content-wrap {
    width: 100%;
  }
}
.cid-vbAS4OMN9g .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbAS4OMN9g .mbr-text,
.cid-vbAS4OMN9g .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbAS4OMN9g .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-vbAS4Pdgly {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.cid-vbAS4Pdgly .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4Pdgly .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-vbAS4Pdgly .container {
    padding: 0 20px;
  }
}
.cid-vbAS4Pdgly .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vbAS4Pdgly .items-wrapper .item {
  border-top: 1px solid #00d200;
}
.cid-vbAS4Pdgly .items-wrapper .item:last-child {
  border-bottom: 1px solid #00d200;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item {
    border: 1px solid #00d200;
    border-radius: 1.2rem !important;
    margin-bottom: 10px;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a {
  display: block;
}
.cid-vbAS4Pdgly .items-wrapper .item a:hover .item-wrapper::before,
.cid-vbAS4Pdgly .items-wrapper .item a:focus .item-wrapper::before {
  height: 100%;
}
.cid-vbAS4Pdgly .items-wrapper .item a:hover .item-wrapper .card-box .card-number,
.cid-vbAS4Pdgly .items-wrapper .item a:focus .item-wrapper .card-box .card-number {
  padding-left: 16px;
}
.cid-vbAS4Pdgly .items-wrapper .item a:hover .item-wrapper .card-box .icon-wrapper,
.cid-vbAS4Pdgly .items-wrapper .item a:focus .item-wrapper .card-box .icon-wrapper {
  padding-right: 16px;
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper {
  position: relative;
  padding: 28px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper {
    padding: 24px;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00d200;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .card-number {
  width: 30%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .card-number {
    display: none;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .card-title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .card-title {
    width: auto;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
    width: auto;
  }
}
.cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #002b56;
}
@media (max-width: 992px) {
  .cid-vbAS4Pdgly .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    background-color: #00d200;
    font-size: 22px;
  }
}
.cid-vbAS4Pdgly .mbr-desc {
  color: #00d200;
}
.cid-vbAS4Pdgly .card-title {
  color: #002b56;
}
.cid-vbAS4Pdgly .card-number {
  color: #002b56;
}
.cid-vbAS4PNUQc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.cid-vbAS4PNUQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4PNUQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAS4PNUQc .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-vbAS4PNUQc .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbAS4PNUQc .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbAS4PNUQc .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-vbAS4Qe80T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vbAS4Qe80T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4Qe80T .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-vbAS4Qe80T .container {
    padding: 0 24px;
  }
}
.cid-vbAS4Qe80T .row {
  position: relative;
  justify-content: center;
}
.cid-vbAS4Qe80T .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vbAS4Qe80T .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vbAS4Qe80T .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-vbAS4Qe80T .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vbAS4Qe80T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAS4Qe80T .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbAS4Qe80T .item {
    margin-bottom: 32px;
  }
}
.cid-vbAS4Qe80T .item:last-child {
  margin-bottom: 0;
}
.cid-vbAS4Qe80T .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vbAS4Qe80T .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vbAS4Qe80T .mbr-section-title {
  color: #002b56;
}
.cid-vbAS4Qe80T .mbr-desc {
  color: #00d100;
}
.cid-vbAS4Qe80T .mbr-text {
  color: #0b3e71;
}
.cid-vbAS4Qe80T .card-number {
  color: #00d100;
}
.cid-vbAS4Qe80T .card-title {
  color: #002b56;
}
.cid-vbAS4QE7Ub {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vbAS4QE7Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4QE7Ub .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-vbAS4QE7Ub .container {
    padding: 0 20px;
  }
}
.cid-vbAS4QE7Ub .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vbAS4QE7Ub .row .card {
  padding: 0 10px;
}
.cid-vbAS4QE7Ub .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
  line-height: 1.2rem;
}
@media (max-width: 1200px) {
  .cid-vbAS4QE7Ub .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4QE7Ub .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vbAS4QE7Ub .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbAS4QE7Ub .item {
    margin-bottom: 40px;
  }
}
.cid-vbAS4QE7Ub .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-vbAS4QE7Ub .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #002b56;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-vbAS4QE7Ub .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vbAS4QE7Ub .mbr-section-title {
  color: #000000;
}
.cid-vbAS4QE7Ub .card-number {
  color: #002b56;
}
.cid-vbAS4QE7Ub .card-title {
  color: #002b56;
  text-align: left;
}
.cid-vbAS4QE7Ub .card-text {
  color: #002b56;
  line-height: 2rem;
}
.cid-vbAS4QE7Ub .mbr-section-title,
.cid-vbAS4QE7Ub .title-wrapper {
  color: #002b56;
}
.cid-vbAS4QE7Ub section.features03.energym5 .item .card-box .card-text a {
  color: #00e000 !important;
}
.cid-vbAS4RaG1l {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vbAS4RaG1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4RaG1l .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-vbAS4RaG1l .container {
    padding: 0 20px;
  }
}
.cid-vbAS4RaG1l .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vbAS4RaG1l .title-wrapper {
  margin-bottom: 40px;
}
.cid-vbAS4RaG1l .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vbAS4RaG1l .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vbAS4RaG1l .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vbAS4RaG1l .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4RaG1l .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vbAS4RaG1l .mbr-section-title {
  color: #000000;
}
.cid-vbAS4RaG1l .mbr-desc {
  color: #000000;
}
.cid-vbAS4RaG1l .mbr-text {
  color: #9a9a9a;
}
.cid-vbAS4RGi90 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vbAS4RGi90 {
    align-items: center;
  }
  .cid-vbAS4RGi90 .row {
    justify-content: center;
  }
}
.cid-vbAS4RGi90 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbAS4RGi90 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4RGi90 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbAS4RGi90 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbAS4RGi90 .content-wrap {
    width: 100%;
  }
}
.cid-vbAS4RGi90 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbAS4RGi90 .mbr-text,
.cid-vbAS4RGi90 .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbAS4RGi90 .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-vbAS4S8dTB {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
@media (max-width: 992px) {
  .cid-vbAS4S8dTB {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.cid-vbAS4S8dTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4S8dTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAS4S8dTB .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-vbAS4S8dTB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-vbAS4S8dTB .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-vbAS4S8dTB .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-vbAS4S8dTB .content-wrap {
    display: none;
  }
}
.cid-vbAS4S8dTB P {
  color: #acb3b7;
}
.cid-vbAS4SyQ1L {
  padding-top: 1rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f5f5f5;
}
.cid-vbAS4SyQ1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4SyQ1L .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-vbAS4SyQ1L .container {
    padding: 0 24px;
  }
}
.cid-vbAS4SyQ1L .row {
  position: relative;
  justify-content: center;
}
.cid-vbAS4SyQ1L .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vbAS4SyQ1L .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vbAS4SyQ1L .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-vbAS4SyQ1L .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vbAS4SyQ1L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbAS4SyQ1L .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vbAS4SyQ1L .item {
    margin-bottom: 32px;
  }
}
.cid-vbAS4SyQ1L .item:last-child {
  margin-bottom: 0;
}
.cid-vbAS4SyQ1L .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vbAS4SyQ1L .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vbAS4SyQ1L .mbr-section-title {
  color: #0b3e71;
}
.cid-vbAS4SyQ1L .mbr-desc {
  color: #00d100;
}
.cid-vbAS4SyQ1L .mbr-text {
  color: #6f94aa;
}
.cid-vbAS4SyQ1L .card-number {
  color: #00d100;
}
.cid-vbAS4SyQ1L .card-title {
  color: #0b3e71;
}
.cid-vbAS4T4SX7 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-vbAS4T4SX7 {
    align-items: center;
  }
  .cid-vbAS4T4SX7 .row {
    justify-content: center;
  }
}
.cid-vbAS4T4SX7 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbAS4T4SX7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbAS4T4SX7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbAS4T4SX7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbAS4T4SX7 .content-wrap {
    width: 100%;
  }
}
.cid-vbAS4T4SX7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbAS4T4SX7 .mbr-text,
.cid-vbAS4T4SX7 .mbr-section-btn {
  text-align: center;
  color: #002b56;
}
.cid-vbAS4T4SX7 .mbr-section-subtitle {
  color: #00e000;
  text-align: center;
}
.cid-vbAS4Tvmvh {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f5f5f5;
}
.cid-vbAS4Tvmvh .content-wrap {
  overflow: hidden;
}
.cid-vbAS4Tvmvh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vbAS4Tvmvh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbAS4Tvmvh .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbAS4Tvmvh .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-vbAS4Tvmvh .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #00ff00;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-vbAS4Tvmvh .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-vbAS4Tvmvh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-vbAS4Tvmvh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vbAS4Tvmvh .embla__slide .slide-content {
  width: 100%;
}
.cid-vbAS4Tvmvh .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 120px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbAS4Tvmvh .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-vbAS4Tvmvh .embla__slide .slide-content .item-wrapper .item-text_1,
.cid-vbAS4Tvmvh .embla__slide .slide-content .item-wrapper .item-text_2,
.cid-vbAS4Tvmvh .embla__slide .slide-content .item-wrapper .item-text_3 {
  margin-bottom: 0;
}
.cid-vbAS4Tvmvh .embla__slide .slide-content .card_1 {
  background-color: #ffffff;
}
.cid-vbAS4Tvmvh .embla__slide .slide-content .card_2 {
  background-color: #03d300;
}
.cid-vbAS4Tvmvh .embla__slide .slide-content .card_3 {
  background-color: #002b56;
}
.cid-vbAS4Tvmvh .embla__button--next,
.cid-vbAS4Tvmvh .embla__button--prev {
  display: flex;
}
.cid-vbAS4Tvmvh .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #03d300 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vbAS4Tvmvh .embla__button:hover {
  color: #ffffff !important;
}
.cid-vbAS4Tvmvh .embla__button.embla__button--prev {
  left: 0;
}
.cid-vbAS4Tvmvh .embla__button.embla__button--next {
  right: 0;
}
.cid-vbAS4Tvmvh .embla {
  position: relative;
  width: 100%;
}
.cid-vbAS4Tvmvh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  overflow: visible;
}
.cid-vbAS4Tvmvh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbAS4Tvmvh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbAS4Tvmvh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vbAS4Tvmvh .mbr-section-title {
  color: #000000;
}
.cid-vbAS4Tvmvh .item-text_1 {
  color: #002b56;
}
.cid-vbAS4Tvmvh .item-text_2 {
  color: #002b56;
}
.cid-vbAS4Tvmvh .item-text_3 {
  color: #00ff00;
}
.cid-vbAS4Tvmvh .mbr-section-title,
.cid-vbAS4Tvmvh .icon-wrap {
  text-align: center;
  color: #002b56;
}
.cid-vbAS4UjZS4 {
  padding-top: 175px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/eminhasirci-grey-3.webp");
}
.cid-vbAS4UjZS4 .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vbAS4UjZS4 {
    background-position: right;
  }
}
.cid-vbAS4UjZS4 input,
.cid-vbAS4UjZS4 textarea {
  border-radius: 0;
}
.cid-vbAS4UjZS4 input:hover,
.cid-vbAS4UjZS4 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-vbAS4UjZS4 .row {
  justify-content: flex-end;
}
.cid-vbAS4UjZS4 textarea {
  min-height: 200px;
}
.cid-vbAS4UjZS4 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-vbAS4UjZS4 .col-auto {
    margin: auto;
  }
}
.cid-vbAS4UjZS4 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-vbAS4UjZS4 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-vbAS4UjZS4 .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-vbAS4UjZS4 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-vbAS4UjZS4 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-vbAS4UjZS4 .btn {
  padding: 1rem 3rem;
}
.cid-vbAS4UjZS4 .form-control,
.cid-vbAS4UjZS4 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbAS4UjZS4 .form-control::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .form-control::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbAS4UjZS4 .form-control:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:-moz-placeholder,
.cid-vbAS4UjZS4 .form-control:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbAS4UjZS4 .form-control:hover,
.cid-vbAS4UjZS4 .field-input:hover,
.cid-vbAS4UjZS4 .form-control:focus,
.cid-vbAS4UjZS4 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-vbAS4UjZS4 .form-control:hover::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input:hover::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .form-control:focus::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input:focus::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .form-control:hover::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input:hover::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .form-control:focus::-webkit-input-placeholder,
.cid-vbAS4UjZS4 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-vbAS4UjZS4 .form-control:hover:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:hover:-moz-placeholder,
.cid-vbAS4UjZS4 .form-control:focus:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:focus:-moz-placeholder,
.cid-vbAS4UjZS4 .form-control:hover:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:hover:-moz-placeholder,
.cid-vbAS4UjZS4 .form-control:focus:-moz-placeholder,
.cid-vbAS4UjZS4 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-vbAS4UjZS4 .jq-number__spin:hover,
.cid-vbAS4UjZS4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vbAS4UjZS4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vbAS4UjZS4 .jq-selectbox li,
.cid-vbAS4UjZS4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbAS4UjZS4 .jq-selectbox li:hover,
.cid-vbAS4UjZS4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vbAS4UjZS4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vbAS4UjZS4 .jq-number__spin.minus:hover:after,
.cid-vbAS4UjZS4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbAS4UjZS4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vbAS4UjZS4 .jq-number__spin.minus:after,
.cid-vbAS4UjZS4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vbAS4UjZS4 .mbr-section-text {
  color: #1a4b7c;
}
.cid-vbAS4UjZS4 .mbr-section-title {
  color: #002b56;
  text-align: justify;
}
.cid-vbAS4UjZS4 .soc-link,
.cid-vbAS4UjZS4 .soc-wrapper {
  color: #1a4b7c;
}
.cid-vbAS4UTjaJ {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #f5f5f5;
}
.cid-vbAS4UTjaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4UTjaJ .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-vbAS4UTjaJ .container {
    padding: 0 20px;
  }
}
.cid-vbAS4UTjaJ .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vbAS4UTjaJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbAS4UTjaJ .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vbAS4UTjaJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vbAS4UTjaJ .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vbAS4UTjaJ .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vbAS4UTjaJ .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vbAS4UTjaJ .mbr-section-title {
  color: #000000;
}
.cid-vbAS4UTjaJ .mbr-desc {
  color: #000000;
}
.cid-vbAS4VtVXe {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vbAS4VtVXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAS4VtVXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAS4VtVXe .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vbAS4VtVXe .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .container {
    padding: 0 20px;
  }
}
.cid-vbAS4VtVXe .row {
  justify-content: center;
}
.cid-vbAS4VtVXe .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbAS4VtVXe .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbAS4VtVXe .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vbAS4VtVXe .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vbAS4VtVXe .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vbAS4VtVXe .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbAS4VtVXe .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbAS4VtVXe .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vbAS4VtVXe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbAS4VtVXe .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbAS4VtVXe .nav-wrapper .list .item-wrap:hover,
.cid-vbAS4VtVXe .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vbAS4VtVXe .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vbAS4VtVXe .mbr-text {
  color: #000000;
}
.cid-vbAS4VtVXe .mbr-list-title {
  color: #002b56;
}
.cid-vbAS4VtVXe b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vbAS4VtVXe .list {
  color: #9a9a9a;
}
.cid-vbAS4VtVXe .list,
.cid-vbAS4VtVXe .item-wrap,
.cid-vbAS4VtVXe .contacts-wrapper {
  color: #006a00;
}
.cid-vbAS4VtVXe .mbr-text,
.cid-vbAS4VtVXe .text-wrap,
.cid-vbAS4VtVXe .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vbAS4VtVXe .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vbAS4WbbeN.popup-builder {
  background-color: #ffffff;
}
.cid-vbAS4WbbeN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbAS4WbbeN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbAS4WbbeN .modal-content,
.cid-vbAS4WbbeN .modal-dialog {
  height: auto;
}
.cid-vbAS4WbbeN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbAS4WbbeN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbAS4WbbeN .form-wrapper .mbr-form .form-group,
  .cid-vbAS4WbbeN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbAS4WbbeN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbAS4WbbeN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbAS4WbbeN .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vbAS4WbbeN .pt-0 {
  padding-top: 0 !important;
}
.cid-vbAS4WbbeN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbAS4WbbeN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbAS4WbbeN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbAS4WbbeN .modal-open {
  overflow: hidden;
}
.cid-vbAS4WbbeN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbAS4WbbeN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbAS4WbbeN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbAS4WbbeN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbAS4WbbeN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbAS4WbbeN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbAS4WbbeN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbAS4WbbeN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbAS4WbbeN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbAS4WbbeN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbAS4WbbeN .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbAS4WbbeN .modal-backdrop.show {
  opacity: .5;
}
.cid-vbAS4WbbeN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbAS4WbbeN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbAS4WbbeN .modal-header {
    padding: 1rem;
  }
}
.cid-vbAS4WbbeN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbAS4WbbeN .modal-header .close svg {
  fill: #353535;
}
.cid-vbAS4WbbeN .modal-header .close:hover {
  opacity: 1;
}
.cid-vbAS4WbbeN .modal-header .close:focus {
  outline: none;
}
.cid-vbAS4WbbeN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vbAS4WbbeN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbAS4WbbeN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbAS4WbbeN .modal-body {
    padding: 1rem;
  }
}
.cid-vbAS4WbbeN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbAS4WbbeN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbAS4WbbeN .modal-footer {
    padding: 1rem;
  }
}
.cid-vbAS4WbbeN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbAS4WbbeN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbAS4WbbeN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbAS4WbbeN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbAS4WbbeN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbAS4WbbeN .modal-lg,
  .cid-vbAS4WbbeN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbAS4WbbeN .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbAS4WbbeN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbAS4WbbeN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbAS4WbbeN .form-group {
  margin-bottom: 1rem;
}
.cid-vbAS4WbbeN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbAS4WbbeN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbAS4WbbeN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbAS4WbbeN .mbr-section-btn {
  margin: 0;
}
.cid-vbAS4WbbeN .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbAS4WbbeN .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vbAS4WbbeN .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vbAS4WbbeN .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vbAS4WbbeN .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vbAS4WbbeN .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vbAS4WbbeN .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vbAS4WbbeN .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-uomRTXjGNA {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uomRTXjGNA .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-uomRTXjGNA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-uomRTXjGNA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uomRTXjGNA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uomRTXjGNA .menu_box .navbar.opened,
  .cid-uomRTXjGNA .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uomRTXjGNA nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uomRTXjGNA .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uomRTXjGNA .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uomRTXjGNA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uomRTXjGNA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uomRTXjGNA .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-uomRTXjGNA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uomRTXjGNA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uomRTXjGNA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uomRTXjGNA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uomRTXjGNA .offcanvas-body .mbr-text,
  .cid-uomRTXjGNA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uomRTXjGNA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uomRTXjGNA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uomRTXjGNA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uomRTXjGNA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uomRTXjGNA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uomRTXjGNA li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uomRTXjGNA .lg_brand {
    margin: 0 1rem;
  }
  .cid-uomRTXjGNA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-uomRTXjGNA ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-uomRTXjGNA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uomRTXjGNA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .nav-item {
    margin: 0 !important;
  }
}
.cid-uomRTXjGNA .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uomRTXjGNA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uomRTXjGNA .nav-item .nav-link:hover::before,
.cid-uomRTXjGNA .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uomRTXjGNA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uomRTXjGNA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uomRTXjGNA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uomRTXjGNA .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uomRTXjGNA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uomRTXjGNA .offcanvas_box {
    display: none;
  }
}
.cid-uomRTXjGNA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uomRTXjGNA .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uomRTXjGNA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uomRTXjGNA .container {
  display: flex;
  margin: auto;
}
.cid-uomRTXjGNA .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uomRTXjGNA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uomRTXjGNA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uomRTXjGNA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uomRTXjGNA .navbar-nav {
    margin: 0;
  }
}
.cid-uomRTXjGNA .dropdown-menu,
.cid-uomRTXjGNA .navbar.opened {
  background-color: true !important;
}
.cid-uomRTXjGNA .nav-item:focus,
.cid-uomRTXjGNA .nav-link:focus {
  outline: none;
}
.cid-uomRTXjGNA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uomRTXjGNA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uomRTXjGNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uomRTXjGNA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uomRTXjGNA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uomRTXjGNA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uomRTXjGNA .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-uomRTXjGNA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uomRTXjGNA .navbar.opened {
  transition: all 0.3s;
}
.cid-uomRTXjGNA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uomRTXjGNA .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uomRTXjGNA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uomRTXjGNA .navbar.collapsed {
  justify-content: center;
}
.cid-uomRTXjGNA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uomRTXjGNA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uomRTXjGNA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uomRTXjGNA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uomRTXjGNA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uomRTXjGNA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uomRTXjGNA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uomRTXjGNA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uomRTXjGNA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uomRTXjGNA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uomRTXjGNA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uomRTXjGNA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uomRTXjGNA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uomRTXjGNA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uomRTXjGNA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uomRTXjGNA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uomRTXjGNA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uomRTXjGNA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uomRTXjGNA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uomRTXjGNA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uomRTXjGNA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uomRTXjGNA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uomRTXjGNA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uomRTXjGNA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uomRTXjGNA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uomRTXjGNA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uomRTXjGNA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uomRTXjGNA .dropdown-item.active,
.cid-uomRTXjGNA .dropdown-item:active {
  background-color: transparent;
}
.cid-uomRTXjGNA .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-uomRTXjGNA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uomRTXjGNA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uomRTXjGNA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uomRTXjGNA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uomRTXjGNA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uomRTXjGNA button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-uomRTXjGNA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-uomRTXjGNA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uomRTXjGNA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uomRTXjGNA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uomRTXjGNA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uomRTXjGNA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uomRTXjGNA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uomRTXjGNA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uomRTXjGNA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uomRTXjGNA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uomRTXjGNA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uomRTXjGNA .navbar {
    height: 70px;
  }
  .cid-uomRTXjGNA .navbar.opened {
    height: auto;
  }
  .cid-uomRTXjGNA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uomRTXjGNA .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uomRTXjGNA .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-uomRTXjGNA .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-uomRTXjGNA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uomRTXjGNA .text_widget {
  margin-bottom: 32px;
}
.cid-uomRTXjGNA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uomRTXjGNA .text_widget a:hover,
.cid-uomRTXjGNA .text_widget a:focus {
  opacity: .8;
}
.cid-uomRTXjGNA .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-uomRTXjGNA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uomRTXjGNA .navbar-caption {
  color: #000000;
}
.cid-uomRTXjGNA .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-uomRTXjGNA .mbr-section-subtitle,
.cid-uomRTXjGNA .text_widget,
.cid-uomRTXjGNA .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uomRTXjGNA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uomRTXjGNA .navbar-collapse {
  align-items: center;
}
.cid-uHUpt0BEHT {
  display: flex;
  padding-top: 180px;
  padding-bottom: 30px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-uHUpt0BEHT {
    align-items: center;
  }
  .cid-uHUpt0BEHT .row {
    justify-content: flex-start;
  }
}
.cid-uHUpt0BEHT p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHUpt0BEHT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHUpt0BEHT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHUpt0BEHT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHUpt0BEHT .content-wrap {
    width: 100%;
  }
}
.cid-uHUpt0BEHT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHUpt0BEHT .mbr-text,
.cid-uHUpt0BEHT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uHUpt0BEHT .mbr-section-subtitle {
  color: #00ee00;
  text-align: left;
}
.cid-uzWP0KSjZf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-uzWP0KSjZf .container {
    padding: 0 20px;
  }
}
.cid-uzWP0KSjZf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 90%;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .cid-uzWP0KSjZf .embla__slide {
    min-width: 500px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .cid-uzWP0KSjZf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzWP0KSjZf .embla__slide .slide-content {
  width: 100%;
}
.cid-uzWP0KSjZf .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-end;
  min-height: 650px;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uzWP0KSjZf .embla__slide .slide-content .item-wrapper .item-img {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-uzWP0KSjZf .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem !important;
}
.cid-uzWP0KSjZf .embla__button--next,
.cid-uzWP0KSjZf .embla__button--prev {
  display: flex;
}
.cid-uzWP0KSjZf .embla__button {
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzWP0KSjZf .embla__button:hover {
  opacity: .5 !important;
  color: #00e000 !important;
}
.cid-uzWP0KSjZf .embla__button.embla__button--prev {
  right: 3rem;
}
.cid-uzWP0KSjZf .embla__button.embla__button--next {
  right: 0;
}
.cid-uzWP0KSjZf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uzWP0KSjZf .embla::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #002b56;
  margin-right: 10rem;
}
@media (max-width: 992px) {
  .cid-uzWP0KSjZf .embla::before {
    display: none;
  }
}
.cid-uzWP0KSjZf .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uzWP0KSjZf .embla__viewport {
    overflow: hidden ;
  }
}
.cid-uzWP0KSjZf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzWP0KSjZf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzWP0KSjZf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzWP0KSjZf .mobi-mbri-left,
.cid-uzWP0KSjZf .mobi-mbri-right {
  color: #00d100 !important;
}
.cid-uzX0rMYU6k {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #002b56;
}
.cid-uzX0rMYU6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX0rMYU6k .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-uzX0rMYU6k .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzX0rMYU6k .container {
    padding: 0 24px;
  }
}
.cid-uzX0rMYU6k .row {
  justify-content: center;
}
.cid-uzX0rMYU6k .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uzX0rMYU6k .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzX0rMYU6k .title-wrapper {
    padding-right: 0;
  }
}
.cid-uzX0rMYU6k .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #00ee00;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uzX0rMYU6k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzX0rMYU6k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzX0rMYU6k .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uzX0rMYU6k .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzX0rMYU6k .text-wrapper {
    padding-left: 0;
  }
}
.cid-uzX0rMYU6k .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzX0rMYU6k .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uzX0rMYU6k .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uzX0rMYU6k .mbr-section-title {
  color: #f5f5f5;
}
.cid-uzX0rMYU6k .mbr-desc {
  color: #18212d;
}
.cid-uzX0rMYU6k .mbr-text {
  color: #18212d;
}
.cid-uzX0rMYU6k .mbr-desc,
.cid-uzX0rMYU6k .desc-wrapper {
  color: #002b56;
}
.cid-uHjIcbcTlf {
  display: flex;
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uHjIcbcTlf {
    align-items: center;
  }
  .cid-uHjIcbcTlf .row {
    justify-content: center;
  }
}
.cid-uHjIcbcTlf p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHjIcbcTlf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHjIcbcTlf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHjIcbcTlf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHjIcbcTlf .content-wrap {
    width: 100%;
  }
}
.cid-uHjIcbcTlf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uHjIcbcTlf .mbr-text,
.cid-uHjIcbcTlf .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-uHjIcbcTlf .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-uzX11PrhWw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.cid-uzX11PrhWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX11PrhWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzX11PrhWw .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  margin: 1.5rem 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.cid-uzX11PrhWw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uzX11PrhWw .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uzX11PrhWw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-v9wBidcofg {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .cid-v9wBidcofg {
    align-items: center;
  }
  .cid-v9wBidcofg .row {
    justify-content: center;
  }
}
.cid-v9wBidcofg p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9wBidcofg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9wBidcofg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9wBidcofg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9wBidcofg .content-wrap {
    width: 100%;
  }
}
.cid-v9wBidcofg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v9wBidcofg .mbr-text,
.cid-v9wBidcofg .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-v9wBidcofg .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-vb2X42CNET {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #f5f5f5;
}
.cid-vb2X42CNET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb2X42CNET .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-vb2X42CNET .container {
    padding: 0 20px;
  }
}
.cid-vb2X42CNET .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vb2X42CNET .items-wrapper .item {
  border-top: 1px solid #00d200;
}
.cid-vb2X42CNET .items-wrapper .item:last-child {
  border-bottom: 1px solid #00d200;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item {
    border: 1px solid #00d200;
    border-radius: 1.2rem !important;
    margin-bottom: 10px;
  }
}
.cid-vb2X42CNET .items-wrapper .item a {
  display: block;
}
.cid-vb2X42CNET .items-wrapper .item a:hover .item-wrapper::before,
.cid-vb2X42CNET .items-wrapper .item a:focus .item-wrapper::before {
  height: 100%;
}
.cid-vb2X42CNET .items-wrapper .item a:hover .item-wrapper .card-box .card-number,
.cid-vb2X42CNET .items-wrapper .item a:focus .item-wrapper .card-box .card-number {
  padding-left: 16px;
}
.cid-vb2X42CNET .items-wrapper .item a:hover .item-wrapper .card-box .icon-wrapper,
.cid-vb2X42CNET .items-wrapper .item a:focus .item-wrapper .card-box .icon-wrapper {
  padding-right: 16px;
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper {
  position: relative;
  padding: 28px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper {
    padding: 24px;
  }
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00d200;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .card-number {
  width: 30%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .card-number {
    display: none;
  }
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .card-title {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .card-title {
    width: auto;
  }
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 10%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .icon-wrapper {
    width: auto;
  }
}
.cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #002b56;
}
@media (max-width: 992px) {
  .cid-vb2X42CNET .items-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 100%;
    background-color: #00d200;
    font-size: 22px;
  }
}
.cid-vb2X42CNET .mbr-desc {
  color: #00d200;
}
.cid-vb2X42CNET .card-title {
  color: #002b56;
}
.cid-vb2X42CNET .card-number {
  color: #002b56;
}
.cid-uzXylsmXEI {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.cid-uzXylsmXEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXylsmXEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzXylsmXEI .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uzXylsmXEI .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uzXylsmXEI .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uzXylsmXEI .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uzX23tbuHt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uzX23tbuHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzX23tbuHt .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-uzX23tbuHt .container {
    padding: 0 24px;
  }
}
.cid-uzX23tbuHt .row {
  position: relative;
  justify-content: center;
}
.cid-uzX23tbuHt .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzX23tbuHt .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzX23tbuHt .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzX23tbuHt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzX23tbuHt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzX23tbuHt .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzX23tbuHt .item {
    margin-bottom: 32px;
  }
}
.cid-uzX23tbuHt .item:last-child {
  margin-bottom: 0;
}
.cid-uzX23tbuHt .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uzX23tbuHt .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uzX23tbuHt .mbr-section-title {
  color: #002b56;
}
.cid-uzX23tbuHt .mbr-desc {
  color: #00d100;
}
.cid-uzX23tbuHt .mbr-text {
  color: #0b3e71;
}
.cid-uzX23tbuHt .card-number {
  color: #00d100;
}
.cid-uzX23tbuHt .card-title {
  color: #002b56;
}
.cid-uzXQukmcWi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzXQukmcWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXQukmcWi .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-uzXQukmcWi .container {
    padding: 0 20px;
  }
}
.cid-uzXQukmcWi .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzXQukmcWi .row .card {
  padding: 0 10px;
}
.cid-uzXQukmcWi .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 90%;
  margin-bottom: 90px;
  line-height: 1.2rem;
}
@media (max-width: 1200px) {
  .cid-uzXQukmcWi .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uzXQukmcWi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uzXQukmcWi .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uzXQukmcWi .item {
    margin-bottom: 40px;
  }
}
.cid-uzXQukmcWi .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uzXQukmcWi .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #002b56;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uzXQukmcWi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uzXQukmcWi .mbr-section-title {
  color: #000000;
}
.cid-uzXQukmcWi .card-number {
  color: #002b56;
}
.cid-uzXQukmcWi .card-title {
  color: #002b56;
  text-align: left;
}
.cid-uzXQukmcWi .card-text {
  color: #002b56;
  line-height: 2rem;
}
.cid-uzXQukmcWi .mbr-section-title,
.cid-uzXQukmcWi .title-wrapper {
  color: #002b56;
}
.cid-uzXQukmcWi section.features03.energym5 .item .card-box .card-text a {
  color: #00e000 !important;
}
.cid-uIwGhO7gwo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIwGhO7gwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwGhO7gwo .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-uIwGhO7gwo .container {
    padding: 0 20px;
  }
}
.cid-uIwGhO7gwo .row {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uIwGhO7gwo .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIwGhO7gwo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uIwGhO7gwo .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uIwGhO7gwo .text-wrapper .text-wrap .mbr-text {
  width: 40%;
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uIwGhO7gwo .text-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uIwGhO7gwo .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uIwGhO7gwo .mbr-section-title {
  color: #000000;
}
.cid-uIwGhO7gwo .mbr-desc {
  color: #000000;
}
.cid-uIwGhO7gwo .mbr-text {
  color: #9a9a9a;
}
.cid-vb30rx3lbm {
  display: flex;
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-vb30rx3lbm {
    align-items: center;
  }
  .cid-vb30rx3lbm .row {
    justify-content: center;
  }
}
.cid-vb30rx3lbm p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vb30rx3lbm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vb30rx3lbm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vb30rx3lbm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vb30rx3lbm .content-wrap {
    width: 100%;
  }
}
.cid-vb30rx3lbm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vb30rx3lbm .mbr-text,
.cid-vb30rx3lbm .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vb30rx3lbm .mbr-section-subtitle {
  color: #00d100;
  text-align: left;
}
.cid-uHjHLquc5E {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
@media (max-width: 992px) {
  .cid-uHjHLquc5E {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.cid-uHjHLquc5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHjHLquc5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHjHLquc5E .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uHjHLquc5E .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uHjHLquc5E .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uHjHLquc5E .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
@media (min-width: 576px) {
  .cid-uHjHLquc5E .content-wrap {
    display: none;
  }
}
.cid-uHjHLquc5E P {
  color: #acb3b7;
}
.cid-uzXR7LEdnQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f5f5f5;
}
.cid-uzXR7LEdnQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzXR7LEdnQ .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-uzXR7LEdnQ .container {
    padding: 0 24px;
  }
}
.cid-uzXR7LEdnQ .row {
  position: relative;
  justify-content: center;
}
.cid-uzXR7LEdnQ .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzXR7LEdnQ .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uzXR7LEdnQ .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uzXR7LEdnQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzXR7LEdnQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzXR7LEdnQ .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzXR7LEdnQ .item {
    margin-bottom: 32px;
  }
}
.cid-uzXR7LEdnQ .item:last-child {
  margin-bottom: 0;
}
.cid-uzXR7LEdnQ .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uzXR7LEdnQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uzXR7LEdnQ .mbr-section-title {
  color: #0b3e71;
}
.cid-uzXR7LEdnQ .mbr-desc {
  color: #00d100;
}
.cid-uzXR7LEdnQ .mbr-text {
  color: #6f94aa;
}
.cid-uzXR7LEdnQ .card-number {
  color: #00d100;
}
.cid-uzXR7LEdnQ .card-title {
  color: #0b3e71;
}
.cid-v9uOq2C0cr {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-v9uOq2C0cr {
    align-items: center;
  }
  .cid-v9uOq2C0cr .row {
    justify-content: center;
  }
}
.cid-v9uOq2C0cr p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v9uOq2C0cr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v9uOq2C0cr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v9uOq2C0cr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v9uOq2C0cr .content-wrap {
    width: 100%;
  }
}
.cid-v9uOq2C0cr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v9uOq2C0cr .mbr-text,
.cid-v9uOq2C0cr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9uOq2C0cr .mbr-section-subtitle {
  color: #00e000;
  text-align: center;
}
.cid-v98OnsIEd2 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #002b56;
}
.cid-v98OnsIEd2 .content-wrap {
  overflow: hidden;
}
.cid-v98OnsIEd2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v98OnsIEd2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v98OnsIEd2 .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v98OnsIEd2 .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-v98OnsIEd2 .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #00ff00;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-v98OnsIEd2 .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-v98OnsIEd2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 550px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .cid-v98OnsIEd2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v98OnsIEd2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v98OnsIEd2 .embla__slide .slide-content .item-wrapper {
  padding: 42px 28px;
  min-height: 120px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v98OnsIEd2 .embla__slide .slide-content .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-v98OnsIEd2 .embla__slide .slide-content .item-wrapper .item-text_1,
.cid-v98OnsIEd2 .embla__slide .slide-content .item-wrapper .item-text_2,
.cid-v98OnsIEd2 .embla__slide .slide-content .item-wrapper .item-text_3 {
  margin-bottom: 0;
}
.cid-v98OnsIEd2 .embla__slide .slide-content .card_1 {
  background-color: #ffffff;
}
.cid-v98OnsIEd2 .embla__slide .slide-content .card_2 {
  background-color: #03d300;
}
.cid-v98OnsIEd2 .embla__slide .slide-content .card_3 {
  background-color: #021b33;
}
.cid-v98OnsIEd2 .embla__button--next,
.cid-v98OnsIEd2 .embla__button--prev {
  display: flex;
}
.cid-v98OnsIEd2 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 50px;
  background-color: transparent !important;
  color: #03d300 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v98OnsIEd2 .embla__button:hover {
  color: #ffffff !important;
}
.cid-v98OnsIEd2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v98OnsIEd2 .embla__button.embla__button--next {
  right: 0;
}
.cid-v98OnsIEd2 .embla {
  position: relative;
  width: 100%;
}
.cid-v98OnsIEd2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  overflow: visible;
}
.cid-v98OnsIEd2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v98OnsIEd2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v98OnsIEd2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v98OnsIEd2 .mbr-section-title {
  color: #000000;
}
.cid-v98OnsIEd2 .item-text_1 {
  color: #002b56;
}
.cid-v98OnsIEd2 .item-text_2 {
  color: #002b56;
}
.cid-v98OnsIEd2 .item-text_3 {
  color: #00ff00;
}
.cid-v98OnsIEd2 .mbr-section-title,
.cid-v98OnsIEd2 .icon-wrap {
  text-align: center;
  color: #002b56;
}
.cid-v9wY8MyiAD {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #002b56;
}
.cid-v9wY8MyiAD .mbr-overlay {
  background-color: #1a4b7c;
  opacity: 0.3;
}
.cid-v9wY8MyiAD input,
.cid-v9wY8MyiAD textarea {
  border-radius: 0;
}
.cid-v9wY8MyiAD input:hover,
.cid-v9wY8MyiAD textarea:hover {
  border: 1px solid transparent !important;
}
.cid-v9wY8MyiAD .row {
  justify-content: flex-end;
}
.cid-v9wY8MyiAD textarea {
  min-height: 200px;
}
.cid-v9wY8MyiAD .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-v9wY8MyiAD .col-auto {
    margin: auto;
  }
}
.cid-v9wY8MyiAD .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-v9wY8MyiAD .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #00e300;
  font-size: 1.2rem;
}
.cid-v9wY8MyiAD .mbr-main-subtitle {
  background: #00e300;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
  color: #1a4b7c;
}
.cid-v9wY8MyiAD .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #00e300;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-v9wY8MyiAD .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v9wY8MyiAD .btn {
  padding: 1rem 3rem;
}
.cid-v9wY8MyiAD .form-control,
.cid-v9wY8MyiAD .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9wY8MyiAD .form-control::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input::-webkit-input-placeholder,
.cid-v9wY8MyiAD .form-control::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9wY8MyiAD .form-control:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:-moz-placeholder,
.cid-v9wY8MyiAD .form-control:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9wY8MyiAD .form-control:hover,
.cid-v9wY8MyiAD .field-input:hover,
.cid-v9wY8MyiAD .form-control:focus,
.cid-v9wY8MyiAD .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00ff00;
  box-shadow: none;
  outline: none;
}
.cid-v9wY8MyiAD .form-control:hover::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input:hover::-webkit-input-placeholder,
.cid-v9wY8MyiAD .form-control:focus::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input:focus::-webkit-input-placeholder,
.cid-v9wY8MyiAD .form-control:hover::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input:hover::-webkit-input-placeholder,
.cid-v9wY8MyiAD .form-control:focus::-webkit-input-placeholder,
.cid-v9wY8MyiAD .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v9wY8MyiAD .form-control:hover:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:hover:-moz-placeholder,
.cid-v9wY8MyiAD .form-control:focus:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:focus:-moz-placeholder,
.cid-v9wY8MyiAD .form-control:hover:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:hover:-moz-placeholder,
.cid-v9wY8MyiAD .form-control:focus:-moz-placeholder,
.cid-v9wY8MyiAD .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v9wY8MyiAD .jq-number__spin:hover,
.cid-v9wY8MyiAD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v9wY8MyiAD .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1a4b7c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v9wY8MyiAD .jq-selectbox li,
.cid-v9wY8MyiAD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9wY8MyiAD .jq-selectbox li:hover,
.cid-v9wY8MyiAD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9wY8MyiAD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v9wY8MyiAD .jq-number__spin.minus:hover:after,
.cid-v9wY8MyiAD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9wY8MyiAD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v9wY8MyiAD .jq-number__spin.minus:after,
.cid-v9wY8MyiAD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v9wY8MyiAD .mbr-section-text {
  color: #1a4b7c;
}
.cid-v9wY8MyiAD .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-v9wY8MyiAD .soc-link,
.cid-v9wY8MyiAD .soc-wrapper {
  color: #1a4b7c;
}
.cid-vahvmDsyA4 {
  padding-top: 0rem;
  padding-bottom: 12rem;
  background-color: #002b56;
}
.cid-vahvmDsyA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vahvmDsyA4 .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-vahvmDsyA4 .container {
    padding: 0 20px;
  }
}
.cid-vahvmDsyA4 .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vahvmDsyA4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vahvmDsyA4 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vahvmDsyA4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vahvmDsyA4 .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vahvmDsyA4 .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vahvmDsyA4 .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vahvmDsyA4 .mbr-section-title {
  color: #000000;
}
.cid-vahvmDsyA4 .mbr-desc {
  color: #000000;
}
.cid-uomRU8QQZZ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-uomRU8QQZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uomRU8QQZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uomRU8QQZZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uomRU8QQZZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .container {
    padding: 0 20px;
  }
}
.cid-uomRU8QQZZ .row {
  justify-content: center;
}
.cid-uomRU8QQZZ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uomRU8QQZZ .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uomRU8QQZZ .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-uomRU8QQZZ .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uomRU8QQZZ .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-uomRU8QQZZ .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uomRU8QQZZ .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uomRU8QQZZ .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uomRU8QQZZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uomRU8QQZZ .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uomRU8QQZZ .nav-wrapper .list .item-wrap:hover,
.cid-uomRU8QQZZ .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-uomRU8QQZZ .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-uomRU8QQZZ .mbr-text {
  color: #000000;
}
.cid-uomRU8QQZZ .mbr-list-title {
  color: #002b56;
}
.cid-uomRU8QQZZ b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-uomRU8QQZZ .list {
  color: #9a9a9a;
}
.cid-uomRU8QQZZ .list,
.cid-uomRU8QQZZ .item-wrap,
.cid-uomRU8QQZZ .contacts-wrapper {
  color: #006a00;
}
.cid-uomRU8QQZZ .mbr-text,
.cid-uomRU8QQZZ .text-wrap,
.cid-uomRU8QQZZ .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-uomRU8QQZZ .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vahvPidGRs.popup-builder {
  background-color: #ffffff;
}
.cid-vahvPidGRs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vahvPidGRs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vahvPidGRs .modal-content,
.cid-vahvPidGRs .modal-dialog {
  height: auto;
}
.cid-vahvPidGRs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vahvPidGRs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vahvPidGRs .form-wrapper .mbr-form .form-group,
  .cid-vahvPidGRs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vahvPidGRs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vahvPidGRs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vahvPidGRs .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vahvPidGRs .pt-0 {
  padding-top: 0 !important;
}
.cid-vahvPidGRs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vahvPidGRs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vahvPidGRs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vahvPidGRs .modal-open {
  overflow: hidden;
}
.cid-vahvPidGRs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vahvPidGRs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vahvPidGRs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vahvPidGRs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vahvPidGRs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vahvPidGRs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vahvPidGRs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vahvPidGRs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vahvPidGRs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vahvPidGRs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vahvPidGRs .modal-backdrop.fade {
  opacity: 0;
}
.cid-vahvPidGRs .modal-backdrop.show {
  opacity: .5;
}
.cid-vahvPidGRs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vahvPidGRs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vahvPidGRs .modal-header {
    padding: 1rem;
  }
}
.cid-vahvPidGRs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vahvPidGRs .modal-header .close svg {
  fill: #353535;
}
.cid-vahvPidGRs .modal-header .close:hover {
  opacity: 1;
}
.cid-vahvPidGRs .modal-header .close:focus {
  outline: none;
}
.cid-vahvPidGRs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vahvPidGRs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vahvPidGRs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahvPidGRs .modal-body {
    padding: 1rem;
  }
}
.cid-vahvPidGRs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vahvPidGRs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vahvPidGRs .modal-footer {
    padding: 1rem;
  }
}
.cid-vahvPidGRs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vahvPidGRs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vahvPidGRs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vahvPidGRs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vahvPidGRs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vahvPidGRs .modal-lg,
  .cid-vahvPidGRs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vahvPidGRs .modal-xl {
    max-width: 1140px;
  }
}
.cid-vahvPidGRs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vahvPidGRs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vahvPidGRs .form-group {
  margin-bottom: 1rem;
}
.cid-vahvPidGRs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vahvPidGRs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vahvPidGRs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vahvPidGRs .mbr-section-btn {
  margin: 0;
}
.cid-vahvPidGRs .mbr-section-btn .btn {
  margin: 0;
}
.cid-vahvPidGRs .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vahvPidGRs .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vahvPidGRs .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vahvPidGRs .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vahvPidGRs .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vahvPidGRs .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vahvPidGRs .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
.cid-vbC7HwKhMZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vbC7HwKhMZ .navbar-dropdown {
  background: #002b56 !important;
  padding: 0;
  position: fixed !important;
}
.cid-vbC7HwKhMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002b56 !important;
  background: #002b56;
}
.cid-vbC7HwKhMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbC7HwKhMZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbC7HwKhMZ .menu_box .navbar.opened,
  .cid-vbC7HwKhMZ .menu_box .navbar-collapse {
    background-color: #002b56 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbC7HwKhMZ nav.navbar {
  position: fixed;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-vbC7HwKhMZ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vbC7HwKhMZ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vbC7HwKhMZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbC7HwKhMZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbC7HwKhMZ .offcanvas {
    padding: 8rem 64px 0;
    width: 37%;
    background-color: #ffffff;
  }
  .cid-vbC7HwKhMZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbC7HwKhMZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbC7HwKhMZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbC7HwKhMZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbC7HwKhMZ .offcanvas-body .mbr-text,
  .cid-vbC7HwKhMZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbC7HwKhMZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #00ff00;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbC7HwKhMZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbC7HwKhMZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbC7HwKhMZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vbC7HwKhMZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbC7HwKhMZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vbC7HwKhMZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbC7HwKhMZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-vbC7HwKhMZ ul.navbar-nav {
    padding-bottom: 0 !important;
  }
}
.cid-vbC7HwKhMZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbC7HwKhMZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vbC7HwKhMZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-vbC7HwKhMZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #00ff00 !important;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbC7HwKhMZ .nav-item .nav-link:hover::before,
.cid-vbC7HwKhMZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vbC7HwKhMZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbC7HwKhMZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbC7HwKhMZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbC7HwKhMZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vbC7HwKhMZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbC7HwKhMZ .offcanvas_box {
    display: none;
  }
}
.cid-vbC7HwKhMZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbC7HwKhMZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbC7HwKhMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbC7HwKhMZ .container {
  display: flex;
  margin: auto;
}
.cid-vbC7HwKhMZ .iconfont-wrapper {
  color: #6f94aa;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vbC7HwKhMZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbC7HwKhMZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbC7HwKhMZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbC7HwKhMZ .navbar-nav {
    margin: 0;
  }
}
.cid-vbC7HwKhMZ .dropdown-menu,
.cid-vbC7HwKhMZ .navbar.opened {
  background-color: true !important;
}
.cid-vbC7HwKhMZ .nav-item:focus,
.cid-vbC7HwKhMZ .nav-link:focus {
  outline: none;
}
.cid-vbC7HwKhMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbC7HwKhMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbC7HwKhMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbC7HwKhMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbC7HwKhMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbC7HwKhMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbC7HwKhMZ .navbar {
  min-height: 60px;
  padding: 0px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
  align-items: center !important;
}
@media (max-width: 992px) {
  .cid-vbC7HwKhMZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbC7HwKhMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vbC7HwKhMZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbC7HwKhMZ .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vbC7HwKhMZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbC7HwKhMZ .navbar.collapsed {
  justify-content: center;
}
.cid-vbC7HwKhMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbC7HwKhMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbC7HwKhMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbC7HwKhMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbC7HwKhMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbC7HwKhMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbC7HwKhMZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbC7HwKhMZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbC7HwKhMZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbC7HwKhMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbC7HwKhMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbC7HwKhMZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbC7HwKhMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbC7HwKhMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbC7HwKhMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbC7HwKhMZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbC7HwKhMZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbC7HwKhMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbC7HwKhMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbC7HwKhMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbC7HwKhMZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbC7HwKhMZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbC7HwKhMZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbC7HwKhMZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbC7HwKhMZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbC7HwKhMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbC7HwKhMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbC7HwKhMZ .dropdown-item.active,
.cid-vbC7HwKhMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vbC7HwKhMZ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
  padding-bottom: 4px !important;
}
.cid-vbC7HwKhMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbC7HwKhMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbC7HwKhMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbC7HwKhMZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbC7HwKhMZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbC7HwKhMZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #002b56;
  background: #002b56;
}
.cid-vbC7HwKhMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #00ff00;
}
.cid-vbC7HwKhMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbC7HwKhMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbC7HwKhMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbC7HwKhMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbC7HwKhMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbC7HwKhMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbC7HwKhMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbC7HwKhMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbC7HwKhMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbC7HwKhMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: left;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbC7HwKhMZ .navbar {
    height: 70px;
  }
  .cid-vbC7HwKhMZ .navbar.opened {
    height: auto;
  }
  .cid-vbC7HwKhMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbC7HwKhMZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vbC7HwKhMZ .mbr-section-btn-main .btn {
  min-width: 160px;
}
.cid-vbC7HwKhMZ .navbar-caption:hover {
  color: #00e300;
}
@media (min-width: 992px) {
  .cid-vbC7HwKhMZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbC7HwKhMZ .text_widget {
  margin-bottom: 32px;
}
.cid-vbC7HwKhMZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbC7HwKhMZ .text_widget a:hover,
.cid-vbC7HwKhMZ .text_widget a:focus {
  opacity: .8;
}
.cid-vbC7HwKhMZ .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #002b56;
}
.cid-vbC7HwKhMZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vbC7HwKhMZ .navbar-caption {
  color: #000000;
}
.cid-vbC7HwKhMZ .mbr-text {
  color: #002b56;
  text-align: left;
}
.cid-vbC7HwKhMZ .mbr-section-subtitle,
.cid-vbC7HwKhMZ .text_widget,
.cid-vbC7HwKhMZ .mbr-section-btn {
  text-align: left;
  color: #002b56;
}
.cid-vbC7HwKhMZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbC7HwKhMZ .navbar-collapse {
  align-items: center;
}
.cid-vbC7HyzIsW {
  display: flex;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (min-width: 768px) {
  .cid-vbC7HyzIsW {
    align-items: center;
  }
  .cid-vbC7HyzIsW .row {
    justify-content: center;
  }
}
.cid-vbC7HyzIsW p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vbC7HyzIsW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbC7HyzIsW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vbC7HyzIsW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vbC7HyzIsW .content-wrap {
    width: 100%;
  }
}
.cid-vbC7HyzIsW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vbC7HyzIsW .mbr-text,
.cid-vbC7HyzIsW .mbr-section-btn {
  text-align: center;
  color: #00ff00;
}
.cid-vbC7HyzIsW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbC7Hz4uxL {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #002b56;
}
@media (max-width: 992px) {
  .cid-vbC7Hz4uxL {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-vbC7Hz4uxL .text {
  padding: 0;
}
.cid-vbC7Hz4uxL section {
  position: relative;
}
.cid-vbC7Hz4uxL h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-vbC7Hz4uxL .mbr-iconfont {
  padding: 0 !important;
}
.cid-vbC7Hz4uxL .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5f5;
}
.cid-vbC7Hz4uxL .box {
  background-image: url("../../../assets/images/glanzmeister.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cid-vbC7Hz4uxL .icon-wrap {
  background-color: #00e000 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.cid-vbC7Hz4uxL .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-vbC7Hz4uxL .icon-wrap span {
  padding-left: 8px;
}
.cid-vbC7Hz4uxL .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #002b56 !important;
}
.cid-vbC7Hz4uxL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 576px) {
  .cid-vbC7Hz4uxL .mbr-media span.mbri-play:before {
    padding-top: 60px !important;
  }
}
.cid-vbC7Hz4uxL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vbC7Hz4uxL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  background-color: black;
}
.cid-vbC7Hz4uxL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vbC7Hz4uxL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-vbC7Hz4uxL a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbC7Hz4uxL {
    padding-top: 7px;
    padding-bottom: 0px;
  }
  .cid-vbC7Hz4uxL .box {
    height: 250px;
  }
  .cid-vbC7Hz4uxL .row {
    padding: 1rem !important;
    padding-top: 4rem !important;
  }
}
.cid-vbC7Hz4uxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbC7Hz4uxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbC7Hz4uxL H2 {
  color: #f5f5f5;
}
.cid-vbC7Hz4uxL .mbr-section-title {
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vbC7Hz4uxL .mbr-section-title {
    display: none;
    padding-top: 50px !important;
  }
}
.cid-vbCdsjrJrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vbCdsjrJrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbCdsjrJrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbCdsjrJrV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vbCdsjrJrV .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-vbCdsjrJrV .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #e1e1e1;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-vbCdsjrJrV .panel-group .card_1 {
  background-color: #021b33;
}
.cid-vbCdsjrJrV .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #00ee00;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #00ee00;
  }
}
.cid-vbCdsjrJrV .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-group .card_2 {
  background-color: #002b56;
}
.cid-vbCdsjrJrV .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #00ee00;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #00ee00;
  }
}
.cid-vbCdsjrJrV .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-group .card_3 {
  background-color: #537999;
}
.cid-vbCdsjrJrV .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #00ee00;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #00ee00;
  }
}
.cid-vbCdsjrJrV .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-group .card_4 {
  background-color: #00ee00;
}
.cid-vbCdsjrJrV .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #002b56;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #002b56;
  }
}
.cid-vbCdsjrJrV .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #002b56;
}
.cid-vbCdsjrJrV .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-vbCdsjrJrV .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vbCdsjrJrV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-vbCdsjrJrV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-vbCdsjrJrV .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vbCdsjrJrV .mbr-section-title {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-title-edit_1 {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-title-edit_2 {
  color: #ffffff;
}
.cid-vbCdsjrJrV .panel-title-edit_3 {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-title-edit_4 {
  color: #000000;
}
.cid-vbCdsjrJrV .list_1 {
  color: #000000;
}
.cid-vbCdsjrJrV .list_2 {
  color: #ffffff;
}
.cid-vbCdsjrJrV .list_3 {
  color: #000000;
}
.cid-vbCdsjrJrV .list_4 {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-text_1 {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-text_2 {
  color: #ffffff;
}
.cid-vbCdsjrJrV .panel-text_3 {
  color: #000000;
}
.cid-vbCdsjrJrV .panel-text_4 {
  color: #000000;
}
.cid-vbCdsjrJrV .list_1,
.cid-vbCdsjrJrV .item-wrap_1 {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-title-edit_1,
.cid-vbCdsjrJrV .icon-wrapper {
  color: #ffffff;
}
.cid-vbCdsjrJrV .panel-text_1,
.cid-vbCdsjrJrV .panel-body,
.cid-vbCdsjrJrV .mbr-section-btn {
  color: #00ee00;
}
.cid-vbCdsjrJrV .list_2,
.cid-vbCdsjrJrV .item-wrap_2 {
  color: #00ee00;
}
.cid-vbCdsjrJrV .list_3,
.cid-vbCdsjrJrV .item-wrap_3 {
  color: #00ee00;
}
.cid-vbCdsjrJrV .list_4,
.cid-vbCdsjrJrV .item-wrap_4 {
  color: #002b56;
}
.cid-vbCdsjrJrV .panel-title-edit_3,
.cid-vbCdsjrJrV .icon-wrapper {
  color: #ffffff;
}
.cid-vbCdsjrJrV .panel-title-edit_4,
.cid-vbCdsjrJrV .icon-wrapper {
  color: #ffffff;
}
.cid-vbCdsjrJrV .mbr-section-title,
.cid-vbCdsjrJrV .icon-wrap {
  color: #002b56;
}
.cid-vbCdsjrJrV .panel-text_2,
.cid-vbCdsjrJrV .panel-body,
.cid-vbCdsjrJrV .mbr-section-btn {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-text_3,
.cid-vbCdsjrJrV .panel-body,
.cid-vbCdsjrJrV .mbr-section-btn {
  color: #00ee00;
}
.cid-vbCdsjrJrV .panel-text_4,
.cid-vbCdsjrJrV .panel-body,
.cid-vbCdsjrJrV .mbr-section-btn {
  color: #002b56;
}
.cid-vbC8ptjnpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbC8ptjnpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbC8ptjnpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbC8ptjnpd .row {
  justify-content: center;
}
.cid-vbC8ptjnpd .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-vbC8ptjnpd .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-vbC8ptjnpd .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vbC8ptjnpd .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-vbC8ptjnpd .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vbC8ptjnpd .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b6c6cf;
  opacity: .5;
  pointer-events: none;
}
.cid-vbC8ptjnpd .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vbC8ptjnpd .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-vbC8ptjnpd .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vbC8ptjnpd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vbC8ptjnpd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vbC8ptjnpd .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vbC8ptjnpd .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbC8ptjnpd .mbr-section-subtitle {
  color: #002b56;
  text-align: center;
}
.cid-vbC8ptjnpd .mbr-text,
.cid-vbC8ptjnpd .text-wrapper {
  color: #002b56;
  text-align: center;
}
.cid-vbC8ptjnpd .mbr-section-title,
.cid-vbC8ptjnpd .mbr-section-btn {
  text-align: center;
  color: #00ee00;
}
.cid-vbC7HBBF9r {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #00ff00;
}
.cid-vbC7HBBF9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbC7HBBF9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbC7HBBF9r .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-vbC7HBBF9r .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .container {
    padding: 0 20px;
  }
}
.cid-vbC7HBBF9r .row {
  justify-content: center;
}
.cid-vbC7HBBF9r .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbC7HBBF9r .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbC7HBBF9r .text-wrapper .text-wrap .mbr-text {
  width: 60%;
  display: inline-flex;
  margin-bottom: 40px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .cid-vbC7HBBF9r .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .cid-vbC7HBBF9r .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }
}
.cid-vbC7HBBF9r .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-vbC7HBBF9r .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vbC7HBBF9r .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-vbC7HBBF9r .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vbC7HBBF9r .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vbC7HBBF9r .nav-wrapper .list .item-wrap:hover,
.cid-vbC7HBBF9r .nav-wrapper .list .item-wrap:focus {
  color: #001062;
}
.cid-vbC7HBBF9r .mbr-copy {
  margin-bottom: 0;
  color: #0e990e;
  line-height: 1.4rem;
}
.cid-vbC7HBBF9r .mbr-text {
  color: #000000;
}
.cid-vbC7HBBF9r .mbr-list-title {
  color: #002b56;
}
.cid-vbC7HBBF9r b {
  color: #001062;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.cid-vbC7HBBF9r .list {
  color: #9a9a9a;
}
.cid-vbC7HBBF9r .list,
.cid-vbC7HBBF9r .item-wrap,
.cid-vbC7HBBF9r .contacts-wrapper {
  color: #006a00;
}
.cid-vbC7HBBF9r .mbr-text,
.cid-vbC7HBBF9r .text-wrap,
.cid-vbC7HBBF9r .mbr-section-btn {
  color: #001062;
  line-height: 1.25 !important;
}
@media (max-width: 576px) {
  .cid-vbC7HBBF9r .mbr-section-btn {
    width: 95% !important;
  }
}
.cid-vbC7HC8VLg.popup-builder {
  background-color: #ffffff;
}
.cid-vbC7HC8VLg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbC7HC8VLg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbC7HC8VLg .modal-content,
.cid-vbC7HC8VLg .modal-dialog {
  height: auto;
}
.cid-vbC7HC8VLg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbC7HC8VLg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbC7HC8VLg .form-wrapper .mbr-form .form-group,
  .cid-vbC7HC8VLg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbC7HC8VLg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbC7HC8VLg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbC7HC8VLg .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vbC7HC8VLg .pt-0 {
  padding-top: 0 !important;
}
.cid-vbC7HC8VLg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbC7HC8VLg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbC7HC8VLg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbC7HC8VLg .modal-open {
  overflow: hidden;
}
.cid-vbC7HC8VLg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbC7HC8VLg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbC7HC8VLg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbC7HC8VLg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbC7HC8VLg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbC7HC8VLg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbC7HC8VLg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbC7HC8VLg .modal-content {
  background: #f5f5f5;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbC7HC8VLg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbC7HC8VLg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbC7HC8VLg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbC7HC8VLg .modal-backdrop.show {
  opacity: .5;
}
.cid-vbC7HC8VLg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbC7HC8VLg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HC8VLg .modal-header {
    padding: 1rem;
  }
}
.cid-vbC7HC8VLg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbC7HC8VLg .modal-header .close svg {
  fill: #353535;
}
.cid-vbC7HC8VLg .modal-header .close:hover {
  opacity: 1;
}
.cid-vbC7HC8VLg .modal-header .close:focus {
  outline: none;
}
.cid-vbC7HC8VLg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #002b56;
}
.cid-vbC7HC8VLg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbC7HC8VLg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HC8VLg .modal-body {
    padding: 1rem;
  }
}
.cid-vbC7HC8VLg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbC7HC8VLg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HC8VLg .modal-footer {
    padding: 1rem;
  }
}
.cid-vbC7HC8VLg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbC7HC8VLg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbC7HC8VLg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbC7HC8VLg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbC7HC8VLg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbC7HC8VLg .modal-lg,
  .cid-vbC7HC8VLg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbC7HC8VLg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbC7HC8VLg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbC7HC8VLg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbC7HC8VLg .form-group {
  margin-bottom: 1rem;
}
.cid-vbC7HC8VLg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbC7HC8VLg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbC7HC8VLg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbC7HC8VLg .mbr-section-btn {
  margin: 0;
}
.cid-vbC7HC8VLg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbC7HCOpAz.popup-builder {
  background-color: #ffffff;
}
.cid-vbC7HCOpAz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vbC7HCOpAz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vbC7HCOpAz .modal-content,
.cid-vbC7HCOpAz .modal-dialog {
  height: auto;
}
.cid-vbC7HCOpAz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vbC7HCOpAz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vbC7HCOpAz .form-wrapper .mbr-form .form-group,
  .cid-vbC7HCOpAz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vbC7HCOpAz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vbC7HCOpAz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbC7HCOpAz .mbr-text {
  text-align: center;
  color: #002b56;
}
.cid-vbC7HCOpAz .pt-0 {
  padding-top: 0 !important;
}
.cid-vbC7HCOpAz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vbC7HCOpAz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vbC7HCOpAz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vbC7HCOpAz .modal-open {
  overflow: hidden;
}
.cid-vbC7HCOpAz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vbC7HCOpAz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vbC7HCOpAz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vbC7HCOpAz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vbC7HCOpAz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vbC7HCOpAz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vbC7HCOpAz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vbC7HCOpAz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vbC7HCOpAz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vbC7HCOpAz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vbC7HCOpAz .modal-backdrop.fade {
  opacity: 0;
}
.cid-vbC7HCOpAz .modal-backdrop.show {
  opacity: .5;
}
.cid-vbC7HCOpAz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vbC7HCOpAz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HCOpAz .modal-header {
    padding: 1rem;
  }
}
.cid-vbC7HCOpAz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vbC7HCOpAz .modal-header .close svg {
  fill: #353535;
}
.cid-vbC7HCOpAz .modal-header .close:hover {
  opacity: 1;
}
.cid-vbC7HCOpAz .modal-header .close:focus {
  outline: none;
}
.cid-vbC7HCOpAz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #00f100;
}
.cid-vbC7HCOpAz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vbC7HCOpAz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HCOpAz .modal-body {
    padding: 1rem;
  }
}
.cid-vbC7HCOpAz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vbC7HCOpAz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbC7HCOpAz .modal-footer {
    padding: 1rem;
  }
}
.cid-vbC7HCOpAz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vbC7HCOpAz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vbC7HCOpAz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vbC7HCOpAz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vbC7HCOpAz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vbC7HCOpAz .modal-lg,
  .cid-vbC7HCOpAz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vbC7HCOpAz .modal-xl {
    max-width: 1140px;
  }
}
.cid-vbC7HCOpAz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vbC7HCOpAz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vbC7HCOpAz .form-group {
  margin-bottom: 1rem;
}
.cid-vbC7HCOpAz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vbC7HCOpAz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vbC7HCOpAz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vbC7HCOpAz .mbr-section-btn {
  margin: 0;
}
.cid-vbC7HCOpAz .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbC7HCOpAz .popup-builder .margin-center-pos {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-vbC7HCOpAz .popup-builder .modal-dialog {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.cid-vbC7HCOpAz .popup-builder .modal-header {
  padding-bottom: .5rem !important;
}
.cid-vbC7HCOpAz .popup-builder .modal-body {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vbC7HCOpAz .popup-builder .mbr-text {
  margin-bottom: .75rem !important;
}
.cid-vbC7HCOpAz .popup-builder .modal-content {
  height: 85vh;
  overflow: hidden;
}
.cid-vbC7HCOpAz .popup-builder .calendly-frame {
  flex: 1 1 auto;
  height: 100% !important;
  min-height: 0;
}
