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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 300;
  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: 300;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 300;
  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.3;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #495dff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9139 !important;
}
.bg-danger {
  background-color: #7b9eb5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #495dff !important;
  border-color: #495dff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001bf1 !important;
  border-color: #001bf1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001bf1 !important;
  border-color: #001bf1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
  color: #656e81 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #656e81 !important;
  background-color: #c0c5ce !important;
  border-color: #c0c5ce !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9139 !important;
  border-color: #ff9139 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e16400 !important;
  border-color: #e16400 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7b9eb5 !important;
  border-color: #7b9eb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4e738b !important;
  border-color: #4e738b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4e738b !important;
  border-color: #4e738b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #495dff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001bf1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #495dff !important;
  border-color: #495dff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f2f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0c5ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #656e81 !important;
  background-color: #f1f2f4 !important;
  border-color: #f1f2f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9139;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e16400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9139 !important;
  border-color: #ff9139 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b9eb5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4e738b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7b9eb5 !important;
  border-color: #7b9eb5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #495dff !important;
}
.text-secondary {
  color: #f1f2f4 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9139 !important;
}
.text-danger {
  color: #7b9eb5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0019e2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b8bdc7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d25d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #496b81 !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: #495dff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9139;
}
.alert-danger {
  background-color: #7b9eb5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #495dff;
  border-color: #495dff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #495dff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cddae3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #495dff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #495dff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #495dff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #495dff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #495dff;
  border-bottom-color: #495dff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #495dff !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: #f1f2f4 !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='%23495dff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #495dff;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #f1f2f4;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #40b0bf;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ff9139;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #7b9eb5;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-tuYTixQe0w {
  z-index: 1000;
  width: 100%;
}
.cid-tuYTixQe0w .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-tuYTixQe0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .menu_box .navbar.opened,
  .cid-tuYTixQe0w .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tuYTixQe0w nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tuYTixQe0w .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tuYTixQe0w .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tuYTixQe0w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tuYTixQe0w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-tuYTixQe0w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tuYTixQe0w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tuYTixQe0w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tuYTixQe0w .offcanvas-body .mbr-text,
  .cid-tuYTixQe0w .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tuYTixQe0w .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tuYTixQe0w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tuYTixQe0w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .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-tuYTixQe0w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tuYTixQe0w li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tuYTixQe0w .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tuYTixQe0w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .nav-item {
    margin: 0 !important;
  }
}
.cid-tuYTixQe0w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tuYTixQe0w .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-tuYTixQe0w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tuYTixQe0w .offcanvas_box {
    display: none;
  }
}
.cid-tuYTixQe0w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tuYTixQe0w .container {
  display: flex;
  margin: auto;
}
.cid-tuYTixQe0w .iconfont-wrapper {
  color: #495dff;
  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-tuYTixQe0w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tuYTixQe0w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tuYTixQe0w .navbar-caption {
  color: #495DFF;
}
.cid-tuYTixQe0w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .navbar-nav {
    margin: 0;
  }
}
.cid-tuYTixQe0w .dropdown-menu,
.cid-tuYTixQe0w .navbar.opened {
  background-color: true !important;
}
.cid-tuYTixQe0w .nav-item:focus,
.cid-tuYTixQe0w .nav-link:focus {
  outline: none;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuYTixQe0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuYTixQe0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuYTixQe0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuYTixQe0w .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tuYTixQe0w .navbar.opened {
  transition: all 0.3s;
}
.cid-tuYTixQe0w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tuYTixQe0w .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tuYTixQe0w .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tuYTixQe0w .navbar.collapsed {
  justify-content: center;
}
.cid-tuYTixQe0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuYTixQe0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuYTixQe0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuYTixQe0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tuYTixQe0w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tuYTixQe0w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tuYTixQe0w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tuYTixQe0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuYTixQe0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tuYTixQe0w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tuYTixQe0w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tuYTixQe0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuYTixQe0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuYTixQe0w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tuYTixQe0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuYTixQe0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuYTixQe0w .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-tuYTixQe0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-tuYTixQe0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuYTixQe0w .dropdown-item.active,
.cid-tuYTixQe0w .dropdown-item:active {
  background-color: transparent;
}
.cid-tuYTixQe0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuYTixQe0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuYTixQe0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuYTixQe0w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tuYTixQe0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuYTixQe0w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuYTixQe0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuYTixQe0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuYTixQe0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tuYTixQe0w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuYTixQe0w .navbar {
    height: 70px;
  }
  .cid-tuYTixQe0w .navbar.opened {
    height: auto;
  }
  .cid-tuYTixQe0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuYTixQe0w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tuYTixQe0w .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-tuYTixQe0w .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tuYTixQe0w .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tuYTixQe0w .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tuYTixQe0w .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-tuYTixQe0w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tuYTixQe0w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuYTixQe0w .text_widget {
  color: #ffffff;
}
.cid-tuYTixQe0w .mbr-section-subtitle,
.cid-tuYTixQe0w .text_widget,
.cid-tuYTixQe0w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tuYTixQe0w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeC1ofR3S {
  background-image: url("../../../assets/images/home-titelbild-2000x1329.jpg");
}
.cid-uNeC1ofR3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeC1ofR3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeC1ofR3S .row {
  justify-content: center;
}
.cid-uNeC1ofR3S .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNeC1ofR3S .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNeC1ofR3S .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNeC1ofR3S .mbr-section-title {
  color: #ffffff;
}
.cid-uNeC1ofR3S .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNeC1ofR3S .mbr-section-title,
.cid-uNeC1ofR3S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uHBuviYxdb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHBuviYxdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBuviYxdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBuviYxdb .row {
  justify-content: center;
}
.cid-uHBuviYxdb .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uHBuviYxdb .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uHBuviYxdb .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHBuviYxdb .mbr-text {
  color: #fff7ee;
}
.cid-uHBuviYxdb .mbr-text,
.cid-uHBuviYxdb .mbr-section-btn,
.cid-uHBuviYxdb .text-wrapper {
  color: #565555;
  text-align: center;
}
.cid-uNeFEg1byQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNeFEg1byQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeFEg1byQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeFEg1byQ .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uNeFEg1byQ .items-wrapper .item {
  padding: 0 10px;
}
.cid-uNeFEg1byQ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNeFEg1byQ .item {
    margin-bottom: 20px;
  }
}
.cid-uNeFEg1byQ .item:hover .item-wrapper .item-img img,
.cid-uNeFEg1byQ .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uNeFEg1byQ .item .item-wrapper {
  padding: 80px 60px;
  background-color: #689cbe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNeFEg1byQ .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uNeFEg1byQ .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNeFEg1byQ .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uNeFEg1byQ .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNeFEg1byQ .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNeFEg1byQ .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #689cbe;
}
.cid-uNeFEg1byQ .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNeFEg1byQ .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uNeFEg1byQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNeFEg1byQ .mbr-label {
  color: #19171c;
}
.cid-uNeFEg1byQ .item-text {
  color: #6e6e73;
}
.cid-uNeFEg1byQ .mbr-label,
.cid-uNeFEg1byQ .mbr-section-btn,
.cid-uNeFEg1byQ .label-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNeFEg1byQ .item-text,
.cid-uNeFEg1byQ .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNeFRtFCCK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNeFRtFCCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeFRtFCCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeFRtFCCK .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uNeFRtFCCK .items-wrapper .item {
  padding: 0 10px;
}
.cid-uNeFRtFCCK .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNeFRtFCCK .item {
    margin-bottom: 20px;
  }
}
.cid-uNeFRtFCCK .item:hover .item-wrapper .item-img img,
.cid-uNeFRtFCCK .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.cid-uNeFRtFCCK .item .item-wrapper {
  padding: 80px 60px;
  background-color: #689cbe;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNeFRtFCCK .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uNeFRtFCCK .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNeFRtFCCK .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uNeFRtFCCK .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNeFRtFCCK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNeFRtFCCK .item .item-wrapper .item-content .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #689cbe;
}
.cid-uNeFRtFCCK .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNeFRtFCCK .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uNeFRtFCCK .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNeFRtFCCK .mbr-label {
  color: #19171c;
}
.cid-uNeFRtFCCK .item-text {
  color: #6e6e73;
}
.cid-uNeFRtFCCK .item-text,
.cid-uNeFRtFCCK .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNeFRtFCCK .mbr-label,
.cid-uNeFRtFCCK .mbr-section-btn,
.cid-uNeFRtFCCK .label-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNyaZVg4CW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNyaZVg4CW .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uNyaZVg4CW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNyaZVg4CW .container {
    padding: 0 20px;
  }
}
.cid-uNyaZVg4CW .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uNyaZVg4CW .row {
    padding: 46px 0;
  }
}
.cid-uNyaZVg4CW .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uNyaZVg4CW .content-wrapper {
    padding: 0;
  }
}
.cid-uNyaZVg4CW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uNyaZVg4CW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNyaZVg4CW .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uNyaZVg4CW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uNyaZVg4CW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uNyaZVg4CW .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uNyaZVg4CW .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uNyaZVg4CW .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #689cbe !important;
}
.cid-uNyaZVg4CW .embla__button--next,
.cid-uNyaZVg4CW .embla__button--prev {
  display: flex;
}
.cid-uNyaZVg4CW .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #495dff !important;
  border: 2px solid #495dff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uNyaZVg4CW .embla__button {
    top: 2.5rem;
  }
}
.cid-uNyaZVg4CW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNyaZVg4CW .embla__button:hover {
  opacity: 1 !important;
}
.cid-uNyaZVg4CW .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uNyaZVg4CW .embla__button.embla__button--next {
  right: 30px;
}
.cid-uNyaZVg4CW .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uNyaZVg4CW .embla {
    padding-top: 100px;
  }
}
.cid-uNyaZVg4CW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNyaZVg4CW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNyaZVg4CW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNyaZVg4CW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNyaZVg4CW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uNyaZVg4CW .mbr-section-title {
  color: #000000;
}
.cid-uNyaZVg4CW .item-name {
  color: #000000;
  text-align: center;
}
.cid-uNyaZVg4CW .item-role {
  color: #000000;
  text-align: center;
}
.cid-uNyaZVg4CW .list,
.cid-uNyaZVg4CW .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNyaZVg4CW .mbr-section-title,
.cid-uNyaZVg4CW .mbr-section-btn-main {
  text-align: center;
  color: #3d3d3d;
}
.cid-uNyaZVg4CW .item-name,
.cid-uNyaZVg4CW .mbr-section-btn {
  text-align: center;
}
.cid-uHBEQkiBbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHBEQkiBbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBEQkiBbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBEQkiBbs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHBEQkiBbs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHBEQkiBbs .container {
    padding: 0 24px;
  }
}
.cid-uHBEQkiBbs .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .content-wrapper {
    display: block;
  }
}
.cid-uHBEQkiBbs .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uHBEQkiBbs .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uHBEQkiBbs .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHBEQkiBbs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHBEQkiBbs .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uHBEQkiBbs .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHBEQkiBbs .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uHBEQkiBbs .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHBEQkiBbs .mbr-section-title {
  color: #18212d;
}
.cid-uHBEQkiBbs .mbr-desc {
  color: #18212d;
}
.cid-uHBEQkiBbs .mbr-text {
  color: #181818;
}
.cid-uHBEQkiBbs .mbr-section-title,
.cid-uHBEQkiBbs .mbr-section-btn {
  color: #7b9eb5;
}
.cid-uOmT31FbgC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #689cbe;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uOmT31FbgC .container {
    padding: 0 24px;
  }
}
.cid-uOmT31FbgC .card {
  justify-content: center;
}
.cid-uOmT31FbgC .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uOmT31FbgC .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uOmT31FbgC .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOmT31FbgC .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOmT31FbgC .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uOmT31FbgC .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uOmT31FbgC .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uOmT31FbgC .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOmT31FbgC .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uOmT31FbgC .mbr-section-title {
  color: #F9F6E0;
}
.cid-uOmT31FbgC .mbr-desc {
  color: #F9F6E0;
}
.cid-uOmT31FbgC .mbr-text {
  color: #ffffff;
}
.cid-uOmT31FbgC .mbr-section-btn {
  text-align: right;
}
.cid-uOmT31FbgC .mbr-section-title,
.cid-uOmT31FbgC .mbr-section-btn {
  color: #ffffff;
}
.cid-tuYTW9oWx1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tuYTW9oWx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuYTW9oWx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuYTW9oWx1 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tuYTW9oWx1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tuYTW9oWx1 .container-fluid .row {
  padding: 0;
}
.cid-tuYTW9oWx1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tuYTW9oWx1 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-tuYTW9oWx1 .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-tuYTW9oWx1 .list .item-wrap:hover {
  opacity: .5;
}
.cid-tuYTW9oWx1 .mbr-section-btn {
  width: 100%;
}
.cid-tuYTW9oWx1 .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-tuYTW9oWx1 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuYTW9oWx1 .copyright {
    padding: 32px 0;
  }
}
.cid-tuYTW9oWx1 .mbr-section-title {
  color: #ffffff;
}
.cid-uGhDZM5YjQ {
  z-index: 1000;
  width: 100%;
}
.cid-uGhDZM5YjQ .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGhDZM5YjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGhDZM5YjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .menu_box .navbar.opened,
  .cid-uGhDZM5YjQ .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGhDZM5YjQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGhDZM5YjQ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGhDZM5YjQ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGhDZM5YjQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGhDZM5YjQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGhDZM5YjQ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGhDZM5YjQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGhDZM5YjQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGhDZM5YjQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGhDZM5YjQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGhDZM5YjQ .offcanvas-body .mbr-text,
  .cid-uGhDZM5YjQ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGhDZM5YjQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGhDZM5YjQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGhDZM5YjQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGhDZM5YjQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhDZM5YjQ .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-uGhDZM5YjQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGhDZM5YjQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGhDZM5YjQ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGhDZM5YjQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGhDZM5YjQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uGhDZM5YjQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGhDZM5YjQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGhDZM5YjQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhDZM5YjQ .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-uGhDZM5YjQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGhDZM5YjQ .offcanvas_box {
    display: none;
  }
}
.cid-uGhDZM5YjQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGhDZM5YjQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGhDZM5YjQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGhDZM5YjQ .container {
  display: flex;
  margin: auto;
}
.cid-uGhDZM5YjQ .iconfont-wrapper {
  color: #495dff;
  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-uGhDZM5YjQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGhDZM5YjQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGhDZM5YjQ .navbar-caption {
  color: #495DFF;
}
.cid-uGhDZM5YjQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGhDZM5YjQ .navbar-nav {
    margin: 0;
  }
}
.cid-uGhDZM5YjQ .dropdown-menu,
.cid-uGhDZM5YjQ .navbar.opened {
  background-color: true !important;
}
.cid-uGhDZM5YjQ .nav-item:focus,
.cid-uGhDZM5YjQ .nav-link:focus {
  outline: none;
}
.cid-uGhDZM5YjQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGhDZM5YjQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGhDZM5YjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGhDZM5YjQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGhDZM5YjQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGhDZM5YjQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGhDZM5YjQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGhDZM5YjQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGhDZM5YjQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uGhDZM5YjQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGhDZM5YjQ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGhDZM5YjQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGhDZM5YjQ .navbar.collapsed {
  justify-content: center;
}
.cid-uGhDZM5YjQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGhDZM5YjQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGhDZM5YjQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGhDZM5YjQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGhDZM5YjQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGhDZM5YjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGhDZM5YjQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGhDZM5YjQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGhDZM5YjQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGhDZM5YjQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGhDZM5YjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGhDZM5YjQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGhDZM5YjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGhDZM5YjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGhDZM5YjQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGhDZM5YjQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGhDZM5YjQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGhDZM5YjQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGhDZM5YjQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGhDZM5YjQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGhDZM5YjQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGhDZM5YjQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGhDZM5YjQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGhDZM5YjQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGhDZM5YjQ .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-uGhDZM5YjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGhDZM5YjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGhDZM5YjQ .dropdown-item.active,
.cid-uGhDZM5YjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uGhDZM5YjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGhDZM5YjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGhDZM5YjQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGhDZM5YjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGhDZM5YjQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGhDZM5YjQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGhDZM5YjQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGhDZM5YjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGhDZM5YjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGhDZM5YjQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhDZM5YjQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhDZM5YjQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGhDZM5YjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhDZM5YjQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGhDZM5YjQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGhDZM5YjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhDZM5YjQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGhDZM5YjQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGhDZM5YjQ .navbar {
    height: 70px;
  }
  .cid-uGhDZM5YjQ .navbar.opened {
    height: auto;
  }
  .cid-uGhDZM5YjQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGhDZM5YjQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGhDZM5YjQ .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGhDZM5YjQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGhDZM5YjQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGhDZM5YjQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGhDZM5YjQ .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGhDZM5YjQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGhDZM5YjQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGhDZM5YjQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGhDZM5YjQ .text_widget {
  color: #ffffff;
}
.cid-uGhDZM5YjQ .mbr-section-subtitle,
.cid-uGhDZM5YjQ .text_widget,
.cid-uGhDZM5YjQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGhDZM5YjQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNePsFMBjE {
  background-image: url("../../../assets/images/dsc03284-1158x769.jpg");
}
.cid-uNePsFMBjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNePsFMBjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNePsFMBjE .row {
  justify-content: center;
}
.cid-uNePsFMBjE .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNePsFMBjE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNePsFMBjE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNePsFMBjE .mbr-section-title {
  color: #ffffff;
}
.cid-uNePsFMBjE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uNePsFMBjE .mbr-section-title,
.cid-uNePsFMBjE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGhDZZAJlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #689cbe;
}
.cid-uGhDZZAJlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhDZZAJlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhDZZAJlE .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhDZZAJlE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhDZZAJlE .container-fluid .row {
  padding: 0;
}
.cid-uGhDZZAJlE .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGhDZZAJlE .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uGhDZZAJlE .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uGhDZZAJlE .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uGhDZZAJlE .list .item-wrap:hover::before,
.cid-uGhDZZAJlE .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uGhDZZAJlE .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uGhDZZAJlE .mbr-section-title {
  color: #ffffff;
}
.cid-uGhDZZAJlE .mbr-text {
  color: #ffffff;
}
.cid-uGhE01Oyye {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGhE01Oyye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhE01Oyye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhE01Oyye .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhE01Oyye .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhE01Oyye .container-fluid .row {
  padding: 0;
}
.cid-uGhE01Oyye .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGhE01Oyye .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGhE01Oyye .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGhE01Oyye .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGhE01Oyye .mbr-section-btn {
  width: 100%;
}
.cid-uGhE01Oyye .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGhE01Oyye .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGhE01Oyye .copyright {
    padding: 32px 0;
  }
}
.cid-uGhE01Oyye .mbr-section-title {
  color: #ffffff;
}
.cid-uGi1bauMug {
  z-index: 1000;
  width: 100%;
}
.cid-uGi1bauMug .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGi1bauMug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGi1bauMug .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .menu_box .navbar.opened,
  .cid-uGi1bauMug .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGi1bauMug nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGi1bauMug .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGi1bauMug .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGi1bauMug .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGi1bauMug .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGi1bauMug .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGi1bauMug .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGi1bauMug .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGi1bauMug .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGi1bauMug .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGi1bauMug .offcanvas-body .mbr-text,
  .cid-uGi1bauMug .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGi1bauMug .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGi1bauMug .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGi1bauMug ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGi1bauMug .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGi1bauMug .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-uGi1bauMug .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGi1bauMug li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGi1bauMug .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGi1bauMug .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGi1bauMug .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .nav-item {
    margin: 0 !important;
  }
}
.cid-uGi1bauMug .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGi1bauMug .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGi1bauMug .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGi1bauMug .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-uGi1bauMug .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGi1bauMug .offcanvas_box {
    display: none;
  }
}
.cid-uGi1bauMug .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGi1bauMug .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGi1bauMug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGi1bauMug .container {
  display: flex;
  margin: auto;
}
.cid-uGi1bauMug .iconfont-wrapper {
  color: #495dff;
  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-uGi1bauMug .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGi1bauMug .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGi1bauMug .navbar-caption {
  color: #495DFF;
}
.cid-uGi1bauMug .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGi1bauMug .navbar-nav {
    margin: 0;
  }
}
.cid-uGi1bauMug .dropdown-menu,
.cid-uGi1bauMug .navbar.opened {
  background-color: true !important;
}
.cid-uGi1bauMug .nav-item:focus,
.cid-uGi1bauMug .nav-link:focus {
  outline: none;
}
.cid-uGi1bauMug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGi1bauMug .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGi1bauMug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGi1bauMug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGi1bauMug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGi1bauMug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGi1bauMug .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGi1bauMug .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGi1bauMug .navbar.opened {
  transition: all 0.3s;
}
.cid-uGi1bauMug .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGi1bauMug .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGi1bauMug .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGi1bauMug .navbar.collapsed {
  justify-content: center;
}
.cid-uGi1bauMug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGi1bauMug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGi1bauMug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGi1bauMug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGi1bauMug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGi1bauMug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGi1bauMug .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGi1bauMug .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGi1bauMug .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGi1bauMug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGi1bauMug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGi1bauMug .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGi1bauMug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGi1bauMug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGi1bauMug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGi1bauMug .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGi1bauMug .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGi1bauMug .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGi1bauMug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGi1bauMug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGi1bauMug .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGi1bauMug .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGi1bauMug .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGi1bauMug .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGi1bauMug .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-uGi1bauMug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGi1bauMug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGi1bauMug .dropdown-item.active,
.cid-uGi1bauMug .dropdown-item:active {
  background-color: transparent;
}
.cid-uGi1bauMug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGi1bauMug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGi1bauMug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGi1bauMug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGi1bauMug ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGi1bauMug .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGi1bauMug button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGi1bauMug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGi1bauMug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGi1bauMug button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGi1bauMug button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGi1bauMug button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGi1bauMug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGi1bauMug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGi1bauMug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGi1bauMug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGi1bauMug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGi1bauMug .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGi1bauMug .navbar {
    height: 70px;
  }
  .cid-uGi1bauMug .navbar.opened {
    height: auto;
  }
  .cid-uGi1bauMug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGi1bauMug .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGi1bauMug .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGi1bauMug .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGi1bauMug .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGi1bauMug .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGi1bauMug .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGi1bauMug .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGi1bauMug .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGi1bauMug .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGi1bauMug .text_widget {
  color: #ffffff;
}
.cid-uGi1bauMug .mbr-section-subtitle,
.cid-uGi1bauMug .text_widget,
.cid-uGi1bauMug .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGi1bauMug a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNm3XazPhC {
  background-color: #689cbe;
}
.cid-uNm3XazPhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm3XazPhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm3XazPhC .row {
  justify-content: center;
}
.cid-uNm3XazPhC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNm3XazPhC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNm3XazPhC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNm3XazPhC .mbr-section-title {
  color: #ffffff;
}
.cid-uNm3XazPhC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNm3XazPhC .mbr-section-title,
.cid-uNm3XazPhC .mbr-section-btn {
  text-align: center;
}
.cid-uGi1bgTI5i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGi1bgTI5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGi1bgTI5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGi1bgTI5i .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uGi1bgTI5i .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGi1bgTI5i .container-fluid .row {
  padding: 0;
}
.cid-uGi1bgTI5i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGi1bgTI5i .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uGi1bgTI5i .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-uGi1bgTI5i .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-uGi1bgTI5i .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGi1bgTI5i .mbr-desc {
  color: #3d3d3d;
  text-align: center;
}
.cid-uHBxX6zuRj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHBxX6zuRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBxX6zuRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBxX6zuRj .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .container {
    padding: 0 20px;
  }
}
.cid-uHBxX6zuRj .row {
  justify-content: space-between;
}
.cid-uHBxX6zuRj .card {
  justify-content: center;
}
.cid-uHBxX6zuRj .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBxX6zuRj .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uHBxX6zuRj .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .image-wrapper {
    padding-right: 0;
  }
}
.cid-uHBxX6zuRj .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uHBxX6zuRj .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uHBxX6zuRj .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uHBxX6zuRj .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHBxX6zuRj .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBxX6zuRj .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uHBxX6zuRj .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .content-wrapper {
    padding-left: 0;
  }
}
.cid-uHBxX6zuRj .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uHBxX6zuRj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHBxX6zuRj .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHBxX6zuRj .mbr-desc {
  color: #1e1d1c;
}
.cid-uHBxX6zuRj .mbr-section-title {
  color: #1e1d1c;
}
.cid-uHBxZYIKBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHBxZYIKBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBxZYIKBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBxZYIKBc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .container {
    padding: 0 20px;
  }
}
.cid-uHBxZYIKBc .row {
  justify-content: space-between;
}
.cid-uHBxZYIKBc .card {
  justify-content: center;
}
.cid-uHBxZYIKBc .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBxZYIKBc .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uHBxZYIKBc .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uHBxZYIKBc .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uHBxZYIKBc .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHBxZYIKBc .content-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBxZYIKBc .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHBxZYIKBc .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uHBxZYIKBc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHBxZYIKBc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHBxZYIKBc .mbr-desc {
  color: #1e1d1c;
}
.cid-uHBxZYIKBc .mbr-section-title {
  color: #1e1d1c;
}
.cid-uHBy1k5YhR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHBy1k5YhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHBy1k5YhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHBy1k5YhR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .container {
    padding: 0 20px;
  }
}
.cid-uHBy1k5YhR .row {
  justify-content: space-between;
}
.cid-uHBy1k5YhR .card {
  justify-content: center;
}
.cid-uHBy1k5YhR .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBy1k5YhR .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uHBy1k5YhR .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .image-wrapper {
    padding-right: 0;
  }
}
.cid-uHBy1k5YhR .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .cid-uHBy1k5YhR .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uHBy1k5YhR .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .image-wrapper .image-wrap {
    padding: 0;
  }
}
.cid-uHBy1k5YhR .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHBy1k5YhR .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uHBy1k5YhR .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uHBy1k5YhR .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .content-wrapper {
    padding-left: 0;
  }
}
.cid-uHBy1k5YhR .content-wrapper .mbr-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.cid-uHBy1k5YhR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHBy1k5YhR .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHBy1k5YhR .mbr-desc {
  color: #1e1d1c;
}
.cid-uHBy1k5YhR .mbr-section-title {
  color: #1e1d1c;
}
.cid-uNm3cEwPkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNm3cEwPkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNm3cEwPkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNm3cEwPkY .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #689cbe -30%, #689cbe 20%, #689cbe 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNm3cEwPkY .card-wrapper {
    padding: 16px;
  }
}
.cid-uNm3cEwPkY .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNm3cEwPkY .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNm3cEwPkY .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uNm3cEwPkY .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNm3cEwPkY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNm3cEwPkY .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGi1bjQjLl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGi1bjQjLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGi1bjQjLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGi1bjQjLl .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGi1bjQjLl .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGi1bjQjLl .container-fluid .row {
  padding: 0;
}
.cid-uGi1bjQjLl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGi1bjQjLl .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGi1bjQjLl .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGi1bjQjLl .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGi1bjQjLl .mbr-section-btn {
  width: 100%;
}
.cid-uGi1bjQjLl .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGi1bjQjLl .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGi1bjQjLl .copyright {
    padding: 32px 0;
  }
}
.cid-uGi1bjQjLl .mbr-section-title {
  color: #ffffff;
}
.cid-uGhLiOiF8N {
  z-index: 1000;
  width: 100%;
}
.cid-uGhLiOiF8N .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGhLiOiF8N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGhLiOiF8N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .menu_box .navbar.opened,
  .cid-uGhLiOiF8N .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGhLiOiF8N nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGhLiOiF8N .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGhLiOiF8N .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGhLiOiF8N .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGhLiOiF8N .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGhLiOiF8N .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGhLiOiF8N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGhLiOiF8N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGhLiOiF8N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGhLiOiF8N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGhLiOiF8N .offcanvas-body .mbr-text,
  .cid-uGhLiOiF8N .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGhLiOiF8N .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGhLiOiF8N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGhLiOiF8N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGhLiOiF8N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhLiOiF8N .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-uGhLiOiF8N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGhLiOiF8N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGhLiOiF8N .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGhLiOiF8N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGhLiOiF8N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .nav-item {
    margin: 0 !important;
  }
}
.cid-uGhLiOiF8N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGhLiOiF8N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGhLiOiF8N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhLiOiF8N .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-uGhLiOiF8N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGhLiOiF8N .offcanvas_box {
    display: none;
  }
}
.cid-uGhLiOiF8N .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGhLiOiF8N .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGhLiOiF8N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGhLiOiF8N .container {
  display: flex;
  margin: auto;
}
.cid-uGhLiOiF8N .iconfont-wrapper {
  color: #495dff;
  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-uGhLiOiF8N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGhLiOiF8N .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGhLiOiF8N .navbar-caption {
  color: #495DFF;
}
.cid-uGhLiOiF8N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGhLiOiF8N .navbar-nav {
    margin: 0;
  }
}
.cid-uGhLiOiF8N .dropdown-menu,
.cid-uGhLiOiF8N .navbar.opened {
  background-color: true !important;
}
.cid-uGhLiOiF8N .nav-item:focus,
.cid-uGhLiOiF8N .nav-link:focus {
  outline: none;
}
.cid-uGhLiOiF8N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGhLiOiF8N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGhLiOiF8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGhLiOiF8N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGhLiOiF8N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGhLiOiF8N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGhLiOiF8N .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGhLiOiF8N .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGhLiOiF8N .navbar.opened {
  transition: all 0.3s;
}
.cid-uGhLiOiF8N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGhLiOiF8N .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGhLiOiF8N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGhLiOiF8N .navbar.collapsed {
  justify-content: center;
}
.cid-uGhLiOiF8N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGhLiOiF8N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGhLiOiF8N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGhLiOiF8N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGhLiOiF8N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGhLiOiF8N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGhLiOiF8N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGhLiOiF8N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGhLiOiF8N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGhLiOiF8N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGhLiOiF8N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGhLiOiF8N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGhLiOiF8N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGhLiOiF8N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGhLiOiF8N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGhLiOiF8N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGhLiOiF8N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGhLiOiF8N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGhLiOiF8N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGhLiOiF8N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGhLiOiF8N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGhLiOiF8N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGhLiOiF8N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGhLiOiF8N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGhLiOiF8N .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-uGhLiOiF8N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGhLiOiF8N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGhLiOiF8N .dropdown-item.active,
.cid-uGhLiOiF8N .dropdown-item:active {
  background-color: transparent;
}
.cid-uGhLiOiF8N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGhLiOiF8N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGhLiOiF8N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGhLiOiF8N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGhLiOiF8N ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGhLiOiF8N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGhLiOiF8N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGhLiOiF8N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGhLiOiF8N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGhLiOiF8N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhLiOiF8N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhLiOiF8N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGhLiOiF8N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhLiOiF8N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGhLiOiF8N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGhLiOiF8N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhLiOiF8N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGhLiOiF8N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGhLiOiF8N .navbar {
    height: 70px;
  }
  .cid-uGhLiOiF8N .navbar.opened {
    height: auto;
  }
  .cid-uGhLiOiF8N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGhLiOiF8N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGhLiOiF8N .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGhLiOiF8N .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGhLiOiF8N .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGhLiOiF8N .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGhLiOiF8N .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGhLiOiF8N .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGhLiOiF8N .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGhLiOiF8N .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGhLiOiF8N .text_widget {
  color: #ffffff;
}
.cid-uGhLiOiF8N .mbr-section-subtitle,
.cid-uGhLiOiF8N .text_widget,
.cid-uGhLiOiF8N .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGhLiOiF8N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeMxv0IFE {
  background-image: url("../../../assets/images/bauwerksdiagnostik-2000x1500.jpg");
}
.cid-uNeMxv0IFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeMxv0IFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeMxv0IFE .row {
  justify-content: center;
}
.cid-uNeMxv0IFE .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNeMxv0IFE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNeMxv0IFE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNeMxv0IFE .mbr-section-title {
  color: #ffffff;
}
.cid-uNeMxv0IFE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uNeMxv0IFE .mbr-section-title,
.cid-uNeMxv0IFE .mbr-section-btn {
  text-align: left;
}
.cid-uGhLiR5zas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7b9eb5;
}
.cid-uGhLiR5zas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhLiR5zas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhLiR5zas .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhLiR5zas .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhLiR5zas .container-fluid .row {
  padding: 0;
}
.cid-uGhLiR5zas .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGhLiR5zas .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uGhLiR5zas .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uGhLiR5zas .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uGhLiR5zas .list .item-wrap:hover::before,
.cid-uGhLiR5zas .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uGhLiR5zas .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uGhLiR5zas .mbr-section-title {
  color: #ffffff;
}
.cid-uGhLiR5zas .mbr-text {
  color: #ffffff;
}
.cid-uGhLiRFfhf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGhLiRFfhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhLiRFfhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhLiRFfhf .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhLiRFfhf .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhLiRFfhf .container-fluid .row {
  padding: 0;
}
.cid-uGhLiRFfhf .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGhLiRFfhf .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGhLiRFfhf .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGhLiRFfhf .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGhLiRFfhf .mbr-section-btn {
  width: 100%;
}
.cid-uGhLiRFfhf .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGhLiRFfhf .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGhLiRFfhf .copyright {
    padding: 32px 0;
  }
}
.cid-uGhLiRFfhf .mbr-section-title {
  color: #ffffff;
}
.cid-uGhWFMm8sp {
  z-index: 1000;
  width: 100%;
}
.cid-uGhWFMm8sp .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGhWFMm8sp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGhWFMm8sp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .menu_box .navbar.opened,
  .cid-uGhWFMm8sp .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGhWFMm8sp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGhWFMm8sp .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGhWFMm8sp .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGhWFMm8sp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGhWFMm8sp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGhWFMm8sp .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGhWFMm8sp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGhWFMm8sp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGhWFMm8sp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGhWFMm8sp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGhWFMm8sp .offcanvas-body .mbr-text,
  .cid-uGhWFMm8sp .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGhWFMm8sp .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGhWFMm8sp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGhWFMm8sp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGhWFMm8sp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhWFMm8sp .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-uGhWFMm8sp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGhWFMm8sp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGhWFMm8sp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGhWFMm8sp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGhWFMm8sp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .nav-item {
    margin: 0 !important;
  }
}
.cid-uGhWFMm8sp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGhWFMm8sp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGhWFMm8sp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhWFMm8sp .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-uGhWFMm8sp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGhWFMm8sp .offcanvas_box {
    display: none;
  }
}
.cid-uGhWFMm8sp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGhWFMm8sp .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGhWFMm8sp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGhWFMm8sp .container {
  display: flex;
  margin: auto;
}
.cid-uGhWFMm8sp .iconfont-wrapper {
  color: #495dff;
  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-uGhWFMm8sp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGhWFMm8sp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGhWFMm8sp .navbar-caption {
  color: #495DFF;
}
.cid-uGhWFMm8sp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGhWFMm8sp .navbar-nav {
    margin: 0;
  }
}
.cid-uGhWFMm8sp .dropdown-menu,
.cid-uGhWFMm8sp .navbar.opened {
  background-color: true !important;
}
.cid-uGhWFMm8sp .nav-item:focus,
.cid-uGhWFMm8sp .nav-link:focus {
  outline: none;
}
.cid-uGhWFMm8sp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGhWFMm8sp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGhWFMm8sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGhWFMm8sp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGhWFMm8sp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGhWFMm8sp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGhWFMm8sp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGhWFMm8sp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGhWFMm8sp .navbar.opened {
  transition: all 0.3s;
}
.cid-uGhWFMm8sp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGhWFMm8sp .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGhWFMm8sp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGhWFMm8sp .navbar.collapsed {
  justify-content: center;
}
.cid-uGhWFMm8sp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGhWFMm8sp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGhWFMm8sp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGhWFMm8sp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGhWFMm8sp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGhWFMm8sp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGhWFMm8sp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGhWFMm8sp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGhWFMm8sp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGhWFMm8sp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGhWFMm8sp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGhWFMm8sp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGhWFMm8sp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGhWFMm8sp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGhWFMm8sp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGhWFMm8sp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGhWFMm8sp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGhWFMm8sp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGhWFMm8sp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGhWFMm8sp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGhWFMm8sp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGhWFMm8sp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGhWFMm8sp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGhWFMm8sp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGhWFMm8sp .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-uGhWFMm8sp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGhWFMm8sp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGhWFMm8sp .dropdown-item.active,
.cid-uGhWFMm8sp .dropdown-item:active {
  background-color: transparent;
}
.cid-uGhWFMm8sp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGhWFMm8sp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGhWFMm8sp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGhWFMm8sp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGhWFMm8sp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGhWFMm8sp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGhWFMm8sp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGhWFMm8sp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGhWFMm8sp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGhWFMm8sp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhWFMm8sp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhWFMm8sp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGhWFMm8sp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhWFMm8sp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGhWFMm8sp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGhWFMm8sp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhWFMm8sp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGhWFMm8sp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGhWFMm8sp .navbar {
    height: 70px;
  }
  .cid-uGhWFMm8sp .navbar.opened {
    height: auto;
  }
  .cid-uGhWFMm8sp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGhWFMm8sp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGhWFMm8sp .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGhWFMm8sp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGhWFMm8sp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGhWFMm8sp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGhWFMm8sp .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGhWFMm8sp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGhWFMm8sp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGhWFMm8sp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGhWFMm8sp .text_widget {
  color: #ffffff;
}
.cid-uGhWFMm8sp .mbr-section-subtitle,
.cid-uGhWFMm8sp .text_widget,
.cid-uGhWFMm8sp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGhWFMm8sp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeRZ8zvpq {
  background-image: url("../../../assets/images/img-20250228-wa0021-1102x826.jpg");
}
.cid-uNeRZ8zvpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeRZ8zvpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeRZ8zvpq .row {
  justify-content: center;
}
.cid-uNeRZ8zvpq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNeRZ8zvpq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNeRZ8zvpq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNeRZ8zvpq .mbr-section-title {
  color: #ffffff;
}
.cid-uNeRZ8zvpq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uNeRZ8zvpq .mbr-section-title,
.cid-uNeRZ8zvpq .mbr-section-btn {
  text-align: left;
}
.cid-uGhWFQ2VN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7b9eb5;
}
.cid-uGhWFQ2VN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhWFQ2VN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhWFQ2VN1 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhWFQ2VN1 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhWFQ2VN1 .container-fluid .row {
  padding: 0;
}
.cid-uGhWFQ2VN1 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGhWFQ2VN1 .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uGhWFQ2VN1 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uGhWFQ2VN1 .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uGhWFQ2VN1 .list .item-wrap:hover::before,
.cid-uGhWFQ2VN1 .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uGhWFQ2VN1 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uGhWFQ2VN1 .mbr-section-title {
  color: #ffffff;
}
.cid-uGhWFQ2VN1 .mbr-text {
  color: #ffffff;
}
.cid-uGhWFQPun7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGhWFQPun7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhWFQPun7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhWFQPun7 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhWFQPun7 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhWFQPun7 .container-fluid .row {
  padding: 0;
}
.cid-uGhWFQPun7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGhWFQPun7 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGhWFQPun7 .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGhWFQPun7 .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGhWFQPun7 .mbr-section-btn {
  width: 100%;
}
.cid-uGhWFQPun7 .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGhWFQPun7 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGhWFQPun7 .copyright {
    padding: 32px 0;
  }
}
.cid-uGhWFQPun7 .mbr-section-title {
  color: #ffffff;
}
.cid-uGhYAUAJWV {
  z-index: 1000;
  width: 100%;
}
.cid-uGhYAUAJWV .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGhYAUAJWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGhYAUAJWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .menu_box .navbar.opened,
  .cid-uGhYAUAJWV .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGhYAUAJWV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGhYAUAJWV .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGhYAUAJWV .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGhYAUAJWV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGhYAUAJWV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGhYAUAJWV .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGhYAUAJWV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGhYAUAJWV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGhYAUAJWV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGhYAUAJWV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGhYAUAJWV .offcanvas-body .mbr-text,
  .cid-uGhYAUAJWV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGhYAUAJWV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGhYAUAJWV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGhYAUAJWV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGhYAUAJWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhYAUAJWV .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-uGhYAUAJWV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGhYAUAJWV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGhYAUAJWV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGhYAUAJWV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGhYAUAJWV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .nav-item {
    margin: 0 !important;
  }
}
.cid-uGhYAUAJWV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGhYAUAJWV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGhYAUAJWV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGhYAUAJWV .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-uGhYAUAJWV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGhYAUAJWV .offcanvas_box {
    display: none;
  }
}
.cid-uGhYAUAJWV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGhYAUAJWV .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGhYAUAJWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGhYAUAJWV .container {
  display: flex;
  margin: auto;
}
.cid-uGhYAUAJWV .iconfont-wrapper {
  color: #495dff;
  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-uGhYAUAJWV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGhYAUAJWV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGhYAUAJWV .navbar-caption {
  color: #495DFF;
}
.cid-uGhYAUAJWV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGhYAUAJWV .navbar-nav {
    margin: 0;
  }
}
.cid-uGhYAUAJWV .dropdown-menu,
.cid-uGhYAUAJWV .navbar.opened {
  background-color: true !important;
}
.cid-uGhYAUAJWV .nav-item:focus,
.cid-uGhYAUAJWV .nav-link:focus {
  outline: none;
}
.cid-uGhYAUAJWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGhYAUAJWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGhYAUAJWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGhYAUAJWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGhYAUAJWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGhYAUAJWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGhYAUAJWV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGhYAUAJWV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGhYAUAJWV .navbar.opened {
  transition: all 0.3s;
}
.cid-uGhYAUAJWV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGhYAUAJWV .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGhYAUAJWV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGhYAUAJWV .navbar.collapsed {
  justify-content: center;
}
.cid-uGhYAUAJWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGhYAUAJWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGhYAUAJWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGhYAUAJWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGhYAUAJWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGhYAUAJWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGhYAUAJWV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGhYAUAJWV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGhYAUAJWV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGhYAUAJWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGhYAUAJWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGhYAUAJWV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGhYAUAJWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGhYAUAJWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGhYAUAJWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGhYAUAJWV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGhYAUAJWV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGhYAUAJWV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGhYAUAJWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGhYAUAJWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGhYAUAJWV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGhYAUAJWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGhYAUAJWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGhYAUAJWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGhYAUAJWV .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-uGhYAUAJWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGhYAUAJWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGhYAUAJWV .dropdown-item.active,
.cid-uGhYAUAJWV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGhYAUAJWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGhYAUAJWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGhYAUAJWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGhYAUAJWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGhYAUAJWV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGhYAUAJWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGhYAUAJWV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGhYAUAJWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGhYAUAJWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGhYAUAJWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhYAUAJWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGhYAUAJWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGhYAUAJWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhYAUAJWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGhYAUAJWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGhYAUAJWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGhYAUAJWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGhYAUAJWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGhYAUAJWV .navbar {
    height: 70px;
  }
  .cid-uGhYAUAJWV .navbar.opened {
    height: auto;
  }
  .cid-uGhYAUAJWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGhYAUAJWV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGhYAUAJWV .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGhYAUAJWV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGhYAUAJWV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGhYAUAJWV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGhYAUAJWV .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGhYAUAJWV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGhYAUAJWV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGhYAUAJWV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGhYAUAJWV .text_widget {
  color: #ffffff;
}
.cid-uGhYAUAJWV .mbr-section-subtitle,
.cid-uGhYAUAJWV .text_widget,
.cid-uGhYAUAJWV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGhYAUAJWV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNeS2VwRLa {
  background-image: url("../../../assets/images/beschichtung2-400x180.jpg");
}
.cid-uNeS2VwRLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNeS2VwRLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNeS2VwRLa .row {
  justify-content: center;
}
.cid-uNeS2VwRLa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNeS2VwRLa .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNeS2VwRLa .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNeS2VwRLa .mbr-section-title {
  color: #ffffff;
}
.cid-uNeS2VwRLa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uNeS2VwRLa .mbr-section-title,
.cid-uNeS2VwRLa .mbr-section-btn {
  text-align: left;
}
.cid-uGhYAWEd5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7b9eb5;
}
.cid-uGhYAWEd5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhYAWEd5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhYAWEd5y .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhYAWEd5y .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhYAWEd5y .container-fluid .row {
  padding: 0;
}
.cid-uGhYAWEd5y .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGhYAWEd5y .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uGhYAWEd5y .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
}
.cid-uGhYAWEd5y .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uGhYAWEd5y .list .item-wrap:hover::before,
.cid-uGhYAWEd5y .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uGhYAWEd5y .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  opacity: .3;
  transition: all .3s ease;
}
.cid-uGhYAWEd5y .mbr-section-title {
  color: #ffffff;
}
.cid-uGhYAWEd5y .mbr-text {
  color: #ffffff;
}
.cid-uGhYAX7Tkv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGhYAX7Tkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhYAX7Tkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhYAX7Tkv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGhYAX7Tkv .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGhYAX7Tkv .container-fluid .row {
  padding: 0;
}
.cid-uGhYAX7Tkv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGhYAX7Tkv .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGhYAX7Tkv .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGhYAX7Tkv .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGhYAX7Tkv .mbr-section-btn {
  width: 100%;
}
.cid-uGhYAX7Tkv .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGhYAX7Tkv .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGhYAX7Tkv .copyright {
    padding: 32px 0;
  }
}
.cid-uGhYAX7Tkv .mbr-section-title {
  color: #ffffff;
}
.cid-uGimUo9Ztb {
  z-index: 1000;
  width: 100%;
}
.cid-uGimUo9Ztb .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGimUo9Ztb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGimUo9Ztb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .menu_box .navbar.opened,
  .cid-uGimUo9Ztb .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGimUo9Ztb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGimUo9Ztb .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGimUo9Ztb .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGimUo9Ztb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGimUo9Ztb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGimUo9Ztb .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGimUo9Ztb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGimUo9Ztb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGimUo9Ztb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGimUo9Ztb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGimUo9Ztb .offcanvas-body .mbr-text,
  .cid-uGimUo9Ztb .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGimUo9Ztb .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGimUo9Ztb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGimUo9Ztb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGimUo9Ztb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGimUo9Ztb .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-uGimUo9Ztb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGimUo9Ztb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGimUo9Ztb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGimUo9Ztb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGimUo9Ztb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .nav-item {
    margin: 0 !important;
  }
}
.cid-uGimUo9Ztb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGimUo9Ztb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGimUo9Ztb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGimUo9Ztb .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-uGimUo9Ztb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGimUo9Ztb .offcanvas_box {
    display: none;
  }
}
.cid-uGimUo9Ztb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGimUo9Ztb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGimUo9Ztb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGimUo9Ztb .container {
  display: flex;
  margin: auto;
}
.cid-uGimUo9Ztb .iconfont-wrapper {
  color: #495dff;
  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-uGimUo9Ztb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGimUo9Ztb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGimUo9Ztb .navbar-caption {
  color: #495DFF;
}
.cid-uGimUo9Ztb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGimUo9Ztb .navbar-nav {
    margin: 0;
  }
}
.cid-uGimUo9Ztb .dropdown-menu,
.cid-uGimUo9Ztb .navbar.opened {
  background-color: true !important;
}
.cid-uGimUo9Ztb .nav-item:focus,
.cid-uGimUo9Ztb .nav-link:focus {
  outline: none;
}
.cid-uGimUo9Ztb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGimUo9Ztb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGimUo9Ztb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGimUo9Ztb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGimUo9Ztb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGimUo9Ztb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGimUo9Ztb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGimUo9Ztb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGimUo9Ztb .navbar.opened {
  transition: all 0.3s;
}
.cid-uGimUo9Ztb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGimUo9Ztb .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGimUo9Ztb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGimUo9Ztb .navbar.collapsed {
  justify-content: center;
}
.cid-uGimUo9Ztb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGimUo9Ztb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGimUo9Ztb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGimUo9Ztb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGimUo9Ztb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGimUo9Ztb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGimUo9Ztb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGimUo9Ztb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGimUo9Ztb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGimUo9Ztb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGimUo9Ztb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGimUo9Ztb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGimUo9Ztb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGimUo9Ztb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGimUo9Ztb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGimUo9Ztb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGimUo9Ztb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGimUo9Ztb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGimUo9Ztb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGimUo9Ztb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGimUo9Ztb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGimUo9Ztb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGimUo9Ztb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGimUo9Ztb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGimUo9Ztb .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-uGimUo9Ztb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGimUo9Ztb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGimUo9Ztb .dropdown-item.active,
.cid-uGimUo9Ztb .dropdown-item:active {
  background-color: transparent;
}
.cid-uGimUo9Ztb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGimUo9Ztb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGimUo9Ztb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGimUo9Ztb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGimUo9Ztb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGimUo9Ztb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGimUo9Ztb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGimUo9Ztb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGimUo9Ztb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGimUo9Ztb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGimUo9Ztb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGimUo9Ztb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGimUo9Ztb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGimUo9Ztb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGimUo9Ztb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGimUo9Ztb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGimUo9Ztb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGimUo9Ztb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGimUo9Ztb .navbar {
    height: 70px;
  }
  .cid-uGimUo9Ztb .navbar.opened {
    height: auto;
  }
  .cid-uGimUo9Ztb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGimUo9Ztb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGimUo9Ztb .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGimUo9Ztb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGimUo9Ztb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGimUo9Ztb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGimUo9Ztb .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGimUo9Ztb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGimUo9Ztb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGimUo9Ztb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGimUo9Ztb .text_widget {
  color: #ffffff;
}
.cid-uGimUo9Ztb .mbr-section-subtitle,
.cid-uGimUo9Ztb .text_widget,
.cid-uGimUo9Ztb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGimUo9Ztb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNy2JDTl3h {
  background-image: url("../../../assets/images/dsc03272-400x266.jpg");
}
.cid-uNy2JDTl3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNy2JDTl3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNy2JDTl3h .row {
  justify-content: center;
}
.cid-uNy2JDTl3h .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNy2JDTl3h .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNy2JDTl3h .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNy2JDTl3h .mbr-section-title {
  color: #ffffff;
}
.cid-uNy2JDTl3h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNy2JDTl3h .mbr-section-title,
.cid-uNy2JDTl3h .mbr-section-btn {
  text-align: center;
}
.cid-uGinsELsM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGinsELsM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGinsELsM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGinsELsM5 .card {
  justify-content: flex-end;
}
.cid-uGinsELsM5 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGinsELsM5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGinsELsM5 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGinsELsM5 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uGinsELsM5 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGinsELsM5 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGinsELsM5 .mbr-section-title {
  color: #4893aa;
}
.cid-uGinsELsM5 .mbr-desc {
  color: #000000;
}
.cid-uGinsELsM5 .mbr-text,
.cid-uGinsELsM5 .text-wrapper {
  color: #232323;
}
.cid-uGimUtJpMM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGimUtJpMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGimUtJpMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGimUtJpMM .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGimUtJpMM .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGimUtJpMM .container-fluid .row {
  padding: 0;
}
.cid-uGimUtJpMM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGimUtJpMM .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGimUtJpMM .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGimUtJpMM .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGimUtJpMM .mbr-section-btn {
  width: 100%;
}
.cid-uGimUtJpMM .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGimUtJpMM .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGimUtJpMM .copyright {
    padding: 32px 0;
  }
}
.cid-uGimUtJpMM .mbr-section-title {
  color: #ffffff;
}
.cid-uGioysq1vB {
  z-index: 1000;
  width: 100%;
}
.cid-uGioysq1vB .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGioysq1vB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGioysq1vB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .menu_box .navbar.opened,
  .cid-uGioysq1vB .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGioysq1vB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGioysq1vB .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGioysq1vB .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGioysq1vB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGioysq1vB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGioysq1vB .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGioysq1vB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGioysq1vB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGioysq1vB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGioysq1vB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGioysq1vB .offcanvas-body .mbr-text,
  .cid-uGioysq1vB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGioysq1vB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGioysq1vB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGioysq1vB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGioysq1vB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGioysq1vB .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-uGioysq1vB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGioysq1vB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGioysq1vB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGioysq1vB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGioysq1vB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .nav-item {
    margin: 0 !important;
  }
}
.cid-uGioysq1vB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGioysq1vB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGioysq1vB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGioysq1vB .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-uGioysq1vB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGioysq1vB .offcanvas_box {
    display: none;
  }
}
.cid-uGioysq1vB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGioysq1vB .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGioysq1vB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGioysq1vB .container {
  display: flex;
  margin: auto;
}
.cid-uGioysq1vB .iconfont-wrapper {
  color: #495dff;
  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-uGioysq1vB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGioysq1vB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGioysq1vB .navbar-caption {
  color: #495DFF;
}
.cid-uGioysq1vB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGioysq1vB .navbar-nav {
    margin: 0;
  }
}
.cid-uGioysq1vB .dropdown-menu,
.cid-uGioysq1vB .navbar.opened {
  background-color: true !important;
}
.cid-uGioysq1vB .nav-item:focus,
.cid-uGioysq1vB .nav-link:focus {
  outline: none;
}
.cid-uGioysq1vB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGioysq1vB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGioysq1vB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGioysq1vB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGioysq1vB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGioysq1vB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGioysq1vB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGioysq1vB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGioysq1vB .navbar.opened {
  transition: all 0.3s;
}
.cid-uGioysq1vB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGioysq1vB .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGioysq1vB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGioysq1vB .navbar.collapsed {
  justify-content: center;
}
.cid-uGioysq1vB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGioysq1vB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGioysq1vB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGioysq1vB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGioysq1vB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGioysq1vB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGioysq1vB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGioysq1vB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGioysq1vB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGioysq1vB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGioysq1vB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGioysq1vB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGioysq1vB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGioysq1vB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGioysq1vB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGioysq1vB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGioysq1vB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGioysq1vB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGioysq1vB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGioysq1vB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGioysq1vB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGioysq1vB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGioysq1vB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGioysq1vB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGioysq1vB .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-uGioysq1vB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGioysq1vB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGioysq1vB .dropdown-item.active,
.cid-uGioysq1vB .dropdown-item:active {
  background-color: transparent;
}
.cid-uGioysq1vB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGioysq1vB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGioysq1vB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGioysq1vB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGioysq1vB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGioysq1vB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGioysq1vB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGioysq1vB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGioysq1vB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGioysq1vB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGioysq1vB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGioysq1vB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGioysq1vB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGioysq1vB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGioysq1vB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGioysq1vB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGioysq1vB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGioysq1vB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGioysq1vB .navbar {
    height: 70px;
  }
  .cid-uGioysq1vB .navbar.opened {
    height: auto;
  }
  .cid-uGioysq1vB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGioysq1vB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGioysq1vB .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGioysq1vB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGioysq1vB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGioysq1vB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGioysq1vB .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGioysq1vB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGioysq1vB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGioysq1vB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGioysq1vB .text_widget {
  color: #ffffff;
}
.cid-uGioysq1vB .mbr-section-subtitle,
.cid-uGioysq1vB .text_widget,
.cid-uGioysq1vB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGioysq1vB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNlV4XA4UI {
  background-image: url("../../../assets/images/dsc03285-400x266.jpg");
}
.cid-uNlV4XA4UI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlV4XA4UI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNlV4XA4UI .row {
  justify-content: center;
}
.cid-uNlV4XA4UI .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uNlV4XA4UI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNlV4XA4UI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNlV4XA4UI .mbr-section-title {
  color: #ffffff;
}
.cid-uNlV4XA4UI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNlV4XA4UI .mbr-section-title,
.cid-uNlV4XA4UI .mbr-section-btn {
  text-align: center;
}
.cid-uGioyvzUob {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGioyvzUob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGioyvzUob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGioyvzUob .card {
  justify-content: flex-end;
}
.cid-uGioyvzUob .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGioyvzUob .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGioyvzUob .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGioyvzUob .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uGioyvzUob .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGioyvzUob .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGioyvzUob .mbr-section-title {
  color: #689cbe;
}
.cid-uGioyvzUob .mbr-desc {
  color: #000000;
}
.cid-uGioyvzUob .mbr-text,
.cid-uGioyvzUob .text-wrapper {
  color: #232323;
}
.cid-uGioyxNf6T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGioyxNf6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGioyxNf6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGioyxNf6T .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGioyxNf6T .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGioyxNf6T .container-fluid .row {
  padding: 0;
}
.cid-uGioyxNf6T .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGioyxNf6T .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGioyxNf6T .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGioyxNf6T .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGioyxNf6T .mbr-section-btn {
  width: 100%;
}
.cid-uGioyxNf6T .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGioyxNf6T .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGioyxNf6T .copyright {
    padding: 32px 0;
  }
}
.cid-uGioyxNf6T .mbr-section-title {
  color: #ffffff;
}
.cid-uGnHemPXkG {
  z-index: 1000;
  width: 100%;
}
.cid-uGnHemPXkG .navbar-dropdown {
  background: rgba(40, 40, 40, 0.2) !important;
  padding: 0;
  position: fixed;
}
.cid-uGnHemPXkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.2) !important;
  background: #282828;
}
.cid-uGnHemPXkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .menu_box .navbar.opened,
  .cid-uGnHemPXkG .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGnHemPXkG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGnHemPXkG .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGnHemPXkG .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGnHemPXkG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGnHemPXkG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGnHemPXkG .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uGnHemPXkG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGnHemPXkG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGnHemPXkG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGnHemPXkG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGnHemPXkG .offcanvas-body .mbr-text,
  .cid-uGnHemPXkG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGnHemPXkG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGnHemPXkG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGnHemPXkG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGnHemPXkG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnHemPXkG .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-uGnHemPXkG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGnHemPXkG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGnHemPXkG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGnHemPXkG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGnHemPXkG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .nav-item {
    margin: 0 !important;
  }
}
.cid-uGnHemPXkG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGnHemPXkG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGnHemPXkG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnHemPXkG .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-uGnHemPXkG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGnHemPXkG .offcanvas_box {
    display: none;
  }
}
.cid-uGnHemPXkG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGnHemPXkG .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGnHemPXkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGnHemPXkG .container {
  display: flex;
  margin: auto;
}
.cid-uGnHemPXkG .iconfont-wrapper {
  color: #495dff;
  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-uGnHemPXkG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGnHemPXkG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGnHemPXkG .navbar-caption {
  color: #495DFF;
}
.cid-uGnHemPXkG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGnHemPXkG .navbar-nav {
    margin: 0;
  }
}
.cid-uGnHemPXkG .dropdown-menu,
.cid-uGnHemPXkG .navbar.opened {
  background-color: true !important;
}
.cid-uGnHemPXkG .nav-item:focus,
.cid-uGnHemPXkG .nav-link:focus {
  outline: none;
}
.cid-uGnHemPXkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGnHemPXkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGnHemPXkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGnHemPXkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGnHemPXkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGnHemPXkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGnHemPXkG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGnHemPXkG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGnHemPXkG .navbar.opened {
  transition: all 0.3s;
}
.cid-uGnHemPXkG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGnHemPXkG .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGnHemPXkG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGnHemPXkG .navbar.collapsed {
  justify-content: center;
}
.cid-uGnHemPXkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGnHemPXkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGnHemPXkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGnHemPXkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGnHemPXkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGnHemPXkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGnHemPXkG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGnHemPXkG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGnHemPXkG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGnHemPXkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGnHemPXkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGnHemPXkG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGnHemPXkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGnHemPXkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGnHemPXkG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGnHemPXkG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGnHemPXkG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGnHemPXkG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGnHemPXkG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGnHemPXkG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGnHemPXkG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGnHemPXkG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGnHemPXkG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGnHemPXkG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGnHemPXkG .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-uGnHemPXkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uGnHemPXkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGnHemPXkG .dropdown-item.active,
.cid-uGnHemPXkG .dropdown-item:active {
  background-color: transparent;
}
.cid-uGnHemPXkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGnHemPXkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGnHemPXkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGnHemPXkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGnHemPXkG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGnHemPXkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGnHemPXkG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uGnHemPXkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGnHemPXkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGnHemPXkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnHemPXkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnHemPXkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGnHemPXkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnHemPXkG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGnHemPXkG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGnHemPXkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnHemPXkG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGnHemPXkG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGnHemPXkG .navbar {
    height: 70px;
  }
  .cid-uGnHemPXkG .navbar.opened {
    height: auto;
  }
  .cid-uGnHemPXkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGnHemPXkG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGnHemPXkG .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uGnHemPXkG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGnHemPXkG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uGnHemPXkG .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGnHemPXkG .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uGnHemPXkG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGnHemPXkG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGnHemPXkG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGnHemPXkG .text_widget {
  color: #ffffff;
}
.cid-uGnHemPXkG .mbr-section-subtitle,
.cid-uGnHemPXkG .text_widget,
.cid-uGnHemPXkG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uGnHemPXkG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPwASnrm1X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #495dff;
}
.cid-uPwASnrm1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPwASnrm1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPwASnrm1X .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPwASnrm1X .container-fluid {
    padding: 0 16px;
  }
}
.cid-uPwASnrm1X .container-fluid .row {
  padding: 0;
}
.cid-uPwASnrm1X .container {
  overflow: hidden;
}
.cid-uPwASnrm1X .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPwASnrm1X .title-wrapper {
    padding-right: 0;
  }
}
.cid-uPwASnrm1X .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPwASnrm1X .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uPwASnrm1X .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uPwASnrm1X .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPwASnrm1X .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPwASnrm1X .mbr-text {
  color: #ffffff;
}
.cid-uPwASnrm1X .mbr-desc {
  color: #ffffff;
}
.cid-uPwASnrm1X .mbr-name {
  color: #ffffff;
}
.cid-uOdcEfkeqt {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uOdcEfkeqt .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOdcEfkeqt .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uOdcEfkeqt .card-title {
  color: #689cbe;
}
.cid-uOdcEfkeqt .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uOdcEfkeqt .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOdcEfkeqt .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOdcEfkeqt .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uOdcEfkeqt .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uOdcEfkeqt .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uOdcEfkeqt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOdcEfkeqt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOdcEfkeqt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOdcEfkeqt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOdcF9nwuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uOdcF9nwuU .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uOdcF9nwuU .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-uOdcF9nwuU .card-title {
  color: #689cbe;
}
.cid-uOdcF9nwuU .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-uOdcF9nwuU .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOdcF9nwuU .mbr-section-btn {
  margin-top: 30px;
}
.cid-uOdcF9nwuU .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-uOdcF9nwuU .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uOdcF9nwuU .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-uOdcF9nwuU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOdcF9nwuU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOdcF9nwuU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOdcF9nwuU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGnHesZNLO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGnHesZNLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnHesZNLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnHesZNLO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGnHesZNLO .container-fluid {
    padding: 0 16px;
  }
}
.cid-uGnHesZNLO .container-fluid .row {
  padding: 0;
}
.cid-uGnHesZNLO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGnHesZNLO .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uGnHesZNLO .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uGnHesZNLO .list .item-wrap:hover {
  opacity: .5;
}
.cid-uGnHesZNLO .mbr-section-btn {
  width: 100%;
}
.cid-uGnHesZNLO .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uGnHesZNLO .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGnHesZNLO .copyright {
    padding: 32px 0;
  }
}
.cid-uGnHesZNLO .mbr-section-title {
  color: #ffffff;
}
.cid-uRbSatHW4B {
  z-index: 1000;
  width: 100%;
}
.cid-uRbSatHW4B .navbar-dropdown {
  background: rgba(40, 40, 40, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uRbSatHW4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(40, 40, 40, 0.4) !important;
  background: #282828;
}
.cid-uRbSatHW4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .menu_box .navbar.opened,
  .cid-uRbSatHW4B .menu_box .navbar-collapse {
    background-color: #282828 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRbSatHW4B nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uRbSatHW4B .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uRbSatHW4B .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uRbSatHW4B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRbSatHW4B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRbSatHW4B .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #565555;
  }
  .cid-uRbSatHW4B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRbSatHW4B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRbSatHW4B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRbSatHW4B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRbSatHW4B .offcanvas-body .mbr-text,
  .cid-uRbSatHW4B .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uRbSatHW4B .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRbSatHW4B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRbSatHW4B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRbSatHW4B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRbSatHW4B .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-uRbSatHW4B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRbSatHW4B li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRbSatHW4B .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uRbSatHW4B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRbSatHW4B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .nav-item {
    margin: 0 !important;
  }
}
.cid-uRbSatHW4B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRbSatHW4B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRbSatHW4B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRbSatHW4B .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-uRbSatHW4B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRbSatHW4B .offcanvas_box {
    display: none;
  }
}
.cid-uRbSatHW4B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uRbSatHW4B .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRbSatHW4B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uRbSatHW4B .container {
  display: flex;
  margin: auto;
}
.cid-uRbSatHW4B .iconfont-wrapper {
  color: #495dff;
  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-uRbSatHW4B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRbSatHW4B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRbSatHW4B .navbar-caption {
  color: #495DFF;
}
.cid-uRbSatHW4B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRbSatHW4B .navbar-nav {
    margin: 0;
  }
}
.cid-uRbSatHW4B .dropdown-menu,
.cid-uRbSatHW4B .navbar.opened {
  background-color: true !important;
}
.cid-uRbSatHW4B .nav-item:focus,
.cid-uRbSatHW4B .nav-link:focus {
  outline: none;
}
.cid-uRbSatHW4B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRbSatHW4B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRbSatHW4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRbSatHW4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRbSatHW4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRbSatHW4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRbSatHW4B .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRbSatHW4B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRbSatHW4B .navbar.opened {
  transition: all 0.3s;
}
.cid-uRbSatHW4B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRbSatHW4B .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uRbSatHW4B .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRbSatHW4B .navbar.collapsed {
  justify-content: center;
}
.cid-uRbSatHW4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRbSatHW4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRbSatHW4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRbSatHW4B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRbSatHW4B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRbSatHW4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRbSatHW4B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRbSatHW4B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRbSatHW4B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uRbSatHW4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRbSatHW4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRbSatHW4B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRbSatHW4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRbSatHW4B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRbSatHW4B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRbSatHW4B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRbSatHW4B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRbSatHW4B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRbSatHW4B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRbSatHW4B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRbSatHW4B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRbSatHW4B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRbSatHW4B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRbSatHW4B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRbSatHW4B .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-uRbSatHW4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uRbSatHW4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRbSatHW4B .dropdown-item.active,
.cid-uRbSatHW4B .dropdown-item:active {
  background-color: transparent;
}
.cid-uRbSatHW4B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRbSatHW4B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRbSatHW4B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRbSatHW4B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRbSatHW4B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRbSatHW4B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRbSatHW4B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #282828;
  background: #000000;
}
.cid-uRbSatHW4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRbSatHW4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRbSatHW4B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbSatHW4B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbSatHW4B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRbSatHW4B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbSatHW4B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRbSatHW4B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRbSatHW4B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbSatHW4B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRbSatHW4B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRbSatHW4B .navbar {
    height: 70px;
  }
  .cid-uRbSatHW4B .navbar.opened {
    height: auto;
  }
  .cid-uRbSatHW4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRbSatHW4B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uRbSatHW4B .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uRbSatHW4B .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uRbSatHW4B .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uRbSatHW4B .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uRbSatHW4B .navbar-caption:hover {
  color: #495dff;
}
@media (min-width: 992px) {
  .cid-uRbSatHW4B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRbSatHW4B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbSatHW4B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRbSatHW4B .text_widget {
  color: #ffffff;
}
.cid-uRbSatHW4B .mbr-section-subtitle,
.cid-uRbSatHW4B .text_widget,
.cid-uRbSatHW4B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRbSatHW4B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRbUuzAZe7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRbUuzAZe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbUuzAZe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbUuzAZe7 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uRbUuzAZe7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUuzAZe7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRbUuzAZe7 .mbr-section-title {
  color: #3d3d3d;
}
.cid-uRbUuzAZe7 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uRbUuzAZe7 .items-row {
  row-gap: 24px;
}
.cid-uRbUuzAZe7 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uRbUuzAZe7 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #7b9eb5;
  box-shadow: 4px 4px 0 #7b9eb5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uRbUuzAZe7 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRbUuzAZe7 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uRbUuzAZe7 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uRbUuzAZe7 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uRbUuzAZe7 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRbUuzAZe7 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uRbUuzAZe7 .card-title {
  color: #131313;
}
.cid-uRbUuzAZe7 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uRbUuzAZe7 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uRbUuzAZe7 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUuzAZe7 .link-text {
    margin-top: 5px;
  }
}
.cid-uRbUuzAZe7 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uRbUuzAZe7 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uRbUuzAZe7 .card-text,
.cid-uRbUuzAZe7 .mbr-section-btn {
  color: #3d3d3d;
}
.cid-uRbUJBusAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRbUJBusAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbUJBusAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbUJBusAC .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uRbUJBusAC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUJBusAC .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRbUJBusAC .mbr-section-title {
  color: #131313;
}
.cid-uRbUJBusAC .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uRbUJBusAC .items-row {
  row-gap: 24px;
}
.cid-uRbUJBusAC .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uRbUJBusAC .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #7b9eb5;
  box-shadow: 4px 4px 0 #7b9eb5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uRbUJBusAC .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRbUJBusAC .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uRbUJBusAC .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uRbUJBusAC .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uRbUJBusAC .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRbUJBusAC .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uRbUJBusAC .card-title {
  color: #131313;
}
.cid-uRbUJBusAC .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uRbUJBusAC .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uRbUJBusAC .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUJBusAC .link-text {
    margin-top: 5px;
  }
}
.cid-uRbUJBusAC .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uRbUJBusAC .mbr-section-btn {
  margin-top: 5px;
}
.cid-uRbUJBusAC .card-text,
.cid-uRbUJBusAC .mbr-section-btn {
  color: #3d3d3d;
}
.cid-uRbUKxUkEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRbUKxUkEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbUKxUkEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbUKxUkEh .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uRbUKxUkEh .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUKxUkEh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRbUKxUkEh .mbr-section-title {
  color: #131313;
}
.cid-uRbUKxUkEh .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uRbUKxUkEh .items-row {
  row-gap: 24px;
}
.cid-uRbUKxUkEh .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uRbUKxUkEh .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #7b9eb5;
  box-shadow: 4px 4px 0 #7b9eb5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uRbUKxUkEh .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRbUKxUkEh .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uRbUKxUkEh .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uRbUKxUkEh .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uRbUKxUkEh .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uRbUKxUkEh .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uRbUKxUkEh .card-title {
  color: #131313;
}
.cid-uRbUKxUkEh .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uRbUKxUkEh .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uRbUKxUkEh .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uRbUKxUkEh .link-text {
    margin-top: 5px;
  }
}
.cid-uRbUKxUkEh .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uRbUKxUkEh .mbr-section-btn {
  margin-top: 5px;
}
.cid-uRbUKxUkEh .card-text,
.cid-uRbUKxUkEh .mbr-section-btn {
  color: #3d3d3d;
}
.cid-uSasPJVjPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSasPJVjPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSasPJVjPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSasPJVjPU .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uSasPJVjPU .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uSasPJVjPU .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uSasPJVjPU .mbr-section-title {
  color: #131313;
}
.cid-uSasPJVjPU .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uSasPJVjPU .items-row {
  row-gap: 24px;
}
.cid-uSasPJVjPU .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uSasPJVjPU .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #7b9eb5;
  box-shadow: 4px 4px 0 #7b9eb5;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uSasPJVjPU .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uSasPJVjPU .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uSasPJVjPU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uSasPJVjPU .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uSasPJVjPU .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSasPJVjPU .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uSasPJVjPU .card-title {
  color: #131313;
}
.cid-uSasPJVjPU .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uSasPJVjPU .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uSasPJVjPU .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uSasPJVjPU .link-text {
    margin-top: 5px;
  }
}
.cid-uSasPJVjPU .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uSasPJVjPU .mbr-section-btn {
  margin-top: 5px;
}
.cid-uSasPJVjPU .card-text,
.cid-uSasPJVjPU .mbr-section-btn {
  color: #3d3d3d;
}
.cid-uRbSaCP908 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #689cbe;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uRbSaCP908 .container {
    padding: 0 24px;
  }
}
.cid-uRbSaCP908 .card {
  justify-content: center;
}
.cid-uRbSaCP908 .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uRbSaCP908 .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uRbSaCP908 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRbSaCP908 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uRbSaCP908 .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uRbSaCP908 .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uRbSaCP908 .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uRbSaCP908 .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRbSaCP908 .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uRbSaCP908 .mbr-section-title {
  color: #F9F6E0;
}
.cid-uRbSaCP908 .mbr-desc {
  color: #F9F6E0;
}
.cid-uRbSaCP908 .mbr-text {
  color: #ffffff;
}
.cid-uRbSaCP908 .mbr-section-btn {
  text-align: right;
}
.cid-uRbSaCP908 .mbr-section-title,
.cid-uRbSaCP908 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRbSaDMlXl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRbSaDMlXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbSaDMlXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbSaDMlXl .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRbSaDMlXl .container-fluid {
    padding: 0 16px;
  }
}
.cid-uRbSaDMlXl .container-fluid .row {
  padding: 0;
}
.cid-uRbSaDMlXl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRbSaDMlXl .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.cid-uRbSaDMlXl .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.cid-uRbSaDMlXl .list .item-wrap:hover {
  opacity: .5;
}
.cid-uRbSaDMlXl .mbr-section-btn {
  width: 100%;
}
.cid-uRbSaDMlXl .mbr-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.cid-uRbSaDMlXl .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRbSaDMlXl .copyright {
    padding: 32px 0;
  }
}
.cid-uRbSaDMlXl .mbr-section-title {
  color: #ffffff;
}
