/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

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

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

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

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

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

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

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

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

body {
  position: relative;
}

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: #000000;
}

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.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 {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  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 */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

.btn-form {
  border-radius: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 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;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

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

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.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;
  -webkit-transform: rotate(45deg);
}

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

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  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: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

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

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

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

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

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.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;
}
body {
  font-family: Jost-Regular;
}
.display-1 {
  font-family: 'Jost-Regular';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Jost-Light';
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Jost-Regular';
  font-size: 1.12rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.792rem;
}
.display-5 {
  font-family: 'Jost-Light';
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-6 {
  font-family: 'Jost-Light';
  font-size: 1.2rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Jost-ExtraLight';
  font-size: 0.88rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.408rem;
}
.display-11 {
  font-family: 'Jost-Light';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-12 {
  font-family: 'Jost-Regular';
  font-size: 1rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-13 {
  font-family: 'Jost-Light';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-14 {
  font-family: 'Jost-Light';
  font-size: 1rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.896rem;
    font-size: calc( 1.042rem + (1.12 - 1.042) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.042rem + (1.12 - 1.042) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0082c3 !important;
}
.bg-success {
  background-color: #5f788e !important;
}
.bg-info {
  background-color: #1c1c1c !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #0082c3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a53a00 !important;
  border-color: #a53a00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #591f00 !important;
  border-color: #591f00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #591f00 !important;
  border-color: #591f00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5f788e !important;
  border-color: #5f788e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #405160 !important;
  border-color: #405160 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #405160 !important;
  border-color: #405160 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003e5d;
  color: #003e5d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3f1600;
  color: #3f1600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a53a00;
  border-color: #a53a00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a53a00 !important;
  border-color: #a53a00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #364451;
  color: #364451;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5f788e;
  border-color: #5f788e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5f788e !important;
  border-color: #5f788e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #003e5d;
  color: #003e5d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0082c3 !important;
}
.text-secondary {
  color: #a53a00 !important;
}
.text-success {
  color: #5f788e !important;
}
.text-info {
  color: #1c1c1c !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #0082c3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003e5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f1600 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #364451 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #003e5d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1c1c1c;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #0082c3;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0082c3;
  border-color: #0082c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0082c3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8b7c5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cfcfcf;
}
.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: #43c0ff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost-ExtraLight';
  font-size: 0.88rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.408rem;
}
blockquote {
  border-color: #0082c3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0082c3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0082c3;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0082c3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0082c3;
  border-bottom-color: #0082c3;
}
.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: #0082c3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a53a00 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230082c3' %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.3;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udBv0QifCW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-udBv0QifCW .carousel {
  height: 660px;
}
.cid-udBv0QifCW .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udBv0QifCW .carousel-item,
.cid-udBv0QifCW .carousel-inner {
  height: 100%;
}
.cid-udBv0QifCW .mbr-overlay {
  z-index: 1;
}
.cid-udBv0QifCW .carousel-caption {
  bottom: 40px;
}
.cid-udBv0QifCW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-udBv0QifCW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-udBv0QifCW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-udBv0QifCW .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udBv0QifCW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-udBv0QifCW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-udBv0QifCW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-udBv0QifCW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udBv0QifCW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udBv0QifCW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udBv0QifCW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udBv0QifCW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-udBv0QifCW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-udBv0QifCW .carousel-indicators li.active,
.cid-udBv0QifCW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udBv0QifCW .carousel-indicators li::after,
.cid-udBv0QifCW .carousel-indicators li::before {
  content: none;
}
.cid-udBv0QifCW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udBv0QifCW .carousel-indicators {
    display: none !important;
  }
}
.cid-udBF2YwyuW {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e1eeec;
  overflow: hidden;
}
.cid-udBF2YwyuW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBF2YwyuW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udBF2YwyuW .container {
    padding: 0 30px;
  }
}
.cid-udBF2YwyuW .card {
  justify-content: center;
}
.cid-udBF2YwyuW .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1240px) {
  .cid-udBF2YwyuW .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-udBF2YwyuW .content-wrapper {
    padding: 0;
  }
}
.cid-udBF2YwyuW .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-udBF2YwyuW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #0082c3;
}
.cid-udBF2YwyuW .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #0082c3;
  margin-bottom: 50px;
}
.cid-udBF2YwyuW .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0082c3;
}
@media (max-width: 992px) {
  .cid-udBF2YwyuW .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-udBF2YwyuW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-udBF2YwyuW .mbr-text {
  color: #254b45;
}
.cid-udBF2YwyuW .mbr-name {
  color: #254b45;
}
.cid-udBF2YwyuW .mbr-role {
  color: #254b45;
}
.cid-udBF2YwyuW .mbr-text,
.cid-udBF2YwyuW .icon-wrapper {
  text-align: left;
}
.cid-udBF2YwyuW .mbr-name,
.cid-udBF2YwyuW .person-wrapper {
  text-align: left;
}
.cid-udG6hr07Qe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f6f3;
}
@media (max-width: 991px) {
  .cid-udG6hr07Qe {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-udG6hr07Qe .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-udG6hr07Qe .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-udG6hr07Qe .mbr-text {
  color: #8eb00a;
  text-align: center;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
.cid-udBMzHFNRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1172.jpg");
}
.cid-udBMzHFNRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udBMzHFNRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .container {
    padding: 0 15px;
  }
}
.cid-udBMzHFNRt .row {
  justify-content: center;
}
.cid-udBMzHFNRt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udBMzHFNRt .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .subtitle-wrapper {
    padding: 0;
  }
}
.cid-udBMzHFNRt .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-udBMzHFNRt .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udBMzHFNRt .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udBMzHFNRt .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udBMzHFNRt .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9abf0b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-udBMzHFNRt .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udBMzHFNRt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-udBMzHFNRt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udBMzHFNRt .list {
  color: #ffffff;
}
.cid-udBMzHFNRt .list,
.cid-udBMzHFNRt .item-wrap {
  text-align: left;
}
.cid-udBMzHFNRt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-udBd0rzi4R {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBd0rzi4R .content {
    text-align: center;
  }
  .cid-udBd0rzi4R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBd0rzi4R .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBd0rzi4R .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBd0rzi4R .media-wrap img {
  height: 6rem;
}
.cid-udBd0rzi4R .mbr-text {
  color: #8d97ad;
}
.cid-udBd0rzi4R .p-title {
  font-size: 17px;
}
.cid-udBd0rzi4R .p-title span {
  color: #111111;
}
.cid-udBd0rzi4R .title-card {
  font-size: 1.3rem;
}
.cid-udBd0rzi4R .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBd0rzi4R .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBd0rzi4R .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBd0rzi4R .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBd0rzi4R .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBd0rzi4R .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBd0rzi4R .copyright img {
  margin-right: 10px;
}
.cid-udBd0rzi4R .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBd0rzi4R .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBd0rzi4R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBd0rzi4R .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBd0rzi4R .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBd0rzi4R ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBd0rzi4R web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBd0rzi4R copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBd0rzi4R SPAN {
  color: #687581;
}
.cid-udBd0rzi4R .p-title,
.cid-udBd0rzi4R .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBd0rzi4R H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBd0rzi4R .copyright > p {
  text-align: left;
}
.cid-udBd0rzi4R imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-udFTxIVcpB {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-udFTxIVcpB .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-udFTxIVcpB .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-udFTxIVcpB .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-udFTxIVcpB .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-udFTxIVcpB .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-udFTxIVcpB .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udFTxIVcpB img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-udFTxIVcpB h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-udFTxIVcpB .mbr-iconfont::before {
  font-size: 25px;
}
.cid-udFTxIVcpB .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-udFTxIVcpB .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-udFTxIVcpB .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-udFTxIVcpB .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-udFTxIVcpB .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-udFTxIVcpB .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-udFTxIVcpB .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-udFTxIVcpB .align {
  display: flex;
  align-items: center;
}
.cid-udFTxIVcpB .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-udFTxIVcpB .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-udFTxIVcpB .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-udFTxIVcpB .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-udFTxIVcpB .card-text,
.cid-udFTxIVcpB .iconfont-wrapper {
  color: #0082c3;
}
.cid-udFTxIVcpB strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-udFTxIVcpB x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-udFTxIVcpB pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-udFWjmOeYT {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-udFWjmOeYT .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-udFWjmOeYT .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-udFWjmOeYT .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-udFWjmOeYT .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-udFWjmOeYT .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-udFWjmOeYT .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udFWjmOeYT img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-udFWjmOeYT h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-udFWjmOeYT .mbr-iconfont::before {
  font-size: 25px;
}
.cid-udFWjmOeYT .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-udFWjmOeYT .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-udFWjmOeYT .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-udFWjmOeYT .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-udFWjmOeYT .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-udFWjmOeYT .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-udFWjmOeYT .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-udFWjmOeYT .align {
  display: flex;
  align-items: center;
}
.cid-udFWjmOeYT .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-udFWjmOeYT .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-udFWjmOeYT .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-udFWjmOeYT .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-udFWjmOeYT .card-text,
.cid-udFWjmOeYT .iconfont-wrapper {
  color: #0082c3;
}
.cid-udFWjmOeYT strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-udFWjmOeYT x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-udFWjmOeYT pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-udFWjZjQx7 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-udFWjZjQx7 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-udFWjZjQx7 .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-udFWjZjQx7 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-udFWjZjQx7 .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-udFWjZjQx7 .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-udFWjZjQx7 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udFWjZjQx7 img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-udFWjZjQx7 h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-udFWjZjQx7 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-udFWjZjQx7 .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-udFWjZjQx7 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-udFWjZjQx7 .align {
  display: flex;
  align-items: center;
}
.cid-udFWjZjQx7 .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-udFWjZjQx7 .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-udFWjZjQx7 .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-udFWjZjQx7 .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-udFWjZjQx7 .card-text,
.cid-udFWjZjQx7 .iconfont-wrapper {
  color: #0082c3;
}
.cid-udFWjZjQx7 strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-udFWjZjQx7 x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-udFWjZjQx7 pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-udFWkBSM5g {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-udFWkBSM5g .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-udFWkBSM5g .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-udFWkBSM5g .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-udFWkBSM5g .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-udFWkBSM5g .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-udFWkBSM5g .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udFWkBSM5g img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-udFWkBSM5g h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-udFWkBSM5g .mbr-iconfont::before {
  font-size: 25px;
}
.cid-udFWkBSM5g .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-udFWkBSM5g .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-udFWkBSM5g .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-udFWkBSM5g .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-udFWkBSM5g .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-udFWkBSM5g .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-udFWkBSM5g .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-udFWkBSM5g .align {
  display: flex;
  align-items: center;
}
.cid-udFWkBSM5g .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-udFWkBSM5g .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-udFWkBSM5g .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-udFWkBSM5g .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-udFWkBSM5g .card-text,
.cid-udFWkBSM5g .iconfont-wrapper {
  color: #0082c3;
}
.cid-udFWkBSM5g strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-udFWkBSM5g x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-udFWkBSM5g pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRxUCSAIP {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRxUCSAIP .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRxUCSAIP .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRxUCSAIP .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRxUCSAIP .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRxUCSAIP .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRxUCSAIP .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRxUCSAIP img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRxUCSAIP h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRxUCSAIP .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRxUCSAIP .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRxUCSAIP .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRxUCSAIP .align {
  display: flex;
  align-items: center;
}
.cid-uQRxUCSAIP .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRxUCSAIP .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRxUCSAIP .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRxUCSAIP .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRxUCSAIP .card-text,
.cid-uQRxUCSAIP .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRxUCSAIP strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRxUCSAIP x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRxUCSAIP pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRxW3Kfsa {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRxW3Kfsa .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRxW3Kfsa .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRxW3Kfsa .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRxW3Kfsa .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRxW3Kfsa .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRxW3Kfsa .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRxW3Kfsa img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRxW3Kfsa h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRxW3Kfsa .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRxW3Kfsa .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRxW3Kfsa .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRxW3Kfsa .align {
  display: flex;
  align-items: center;
}
.cid-uQRxW3Kfsa .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRxW3Kfsa .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRxW3Kfsa .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRxW3Kfsa .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRxW3Kfsa .card-text,
.cid-uQRxW3Kfsa .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRxW3Kfsa strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRxW3Kfsa x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRxW3Kfsa pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRwoYevG7 {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRwoYevG7 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRwoYevG7 .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRwoYevG7 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRwoYevG7 .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRwoYevG7 .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRwoYevG7 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRwoYevG7 img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRwoYevG7 h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRwoYevG7 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRwoYevG7 .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRwoYevG7 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRwoYevG7 .align {
  display: flex;
  align-items: center;
}
.cid-uQRwoYevG7 .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRwoYevG7 .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRwoYevG7 .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRwoYevG7 .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRwoYevG7 .card-text,
.cid-uQRwoYevG7 .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRwoYevG7 strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRwoYevG7 x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRwoYevG7 pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-udFWl4918F {
  padding-top: 8px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.cid-udFWl4918F .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-udFWl4918F .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-udFWl4918F .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-udFWl4918F .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-udFWl4918F .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-udFWl4918F .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udFWl4918F img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-udFWl4918F h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-udFWl4918F .mbr-iconfont::before {
  font-size: 25px;
}
.cid-udFWl4918F .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-udFWl4918F .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-udFWl4918F .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-udFWl4918F .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-udFWl4918F .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-udFWl4918F .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-udFWl4918F .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-udFWl4918F .align {
  display: flex;
  align-items: center;
}
.cid-udFWl4918F .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-udFWl4918F .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-udFWl4918F .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-udFWl4918F .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-udFWl4918F .card-text,
.cid-udFWl4918F .iconfont-wrapper {
  color: #0082c3;
}
.cid-udFWl4918F strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-udFWl4918F x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-udFWl4918F pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-udG34ws22Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-udG34ws22Y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udG34ws22Y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udG34ws22Y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udG34ws22Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-udG34ws22Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-udG34ws22Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-udG34ws22Y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-udG34ws22Y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-udG34ws22Y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-udG34ws22Y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-udG34ws22Y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-udG34ws22Y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udG34ws22Y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-udG34ws22Y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-udG34ws22Y .media-container-row .mbr-text {
  color: #9abf0b;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udBX5VQ7Kd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udBX5VQ7Kd .card-box {
  padding: 0rem;
}
.cid-udBX5VQ7Kd .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udBX5VQ7Kd .card {
  padding: 0;
  margin: auto;
}
.cid-udBX5VQ7Kd .card-img {
  height: 400px;
}
.cid-udBX5VQ7Kd .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udBX5VQ7Kd .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udBX5VQ7Kd .card-wrapper {
    padding: 4rem;
  }
}
.cid-udBX5VQ7Kd .card-title {
  color: #ffffff;
}
.cid-udBVrft2II {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udBVrft2II {
    padding-top: 9px;
    padding-bottom: 0px;
  }
}
.cid-udBVrft2II img {
  width: 100%;
  object-fit: cover;
}
.cid-udBVrft2II .quote {
  color: #333333;
  font-weight: 700;
  text-align: left;
}
.cid-udBVrft2II .img-card {
  justify-content: top;
}
.cid-udBVrft2II .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-udBVrft2II .card-title {
  margin-bottom: 1.2rem;
  padding-left: -150px;
}
.cid-udBVrft2II .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-udBVrft2II .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-udBVrft2II .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udBVrft2II .wrapper {
    padding: 0.1rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-udBVrft2II .wrapper {
    padding: 1rem 0rem 6rem 6.3rem;
  }
}
.cid-udBVrft2II .mbr-text,
.cid-udBVrft2II .mbr-section-btn {
  color: #000000;
}
.cid-udBVrft2II #tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cid-udBVrft2II .tooltip-text {
  visibility: hidden;
  width: 400px;
  background-color: #b2ccd2;
  color: #4f4943;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  left: -1500%;
  transform: translateY(-110%);
  transition: visibility 0s, opacity 0.3s ease;
  opacity: 0;
  top: 50%;
  font-size: 23px;
  border: 1px solid #000000;
}
.cid-udBVrft2II #tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 800px) {
  .cid-udBVrft2II .tooltip-text {
    width: 250px;
    left: -275%;
    transform: translateY(-112%);
  }
}
.cid-udBVrft2II normal {
  font-weight: bold;
}
.cid-udBVrft2II le {
  font-size: left;
}
.cid-udBVrft2II P {
  text-align: left;
}
.cid-udBVrft2II .card-title,
.cid-udBVrft2II .card-box {
  text-align: left;
}
.cid-rKvQSdoivp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKvQSdoivp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rKvQSdoivp .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ff3366;
}
.cid-rKvQSdoivp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rKvQSdoivp .inner-container {
    width: 100% !important;
  }
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udBZoaou0k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udBZoaou0k .card-box {
  padding: 0rem;
}
.cid-udBZoaou0k .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udBZoaou0k .card {
  padding: 0;
  margin: auto;
}
.cid-udBZoaou0k .card-img {
  height: 400px;
}
.cid-udBZoaou0k .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udBZoaou0k .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udBZoaou0k .card-wrapper {
    padding: 4rem;
  }
}
.cid-udBZoaou0k .card-title {
  color: #ffffff;
}
.cid-udC162oER7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC162oER7 H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC162oER7 .mbr-text,
.cid-udC162oER7 .mbr-section-btn {
  color: #716c80;
}
.cid-udC162oER7 H3 {
  color: #716c80;
}
.cid-udC162oER7 .row {
  justify-content: space-between;
}
.cid-udC162oER7 .col-lg-6 {
  max-width: 500px;
}
.cid-udC162oER7 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC162oER7 .text2,
.cid-udC162oER7 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC162oER7 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC162oER7 .text1,
.cid-udC162oER7 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC162oER7 .title2 DIV {
  text-align: left;
}
.cid-udC2w2Cuke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC2w2Cuke H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC2w2Cuke .mbr-text,
.cid-udC2w2Cuke .mbr-section-btn {
  color: #716c80;
}
.cid-udC2w2Cuke H3 {
  color: #716c80;
}
.cid-udC2w2Cuke .row {
  justify-content: space-between;
}
.cid-udC2w2Cuke .col-lg-6 {
  max-width: 500px;
}
.cid-udC2w2Cuke .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC2w2Cuke .text2,
.cid-udC2w2Cuke .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC2w2Cuke .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC2w2Cuke .text1,
.cid-udC2w2Cuke .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC2w2Cuke .title2 DIV {
  text-align: left;
}
.cid-udC1PUW8RP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC1PUW8RP H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC1PUW8RP .mbr-text,
.cid-udC1PUW8RP .mbr-section-btn {
  color: #716c80;
}
.cid-udC1PUW8RP H3 {
  color: #716c80;
}
.cid-udC1PUW8RP .row {
  justify-content: space-between;
}
.cid-udC1PUW8RP .col-lg-6 {
  max-width: 500px;
}
.cid-udC1PUW8RP .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC1PUW8RP .text2,
.cid-udC1PUW8RP .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC1PUW8RP .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC1PUW8RP .text1,
.cid-udC1PUW8RP .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC1PUW8RP .title2 DIV {
  text-align: left;
}
.cid-udC3dEqQtF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC3dEqQtF H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC3dEqQtF .mbr-text,
.cid-udC3dEqQtF .mbr-section-btn {
  color: #716c80;
}
.cid-udC3dEqQtF H3 {
  color: #716c80;
}
.cid-udC3dEqQtF .row {
  justify-content: space-between;
}
.cid-udC3dEqQtF .col-lg-6 {
  max-width: 500px;
}
.cid-udC3dEqQtF .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC3dEqQtF .text2,
.cid-udC3dEqQtF .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC3dEqQtF .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC3dEqQtF .text1,
.cid-udC3dEqQtF .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC3dEqQtF .title2 DIV {
  text-align: left;
}
.cid-udC3BnMkk2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC3BnMkk2 H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC3BnMkk2 .mbr-text,
.cid-udC3BnMkk2 .mbr-section-btn {
  color: #716c80;
}
.cid-udC3BnMkk2 H3 {
  color: #716c80;
}
.cid-udC3BnMkk2 .row {
  justify-content: space-between;
}
.cid-udC3BnMkk2 .col-lg-6 {
  max-width: 500px;
}
.cid-udC3BnMkk2 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC3BnMkk2 .text2,
.cid-udC3BnMkk2 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC3BnMkk2 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC3BnMkk2 .text1,
.cid-udC3BnMkk2 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC3BnMkk2 .title2 DIV {
  text-align: left;
}
.cid-udC4aQOBlv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udC4aQOBlv H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-udC4aQOBlv .mbr-text,
.cid-udC4aQOBlv .mbr-section-btn {
  color: #716c80;
}
.cid-udC4aQOBlv H3 {
  color: #716c80;
}
.cid-udC4aQOBlv .row {
  justify-content: space-between;
}
.cid-udC4aQOBlv .col-lg-6 {
  max-width: 500px;
}
.cid-udC4aQOBlv .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-udC4aQOBlv .text2,
.cid-udC4aQOBlv .btn2 {
  text-align: left;
  color: #000000;
}
.cid-udC4aQOBlv .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-udC4aQOBlv .text1,
.cid-udC4aQOBlv .btn1 {
  text-align: left;
  color: #000000;
}
.cid-udC4aQOBlv .title2 DIV {
  text-align: left;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udBYxyTwEL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udBYxyTwEL .card-box {
  padding: 0rem;
}
.cid-udBYxyTwEL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udBYxyTwEL .card {
  padding: 0;
  margin: auto;
}
.cid-udBYxyTwEL .card-img {
  height: 400px;
}
.cid-udBYxyTwEL .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udBYxyTwEL .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udBYxyTwEL .card-wrapper {
    padding: 4rem;
  }
}
.cid-udBYxyTwEL .card-title {
  color: #ffffff;
}
.cid-rKvP2eK3Zj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKvP2eK3Zj .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-rKvP2eK3Zj .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #232323;
}
.cid-rKvP2eK3Zj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rKvP2eK3Zj .inner-container {
    width: 100% !important;
  }
}
.cid-rKvP2eK3Zj gruen {
  color: #009e89;
  font-size: 22px;
  line-height: 22px;
}
.cid-rKvP2eK3Zj vor {
  color: #009e89;
  font-size: 18px;
}
.cid-rKvP2eK3Zj nach {
  color: #e15a00;
  font-size: 18px;
}
.cid-rKvP2eK3Zj blind {
  color: #f2f2f2;
}
.cid-rKvP2eK3Zj blau {
  color: #0082c3;
  font-size: 28px;
  line-height: 28px;
}
.cid-ulUaKLaitM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ulUaKLaitM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ulUaKLaitM .section-text {
  padding: 2rem 0;
  padding-left: 18px;
  text-align: left;
  color: #000000;
}
.cid-ulUaKLaitM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ulUaKLaitM .inner-container {
    width: 100% !important;
  }
}
.cid-ulUaKLaitM top {
  color: #ff00ff;
  text-align: left;
  text-decoration: underline overline;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uQRuwTrvh4 {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uQRuwTrvh4 .nav-item,
.cid-uQRuwTrvh4 .nav-link,
.cid-uQRuwTrvh4 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQRuwTrvh4 .nav-item:hover,
.cid-uQRuwTrvh4 .nav-link:hover,
.cid-uQRuwTrvh4 .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uQRuwTrvh4 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uQRuwTrvh4 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uQRuwTrvh4 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uQRuwTrvh4 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uQRuwTrvh4 .container-fluid,
.cid-uQRuwTrvh4 .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uQRuwTrvh4 .navbar-brand {
  padding-right: 20px;
}
.cid-uQRuwTrvh4 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uQRuwTrvh4 .nav-link:hover:before {
  width: 100%;
}
.cid-uQRuwTrvh4 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uQRuwTrvh4 .nav-link {
    margin: 0 !important;
  }
}
.cid-uQRuwTrvh4 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQRuwTrvh4 .widget p,
.cid-uQRuwTrvh4 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uQRuwTrvh4 .widget p a,
.cid-uQRuwTrvh4 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uQRuwTrvh4 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uQRuwTrvh4 .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uQRuwTrvh4 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQRuwTrvh4 .block__phone,
  .cid-uQRuwTrvh4 .icons-menu {
    display: none;
  }
  .cid-uQRuwTrvh4 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uQRuwTrvh4 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uQRuwTrvh4 .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uQRuwTrvh4 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uQRuwTrvh4 .navbar > .container,
.cid-uQRuwTrvh4 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQRuwTrvh4 .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uQRuwTrvh4 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uQRuwTrvh4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQRuwTrvh4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQRuwTrvh4 .dropdown-toggle::after,
  .cid-uQRuwTrvh4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uQRuwTrvh4 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uQRuwTrvh4 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uQRuwTrvh4 .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uQRuwTrvh4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQRuwTrvh4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQRuwTrvh4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uQRuwTrvh4 .nav-item:focus,
.cid-uQRuwTrvh4 .nav-link:focus {
  outline: none;
}
.cid-uQRuwTrvh4 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uQRuwTrvh4 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQRuwTrvh4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQRuwTrvh4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQRuwTrvh4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQRuwTrvh4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQRuwTrvh4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQRuwTrvh4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQRuwTrvh4 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uQRuwTrvh4 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uQRuwTrvh4 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uQRuwTrvh4 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uQRuwTrvh4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQRuwTrvh4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQRuwTrvh4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQRuwTrvh4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQRuwTrvh4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQRuwTrvh4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQRuwTrvh4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQRuwTrvh4 .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uQRuwTrvh4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQRuwTrvh4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQRuwTrvh4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQRuwTrvh4 .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uQRuwTrvh4 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uQRuwTrvh4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQRuwTrvh4 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uQRuwTrvh4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uQRuwTrvh4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQRuwTrvh4 .dropdown-item.active,
.cid-uQRuwTrvh4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQRuwTrvh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uQRuwTrvh4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQRuwTrvh4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQRuwTrvh4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uQRuwTrvh4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQRuwTrvh4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRuwTrvh4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQRuwTrvh4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQRuwTrvh4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRuwTrvh4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQRuwTrvh4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQRuwTrvh4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQRuwTrvh4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQRuwTrvh4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uQRuwTrvh4 a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uQRuwTrvh4 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uQRuwTrvh4 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uQRuwTrvh4 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uQRuwTrvh4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uQRuwTrvh4 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uQRuwTrvh4 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uQRuwTrvh4 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uQRuwTrvh4 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uQRuwTrvh4 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uQRuwTrvh4 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uQRuwTrvh4 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uQRuwTrvh4 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uQRuwTrvh4 .navbar-brand {
    padding: 0;
  }
  .cid-uQRuwTrvh4 .block__phone,
  .cid-uQRuwTrvh4 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uQRuwTrvh4 .widget {
    flex-direction: column;
  }
  .cid-uQRuwTrvh4 .widget p,
  .cid-uQRuwTrvh4 .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uQRuwTrvh4 .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uQRuwTrvh4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQRuwTrvh4 .navbar {
    height: 97px;
  }
  .cid-uQRuwTrvh4 .navbar.opened {
    height: auto;
  }
  .cid-uQRuwTrvh4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQRuwTHIQ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uQRuwTHIQ3 .carousel {
  height: 660px;
}
.cid-uQRuwTHIQ3 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQRuwTHIQ3 .carousel-item,
.cid-uQRuwTHIQ3 .carousel-inner {
  height: 100%;
}
.cid-uQRuwTHIQ3 .mbr-overlay {
  z-index: 1;
}
.cid-uQRuwTHIQ3 .carousel-caption {
  bottom: 40px;
}
.cid-uQRuwTHIQ3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQRuwTHIQ3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQRuwTHIQ3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQRuwTHIQ3 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uQRuwTHIQ3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQRuwTHIQ3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQRuwTHIQ3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQRuwTHIQ3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uQRuwTHIQ3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQRuwTHIQ3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQRuwTHIQ3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQRuwTHIQ3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQRuwTHIQ3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uQRuwTHIQ3 .carousel-indicators li.active,
.cid-uQRuwTHIQ3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQRuwTHIQ3 .carousel-indicators li::after,
.cid-uQRuwTHIQ3 .carousel-indicators li::before {
  content: none;
}
.cid-uQRuwTHIQ3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQRuwTHIQ3 .carousel-indicators {
    display: none !important;
  }
}
.cid-uQRvJP9iZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQRvJP9iZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRvJP9iZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .container {
    padding: 0 20px;
  }
}
.cid-uQRvJP9iZo .card {
  justify-content: flex-end;
}
.cid-uQRvJP9iZo .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQRvJP9iZo .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uQRvJP9iZo .link-wrapper:hover .mbr-link::before,
.cid-uQRvJP9iZo .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uQRvJP9iZo .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uQRvJP9iZo .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uQRvJP9iZo .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-uQRvJP9iZo .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 180px;
  height: 80px;
  border-radius: 4px !important;
  object-fit: cover;
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-uQRvJP9iZo .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-uQRvJP9iZo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uQRvJP9iZo .mbr-link,
.cid-uQRvJP9iZo .link-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uQRvJP9iZo .card-title {
  color: #000000;
}
.cid-uQRvJP9iZo .card-text {
  color: #9a9a9a;
}
.cid-uQRvJP9iZo .card-number {
  color: #000000;
}
.cid-uQRvJP9iZo .card-title,
.cid-uQRvJP9iZo .item-img {
  text-align: left;
}
.cid-uQRvQccpDZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQRvQccpDZ .mbr-section-title,
.cid-uQRvQccpDZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uQRvQccpDZ .cards-wrap {
  background: #f6f7f8;
  padding: 50px;
  padding-bottom: 48px;
  padding-top: 80px;
}
.cid-uQRvQccpDZ .cards-wrap .features-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
.cid-uQRvQccpDZ .cards-wrap .card {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 2rem;
}
.cid-uQRvQccpDZ .cards-wrap .card-img {
  text-align: right;
  border-radius: .25rem;
}
.cid-uQRvQccpDZ .cards-wrap .card-img-inner {
  vertical-align: middle;
  margin-top: 5px;
}
.cid-uQRvQccpDZ .cards-wrap .card-img-inner .mbr-iconfont {
  background: #5aac98;
  border-color: #5aac98;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
  color: #000000;
}
.cid-uQRvQccpDZ .cards-wrap .card-img-inner .mbr-iconfont::before {
  position: absolute;
  top: -2px;
  right: -4px;
  font-weight: bold;
}
.cid-uQRvQccpDZ .cards-wrap .card .card-wrapper {
  margin-left: 15px;
  border-radius: 4px;
}
.cid-uQRvQccpDZ .cards-wrap .card .card-wrapper .bottom-line .mbr-text {
  color: #999999;
}
.cid-uQRvQccpDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRvQccpDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRuwU25b7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f6f3;
}
@media (max-width: 991px) {
  .cid-uQRuwU25b7 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uQRuwU25b7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uQRuwU25b7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uQRuwU25b7 .mbr-text {
  color: #8eb00a;
  text-align: center;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
.cid-uQRuwUiq3P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uQRuwUiq3P .content {
    text-align: center;
  }
  .cid-uQRuwUiq3P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQRuwUiq3P .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQRuwUiq3P .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQRuwUiq3P .media-wrap img {
  height: 6rem;
}
.cid-uQRuwUiq3P .mbr-text {
  color: #8d97ad;
}
.cid-uQRuwUiq3P .p-title {
  font-size: 17px;
}
.cid-uQRuwUiq3P .p-title span {
  color: #111111;
}
.cid-uQRuwUiq3P .title-card {
  font-size: 1.3rem;
}
.cid-uQRuwUiq3P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uQRuwUiq3P .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-uQRuwUiq3P .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-uQRuwUiq3P .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-uQRuwUiq3P .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-uQRuwUiq3P .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQRuwUiq3P .copyright img {
  margin-right: 10px;
}
.cid-uQRuwUiq3P .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uQRuwUiq3P .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-uQRuwUiq3P .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQRuwUiq3P .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-uQRuwUiq3P .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQRuwUiq3P ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-uQRuwUiq3P web {
  color: #879a9f;
  font-size: 15px;
}
.cid-uQRuwUiq3P copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-uQRuwUiq3P SPAN {
  color: #687581;
}
.cid-uQRuwUiq3P .p-title,
.cid-uQRuwUiq3P .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-uQRuwUiq3P H5 {
  color: #0f7699;
  text-align: left;
}
.cid-uQRuwUiq3P .copyright > p {
  text-align: left;
}
.cid-uQRuwUiq3P imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uQRuwUz5zw {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRuwUz5zw .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRuwUz5zw .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRuwUz5zw .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRuwUz5zw .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRuwUz5zw .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRuwUz5zw .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRuwUz5zw img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRuwUz5zw h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRuwUz5zw .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRuwUz5zw .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRuwUz5zw .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRuwUz5zw .align {
  display: flex;
  align-items: center;
}
.cid-uQRuwUz5zw .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRuwUz5zw .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRuwUz5zw .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRuwUz5zw .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRuwUz5zw .card-text,
.cid-uQRuwUz5zw .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRuwUz5zw strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRuwUz5zw x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRuwUz5zw pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRuwUIZtx {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRuwUIZtx .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRuwUIZtx .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRuwUIZtx .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRuwUIZtx .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRuwUIZtx .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRuwUIZtx .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRuwUIZtx img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRuwUIZtx h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRuwUIZtx .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRuwUIZtx .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRuwUIZtx .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRuwUIZtx .align {
  display: flex;
  align-items: center;
}
.cid-uQRuwUIZtx .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRuwUIZtx .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRuwUIZtx .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRuwUIZtx .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRuwUIZtx .card-text,
.cid-uQRuwUIZtx .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRuwUIZtx strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRuwUIZtx x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRuwUIZtx pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRuwUQJ5A {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRuwUQJ5A .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRuwUQJ5A .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRuwUQJ5A .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRuwUQJ5A .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRuwUQJ5A .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRuwUQJ5A .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRuwUQJ5A img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRuwUQJ5A h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRuwUQJ5A .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRuwUQJ5A .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRuwUQJ5A .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRuwUQJ5A .align {
  display: flex;
  align-items: center;
}
.cid-uQRuwUQJ5A .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRuwUQJ5A .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRuwUQJ5A .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRuwUQJ5A .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRuwUQJ5A .card-text,
.cid-uQRuwUQJ5A .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRuwUQJ5A strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRuwUQJ5A x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRuwUQJ5A pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRuwUZ2wS {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uQRuwUZ2wS .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRuwUZ2wS .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRuwUZ2wS .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRuwUZ2wS .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRuwUZ2wS .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRuwUZ2wS .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRuwUZ2wS img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRuwUZ2wS h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRuwUZ2wS .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRuwUZ2wS .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRuwUZ2wS .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRuwUZ2wS .align {
  display: flex;
  align-items: center;
}
.cid-uQRuwUZ2wS .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRuwUZ2wS .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRuwUZ2wS .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRuwUZ2wS .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRuwUZ2wS .card-text,
.cid-uQRuwUZ2wS .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRuwUZ2wS strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRuwUZ2wS x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRuwUZ2wS pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRuwV8gh9 {
  padding-top: 8px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.cid-uQRuwV8gh9 .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #073b4c;
}
.cid-uQRuwV8gh9 .shadow {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 2px 2px 2px;
  border: 1px solid #eff0f6;
}
.cid-uQRuwV8gh9 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 1px;
}
.cid-uQRuwV8gh9 .card-text {
  margin-bottom: 1px;
  text-align: left;
  color: #8c8c95;
}
.cid-uQRuwV8gh9 .button-align {
  margin-top: 1px;
  text-align: center;
}
.cid-uQRuwV8gh9 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uQRuwV8gh9 img {
  border-radius: 4%;
  height: 70px;
  width: auto;
  margin: 0;
}
.cid-uQRuwV8gh9 h5 {
  line-height: 24px;
  margin-top: 5px;
}
.cid-uQRuwV8gh9 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uQRuwV8gh9 .card-title {
  margin-bottom: 1px;
  padding: 0;
  margin-left: -15px;
}
.cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4 {
  margin-top: 1px;
}
.cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .cid-uQRuwV8gh9 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 1px;
  }
}
.cid-uQRuwV8gh9 .align {
  display: flex;
  align-items: center;
}
.cid-uQRuwV8gh9 .mbr-section-title {
  margin-bottom: 30px;
  color: #0082c3;
  text-align: center;
}
.cid-uQRuwV8gh9 .btn {
  margin-top: 20px;
  font-weight: 500;
  border-width: 4px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  border-color: #FFCC00;
}
@media (max-width: 767px) {
  .cid-uQRuwV8gh9 .shadow {
    padding: 6px 6px 6px;
  }
}
@media (max-width: 479px) {
  .cid-uQRuwV8gh9 .shadow {
    padding: 6px 6px 6px;
  }
}
.cid-uQRuwV8gh9 .card-text,
.cid-uQRuwV8gh9 .iconfont-wrapper {
  color: #0082c3;
}
.cid-uQRuwV8gh9 strich {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #000000;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
}
.cid-uQRuwV8gh9 x {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.cid-uQRuwV8gh9 pfeil {
  color: #0082c3;
  font-size: 30px;
  text-align: left;
}
.cid-uQRuwVh5Dv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uQRuwVh5Dv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQRuwVh5Dv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQRuwVh5Dv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQRuwVh5Dv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQRuwVh5Dv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQRuwVh5Dv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQRuwVh5Dv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQRuwVh5Dv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQRuwVh5Dv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQRuwVh5Dv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQRuwVh5Dv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQRuwVh5Dv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQRuwVh5Dv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQRuwVh5Dv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQRuwVh5Dv .media-container-row .mbr-text {
  color: #9abf0b;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udC60rlHI5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udC60rlHI5 .card-box {
  padding: 0rem;
}
.cid-udC60rlHI5 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udC60rlHI5 .card {
  padding: 0;
  margin: auto;
}
.cid-udC60rlHI5 .card-img {
  height: 350px;
}
.cid-udC60rlHI5 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udC60rlHI5 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udC60rlHI5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-udC60rlHI5 .card-title {
  color: #ffffff;
}
.cid-udFTnzSFMz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-udFTnzSFMz hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-udFTnzSFMz hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-udFTnzSFMz h2 {
  float: left;
  color: #0082c3;
}
.cid-udFTnzSFMz .btn {
  align: left !important;
  padding: 7px 0px !important;
  border-width: 1px !important;
  margin: 0px 7px 5px 0px !important;
  font-size: 0.8rem !important;
  border-radius: 4px !important;
  width: 120px;
  text-align: left;
}
.cid-udFTnzSFMz H2 {
  color: #5a7871;
}
.cid-udFTnzSFMz fett {
  float: left;
  color: #0082c3;
  font-weight: bold;
}
.cid-uQRr6Ub6wa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uQRr6Ub6wa .row {
    text-align: center!important;
  }
}
.cid-uQRr6Ub6wa .user-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uQRr6Ub6wa .user-img {
  width: 400px;
  height: 120px;
  border-radius: 0%;
  margin-right: 20px;
  overflow: hidden;
}
.cid-uQRr6Ub6wa .user-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uQRr6Ub6wa .user-prof-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uQRr6Ub6wa .user-name-text {
  color: #ffffff;
}
.cid-uQRr6Ub6wa .user-prof-text {
  color: #ffffff;
  opacity: 0.5;
}
.cid-uQRr6Ub6wa .mbr-text {
  color: #073b4c;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-uQRr6Ub6wa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uQRr6Ub6wa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQRr6Ub6wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRr6Ub6wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRrknpTpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQRrknpTpi .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-uQRrknpTpi .card:hover {
  transform: scale(1.03);
}
.cid-uQRrknpTpi .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-uQRrknpTpi .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-uQRrknpTpi .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-uQRrknpTpi .img-container {
  display: flex;
  justify-content: center;
}
.cid-uQRrknpTpi .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 0%;
  object-fit: cover;
}
.cid-uQRrknpTpi .mbr-section-subtitle {
  text-align: center;
}
.cid-uQRrknpTpi .mbr-text {
  text-align: center;
}
.cid-uQRrknpTpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRrknpTpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRrSWNa12 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff, #efefef);
}
.cid-uQRrSWNa12 .carousel-control {
  background: #000;
}
.cid-uQRrSWNa12 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uQRrSWNa12 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQRrSWNa12 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uQRrSWNa12 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uQRrSWNa12 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uQRrSWNa12 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQRrSWNa12 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uQRrSWNa12 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uQRrSWNa12 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uQRrSWNa12 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uQRrSWNa12 .cloneditem-1,
.cid-uQRrSWNa12 .cloneditem-2,
.cid-uQRrSWNa12 .cloneditem-3,
.cid-uQRrSWNa12 .cloneditem-4,
.cid-uQRrSWNa12 .cloneditem-5 {
  display: none;
}
.cid-uQRrSWNa12 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQRrSWNa12 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides2 .cloneditem-1,
  .cid-uQRrSWNa12 .carousel-inner.slides2 .cloneditem-2,
  .cid-uQRrSWNa12 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides3 .cloneditem-1,
  .cid-uQRrSWNa12 .carousel-inner.slides3 .cloneditem-2,
  .cid-uQRrSWNa12 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides4 .cloneditem-1,
  .cid-uQRrSWNa12 .carousel-inner.slides4 .cloneditem-2,
  .cid-uQRrSWNa12 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides5 .cloneditem-1,
  .cid-uQRrSWNa12 .carousel-inner.slides5 .cloneditem-2,
  .cid-uQRrSWNa12 .carousel-inner.slides5 .cloneditem-3,
  .cid-uQRrSWNa12 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uQRrSWNa12 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uQRrSWNa12 .carousel-inner.slides6 .cloneditem-1,
  .cid-uQRrSWNa12 .carousel-inner.slides6 .cloneditem-2,
  .cid-uQRrSWNa12 .carousel-inner.slides6 .cloneditem-3,
  .cid-uQRrSWNa12 .carousel-inner.slides6 .cloneditem-4,
  .cid-uQRrSWNa12 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uQRrSWNa12 H2 {
  text-align: left;
}
.cid-rKJx59hr8U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKJx59hr8U .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rKJx59hr8U .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rKJx59hr8U H2 {
  margin: 0;
  width: 100%;
  color: #767676;
}
.cid-rKJx59hr8U h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rKJx59hr8U .title {
    margin-bottom: 2rem;
  }
  .cid-rKJx59hr8U .align-left,
  .cid-rKJx59hr8U .align-right {
    text-align: center;
  }
}
.cid-rKJx59hr8U .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 1.4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-rKJx59hr8U blau {
  color: #A53A00;
  font-size: 20px;
  font-family: Fira Sans Condensed;
  line-height: 28px;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udCiy7iE1i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udCiy7iE1i .card-box {
  padding: 0rem;
}
.cid-udCiy7iE1i .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udCiy7iE1i .card {
  padding: 0;
  margin: auto;
}
.cid-udCiy7iE1i .card-img {
  height: 350px;
}
.cid-udCiy7iE1i .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCiy7iE1i .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udCiy7iE1i .card-wrapper {
    padding: 4rem;
  }
}
.cid-udCiy7iE1i .card-title {
  color: #ffffff;
}
.cid-unjBNNjE8P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unjBNNjE8P hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-unjBNNjE8P hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-unjBNNjE8P h2 {
  float: left;
  color: #0082c3;
}
.cid-unjBNNjE8P .btn {
  align: left !important;
  padding: 7px 0px !important;
  border-width: 1px !important;
  margin: 0px 7px 5px 0px !important;
  font-size: 0.8rem !important;
  border-radius: 4px !important;
  width: 120px;
  text-align: left;
}
.cid-unjBNNjE8P H2 {
  color: #5a7871;
}
.cid-unjBNNjE8P fett {
  float: left;
  color: #0082c3;
  font-weight: bold;
}
.cid-uQRsFogjCu {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQRsFogjCu img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uQRsFogjCu .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uQRsFogjCu .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-uQRsFogjCu .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-uQRsFogjCu .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uQRsFogjCu .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uQRsFogjCu .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uQRsFogjCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRsFogjCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCl1LAlKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeae9;
}
.cid-udCl1LAlKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCl1LAlKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCl1LAlKK .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-udCl1LAlKK .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-udCl1LAlKK .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-udCl1LAlKK .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-udCl1LAlKK .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-udCl1LAlKK .text-wrapper {
  width: 100%;
}
.cid-udCl1LAlKK .mbr-section-title {
  color: #0082c3;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-udCl1LAlKK .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-udCl1LAlKK .mbr-section-title {
    margin-bottom: 0;
    text-align: left !important;
  }
}
.cid-udCl1LAlKK .mbr-section-subtitle {
  color: #465052;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 575px) {
  .cid-udCl1LAlKK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-udCl1LAlKK .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-udCl1LAlKK .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-udCl1LAlKK .mbr-text {
    padding-right: 0;
  }
}
.cid-udCl1LAlKK .mbr-section-btn {
  margin-top: 40px;
}
.cid-udCl1LAlKK .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-udCl1LAlKK .col-img {
    order: 1;
  }
}
.cid-udCl1LAlKK .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udCl1LAlKK .img-container {
    padding-right: 20px;
  }
}
.cid-udCl1LAlKK .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #eeeae9, #eeeae9);
}
@media (max-width: 1199px) {
  .cid-udCl1LAlKK .image-wrapper {
    padding: 15px;
  }
}
.cid-udCl1LAlKK .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-udCl1LAlKK .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-udCl1LAlKK .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-udCl1LAlKK .mbr-text,
.cid-udCl1LAlKK .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-uQRslDqiWB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQRslDqiWB H1 {
  color: #57468b;
}
.cid-uQRslDqiWB .mbr-text,
.cid-uQRslDqiWB .mbr-section-btn {
  color: #716c80;
}
.cid-uQRslDqiWB H3 {
  color: #716c80;
}
.cid-uQRslDqiWB .row {
  justify-content: space-between;
}
.cid-uQRslDqiWB .col-lg-6 {
  max-width: 500px;
}
.cid-uQRslDqiWB .title2 {
  text-align: left;
  color: #0082c3;
}
.cid-uQRslDqiWB .text2,
.cid-uQRslDqiWB .btn2 {
  text-align: left;
}
.cid-uQRslDqiWB .title1 {
  color: #0082c3;
  text-align: left;
}
.cid-uQRslDqiWB tel {
  font-size: 28px;
  color: #9B7400;
  line-height: 22px;
}
.cid-uQRslDqiWB .text1,
.cid-uQRslDqiWB .btn1 {
  text-align: left;
}
.cid-uQRstEb9O5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQRstEb9O5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRstEb9O5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRstEb9O5 .container {
  max-width: 1140px;
}
.cid-uQRstEb9O5 .row {
  justify-content: center;
}
.cid-uQRstEb9O5 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uQRstEb9O5 .mbr-section-title {
  color: #0082c3;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uQRstEb9O5 .mbr-section-subtitle {
  color: #ff3366;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uQRstEb9O5 .toggle-panel {
  width: 100%;
}
.cid-uQRstEb9O5 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #0f7699;
}
.cid-uQRstEb9O5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQRstEb9O5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uQRstEb9O5 .panel-title {
    align-items: flex-start;
  }
}
.cid-uQRstEb9O5 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #0f7699;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uQRstEb9O5 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uQRstEb9O5 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uQRstEb9O5 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uQRstEb9O5 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uQRstEb9O5 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uQRstEb9O5 .panel-body {
    width: 100%;
  }
}
.cid-uQRstEb9O5 .panel-title-edit {
  color: #0082c3;
  text-align: right;
}
.cid-uQRstEb9O5 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-uQRstEb9O5 farbe {
  color: #E1002D;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
}
.cid-uQRstEb9O5 farbe1 {
  color: #E1002D;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
}
.cid-rKNISvKkhQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKNISvKkhQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-rKNISvKkhQ .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rKNISvKkhQ H2 {
  margin: 0;
  width: 100%;
  color: #767676;
}
.cid-rKNISvKkhQ h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-rKNISvKkhQ .title {
    margin-bottom: 2rem;
  }
  .cid-rKNISvKkhQ .align-left,
  .cid-rKNISvKkhQ .align-right {
    text-align: center;
  }
}
.cid-rKNISvKkhQ .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 1.4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-rKNISvKkhQ blau {
  color: #A53A00;
  font-size: 20px;
  font-family: Fira Sans Condensed;
  line-height: 28px;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udCtw8fLHO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udCtw8fLHO .card-box {
  padding: 0rem;
}
.cid-udCtw8fLHO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udCtw8fLHO .card {
  padding: 0;
  margin: auto;
}
.cid-udCtw8fLHO .card-img {
  height: 350px;
}
.cid-udCtw8fLHO .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCtw8fLHO .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udCtw8fLHO .card-wrapper {
    padding: 4rem;
  }
}
.cid-udCtw8fLHO .card-title {
  color: #ffffff;
}
.cid-unjCODosWo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-unjCODosWo hr.top-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
.cid-unjCODosWo hr.bot-hr {
  border-top: 1px solid #efeeee;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-unjCODosWo h2 {
  float: left;
  color: #0082c3;
}
.cid-unjCODosWo .btn {
  align: left !important;
  padding: 7px 0px !important;
  border-width: 1px !important;
  margin: 0px 7px 5px 0px !important;
  font-size: 0.8rem !important;
  border-radius: 4px !important;
  width: 120px;
  text-align: left;
}
.cid-unjCODosWo H2 {
  color: #5a7871;
}
.cid-unjCODosWo fett {
  float: left;
  color: #0082c3;
  font-weight: bold;
}
.cid-udCuynafDy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udCuynafDy h3,
.cid-udCuynafDy h4,
.cid-udCuynafDy h5,
.cid-udCuynafDy h6,
.cid-udCuynafDy p {
  margin: 0;
}
.cid-udCuynafDy .section-head {
  margin-bottom: 2.5rem;
}
.cid-udCuynafDy .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-udCuynafDy .nav-tabs .nav-item.open .nav-link:focus,
.cid-udCuynafDy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-udCuynafDy .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #073b4c;
}
.cid-udCuynafDy .nav-item {
  width: 100%;
  text-align: center;
}
.cid-udCuynafDy .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-udCuynafDy .nav-tabs .nav-link:not(.active) {
  color: #073b4c;
}
.cid-udCuynafDy .nav-link,
.cid-udCuynafDy .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-udCuynafDy .nav-tabs .nav-link.active {
  color: #c50d03;
  border-bottom: 1px solid #c50d03;
}
.cid-udCuynafDy .panel-body,
.cid-udCuynafDy .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-udCuynafDy .panel-body,
  .cid-udCuynafDy .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-udCuynafDy .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-udCuynafDy .image-wrap img {
  width: 100%;
  border-radius: 4px;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 991px) {
  .cid-udCuynafDy .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-udCuynafDy .image-wrap {
    width: 100%;
  }
}
.cid-udCuynafDy .panel-title {
  color: #c50d03;
  margin-bottom: 0.6rem;
}
.cid-udCuynafDy .panel-subtitle {
  color: #33d5ad;
}
.cid-udCuynafDy .panel-text {
  margin-top: 1.5rem;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udCzqbM7Nr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udCzqbM7Nr .card-box {
  padding: 0rem;
}
.cid-udCzqbM7Nr .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udCzqbM7Nr .card {
  padding: 0;
  margin: auto;
}
.cid-udCzqbM7Nr .card-img {
  height: 350px;
}
.cid-udCzqbM7Nr .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCzqbM7Nr .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udCzqbM7Nr .card-wrapper {
    padding: 4rem;
  }
}
.cid-udCzqbM7Nr .card-title {
  color: #ffffff;
}
.cid-udCAgjHUf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udCAgjHUf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCAgjHUf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCAgjHUf2 .title-wrapper {
  padding: 96px 10px;
  background-color: #ede2be;
}
@media (max-width: 992px) {
  .cid-udCAgjHUf2 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-udCAgjHUf2 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-udCAgjHUf2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udCAgjHUf2 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-udCAgjHUf2 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-udCAgjHUf2 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #b1a374;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-udCAgjHUf2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-udCAgjHUf2 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-udCAgjHUf2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udCAgjHUf2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udCAgjHUf2 .panel-title-edit {
  color: #465052;
}
.cid-udCAgjHUf2 .panel-text {
  color: #36404c;
}
.cid-udCAgjHUf2 .mbr-section-title,
.cid-udCAgjHUf2 .mbr-section-btn {
  color: #465052;
}
.cid-udCBrwK3zX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udCBrwK3zX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCBrwK3zX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCBrwK3zX .title-wrapper {
  padding: 96px 10px;
  background-color: #ede2be;
}
@media (max-width: 992px) {
  .cid-udCBrwK3zX .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-udCBrwK3zX .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-udCBrwK3zX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udCBrwK3zX .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-udCBrwK3zX .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-udCBrwK3zX .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #b1a374;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-udCBrwK3zX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-udCBrwK3zX .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-udCBrwK3zX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udCBrwK3zX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udCBrwK3zX .panel-title-edit {
  color: #465052;
}
.cid-udCBrwK3zX .panel-text {
  color: #36404c;
}
.cid-udCBrwK3zX .mbr-section-title,
.cid-udCBrwK3zX .mbr-section-btn {
  color: #465052;
}
.cid-udCBs6O8fy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udCBs6O8fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCBs6O8fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udCBs6O8fy .title-wrapper {
  padding: 96px 10px;
  background-color: #ede2be;
}
@media (max-width: 992px) {
  .cid-udCBs6O8fy .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-udCBs6O8fy .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-udCBs6O8fy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udCBs6O8fy .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-udCBs6O8fy .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-udCBs6O8fy .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #b1a374;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-udCBs6O8fy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-udCBs6O8fy .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-udCBs6O8fy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udCBs6O8fy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udCBs6O8fy .panel-title-edit {
  color: #465052;
}
.cid-udCBs6O8fy .panel-text {
  color: #36404c;
}
.cid-udCBs6O8fy .mbr-section-title,
.cid-udCBs6O8fy .mbr-section-btn {
  color: #465052;
}
.cid-udBY8REW4u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .content {
    text-align: center;
  }
  .cid-udBY8REW4u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udBY8REW4u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udBY8REW4u .media-wrap img {
  height: 6rem;
}
.cid-udBY8REW4u .mbr-text {
  color: #8d97ad;
}
.cid-udBY8REW4u .p-title {
  font-size: 17px;
}
.cid-udBY8REW4u .p-title span {
  color: #111111;
}
.cid-udBY8REW4u .title-card {
  font-size: 1.3rem;
}
.cid-udBY8REW4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udBY8REW4u .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udBY8REW4u .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udBY8REW4u .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udBY8REW4u .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udBY8REW4u .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udBY8REW4u .copyright img {
  margin-right: 10px;
}
.cid-udBY8REW4u .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udBY8REW4u .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udBY8REW4u .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udBY8REW4u .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udBY8REW4u ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udBY8REW4u web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udBY8REW4u copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udBY8REW4u SPAN {
  color: #687581;
}
.cid-udBY8REW4u .p-title,
.cid-udBY8REW4u .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udBY8REW4u H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udBY8REW4u .copyright > p {
  text-align: left;
}
.cid-udBY8REW4u imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
.cid-uhgnGipfdH {
  min-height: 70px !important;
  position: relative;
  background: #ecf2f4;
  overflow: visible;
}
.cid-uhgnGipfdH .nav-item,
.cid-uhgnGipfdH .nav-link,
.cid-uhgnGipfdH .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .nav-item:hover,
.cid-uhgnGipfdH .nav-link:hover,
.cid-uhgnGipfdH .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uhgnGipfdH .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uhgnGipfdH .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uhgnGipfdH .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhgnGipfdH .container-fluid,
.cid-uhgnGipfdH .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  padding-right: 20px;
}
.cid-uhgnGipfdH .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uhgnGipfdH .nav-link:hover:before {
  width: 100%;
}
.cid-uhgnGipfdH .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .nav-link {
    margin: 0 !important;
  }
}
.cid-uhgnGipfdH .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhgnGipfdH .widget p,
.cid-uhgnGipfdH .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uhgnGipfdH .widget p a,
.cid-uhgnGipfdH .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uhgnGipfdH .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH .icons__wrap:hover {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.cid-uhgnGipfdH .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: none;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #0082c3 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uhgnGipfdH .mbr-section-btn .btn-secondary:hover {
  background-color: #0082c3 !important;
  color: #ffffff !important;
}
.cid-uhgnGipfdH .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uhgnGipfdH .navbar > .container,
.cid-uhgnGipfdH .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uhgnGipfdH .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ecf2f4;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uhgnGipfdH .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after,
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uhgnGipfdH .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown-item:hover {
  color: #0082c3 !important;
}
.cid-uhgnGipfdH .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uhgnGipfdH .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uhgnGipfdH .nav-item:focus,
.cid-uhgnGipfdH .nav-link:focus {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhgnGipfdH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhgnGipfdH .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uhgnGipfdH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhgnGipfdH .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ecf2f4 !important;
}
.cid-uhgnGipfdH .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uhgnGipfdH .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uhgnGipfdH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhgnGipfdH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhgnGipfdH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhgnGipfdH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu {
    background: #ecf2f4 !important;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhgnGipfdH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhgnGipfdH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uhgnGipfdH .navbar.navbar-short {
  background: #ecf2f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhgnGipfdH .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uhgnGipfdH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uhgnGipfdH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhgnGipfdH .dropdown-item.active,
.cid-uhgnGipfdH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ecf2f4;
}
.cid-uhgnGipfdH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uhgnGipfdH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0082c3;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhgnGipfdH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhgnGipfdH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhgnGipfdH .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uhgnGipfdH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uhgnGipfdH a.nav-link:hover {
  color: #0082c3 !important;
}
@media (max-width: 991px) {
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uhgnGipfdH .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uhgnGipfdH .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uhgnGipfdH .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uhgnGipfdH .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uhgnGipfdH a.nav-link {
    justify-content: flex-start;
  }
  .cid-uhgnGipfdH ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uhgnGipfdH .navbar-brand {
    padding: 0;
  }
  .cid-uhgnGipfdH .block__phone,
  .cid-uhgnGipfdH .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uhgnGipfdH .widget {
    flex-direction: column;
  }
  .cid-uhgnGipfdH .widget p,
  .cid-uhgnGipfdH .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uhgnGipfdH .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: #0082c3;
    border-style: solid;
  }
}
.is-builder .cid-uhgnGipfdH .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhgnGipfdH .navbar {
    height: 97px;
  }
  .cid-uhgnGipfdH .navbar.opened {
    height: auto;
  }
  .cid-uhgnGipfdH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udCKQV3bIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-udCKQV3bIY .card-box {
  padding: 0rem;
}
.cid-udCKQV3bIY .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-udCKQV3bIY .card {
  padding: 0;
  margin: auto;
}
.cid-udCKQV3bIY .card-img {
  height: 350px;
}
.cid-udCKQV3bIY .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCKQV3bIY .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-udCKQV3bIY .card-wrapper {
    padding: 4rem;
  }
}
.cid-udCKQV3bIY .card-title {
  color: #ffffff;
}
.cid-udCL3suhsg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCL3suhsg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-udCL3suhsg .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0082c3;
}
.cid-udCL3suhsg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-udCL3suhsg .inner-container {
    width: 100% !important;
  }
}
.cid-udCL3suhsg black {
  color: #333333;
  font-size: 34px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .cid-udCL3suhsg {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.cid-udCL4cKVPd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCL4cKVPd hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  float: center;
}
.cid-udCL4cKVPd hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.cid-udCL4cKVPd h2 {
  float: center;
  color: #0082c3;
}
.cid-udCL4cKVPd .btn {
  align: left !important;
  padding: 9px 0px !important;
  border-width: 1px !important;
  margin: 0px 15px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 200px;
}
.cid-udCL4cKVPd H2 {
  color: #767676;
}
.cid-udCLYWAWXp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCLYWAWXp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-udCLYWAWXp .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0082c3;
}
.cid-udCLYWAWXp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-udCLYWAWXp .inner-container {
    width: 100% !important;
  }
}
.cid-udCLYWAWXp black {
  color: #333333;
  font-size: 34px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .cid-udCLYWAWXp {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-udCM7jA9mt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCM7jA9mt hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  float: center;
}
.cid-udCM7jA9mt hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.cid-udCM7jA9mt h2 {
  float: center;
  color: #0082c3;
}
.cid-udCM7jA9mt .btn {
  align: left !important;
  padding: 9px 0px !important;
  border-width: 1px !important;
  margin: 0px 15px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 200px;
}
.cid-udCM7jA9mt H2 {
  color: #767676;
}
.cid-udCMmwwkKC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCMmwwkKC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-udCMmwwkKC .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0082c3;
}
.cid-udCMmwwkKC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-udCMmwwkKC .inner-container {
    width: 100% !important;
  }
}
.cid-udCMmwwkKC black {
  color: #333333;
  font-size: 34px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .cid-udCMmwwkKC {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-udCM86oxwe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCM86oxwe hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  float: center;
}
.cid-udCM86oxwe hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.cid-udCM86oxwe h2 {
  float: center;
  color: #0082c3;
}
.cid-udCM86oxwe .btn {
  align: left !important;
  padding: 9px 0px !important;
  border-width: 1px !important;
  margin: 0px 15px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 200px;
}
.cid-udCM86oxwe H2 {
  color: #767676;
}
.cid-udCMpGzVvV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udCMpGzVvV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-udCMpGzVvV .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0082c3;
}
.cid-udCMpGzVvV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-udCMpGzVvV .inner-container {
    width: 100% !important;
  }
}
.cid-udCMpGzVvV black {
  color: #333333;
  font-size: 34px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .cid-udCMpGzVvV {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-udCMnihgHi {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-udCMnihgHi hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  float: center;
}
.cid-udCMnihgHi hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.cid-udCMnihgHi h2 {
  float: center;
  color: #0082c3;
}
.cid-udCMnihgHi .btn {
  align: left !important;
  padding: 9px 0px !important;
  border-width: 1px !important;
  margin: 0px 15px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 200px;
}
.cid-udCMnihgHi H2 {
  color: #767676;
}
.cid-udCKQWubel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-udCKQWubel .content {
    text-align: center;
  }
  .cid-udCKQWubel .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udCKQWubel .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-udCKQWubel .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-udCKQWubel .media-wrap img {
  height: 6rem;
}
.cid-udCKQWubel .mbr-text {
  color: #8d97ad;
}
.cid-udCKQWubel .p-title {
  font-size: 17px;
}
.cid-udCKQWubel .p-title span {
  color: #111111;
}
.cid-udCKQWubel .title-card {
  font-size: 1.3rem;
}
.cid-udCKQWubel .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-udCKQWubel .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-udCKQWubel .footer-menu {
  margin-bottom: 0;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.cid-udCKQWubel .footer-menu__item {
  font-size: 18px;
  padding-right: 1.5rem;
}
.cid-udCKQWubel .footer-menu__item:last-child {
  padding-right: 0;
}
.cid-udCKQWubel .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udCKQWubel .copyright img {
  margin-right: 10px;
}
.cid-udCKQWubel .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #8d97ad;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-udCKQWubel .icon-transition span:hover {
  background-color: #ff4f7b;
}
@media (max-width: 767px) {
  .cid-udCKQWubel .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-udCKQWubel .footer-lower hr {
  margin: 1rem 0;
  border-color: #dddddd;
}
@media (max-width: 767px) {
  .cid-udCKQWubel .footer-menu {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-udCKQWubel ora {
  color: #0082c3;
  font-size: 22px;
}
.cid-udCKQWubel web {
  color: #879a9f;
  font-size: 15px;
}
.cid-udCKQWubel copy {
  color: #879a9f;
  font-size: 12px;
}
.cid-udCKQWubel SPAN {
  color: #687581;
}
.cid-udCKQWubel .p-title,
.cid-udCKQWubel .social-media {
  color: #073b4c;
  text-align: left;
}
.cid-udCKQWubel H5 {
  color: #0f7699;
  text-align: left;
}
.cid-udCKQWubel .copyright > p {
  text-align: left;
}
.cid-udCKQWubel imp {
  font-size: 15px;
  font-family: Jost-Regular;
}
