/*!
 * 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: Raleway-Regular;
}
.display-1 {
  font-family: 'EuphoriaScript-Regular';
  font-size: 3.3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-2 {
  font-family: 'EuphoriaScript-Regular';
  font-size: 2.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-4 {
  font-family: 'OpenSans_Condensed-Regular';
  font-size: 1.35rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.16rem;
}
.display-5 {
  font-family: 'EuphoriaScript-Regular';
  font-size: 2.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-6 {
  font-family: 'EuphoriaScript-Regular';
  font-size: 2.6rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-7 {
  font-family: 'OpenSans_Condensed-Regular';
  font-size: 0.98rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.568rem;
}
.display-11 {
  font-family: 'OpenSans_Condensed-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-12 {
  font-family: 'OpenSans_Condensed-Regular';
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-13 {
  font-family: 'OpenSans_Condensed-Light';
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-14 {
  font-family: 'OpenSans_Condensed-Light';
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: #465052 !important;
}
.bg-success {
  background-color: #23434b !important;
}
.bg-info {
  background-color: #d0b111 !important;
}
.bg-warning {
  background-color: #0dc235 !important;
}
.bg-danger {
  background-color: #b2871d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9700f !important;
  border-color: #f9700f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b74f05 !important;
  border-color: #b74f05 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b74f05 !important;
  border-color: #b74f05 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d0b111 !important;
  border-color: #d0b111 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #89750b !important;
  border-color: #89750b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #89750b !important;
  border-color: #89750b !important;
}
.btn-success,
.btn-success:active {
  background-color: #23434b !important;
  border-color: #23434b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b1417 !important;
  border-color: #0b1417 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b1417 !important;
  border-color: #0b1417 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0dc235 !important;
  border-color: #0dc235 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #087a21 !important;
  border-color: #087a21 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #087a21 !important;
  border-color: #087a21 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2871d !important;
  border-color: #b2871d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #705512 !important;
  border-color: #705512 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #705512 !important;
  border-color: #705512 !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: #171a1b;
  color: #171a1b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9e4404;
  color: #9e4404;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f9700f;
  border-color: #f9700f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9700f !important;
  border-color: #f9700f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #726109;
  color: #726109;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #d0b111;
  border-color: #d0b111;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d0b111 !important;
  border-color: #d0b111 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #030505;
  color: #030505;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #23434b;
  border-color: #23434b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23434b !important;
  border-color: #23434b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #07621b;
  color: #07621b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0dc235;
  border-color: #0dc235;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc235 !important;
  border-color: #0dc235 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5a440f;
  color: #5a440f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2871d !important;
  border-color: #b2871d !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: #465052 !important;
}
.text-secondary {
  color: #f9700f !important;
}
.text-success {
  color: #23434b !important;
}
.text-info {
  color: #d0b111 !important;
}
.text-warning {
  color: #0dc235 !important;
}
.text-danger {
  color: #b2871d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #171a1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9e4404 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #030505 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #726109 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #07621b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #5a440f !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: #d0b111;
}
.alert-warning {
  background-color: #0dc235;
}
.alert-danger {
  background-color: #b2871d;
}
.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: #465052;
  border-color: #465052;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #465052;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8bbcc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9eeb4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5bf47c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e6c268;
}
/* Scroll to top button*/
.form-control {
  font-family: 'OpenSans_Condensed-Regular';
  font-size: 0.98rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.568rem;
}
blockquote {
  border-color: #465052;
}
/* 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: #465052;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #465052;
}
/* 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: #465052;
  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: #465052;
  border-bottom-color: #465052;
}
.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: #465052 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f9700f !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='%23465052' %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-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvLX0KUV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvLX0KUV .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvLX0KUV .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvLX0KUV .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvLX0KUV .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvLX0KUV .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9rd3n3z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9rd3n3z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9rd3n3z ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9rd3n3z ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9rd3n3z ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9rd3n3z ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9rd3n3z .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9rd3n3z .mbr-section-title {
  color: #ffffff;
}
.cid-urp9rSkAEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9rSkAEJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9rSkAEJ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9rSkAEJ ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9rSkAEJ ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9rSkAEJ ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9rSkAEJ .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9rSkAEJ .mbr-section-title {
  color: #ffffff;
}
.cid-urpcqdC4IB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcqdC4IB .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO6tqCnGV {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uqO6tqCnGV .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO6tqCnGV .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO6tqCnGV .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO6tqCnGV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO6tqCnGV .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO6tqCnGV .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO6tqCnGV .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO6tqCnGV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO6tqCnGV H2 {
  color: #232323;
}
.cid-rgnmghu6Hl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fcfaf3;
}
@media (max-width: 991px) {
  .cid-rgnmghu6Hl {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-rgnmghu6Hl .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rgnmghu6Hl .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #9a6f05;
}
.cid-rgnmghu6Hl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rgnmghu6Hl .inner-container {
    width: 100% !important;
  }
}
.cid-uqNCmjmtBN {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fcfaf3;
}
@media (max-width: 991px) {
  .cid-uqNCmjmtBN {
    padding-top: 15px;
    padding-bottom: 2px;
  }
}
.cid-uqNCmjmtBN .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqNCmjmtBN .section-text {
  padding: 0.2rem 0;
  color: #232323;
  text-align: left;
}
.cid-uqNCmjmtBN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqNCmjmtBN .inner-container {
    width: 100% !important;
  }
}
.cid-uqNCmjmtBN #tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cid-uqNCmjmtBN .tooltip-text {
  visibility: hidden;
  width: 100px;
  background-color: #e4d295;
  color: #232323;
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-110%);
  transition: visibility 0s, opacity 0.3s ease;
  opacity: 0;
  top: 50%;
  font-size: 16px;
  border: 1px solid #787324;
}
.cid-uqNCmjmtBN #tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 800px) {
  .cid-uqNCmjmtBN .tooltip-text {
    width: 250px;
    left: -275%;
    transform: translateY(-112%);
  }
}
.cid-uqNCmjmtBN x {
  color: #333333;
  text-align: left;
  font-weight: bold;
  text-decoration: underline;
}
.cid-uqNCmjmtBN xx {
  color: #333333;
  text-align: left;
  font-weight: bold;
}
.cid-uril5ANU7C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uril5ANU7C .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-uril5ANU7C .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #9a6f05;
}
.cid-uril5ANU7C .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uril5ANU7C .inner-container {
    width: 100% !important;
  }
}
.cid-uqNQMPXKcb {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqNQMPXKcb .mbr-text,
.cid-uqNQMPXKcb blockquote {
  color: #767676;
}
.cid-uqNQMPXKcb ora {
  color: #ff6600;
  text-align: left;
  font-size: 15px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-uqNQMPXKcb pink {
  color: #eb14cf;
  text-align: left;
  font-size: 18px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-uqNQMPXKcb blau {
  color: #0082c3;
  text-align: left;
  font-size: 15px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-uqNQMPXKcb h1 {
  text-align: left;
  font-size: 22px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-uqNQMPXKcb gru {
  color: #00A516;
  text-align: left;
  font-size: 14px;
}
.cid-uqNQMPXKcb .mbr-text {
  color: #41ae0d;
}
.cid-uqNQMPXKcb .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  width: 220px;
  background-color: #00A516;
}
.cid-uqNQMPXKcb ab {
  font-size: 16px;
  text-align: left;
}
.cid-uqNQMPXKcb xx {
  text-align: left;
  font-size: 14px;
  color: #00A516;
  text-decoration: underline;
}
.cid-uqNQMPXKcb klein {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.cid-uqNQMPXKcb weis {
  text-align: left;
  font-size: 14px;
  color: #f4f4f4;
}
.cid-uqNQMPXKcb h3 {
  text-align: left;
  font-size: 21px;
}
.cid-uqTgJMicej {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgJMicej {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgJMicej klein {
  font-size: 12px;
}
.cid-uqTgJMicej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgJMicej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgJMicej .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgJMicej .container {
    padding: 0 24px;
  }
}
.cid-uqTgJMicej .row {
  justify-content: center;
}
.cid-uqTgJMicej .item {
  margin-top: 24px;
}
.cid-uqTgJMicej .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgJMicej .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgJMicej .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgJMicej .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgJMicej .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgJMicej .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgJMicej .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgJMicej .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgJMicej .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgJMicej .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgJMicej .item-title {
  color: #b98609;
}
.cid-uqTgJMicej .item-text {
  color: #18212d;
}
.cid-uqTgJMicej .item-text,
.cid-uqTgJMicej .mbr-section-btn {
  color: #232323;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvUsgEF1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvUsgEF1 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvUsgEF1 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvUsgEF1 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvUsgEF1 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvUsgEF1 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9KtEO3G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9KtEO3G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9KtEO3G ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9KtEO3G ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9KtEO3G ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9KtEO3G ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9KtEO3G .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9KtEO3G .mbr-section-title {
  color: #ffffff;
}
.cid-urp9LACXjx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9LACXjx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9LACXjx ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9LACXjx ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9LACXjx ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9LACXjx ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9LACXjx .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9LACXjx .mbr-section-title {
  color: #ffffff;
}
.cid-urpcZt7olc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcZt7olc .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO6MVEMlR {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uqO6MVEMlR .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO6MVEMlR .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO6MVEMlR .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO6MVEMlR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO6MVEMlR .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO6MVEMlR .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO6MVEMlR .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO6MVEMlR .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO6MVEMlR H2 {
  color: #232323;
}
.cid-uqOcWBlyNk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqOcWBlyNk .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.02px;
  margin: 0 auto;
}
.cid-uqOcWBlyNk .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #d0b111;
}
.cid-uqOcWBlyNk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqOcWBlyNk .inner-container {
    width: 100% !important;
  }
}
.cid-uqOcZS2djL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOcZS2djL {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uqOcZS2djL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqOcZS2djL .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-uqOcZS2djL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqOcZS2djL .inner-container {
    width: 100% !important;
  }
}
.cid-uqOd0D2d18 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #eef9fb;
}
@media (max-width: 991px) {
  .cid-uqOd0D2d18 {
    padding-top: 18px;
    padding-bottom: 2px;
  }
}
.cid-uqOd0D2d18 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqOd0D2d18 .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-uqOd0D2d18 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqOd0D2d18 .inner-container {
    width: 100% !important;
  }
}
.cid-uqOd1jx0Xx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOd1jx0Xx {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uqOd1jx0Xx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqOd1jx0Xx .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-uqOd1jx0Xx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqOd1jx0Xx .inner-container {
    width: 100% !important;
  }
}
.cid-uqTgY2hIEL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgY2hIEL {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgY2hIEL klein {
  font-size: 12px;
}
.cid-uqTgY2hIEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgY2hIEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgY2hIEL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgY2hIEL .container {
    padding: 0 24px;
  }
}
.cid-uqTgY2hIEL .row {
  justify-content: center;
}
.cid-uqTgY2hIEL .item {
  margin-top: 24px;
}
.cid-uqTgY2hIEL .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgY2hIEL .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgY2hIEL .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgY2hIEL .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgY2hIEL .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgY2hIEL .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgY2hIEL .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgY2hIEL .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgY2hIEL .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgY2hIEL .item-title {
  color: #b98609;
}
.cid-uqTgY2hIEL .item-text {
  color: #18212d;
}
.cid-uqTgY2hIEL .item-text,
.cid-uqTgY2hIEL .mbr-section-btn {
  color: #232323;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvWCZF48 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvWCZF48 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvWCZF48 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvWCZF48 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvWCZF48 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvWCZF48 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9NE9bZp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9NE9bZp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9NE9bZp ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9NE9bZp ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9NE9bZp ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9NE9bZp ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9NE9bZp .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9NE9bZp .mbr-section-title {
  color: #ffffff;
}
.cid-urp9ORZhpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9ORZhpd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9ORZhpd ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9ORZhpd ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9ORZhpd ul.list-inline img {
  width: 90px;
  paddin7g-bottom: .1rem;
  margin: 0px;
}
.cid-urp9ORZhpd ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9ORZhpd .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9ORZhpd .mbr-section-title {
  color: #ffffff;
}
.cid-urpd3vTSAX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpd3vTSAX .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO6TB78Cp {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uqO6TB78Cp .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO6TB78Cp .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO6TB78Cp .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO6TB78Cp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO6TB78Cp .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO6TB78Cp .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO6TB78Cp .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO6TB78Cp .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO6TB78Cp H2 {
  color: #232323;
}
.cid-urhpNHv9UB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urhpNHv9UB {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-urhpNHv9UB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urhpNHv9UB .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #d0b111;
}
.cid-urhpNHv9UB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urhpNHv9UB .inner-container {
    width: 100% !important;
  }
}
.cid-uqO71Og86z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqO71Og86z {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
.cid-uqO71Og86z .mbr-text,
.cid-uqO71Og86z blockquote {
  color: #767676;
}
.cid-uqO71Og86z .mbr-text {
  color: #232323;
}
.cid-uqTh1gGnaI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTh1gGnaI {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTh1gGnaI klein {
  font-size: 12px;
}
.cid-uqTh1gGnaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTh1gGnaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTh1gGnaI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTh1gGnaI .container {
    padding: 0 24px;
  }
}
.cid-uqTh1gGnaI .row {
  justify-content: center;
}
.cid-uqTh1gGnaI .item {
  margin-top: 24px;
}
.cid-uqTh1gGnaI .item:first-child {
  margin-bottom: 0;
}
.cid-uqTh1gGnaI .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTh1gGnaI .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTh1gGnaI .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTh1gGnaI .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTh1gGnaI .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTh1gGnaI .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTh1gGnaI .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTh1gGnaI .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTh1gGnaI .item-title {
  color: #b98609;
}
.cid-uqTh1gGnaI .item-text {
  color: #18212d;
}
.cid-uqTh1gGnaI .item-text,
.cid-uqTh1gGnaI .mbr-section-btn {
  color: #232323;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvQGZgsV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvQGZgsV .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvQGZgsV .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvQGZgsV .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvQGZgsV .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvQGZgsV .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9Aetp1b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9Aetp1b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9Aetp1b ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9Aetp1b ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9Aetp1b ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9Aetp1b ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9Aetp1b .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9Aetp1b .mbr-section-title {
  color: #ffffff;
}
.cid-urp9AWcmTT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9AWcmTT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9AWcmTT ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9AWcmTT ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9AWcmTT ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9AWcmTT ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9AWcmTT .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9AWcmTT .mbr-section-title {
  color: #ffffff;
}
.cid-urpcFO7KNt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcFO7KNt .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqOeGvnrG3 {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0-strartseite-2000x952.jpg");
}
.cid-uqOeGvnrG3 .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqOeGvnrG3 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqOeGvnrG3 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqOeGvnrG3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqOeGvnrG3 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqOeGvnrG3 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqOeGvnrG3 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqOeGvnrG3 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqOeGvnrG3 H2 {
  color: #232323;
}
.cid-uqOeSaOdr8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqOeSaOdr8 .line {
  background-color: #f4edd4;
  color: #f4edd4;
  align: center;
  height: 0.1px;
  margin: 0 auto;
}
.cid-uqOeSaOdr8 .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #d0b111;
}
.cid-uqOeSaOdr8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqOeSaOdr8 .inner-container {
    width: 100% !important;
  }
}
.cid-uqOfSn2LRc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqOfSn2LRc {
    padding-top: 9px;
    padding-bottom: 0px;
  }
}
.cid-uqOfSn2LRc hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 19px 0px;
  padding: 0px;
}
.cid-uqOfSn2LRc hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-uqOfSn2LRc h2 {
  float: center;
  color: #0082c3;
}
.cid-uqOfSn2LRc .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 160px;
  height: 30px;
  margin-left: -100px;
}
.cid-uqOfSn2LRc H2 {
  color: #767676;
}
.cid-urG1kJSqww {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urG1kJSqww hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 19px 0px;
  padding: 0px;
}
.cid-urG1kJSqww hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-urG1kJSqww h2 {
  float: center;
  color: #0082c3;
}
.cid-urG1kJSqww .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 160px;
  height: 30px;
  margin-left: -100px;
}
.cid-urG1kJSqww H2 {
  color: #767676;
}
.cid-urG2ktotIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urG2ktotIL hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 19px 0px;
  padding: 0px;
}
.cid-urG2ktotIL hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-urG2ktotIL h2 {
  float: center;
  color: #0082c3;
}
.cid-urG2ktotIL .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 160px;
  height: 30px;
  margin-left: -100px;
}
.cid-urG2ktotIL H2 {
  color: #767676;
}
.cid-urG2qKR2ZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urG2qKR2ZX hr.top-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 0px 0px 19px 0px;
  padding: 0px;
}
.cid-urG2qKR2ZX hr.bot-hr {
  border-top: 1px solid #efefef;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 10px;
}
.cid-urG2qKR2ZX h2 {
  float: center;
  color: #0082c3;
}
.cid-urG2qKR2ZX .btn {
  align: center !important;
  padding: 0px 0px !important;
  border-width: 1px !important;
  margin: 0px 12px 12px 12px !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  width: 160px;
  height: 30px;
  margin-left: -100px;
}
.cid-urG2qKR2ZX H2 {
  color: #767676;
}
.cid-uqTgOCatYB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgOCatYB {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgOCatYB klein {
  font-size: 12px;
}
.cid-uqTgOCatYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgOCatYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgOCatYB .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgOCatYB .container {
    padding: 0 24px;
  }
}
.cid-uqTgOCatYB .row {
  justify-content: center;
}
.cid-uqTgOCatYB .item {
  margin-top: 24px;
}
.cid-uqTgOCatYB .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgOCatYB .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgOCatYB .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgOCatYB .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgOCatYB .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgOCatYB .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgOCatYB .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgOCatYB .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgOCatYB .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgOCatYB .item-title {
  color: #b98609;
}
.cid-uqTgOCatYB .item-text {
  color: #18212d;
}
.cid-uqTgOCatYB .item-text,
.cid-uqTgOCatYB .mbr-section-btn {
  color: #232323;
}
.cid-uqOeGwkoPH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqOeGwkoPH .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqOeGwkoPH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqOeGwkoPH .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqOeGwkoPH .row {
    text-align: center;
  }
  .cid-uqOeGwkoPH .row > div {
    margin: auto;
  }
  .cid-uqOeGwkoPH .social-row {
    justify-content: center;
  }
}
.cid-uqOeGwkoPH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqOeGwkoPH .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqOeGwkoPH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqOeGwkoPH .list {
    margin-bottom: 0rem;
  }
}
.cid-uqOeGwkoPH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqOeGwkoPH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqOeGwkoPH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqOeGwkoPH .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqOeGwkoPH H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqOeGwkoPH copy {
  font-size: 13px;
}
.cid-uqOeGwkoPH black {
  color: #000000;
}
.cid-uqOeGwkoPH ora {
  color: #ff6600;
}
.cid-uqOeGwkoPH link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqOeGwkoPH .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPFYPwJeh {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPFYPwJeh .nav-item,
.cid-uqPFYPwJeh .nav-link,
.cid-uqPFYPwJeh .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPFYPwJeh .nav-item:hover,
.cid-uqPFYPwJeh .nav-link:hover,
.cid-uqPFYPwJeh .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPFYPwJeh sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPFYPwJeh .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPFYPwJeh .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPFYPwJeh .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPFYPwJeh .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPFYPwJeh .container-fluid,
.cid-uqPFYPwJeh .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPFYPwJeh .navbar-brand {
  padding: 0;
}
.cid-uqPFYPwJeh .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPFYPwJeh .nav-link:hover:before {
  width: 100%;
}
.cid-uqPFYPwJeh .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-uqPFYPwJeh .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPFYPwJeh .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPFYPwJeh .widget p,
.cid-uqPFYPwJeh .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPFYPwJeh .widget p a,
.cid-uqPFYPwJeh .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPFYPwJeh .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPFYPwJeh .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPFYPwJeh .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPFYPwJeh .block__phone,
  .cid-uqPFYPwJeh .icons-menu {
    display: none;
  }
  .cid-uqPFYPwJeh .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPFYPwJeh .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPFYPwJeh .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPFYPwJeh .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPFYPwJeh .navbar > .container,
.cid-uqPFYPwJeh .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPFYPwJeh .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPFYPwJeh .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPFYPwJeh .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPFYPwJeh .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPFYPwJeh .dropdown-toggle::after,
  .cid-uqPFYPwJeh .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPFYPwJeh .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPFYPwJeh .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-uqPFYPwJeh .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPFYPwJeh .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPFYPwJeh .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPFYPwJeh .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPFYPwJeh .nav-item:focus,
.cid-uqPFYPwJeh .nav-link:focus {
  outline: none;
}
.cid-uqPFYPwJeh .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPFYPwJeh .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPFYPwJeh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPFYPwJeh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPFYPwJeh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPFYPwJeh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPFYPwJeh .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPFYPwJeh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPFYPwJeh .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPFYPwJeh .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPFYPwJeh .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPFYPwJeh .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPFYPwJeh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPFYPwJeh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPFYPwJeh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPFYPwJeh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPFYPwJeh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPFYPwJeh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPFYPwJeh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPFYPwJeh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPFYPwJeh .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPFYPwJeh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPFYPwJeh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPFYPwJeh .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPFYPwJeh .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPFYPwJeh .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPFYPwJeh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPFYPwJeh .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPFYPwJeh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPFYPwJeh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPFYPwJeh .dropdown-item.active,
.cid-uqPFYPwJeh .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPFYPwJeh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPFYPwJeh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPFYPwJeh button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPFYPwJeh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPFYPwJeh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPFYPwJeh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPFYPwJeh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPFYPwJeh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPFYPwJeh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPFYPwJeh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPFYPwJeh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPFYPwJeh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPFYPwJeh .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPFYPwJeh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPFYPwJeh a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPFYPwJeh .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPFYPwJeh .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPFYPwJeh .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPFYPwJeh .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-uqPFYPwJeh .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPFYPwJeh .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPFYPwJeh .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-uqPFYPwJeh .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPFYPwJeh .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPFYPwJeh .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPFYPwJeh a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPFYPwJeh ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPFYPwJeh .navbar-brand {
    padding: 0;
  }
  .cid-uqPFYPwJeh .block__phone,
  .cid-uqPFYPwJeh .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPFYPwJeh .widget {
    flex-direction: column;
  }
  .cid-uqPFYPwJeh .widget p,
  .cid-uqPFYPwJeh .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPFYPwJeh .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPFYPwJeh .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-uqPFYPwJeh .navbar {
    height: 97px;
  }
  .cid-uqPFYPwJeh .navbar.opened {
    height: auto;
  }
  .cid-uqPFYPwJeh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPFYPX50h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPFYPX50h .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPFYPX50h .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPFYPX50h .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPFYPX50h .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPFYPX50h .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9CP77pj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9CP77pj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9CP77pj ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9CP77pj ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9CP77pj ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9CP77pj ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9CP77pj .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9CP77pj .mbr-section-title {
  color: #ffffff;
}
.cid-urp9Dq9kkZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9Dq9kkZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9Dq9kkZ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9Dq9kkZ ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9Dq9kkZ ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9Dq9kkZ ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9Dq9kkZ .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9Dq9kkZ .mbr-section-title {
  color: #ffffff;
}
.cid-urpcKzg52m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcKzg52m .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqPFYQbj3R {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uqPFYQbj3R .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqPFYQbj3R .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqPFYQbj3R .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqPFYQbj3R .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqPFYQbj3R .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqPFYQbj3R .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqPFYQbj3R .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqPFYQbj3R .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqPFYQbj3R H2 {
  color: #232323;
}
.cid-uqPFYQNVci {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqPFYQNVci .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqPFYQNVci .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #d0b111;
}
.cid-uqPFYQNVci .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqPFYQNVci .inner-container {
    width: 100% !important;
  }
}
.cid-uqPGwBwWZ9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqPGwBwWZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPGwBwWZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPGwBwWZ9 .container {
  max-width: 1140px;
}
.cid-uqPGwBwWZ9 .row {
  justify-content: center;
}
.cid-uqPGwBwWZ9 .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uqPGwBwWZ9 .mbr-section-title {
  color: #0082c3;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uqPGwBwWZ9 .mbr-section-subtitle {
  color: #ff3366;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uqPGwBwWZ9 .toggle-panel {
  width: 100%;
}
.cid-uqPGwBwWZ9 .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #f4edd4;
}
.cid-uqPGwBwWZ9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uqPGwBwWZ9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uqPGwBwWZ9 .panel-title {
    align-items: flex-start;
  }
}
.cid-uqPGwBwWZ9 .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #232323;
  background-color: #cebfaf;
  border: 1px solid #232323;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uqPGwBwWZ9 .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uqPGwBwWZ9 .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uqPGwBwWZ9 .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uqPGwBwWZ9 .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uqPGwBwWZ9 .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uqPGwBwWZ9 .panel-body {
    width: 100%;
  }
}
.cid-uqPGwBwWZ9 .panel-title-edit {
  color: #9a6f05;
  text-align: left;
}
.cid-uqPGwBwWZ9 .panel-text {
  color: #1D191F;
  margin-bottom: 0;
  text-align: left;
}
.cid-uqPGwBwWZ9 farbe {
  color: #E1002D;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
}
.cid-uqPGwBwWZ9 farbe1 {
  color: #E1002D;
  text-align: left;
  font-size: 20px;
  line-height: 22px;
  text-decoration: underline;
}
.cid-uqTgQHP5gZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgQHP5gZ {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgQHP5gZ klein {
  font-size: 12px;
}
.cid-uqTgQHP5gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgQHP5gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgQHP5gZ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgQHP5gZ .container {
    padding: 0 24px;
  }
}
.cid-uqTgQHP5gZ .row {
  justify-content: center;
}
.cid-uqTgQHP5gZ .item {
  margin-top: 24px;
}
.cid-uqTgQHP5gZ .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgQHP5gZ .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgQHP5gZ .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgQHP5gZ .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgQHP5gZ .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgQHP5gZ .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgQHP5gZ .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgQHP5gZ .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgQHP5gZ .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgQHP5gZ .item-title {
  color: #b98609;
}
.cid-uqTgQHP5gZ .item-text {
  color: #18212d;
}
.cid-uqTgQHP5gZ .item-text,
.cid-uqTgQHP5gZ .mbr-section-btn {
  color: #232323;
}
.cid-uqPFYRxbwd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqPFYRxbwd .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqPFYRxbwd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqPFYRxbwd .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqPFYRxbwd .row {
    text-align: center;
  }
  .cid-uqPFYRxbwd .row > div {
    margin: auto;
  }
  .cid-uqPFYRxbwd .social-row {
    justify-content: center;
  }
}
.cid-uqPFYRxbwd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqPFYRxbwd .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqPFYRxbwd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqPFYRxbwd .list {
    margin-bottom: 0rem;
  }
}
.cid-uqPFYRxbwd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqPFYRxbwd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqPFYRxbwd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqPFYRxbwd .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqPFYRxbwd H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqPFYRxbwd copy {
  font-size: 13px;
}
.cid-uqPFYRxbwd black {
  color: #000000;
}
.cid-uqPFYRxbwd ora {
  color: #ff6600;
}
.cid-uqPFYRxbwd link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqPFYRxbwd .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPLr5795d {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPLr5795d .nav-item,
.cid-uqPLr5795d .nav-link,
.cid-uqPLr5795d .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPLr5795d .nav-item:hover,
.cid-uqPLr5795d .nav-link:hover,
.cid-uqPLr5795d .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPLr5795d sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPLr5795d .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPLr5795d .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPLr5795d .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPLr5795d .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPLr5795d .container-fluid,
.cid-uqPLr5795d .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPLr5795d .navbar-brand {
  padding: 0;
}
.cid-uqPLr5795d .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPLr5795d .nav-link:hover:before {
  width: 100%;
}
.cid-uqPLr5795d .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-uqPLr5795d .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPLr5795d .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPLr5795d .widget p,
.cid-uqPLr5795d .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPLr5795d .widget p a,
.cid-uqPLr5795d .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPLr5795d .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPLr5795d .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPLr5795d .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPLr5795d .block__phone,
  .cid-uqPLr5795d .icons-menu {
    display: none;
  }
  .cid-uqPLr5795d .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPLr5795d .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPLr5795d .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPLr5795d .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPLr5795d .navbar > .container,
.cid-uqPLr5795d .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPLr5795d .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPLr5795d .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPLr5795d .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPLr5795d .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPLr5795d .dropdown-toggle::after,
  .cid-uqPLr5795d .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPLr5795d .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPLr5795d .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-uqPLr5795d .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPLr5795d .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPLr5795d .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPLr5795d .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPLr5795d .nav-item:focus,
.cid-uqPLr5795d .nav-link:focus {
  outline: none;
}
.cid-uqPLr5795d .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPLr5795d .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPLr5795d .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPLr5795d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPLr5795d .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPLr5795d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPLr5795d .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPLr5795d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPLr5795d .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPLr5795d .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPLr5795d .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPLr5795d .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPLr5795d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPLr5795d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPLr5795d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPLr5795d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPLr5795d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPLr5795d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPLr5795d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPLr5795d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPLr5795d .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPLr5795d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPLr5795d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPLr5795d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPLr5795d .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPLr5795d .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPLr5795d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPLr5795d .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPLr5795d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPLr5795d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPLr5795d .dropdown-item.active,
.cid-uqPLr5795d .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPLr5795d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPLr5795d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPLr5795d button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPLr5795d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPLr5795d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPLr5795d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPLr5795d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPLr5795d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPLr5795d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPLr5795d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPLr5795d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPLr5795d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPLr5795d .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPLr5795d a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPLr5795d a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPLr5795d .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPLr5795d .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPLr5795d .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPLr5795d .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-uqPLr5795d .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPLr5795d .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPLr5795d .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-uqPLr5795d .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPLr5795d .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPLr5795d .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPLr5795d a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPLr5795d ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPLr5795d .navbar-brand {
    padding: 0;
  }
  .cid-uqPLr5795d .block__phone,
  .cid-uqPLr5795d .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPLr5795d .widget {
    flex-direction: column;
  }
  .cid-uqPLr5795d .widget p,
  .cid-uqPLr5795d .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPLr5795d .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPLr5795d .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-uqPLr5795d .navbar {
    height: 97px;
  }
  .cid-uqPLr5795d .navbar.opened {
    height: auto;
  }
  .cid-uqPLr5795d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPLr5Tzxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPLr5Tzxm .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPLr5Tzxm .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPLr5Tzxm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPLr5Tzxm .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPLr5Tzxm .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9FjF2p3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9FjF2p3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9FjF2p3 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9FjF2p3 ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9FjF2p3 ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9FjF2p3 ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9FjF2p3 .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9FjF2p3 .mbr-section-title {
  color: #ffffff;
}
.cid-urp9FY8cVf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9FY8cVf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9FY8cVf ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9FY8cVf ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9FY8cVf ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9FY8cVf ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9FY8cVf .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9FY8cVf .mbr-section-title {
  color: #ffffff;
}
.cid-urpcOusFpb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcOusFpb .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqPLr6bpPc {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite-ffnungszeiten-2000x952.jpg");
}
.cid-uqPLr6bpPc .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqPLr6bpPc .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqPLr6bpPc .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqPLr6bpPc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqPLr6bpPc .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqPLr6bpPc .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqPLr6bpPc .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqPLr6bpPc .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqPLr6bpPc H2 {
  color: #ffffff;
}
.cid-uqPLr6bpPc H1 {
  color: #ffffff;
}
.cid-ur5CA3Kxh9 {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ur5CA3Kxh9 {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.cid-ur5CA3Kxh9 .images-container.container-fluid {
  padding: 0;
}
.cid-ur5CA3Kxh9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-ur5CA3Kxh9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-ur5CA3Kxh9 .media-container-row .img-item img {
  width: 500px;
  padding-top: 50px;
  min-height: 1px;
  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-ur5CA3Kxh9 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-ur5CA3Kxh9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-ur5CA3Kxh9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ur5CA3Kxh9 .img-item {
    width: 100% !important;
  }
  .cid-ur5CA3Kxh9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uqTgT4EOsC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgT4EOsC {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgT4EOsC klein {
  font-size: 12px;
}
.cid-uqTgT4EOsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgT4EOsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgT4EOsC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgT4EOsC .container {
    padding: 0 24px;
  }
}
.cid-uqTgT4EOsC .row {
  justify-content: center;
}
.cid-uqTgT4EOsC .item {
  margin-top: 24px;
}
.cid-uqTgT4EOsC .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgT4EOsC .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgT4EOsC .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgT4EOsC .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgT4EOsC .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgT4EOsC .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgT4EOsC .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgT4EOsC .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgT4EOsC .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgT4EOsC .item-title {
  color: #b98609;
}
.cid-uqTgT4EOsC .item-text {
  color: #18212d;
}
.cid-uqTgT4EOsC .item-text,
.cid-uqTgT4EOsC .mbr-section-btn {
  color: #232323;
}
.cid-uqPLr7xOtF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqPLr7xOtF .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqPLr7xOtF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqPLr7xOtF .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqPLr7xOtF .row {
    text-align: center;
  }
  .cid-uqPLr7xOtF .row > div {
    margin: auto;
  }
  .cid-uqPLr7xOtF .social-row {
    justify-content: center;
  }
}
.cid-uqPLr7xOtF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqPLr7xOtF .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqPLr7xOtF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqPLr7xOtF .list {
    margin-bottom: 0rem;
  }
}
.cid-uqPLr7xOtF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqPLr7xOtF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqPLr7xOtF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqPLr7xOtF .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqPLr7xOtF H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqPLr7xOtF copy {
  font-size: 13px;
}
.cid-uqPLr7xOtF black {
  color: #000000;
}
.cid-uqPLr7xOtF ora {
  color: #ff6600;
}
.cid-uqPLr7xOtF link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqPLr7xOtF .mbr-section-subtitle {
  color: #b98609;
}
.cid-urhppC87SW {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-urhppC87SW .nav-item,
.cid-urhppC87SW .nav-link,
.cid-urhppC87SW .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urhppC87SW .nav-item:hover,
.cid-urhppC87SW .nav-link:hover,
.cid-urhppC87SW .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-urhppC87SW sw {
  color: #000000;
  font-size: 16px;
}
.cid-urhppC87SW .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-urhppC87SW .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-urhppC87SW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-urhppC87SW .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-urhppC87SW .container-fluid,
.cid-urhppC87SW .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-urhppC87SW .navbar-brand {
  padding: 0;
}
.cid-urhppC87SW .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-urhppC87SW .nav-link:hover:before {
  width: 100%;
}
.cid-urhppC87SW .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-urhppC87SW .nav-link {
    margin: 0 !important;
  }
}
.cid-urhppC87SW .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urhppC87SW .widget p,
.cid-urhppC87SW .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-urhppC87SW .widget p a,
.cid-urhppC87SW .widget .icons-menu a {
  margin-left: 15px;
}
.cid-urhppC87SW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-urhppC87SW .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-urhppC87SW .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urhppC87SW .block__phone,
  .cid-urhppC87SW .icons-menu {
    display: none;
  }
  .cid-urhppC87SW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-urhppC87SW .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-urhppC87SW .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-urhppC87SW .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-urhppC87SW .navbar > .container,
.cid-urhppC87SW .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-urhppC87SW .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-urhppC87SW .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-urhppC87SW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-urhppC87SW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-urhppC87SW .dropdown-toggle::after,
  .cid-urhppC87SW .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-urhppC87SW .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-urhppC87SW .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-urhppC87SW .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-urhppC87SW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-urhppC87SW .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-urhppC87SW .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-urhppC87SW .nav-item:focus,
.cid-urhppC87SW .nav-link:focus {
  outline: none;
}
.cid-urhppC87SW .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-urhppC87SW .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-urhppC87SW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-urhppC87SW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urhppC87SW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-urhppC87SW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urhppC87SW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-urhppC87SW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urhppC87SW .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-urhppC87SW .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-urhppC87SW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-urhppC87SW .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-urhppC87SW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urhppC87SW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urhppC87SW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-urhppC87SW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urhppC87SW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urhppC87SW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-urhppC87SW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urhppC87SW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urhppC87SW .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-urhppC87SW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urhppC87SW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urhppC87SW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-urhppC87SW .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-urhppC87SW .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-urhppC87SW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urhppC87SW .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-urhppC87SW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-urhppC87SW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urhppC87SW .dropdown-item.active,
.cid-urhppC87SW .dropdown-item:active {
  background-color: transparent;
}
.cid-urhppC87SW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-urhppC87SW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-urhppC87SW button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urhppC87SW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-urhppC87SW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urhppC87SW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urhppC87SW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urhppC87SW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urhppC87SW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urhppC87SW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urhppC87SW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urhppC87SW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urhppC87SW .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-urhppC87SW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-urhppC87SW a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-urhppC87SW .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-urhppC87SW .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-urhppC87SW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-urhppC87SW .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-urhppC87SW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-urhppC87SW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-urhppC87SW .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-urhppC87SW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-urhppC87SW .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-urhppC87SW .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-urhppC87SW a.nav-link {
    justify-content: flex-start;
  }
  .cid-urhppC87SW ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-urhppC87SW .navbar-brand {
    padding: 0;
  }
  .cid-urhppC87SW .block__phone,
  .cid-urhppC87SW .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-urhppC87SW .widget {
    flex-direction: column;
  }
  .cid-urhppC87SW .widget p,
  .cid-urhppC87SW .widget .icons-menu {
    margin-right: 0;
  }
  .cid-urhppC87SW .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-urhppC87SW .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-urhppC87SW .navbar {
    height: 97px;
  }
  .cid-urhppC87SW .navbar.opened {
    height: auto;
  }
  .cid-urhppC87SW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urhppCDQWT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urhppCDQWT .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-urhppCDQWT .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urhppCDQWT .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-urhppCDQWT .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-urhppCDQWT .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9tNrafm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9tNrafm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9tNrafm ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9tNrafm ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9tNrafm ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9tNrafm ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9tNrafm .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9tNrafm .mbr-section-title {
  color: #ffffff;
}
.cid-urp9upOyWG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9upOyWG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9upOyWG ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9upOyWG ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9upOyWG ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9upOyWG ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9upOyWG .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9upOyWG .mbr-section-title {
  color: #ffffff;
}
.cid-urhppCT4jk {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2-2000x952.jpg");
}
.cid-urhppCT4jk .mbr-iconfont {
  color: #8d97ad;
}
.cid-urhppCT4jk .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-urhppCT4jk .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-urhppCT4jk .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-urhppCT4jk .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-urhppCT4jk .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-urhppCT4jk .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urhppCT4jk .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urhppCT4jk H2 {
  color: #000000;
}
.cid-urhppDwH9k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urhppDwH9k .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urhppDwH9k .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #6e4506;
}
.cid-urhppDwH9k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urhppDwH9k .inner-container {
    width: 100% !important;
  }
}
.cid-urhppE30jD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urhppE30jD {
    padding-top: 0px;
    padding-bottom: 4px;
  }
}
.cid-urhppE30jD .mbr-text,
.cid-urhppE30jD blockquote {
  color: #767676;
}
.cid-urhppE30jD ora {
  color: #ff6600;
  text-align: left;
  font-size: 25px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-urhppE30jD pink {
  color: #ff3366;
  text-align: left;
  font-size: 14px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-urhppE30jD h1 {
  text-align: left;
  font-size: 22px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-urhppE30jD blau {
  color: #0082c3;
  text-align: left;
  font-size: 18px;
  font-family: OpenSans_Condensed-Regular;
}
.cid-urhppE30jD gru {
  color: #00A516;
  text-align: left;
  font-size: 14px;
}
.cid-urhppE30jD .mbr-text {
  color: #41ae0d;
}
.cid-urhppE30jD .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  width: 220px;
  background-color: #00A516;
}
.cid-urhppE30jD ab {
  font-size: 16px;
  text-align: left;
}
.cid-urhppE30jD xx {
  text-align: left;
  font-size: 14px;
  color: #00A516;
  text-decoration: underline;
}
.cid-urhppE30jD klein {
  text-align: left;
  font-size: 16px;
  color: #333333;
  font-family: OpenSans_Condensed-Regular;
}
.cid-urhppE30jD weis {
  text-align: left;
  font-size: 14px;
  color: #f4f4f4;
}
.cid-urhppE30jD h3 {
  text-align: left;
  font-size: 21px;
}
.cid-urhppEQKYh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-urhppEQKYh {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-urhppEQKYh klein {
  font-size: 12px;
}
.cid-urhppEQKYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urhppEQKYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urhppEQKYh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urhppEQKYh .container {
    padding: 0 24px;
  }
}
.cid-urhppEQKYh .row {
  justify-content: center;
}
.cid-urhppEQKYh .item {
  margin-top: 24px;
}
.cid-urhppEQKYh .item:first-child {
  margin-bottom: 0;
}
.cid-urhppEQKYh .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urhppEQKYh .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urhppEQKYh .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-urhppEQKYh .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urhppEQKYh .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-urhppEQKYh .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-urhppEQKYh .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-success,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-info,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-black,
.cid-urhppEQKYh .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-urhppEQKYh .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-urhppEQKYh .item-title {
  color: #b98609;
}
.cid-urhppEQKYh .item-text {
  color: #18212d;
}
.cid-urhppEQKYh .item-text,
.cid-urhppEQKYh .mbr-section-btn {
  color: #232323;
}
.cid-urhppFnLKs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-urhppFnLKs .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-urhppFnLKs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urhppFnLKs .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urhppFnLKs .row {
    text-align: center;
  }
  .cid-urhppFnLKs .row > div {
    margin: auto;
  }
  .cid-urhppFnLKs .social-row {
    justify-content: center;
  }
}
.cid-urhppFnLKs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urhppFnLKs .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urhppFnLKs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urhppFnLKs .list {
    margin-bottom: 0rem;
  }
}
.cid-urhppFnLKs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urhppFnLKs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urhppFnLKs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urhppFnLKs .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-urhppFnLKs H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-urhppFnLKs copy {
  font-size: 13px;
}
.cid-urhppFnLKs black {
  color: #000000;
}
.cid-urhppFnLKs ora {
  color: #ff6600;
}
.cid-urhppFnLKs link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-urhppFnLKs .mbr-section-subtitle {
  color: #b98609;
}
.cid-urFPIxAiKv {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-urFPIxAiKv .nav-item,
.cid-urFPIxAiKv .nav-link,
.cid-urFPIxAiKv .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urFPIxAiKv .nav-item:hover,
.cid-urFPIxAiKv .nav-link:hover,
.cid-urFPIxAiKv .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-urFPIxAiKv sw {
  color: #000000;
  font-size: 16px;
}
.cid-urFPIxAiKv .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-urFPIxAiKv .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-urFPIxAiKv .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-urFPIxAiKv .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-urFPIxAiKv .container-fluid,
.cid-urFPIxAiKv .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-urFPIxAiKv .navbar-brand {
  padding: 0;
}
.cid-urFPIxAiKv .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-urFPIxAiKv .nav-link:hover:before {
  width: 100%;
}
.cid-urFPIxAiKv .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-urFPIxAiKv .nav-link {
    margin: 0 !important;
  }
}
.cid-urFPIxAiKv .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urFPIxAiKv .widget p,
.cid-urFPIxAiKv .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-urFPIxAiKv .widget p a,
.cid-urFPIxAiKv .widget .icons-menu a {
  margin-left: 15px;
}
.cid-urFPIxAiKv .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-urFPIxAiKv .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-urFPIxAiKv .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urFPIxAiKv .block__phone,
  .cid-urFPIxAiKv .icons-menu {
    display: none;
  }
  .cid-urFPIxAiKv .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-urFPIxAiKv .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-urFPIxAiKv .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-urFPIxAiKv .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-urFPIxAiKv .navbar > .container,
.cid-urFPIxAiKv .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-urFPIxAiKv .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-urFPIxAiKv .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-urFPIxAiKv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-urFPIxAiKv .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-urFPIxAiKv .dropdown-toggle::after,
  .cid-urFPIxAiKv .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-urFPIxAiKv .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-urFPIxAiKv .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-urFPIxAiKv .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-urFPIxAiKv .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-urFPIxAiKv .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-urFPIxAiKv .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-urFPIxAiKv .nav-item:focus,
.cid-urFPIxAiKv .nav-link:focus {
  outline: none;
}
.cid-urFPIxAiKv .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-urFPIxAiKv .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-urFPIxAiKv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-urFPIxAiKv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urFPIxAiKv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-urFPIxAiKv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urFPIxAiKv .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-urFPIxAiKv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urFPIxAiKv .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-urFPIxAiKv .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-urFPIxAiKv .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-urFPIxAiKv .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-urFPIxAiKv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urFPIxAiKv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urFPIxAiKv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-urFPIxAiKv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urFPIxAiKv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urFPIxAiKv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-urFPIxAiKv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urFPIxAiKv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urFPIxAiKv .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-urFPIxAiKv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urFPIxAiKv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urFPIxAiKv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-urFPIxAiKv .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-urFPIxAiKv .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-urFPIxAiKv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urFPIxAiKv .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-urFPIxAiKv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-urFPIxAiKv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urFPIxAiKv .dropdown-item.active,
.cid-urFPIxAiKv .dropdown-item:active {
  background-color: transparent;
}
.cid-urFPIxAiKv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-urFPIxAiKv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-urFPIxAiKv button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urFPIxAiKv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-urFPIxAiKv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urFPIxAiKv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urFPIxAiKv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urFPIxAiKv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urFPIxAiKv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urFPIxAiKv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urFPIxAiKv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urFPIxAiKv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urFPIxAiKv .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-urFPIxAiKv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-urFPIxAiKv a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-urFPIxAiKv .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-urFPIxAiKv .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-urFPIxAiKv .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-urFPIxAiKv .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-urFPIxAiKv .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-urFPIxAiKv .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-urFPIxAiKv .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-urFPIxAiKv .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-urFPIxAiKv .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-urFPIxAiKv .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-urFPIxAiKv a.nav-link {
    justify-content: flex-start;
  }
  .cid-urFPIxAiKv ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-urFPIxAiKv .navbar-brand {
    padding: 0;
  }
  .cid-urFPIxAiKv .block__phone,
  .cid-urFPIxAiKv .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-urFPIxAiKv .widget {
    flex-direction: column;
  }
  .cid-urFPIxAiKv .widget p,
  .cid-urFPIxAiKv .widget .icons-menu {
    margin-right: 0;
  }
  .cid-urFPIxAiKv .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-urFPIxAiKv .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-urFPIxAiKv .navbar {
    height: 97px;
  }
  .cid-urFPIxAiKv .navbar.opened {
    height: auto;
  }
  .cid-urFPIxAiKv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urFPIy5wQr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urFPIy5wQr .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-urFPIy5wQr .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urFPIy5wQr .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-urFPIy5wQr .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-urFPIy5wQr .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urFPIyjaVI {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFPIyjaVI .mbr-section-subtitle {
  color: #767676;
}
.cid-urFPIyjaVI ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urFPIyjaVI ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urFPIyjaVI ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urFPIyjaVI ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFPIyjaVI .list-inline-item img {
    width: 95px;
  }
}
.cid-urFPIyjaVI .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urFPIyDYoU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFPIyDYoU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urFPIyDYoU ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFPIyDYoU ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urFPIyDYoU ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urFPIyDYoU ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFPIyDYoU .list-inline-item img {
    width: 80px;
  }
}
.cid-urFPIyDYoU .mbr-section-title {
  color: #ffffff;
}
.cid-urFPIyTMsi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFPIyTMsi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urFPIyTMsi ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFPIyTMsi ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urFPIyTMsi ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urFPIyTMsi ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFPIyTMsi .list-inline-item img {
    width: 80px;
  }
}
.cid-urFPIyTMsi .mbr-section-title {
  color: #ffffff;
}
.cid-urFPIz9Xzb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fffcf5;
}
.cid-urFPIz9Xzb .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-urFPIzDvjg {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite77-2000x952.jpg");
}
.cid-urFPIzDvjg .mbr-iconfont {
  color: #8d97ad;
}
.cid-urFPIzDvjg .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-urFPIzDvjg .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-urFPIzDvjg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-urFPIzDvjg .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-urFPIzDvjg .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-urFPIzDvjg .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urFPIzDvjg .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urFPIzDvjg H2 {
  color: #232323;
}
.cid-uQhIJkoWMM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f3ee;
}
@media (min-width: 992px) {
  .cid-uQhIJkoWMM .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQhIJkoWMM .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uQhIJkoWMM .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQhIJkoWMM .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQhIJkoWMM .mbr-text {
    text-align: center;
  }
}
.cid-uQhIJkoWMM H2 {
  color: #b98609;
  text-align: left;
}
.cid-uQhIJkoWMM .mbr-text,
.cid-uQhIJkoWMM .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uQhIJkoWMM H3 {
  color: #232323;
  text-align: left;
}
.cid-uQhIJkoWMM H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uQhIJkoWMM H5 {
    text-align: center;
  }
}
.cid-uQhIJkoWMM .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uQhIJkoWMM .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 4px;
  background-color: #f7f2ec;
}
@media (min-width: 992px) {
  .cid-uQhIJkoWMM .panel-body {
    width: 100%;
  }
}
.cid-uQhIJkoWMM .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
}
.cid-uQhIJkoWMM gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uQhIJkoWMM rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uQiiLrIHwG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f3ee;
}
@media (min-width: 992px) {
  .cid-uQiiLrIHwG .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQiiLrIHwG .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uQiiLrIHwG .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uQiiLrIHwG .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uQiiLrIHwG .mbr-text {
    text-align: center;
  }
}
.cid-uQiiLrIHwG H2 {
  color: #b98609;
  text-align: left;
}
.cid-uQiiLrIHwG .mbr-text,
.cid-uQiiLrIHwG .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uQiiLrIHwG H3 {
  color: #232323;
  text-align: left;
}
.cid-uQiiLrIHwG H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uQiiLrIHwG H5 {
    text-align: center;
  }
}
.cid-uQiiLrIHwG .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uQiiLrIHwG .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 4px;
  background-color: #f7f2ec;
}
@media (min-width: 992px) {
  .cid-uQiiLrIHwG .panel-body {
    width: 100%;
  }
}
.cid-uQiiLrIHwG .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
}
.cid-uQiiLrIHwG gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uQiiLrIHwG rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-urFPIAx68g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-urFPIAx68g {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-urFPIAx68g klein {
  font-size: 12px;
}
.cid-urFPIAx68g .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFPIAx68g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urFPIAx68g .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urFPIAx68g .container {
    padding: 0 24px;
  }
}
.cid-urFPIAx68g .row {
  justify-content: center;
}
.cid-urFPIAx68g .item {
  margin-top: 24px;
}
.cid-urFPIAx68g .item:first-child {
  margin-bottom: 0;
}
.cid-urFPIAx68g .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urFPIAx68g .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urFPIAx68g .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-urFPIAx68g .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urFPIAx68g .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-urFPIAx68g .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-urFPIAx68g .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-success,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-info,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-black,
.cid-urFPIAx68g .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-urFPIAx68g .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-urFPIAx68g .item-title {
  color: #b98609;
}
.cid-urFPIAx68g .item-text {
  color: #18212d;
}
.cid-urFPIAx68g .item-text,
.cid-urFPIAx68g .mbr-section-btn {
  color: #232323;
}
.cid-urFPIASJPR {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-urFPIASJPR .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-urFPIASJPR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urFPIASJPR .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urFPIASJPR .row {
    text-align: center;
  }
  .cid-urFPIASJPR .row > div {
    margin: auto;
  }
  .cid-urFPIASJPR .social-row {
    justify-content: center;
  }
}
.cid-urFPIASJPR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urFPIASJPR .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urFPIASJPR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urFPIASJPR .list {
    margin-bottom: 0rem;
  }
}
.cid-urFPIASJPR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urFPIASJPR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urFPIASJPR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urFPIASJPR .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-urFPIASJPR H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-urFPIASJPR copy {
  font-size: 13px;
}
.cid-urFPIASJPR black {
  color: #000000;
}
.cid-urFPIASJPR ora {
  color: #ff6600;
}
.cid-urFPIASJPR link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-urFPIASJPR .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh6Rbux2G6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uh6Rbux2G6 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uh6Rbux2G6 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uro2ry62Xw {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-uro2ry62Xw .mbr-section-subtitle {
  color: #767676;
}
.cid-uro2ry62Xw ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-uro2ry62Xw ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uro2ry62Xw ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-uro2ry62Xw ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-uro2ry62Xw .list-inline-item img {
    width: 95px;
  }
}
.cid-uro2ry62Xw .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urmpe2gnZD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urmpe2gnZD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urmpe2gnZD ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urmpe2gnZD ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urmpe2gnZD ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urmpe2gnZD ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urmpe2gnZD .list-inline-item img {
    width: 80px;
  }
}
.cid-urmpe2gnZD .mbr-section-title {
  color: #ffffff;
}
.cid-urmpq96Vjp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urmpq96Vjp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urmpq96Vjp ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urmpq96Vjp ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urmpq96Vjp ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urmpq96Vjp ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urmpq96Vjp .list-inline-item img {
    width: 80px;
  }
}
.cid-urmpq96Vjp .mbr-section-title {
  color: #ffffff;
}
.cid-uqKqbGvP4I {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0-strartseite-2000x952.jpg");
}
.cid-uqKqbGvP4I .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqKqbGvP4I .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqKqbGvP4I .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqKqbGvP4I .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqKqbGvP4I .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqKqbGvP4I .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqKqbGvP4I .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqKqbGvP4I .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqKqbGvP4I H2 {
  color: #b98609;
}
.cid-uqKqbGvP4I H1 {
  color: #232323;
}
.cid-urmum8zOee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urmum8zOee .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqKgxJqcVo {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqKgxJqcVo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .cid-uqKgxJqcVo .wrap__image {
    margin-top: 150px;
  }
}
.cid-uqKgxJqcVo .container,
.cid-uqKgxJqcVo .container-fluid {
  z-index: 1;
}
.cid-uqKgxJqcVo .image {
  position: relative;
  padding-left: 85px;
  max-width: 450px;
  max-height: 560px;
}
.cid-uqKgxJqcVo .image:before {
  content: "";
  width: 390px;
  height: 595px;
  background: #f4e8a9;
  border-radius: 5px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 0;
  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-uqKgxJqcVo .image img {
  border-radius: 5px;
  height: auto;
  max-width: 90%;
  position: relative;
  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-uqKgxJqcVo .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uqKgxJqcVo .image .box {
    display: none;
  }
}
.cid-uqKgxJqcVo .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #9a6f05;
  text-align: left;
}
.cid-uqKgxJqcVo .mbr-section-title {
  color: #000000;
  margin-bottom: 35px;
  font-weight: 300;
  text-align: left;
}
.cid-uqKgxJqcVo .mbr-section-title b,
.cid-uqKgxJqcVo .mbr-section-title strong {
  font-weight: 500;
}
.cid-uqKgxJqcVo .mbr-text {
  margin-bottom: 45px;
  color: #9a6f05;
}
.cid-uqKgxJqcVo .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-uqKgxJqcVo .author {
  margin-bottom: 35px;
}
.cid-uqKgxJqcVo .author__name {
  position: relative;
  padding-left: 35px;
  color: #233d63;
}
.cid-uqKgxJqcVo .author__name:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-uqKgxJqcVo .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-uqKgxJqcVo .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-uqKgxJqcVo .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-uqKgxJqcVo .mbr-section-btn {
    position: left;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-uqKgxJqcVo .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-uqKgxJqcVo .mbr-section-btn .btn:before {
  content: "";
  position: left;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqKgxJqcVo .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uqKgxJqcVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqKgxJqcVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqKgxJqcVo stern {
  color: #d0b111;
  font-size: 20px;
}
.cid-uqKgxJqcVo h3 {
  line-height: 26px;
}
.cid-uro6Wc0XvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uro6Wc0XvV {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-uro6Wc0XvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uro6Wc0XvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uro6Wc0XvV .row {
  position: relative;
  z-index: 2;
}
.cid-uro6Wc0XvV .image-wrapper {
  padding-right: 56px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uro6Wc0XvV .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uro6Wc0XvV .image-wrapper .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uro6Wc0XvV .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #fffcf5;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uro6Wc0XvV .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uro6Wc0XvV .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uro6Wc0XvV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uro6Wc0XvV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uro6Wc0XvV .mbr-section-title {
  color: #d0b111;
  text-align: left;
  padding-bottom: 200px;
}
.cid-uro6Wc0XvV .mbr-text {
  color: #51565c;
}
.cid-uro6Wc0XvV .mbr-desc {
  color: #9a6f05;
  text-align: left;
}
.cid-uro6Wc0XvV klein {
  font-size: 22px;
  color: #000000;
}
.cid-urKmNmMbjT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfaf3;
}
.cid-urKmNmMbjT .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-urKmNmMbjT .container {
    max-width: 1400px;
  }
}
.cid-urKmNmMbjT img {
  width: 100%;
  border-radius: 5px;
}
.cid-urKmNmMbjT .link-wrap {
  width: 100%;
}
.cid-urKmNmMbjT .link {
  display: inline-block;
}
.cid-urKmNmMbjT .card {
  transition: all 0.3s;
}
.cid-urKmNmMbjT .card:hover {
  transform: translateY(-10px);
}
.cid-urKmNmMbjT .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #f1eeec;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-urKmNmMbjT .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-urKmNmMbjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urKmNmMbjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urKmNmMbjT .card-title,
.cid-urKmNmMbjT .card-box {
  color: #9a6f05;
}
.cid-urKmNmMbjT .mbr-text,
.cid-urKmNmMbjT .link-wrap {
  color: #232323;
}
.cid-urKmNmMbjT .main-title {
  color: #9a6f05;
  text-align: left;
}
.cid-urhwbiQk1e {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e {
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.cid-urhwbiQk1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-urhwbiQk1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urhwbiQk1e .row {
  justify-content: left;
}
.cid-urhwbiQk1e .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #cebfaf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .content-container {
    flex-wrap: wrap;
  }
}
.cid-urhwbiQk1e .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .text-item {
    width: 100%;
  }
}
.cid-urhwbiQk1e .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-urhwbiQk1e .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .mbr-section-title {
    text-align: center !important;
  }
}
.cid-urhwbiQk1e .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-urhwbiQk1e .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-urhwbiQk1e .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #ffffff, #ffffff);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-urhwbiQk1e .circle-blur {
    display: none !important;
  }
}
.cid-urhwbiQk1e .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
}
.cid-urhwbiQk1e name {
  color: #a38904;
  font-family: EuphoriaScript-Regular;
  font-size: 34px;
}
.cid-urhwbiQk1e .mbr-section-title DIV {
  text-align: left;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uri0asFbDA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uri0asFbDA {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uri0asFbDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uri0asFbDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uri0asFbDA .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uri0asFbDA .container {
    padding: 0 24px;
  }
}
.cid-uri0asFbDA .row {
  justify-content: center;
}
.cid-uri0asFbDA .item {
  margin-top: 24px;
}
.cid-uri0asFbDA .item:first-child {
  margin-bottom: 0;
}
.cid-uri0asFbDA .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uri0asFbDA .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uri0asFbDA .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uri0asFbDA .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uri0asFbDA .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uri0asFbDA .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uri0asFbDA .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uri0asFbDA .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uri0asFbDA .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uri0asFbDA .item-title {
  color: #b98609;
}
.cid-uri0asFbDA .item-text {
  color: #18212d;
}
.cid-uri0asFbDA .item-text,
.cid-uri0asFbDA .mbr-section-btn {
  color: #232323;
}
.cid-uri0asFbDA klein {
  font-size: 12px;
}
.cid-uqSWq22cAQ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uqSWq22cAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqSWq22cAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqSWq22cAQ li {
  padding-bottom: 0.3rem;
  line-height: 15px;
}
.cid-uqSWq22cAQ h5 {
  padding-bottom: 1rem;
}
.cid-uqSWq22cAQ .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uqSWq22cAQ .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uqSWq22cAQ .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uqSWq22cAQ .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uqSWq22cAQ .list {
  list-style: none;
  padding-left: 0;
  color: #232323;
  text-align: left;
  line-height: 12px;
}
@media (max-width: 991px) {
  .cid-uqSWq22cAQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqSWq22cAQ .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uqSWq22cAQ .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uqSWq22cAQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqSWq22cAQ .copyright {
  color: #000000;
}
.cid-uqSWq22cAQ .mbr-section-subtitle {
  color: #b98609;
  text-align: left;
}
.cid-urFNPUeRrl {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-urFNPUeRrl .nav-item,
.cid-urFNPUeRrl .nav-link,
.cid-urFNPUeRrl .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urFNPUeRrl .nav-item:hover,
.cid-urFNPUeRrl .nav-link:hover,
.cid-urFNPUeRrl .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-urFNPUeRrl sw {
  color: #000000;
  font-size: 16px;
}
.cid-urFNPUeRrl .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-urFNPUeRrl .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-urFNPUeRrl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-urFNPUeRrl .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-urFNPUeRrl .container-fluid,
.cid-urFNPUeRrl .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-urFNPUeRrl .navbar-brand {
  padding: 0;
}
.cid-urFNPUeRrl .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-urFNPUeRrl .nav-link:hover:before {
  width: 100%;
}
.cid-urFNPUeRrl .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-urFNPUeRrl .nav-link {
    margin: 0 !important;
  }
}
.cid-urFNPUeRrl .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urFNPUeRrl .widget p,
.cid-urFNPUeRrl .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-urFNPUeRrl .widget p a,
.cid-urFNPUeRrl .widget .icons-menu a {
  margin-left: 15px;
}
.cid-urFNPUeRrl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-urFNPUeRrl .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-urFNPUeRrl .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urFNPUeRrl .block__phone,
  .cid-urFNPUeRrl .icons-menu {
    display: none;
  }
  .cid-urFNPUeRrl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-urFNPUeRrl .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-urFNPUeRrl .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-urFNPUeRrl .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-urFNPUeRrl .navbar > .container,
.cid-urFNPUeRrl .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-urFNPUeRrl .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-urFNPUeRrl .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-urFNPUeRrl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-urFNPUeRrl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-urFNPUeRrl .dropdown-toggle::after,
  .cid-urFNPUeRrl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-urFNPUeRrl .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-urFNPUeRrl .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-urFNPUeRrl .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-urFNPUeRrl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-urFNPUeRrl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-urFNPUeRrl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-urFNPUeRrl .nav-item:focus,
.cid-urFNPUeRrl .nav-link:focus {
  outline: none;
}
.cid-urFNPUeRrl .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-urFNPUeRrl .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-urFNPUeRrl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-urFNPUeRrl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urFNPUeRrl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-urFNPUeRrl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urFNPUeRrl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-urFNPUeRrl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urFNPUeRrl .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-urFNPUeRrl .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-urFNPUeRrl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-urFNPUeRrl .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-urFNPUeRrl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urFNPUeRrl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urFNPUeRrl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-urFNPUeRrl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urFNPUeRrl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urFNPUeRrl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-urFNPUeRrl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urFNPUeRrl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urFNPUeRrl .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-urFNPUeRrl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urFNPUeRrl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urFNPUeRrl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-urFNPUeRrl .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-urFNPUeRrl .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-urFNPUeRrl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urFNPUeRrl .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-urFNPUeRrl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-urFNPUeRrl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urFNPUeRrl .dropdown-item.active,
.cid-urFNPUeRrl .dropdown-item:active {
  background-color: transparent;
}
.cid-urFNPUeRrl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-urFNPUeRrl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-urFNPUeRrl button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urFNPUeRrl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-urFNPUeRrl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urFNPUeRrl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urFNPUeRrl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urFNPUeRrl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urFNPUeRrl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urFNPUeRrl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urFNPUeRrl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urFNPUeRrl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urFNPUeRrl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-urFNPUeRrl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-urFNPUeRrl a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-urFNPUeRrl .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-urFNPUeRrl .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-urFNPUeRrl .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-urFNPUeRrl .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-urFNPUeRrl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-urFNPUeRrl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-urFNPUeRrl .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-urFNPUeRrl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-urFNPUeRrl .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-urFNPUeRrl .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-urFNPUeRrl a.nav-link {
    justify-content: flex-start;
  }
  .cid-urFNPUeRrl ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-urFNPUeRrl .navbar-brand {
    padding: 0;
  }
  .cid-urFNPUeRrl .block__phone,
  .cid-urFNPUeRrl .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-urFNPUeRrl .widget {
    flex-direction: column;
  }
  .cid-urFNPUeRrl .widget p,
  .cid-urFNPUeRrl .widget .icons-menu {
    margin-right: 0;
  }
  .cid-urFNPUeRrl .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-urFNPUeRrl .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-urFNPUeRrl .navbar {
    height: 97px;
  }
  .cid-urFNPUeRrl .navbar.opened {
    height: auto;
  }
  .cid-urFNPUeRrl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urFNPV5qIO {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFNPV5qIO .mbr-section-subtitle {
  color: #767676;
}
.cid-urFNPV5qIO ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urFNPV5qIO ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urFNPV5qIO ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urFNPV5qIO ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFNPV5qIO .list-inline-item img {
    width: 95px;
  }
}
.cid-urFNPV5qIO .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urFNPVrihb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFNPVrihb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urFNPVrihb ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFNPVrihb ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urFNPVrihb ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urFNPVrihb ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFNPVrihb .list-inline-item img {
    width: 80px;
  }
}
.cid-urFNPVrihb .mbr-section-title {
  color: #ffffff;
}
.cid-urFNPVIW00 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFNPVIW00 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urFNPVIW00 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urFNPVIW00 ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urFNPVIW00 ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urFNPVIW00 ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urFNPVIW00 .list-inline-item img {
    width: 80px;
  }
}
.cid-urFNPVIW00 .mbr-section-title {
  color: #ffffff;
}
.cid-urFNPVZq77 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urFNPVZq77 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-urFNPWETeI {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite3-aktuelles-horoskop-2000x952.jpg");
}
.cid-urFNPWETeI .mbr-iconfont {
  color: #8d97ad;
}
.cid-urFNPWETeI .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-urFNPWETeI .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-urFNPWETeI .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-urFNPWETeI .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-urFNPWETeI .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-urFNPWETeI .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urFNPWETeI .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urFNPWETeI H2 {
  color: #fcfaf3;
}
.cid-urFNPWETeI H1 {
  color: #000000;
}
.cid-urFNQ2mtoD {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #fffcf5;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-urFNQ2mtoD {
    padding-top: 27px;
    padding-bottom: 2px;
  }
}
.cid-urFNQ2mtoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFNQ2mtoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urFNQ2mtoD .container {
    padding: 0 30px;
  }
}
.cid-urFNQ2mtoD .card {
  justify-content: center;
}
.cid-urFNQ2mtoD .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-urFNQ2mtoD .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-urFNQ2mtoD .content-wrapper {
    padding: 0;
  }
}
.cid-urFNQ2mtoD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-urFNQ2mtoD .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-urFNQ2mtoD .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-urFNQ2mtoD .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-urFNQ2mtoD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-urFNQ2mtoD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-urFNQ2mtoD .mbr-desc {
  color: #254b45;
}
.cid-urFNQ2mtoD .mbr-section-title {
  color: #254b45;
}
.cid-urFNQ2mtoD .mbr-text {
  color: #254b45;
}
.cid-urFNQ2mtoD .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
}
.cid-urFNQ2mtoD .mbr-desc,
.cid-urFNQ2mtoD .desc-wrapper {
  color: #9a6f05;
  text-align: left;
}
.cid-urFNQ2mtoD .mbr-section-title,
.cid-urFNQ2mtoD .mbr-section-btn DIV {
  text-align: left;
}
.cid-urFNQ2OkK3 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urFNQ2OkK3 {
    padding-top: 27px;
    padding-bottom: 4px;
  }
}
.cid-urFNQ2OkK3 .pile1,
.cid-urFNQ2OkK3 .pile2 {
  padding-bottom: 60px;
}
.cid-urFNQ2OkK3 .pile1,
.cid-urFNQ2OkK3 .pile3 {
  padding-right: 60px;
}
.cid-urFNQ2OkK3 .pile2,
.cid-urFNQ2OkK3 .pile4 {
  padding-right: 50px;
}
.cid-urFNQ2OkK3 .text {
  display: flex;
  flex-direction: row;
  padding-right: 20;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 1.5em;
  background-color: #fefbf2;
}
.cid-urFNQ2OkK3 .card-title {
  margin-bottom: 14px;
}
.cid-urFNQ2OkK3 .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-urFNQ2OkK3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-urFNQ2OkK3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-urFNQ2OkK3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-urFNQ2OkK3 svg {
  margin-left: 10px;
}
.cid-urFNQ2OkK3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-urFNQ2OkK3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-urFNQ2OkK3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-urFNQ2OkK3 .link a {
  background-image: none !important;
}
.cid-urFNQ2OkK3 img {
  max-width: 70px;
  height: auto;
  border-radius: 100% !important;
}
.cid-urFNQ2OkK3 .card-text,
.cid-urFNQ2OkK3 .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-urFNQ2OkK3 .dir {
    flex-direction: column;
  }
  .cid-urFNQ2OkK3 .top {
    padding-top: 60px;
  }
  .cid-urFNQ2OkK3 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-urFNQ2OkK3 .top1 {
    padding-top: 60px;
  }
  .cid-urFNQ2OkK3 .pile {
    padding-right: 0;
  }
  .cid-urFNQ2OkK3 .card-title {
    text-align: center;
  }
  .cid-urFNQ2OkK3 .card-text {
    text-align: center;
  }
  .cid-urFNQ2OkK3 .iconfont-wrapper {
    text-align: center;
  }
  .cid-urFNQ2OkK3 img {
    display: inline;
  }
  .cid-urFNQ2OkK3 .link {
    text-align: center;
  }
}
.cid-urFNQ2OkK3 .card-text,
.cid-urFNQ2OkK3 .link {
  text-align: left;
}
.cid-urFNQ2OkK3 .card-title,
.cid-urFNQ2OkK3 .iconfont-wrapper {
  text-align: left;
}
.cid-urFNQ3uSdl {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urFNQ3uSdl {
    padding-top: 27px;
    padding-bottom: 4px;
  }
}
.cid-urFNQ3uSdl .pile1,
.cid-urFNQ3uSdl .pile2 {
  padding-bottom: 60px;
}
.cid-urFNQ3uSdl .pile1,
.cid-urFNQ3uSdl .pile3 {
  padding-right: 60px;
}
.cid-urFNQ3uSdl .pile2,
.cid-urFNQ3uSdl .pile4 {
  padding-right: 50px;
}
.cid-urFNQ3uSdl .text {
  display: flex;
  flex-direction: row;
  padding-right: 20;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 1.5em;
  background-color: #fefbf2;
}
.cid-urFNQ3uSdl .card-title {
  margin-bottom: 14px;
}
.cid-urFNQ3uSdl .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-urFNQ3uSdl a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-urFNQ3uSdl rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-urFNQ3uSdl .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-urFNQ3uSdl svg {
  margin-left: 10px;
}
.cid-urFNQ3uSdl path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-urFNQ3uSdl .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-urFNQ3uSdl .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-urFNQ3uSdl .link a {
  background-image: none !important;
}
.cid-urFNQ3uSdl img {
  max-width: 70px;
  height: auto;
  border-radius: 100% !important;
}
.cid-urFNQ3uSdl .card-text,
.cid-urFNQ3uSdl .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-urFNQ3uSdl .dir {
    flex-direction: column;
  }
  .cid-urFNQ3uSdl .top {
    padding-top: 60px;
  }
  .cid-urFNQ3uSdl .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-urFNQ3uSdl .top1 {
    padding-top: 60px;
  }
  .cid-urFNQ3uSdl .pile {
    padding-right: 0;
  }
  .cid-urFNQ3uSdl .card-title {
    text-align: center;
  }
  .cid-urFNQ3uSdl .card-text {
    text-align: center;
  }
  .cid-urFNQ3uSdl .iconfont-wrapper {
    text-align: center;
  }
  .cid-urFNQ3uSdl img {
    display: inline;
  }
  .cid-urFNQ3uSdl .link {
    text-align: center;
  }
}
.cid-urFNQ3uSdl .card-title,
.cid-urFNQ3uSdl .iconfont-wrapper {
  text-align: left;
}
.cid-urFNQ3uSdl .card-text,
.cid-urFNQ3uSdl .link {
  text-align: left;
}
.cid-urFNQ49NZk {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urFNQ49NZk {
    padding-top: 27px;
    padding-bottom: 9px;
  }
}
.cid-urFNQ49NZk .pile1,
.cid-urFNQ49NZk .pile2 {
  padding-bottom: 60px;
}
.cid-urFNQ49NZk .pile1,
.cid-urFNQ49NZk .pile3 {
  padding-right: 60px;
}
.cid-urFNQ49NZk .pile2,
.cid-urFNQ49NZk .pile4 {
  padding-right: 50px;
}
.cid-urFNQ49NZk .text {
  display: flex;
  flex-direction: row;
  padding-right: 20;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 1.5em;
  background-color: #fefbf2;
}
.cid-urFNQ49NZk .card-title {
  margin-bottom: 14px;
}
.cid-urFNQ49NZk .card-text {
  padding-bottom: 24px;
  font-weight: 500;
}
.cid-urFNQ49NZk a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-urFNQ49NZk rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-urFNQ49NZk .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-urFNQ49NZk svg {
  margin-left: 10px;
}
.cid-urFNQ49NZk path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-urFNQ49NZk .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-urFNQ49NZk .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-urFNQ49NZk .link a {
  background-image: none !important;
}
.cid-urFNQ49NZk img {
  max-width: 70px;
  height: auto;
  border-radius: 100% !important;
}
.cid-urFNQ49NZk .card-text,
.cid-urFNQ49NZk .lin {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-urFNQ49NZk .dir {
    flex-direction: column;
  }
  .cid-urFNQ49NZk .top {
    padding-top: 60px;
  }
  .cid-urFNQ49NZk .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cid-urFNQ49NZk .top1 {
    padding-top: 60px;
  }
  .cid-urFNQ49NZk .pile {
    padding-right: 0;
  }
  .cid-urFNQ49NZk .card-title {
    text-align: center;
  }
  .cid-urFNQ49NZk .card-text {
    text-align: center;
  }
  .cid-urFNQ49NZk .iconfont-wrapper {
    text-align: center;
  }
  .cid-urFNQ49NZk img {
    display: inline;
  }
  .cid-urFNQ49NZk .link {
    text-align: center;
  }
}
.cid-urFNQ49NZk .card-title,
.cid-urFNQ49NZk .iconfont-wrapper {
  text-align: left;
}
.cid-urFNQ49NZk .card-text,
.cid-urFNQ49NZk .link {
  text-align: left;
}
.cid-urFNQ4PZ2l {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-urFNQ4PZ2l {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-urFNQ4PZ2l klein {
  font-size: 12px;
}
.cid-urFNQ4PZ2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-urFNQ4PZ2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urFNQ4PZ2l .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urFNQ4PZ2l .container {
    padding: 0 24px;
  }
}
.cid-urFNQ4PZ2l .row {
  justify-content: center;
}
.cid-urFNQ4PZ2l .item {
  margin-top: 24px;
}
.cid-urFNQ4PZ2l .item:first-child {
  margin-bottom: 0;
}
.cid-urFNQ4PZ2l .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urFNQ4PZ2l .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urFNQ4PZ2l .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-urFNQ4PZ2l .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urFNQ4PZ2l .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-urFNQ4PZ2l .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-success,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-info,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-black,
.cid-urFNQ4PZ2l .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-urFNQ4PZ2l .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-urFNQ4PZ2l .item-title {
  color: #b98609;
}
.cid-urFNQ4PZ2l .item-text {
  color: #18212d;
}
.cid-urFNQ4PZ2l .item-text,
.cid-urFNQ4PZ2l .mbr-section-btn {
  color: #232323;
}
.cid-urFNQ5qmZQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-urFNQ5qmZQ .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-urFNQ5qmZQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urFNQ5qmZQ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urFNQ5qmZQ .row {
    text-align: center;
  }
  .cid-urFNQ5qmZQ .row > div {
    margin: auto;
  }
  .cid-urFNQ5qmZQ .social-row {
    justify-content: center;
  }
}
.cid-urFNQ5qmZQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urFNQ5qmZQ .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urFNQ5qmZQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urFNQ5qmZQ .list {
    margin-bottom: 0rem;
  }
}
.cid-urFNQ5qmZQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urFNQ5qmZQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urFNQ5qmZQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urFNQ5qmZQ .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-urFNQ5qmZQ H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-urFNQ5qmZQ copy {
  font-size: 13px;
}
.cid-urFNQ5qmZQ black {
  color: #000000;
}
.cid-urFNQ5qmZQ ora {
  color: #ff6600;
}
.cid-urFNQ5qmZQ link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-urFNQ5qmZQ .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNBhm35r8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqNBhm35r8 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqNBhm35r8 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqNBhm35r8 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqNBhm35r8 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqNBhm35r8 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9kYiZnH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9kYiZnH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9kYiZnH ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9kYiZnH ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9kYiZnH ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9kYiZnH ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9kYiZnH .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9kYiZnH .mbr-section-title {
  color: #ffffff;
}
.cid-urp9lJbz9W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9lJbz9W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9lJbz9W ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9lJbz9W ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9lJbz9W ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9lJbz9W ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9lJbz9W .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9lJbz9W .mbr-section-title {
  color: #ffffff;
}
.cid-uqNBhmhUEo {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite5-kartenlegen-2000x952.jpg");
}
.cid-uqNBhmhUEo .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqNBhmhUEo .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqNBhmhUEo .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqNBhmhUEo .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqNBhmhUEo .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqNBhmhUEo .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqNBhmhUEo .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNBhmhUEo .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqNBhmhUEo H2 {
  color: #ffffff;
}
.cid-uqNBhmhUEo H1 {
  color: #ffffff;
}
.cid-uqNBhmZ276 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqNBhmZ276 {
    padding-top: 24px;
    padding-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .cid-uqNBhmZ276 .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqNBhmZ276 .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNBhmZ276 .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqNBhmZ276 .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqNBhmZ276 .mbr-text {
    text-align: center;
  }
}
.cid-uqNBhmZ276 H2 {
  color: #9a6f05;
  text-align: left;
}
.cid-uqNBhmZ276 .mbr-text,
.cid-uqNBhmZ276 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uqNBhmZ276 H3 {
  color: #232323;
  text-align: left;
}
.cid-uqNBhmZ276 H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uqNBhmZ276 H5 {
    text-align: center;
  }
}
.cid-uqNBhmZ276 .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uqNBhmZ276 .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #f4edda;
}
@media (min-width: 992px) {
  .cid-uqNBhmZ276 .panel-body {
    width: 100%;
  }
}
.cid-uqNBhmZ276 .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
  height: 36px;
}
.cid-uqNBhmZ276 gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uqNBhmZ276 rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uqNBhmZ276 name {
  color: #a38904;
  font-family: EuphoriaScript-Regular;
  font-size: 30px;
}
.cid-urDWmYzYYb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urDWmYzYYb .line {
  background-color: #b1a374;
  color: #b1a374;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-urDWmYzYYb .section-text {
  padding: 0.2rem 0;
  color: #9a6f05;
  text-align: left;
}
.cid-urDWmYzYYb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urDWmYzYYb .inner-container {
    width: 100% !important;
  }
}
.cid-urDWJ58d7g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urDWJ58d7g .line {
  background-color: #b1a374;
  color: #b1a374;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-urDWJ58d7g .section-text {
  padding: 0.2rem 0;
}
.cid-urDWJ58d7g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urDWJ58d7g .inner-container {
    width: 100% !important;
  }
}
.cid-urDWJ58d7g .section-text DIV {
  text-align: left;
}
.cid-urz17776Ia {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urz17776Ia img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urz17776Ia .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urz17776Ia .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urz17776Ia .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urz17776Ia .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urz17776Ia .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urz17776Ia .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urz17776Ia .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urz17776Ia .mbr-author-desc {
  color: #ffffff;
}
.cid-urz17776Ia .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urz17776Ia .panel-item:hover img {
  opacity: 0.1;
}
.cid-urz17776Ia .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urz17776Ia .title {
    padding: 0;
  }
  .cid-urz17776Ia .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urz17776Ia .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urz17776Ia .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urz17776Ia .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urz17776Ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-urz17776Ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urz17776Ia ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRh9UoRW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRh9UoRW img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRh9UoRW .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRh9UoRW .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRh9UoRW .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRh9UoRW .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRh9UoRW .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRh9UoRW .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRh9UoRW .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRh9UoRW .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRh9UoRW .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRh9UoRW .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRh9UoRW .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRh9UoRW .title {
    padding: 0;
  }
  .cid-urDRh9UoRW .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRh9UoRW .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRh9UoRW .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRh9UoRW .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRh9UoRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRh9UoRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRh9UoRW ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRHUdSe0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRHUdSe0 img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRHUdSe0 .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRHUdSe0 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRHUdSe0 .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRHUdSe0 .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRHUdSe0 .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRHUdSe0 .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRHUdSe0 .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRHUdSe0 .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRHUdSe0 .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRHUdSe0 .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRHUdSe0 .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRHUdSe0 .title {
    padding: 0;
  }
  .cid-urDRHUdSe0 .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRHUdSe0 .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRHUdSe0 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRHUdSe0 .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRHUdSe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRHUdSe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRHUdSe0 ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRM4sT6t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRM4sT6t img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRM4sT6t .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRM4sT6t .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRM4sT6t .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRM4sT6t .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRM4sT6t .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRM4sT6t .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRM4sT6t .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRM4sT6t .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRM4sT6t .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRM4sT6t .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRM4sT6t .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRM4sT6t .title {
    padding: 0;
  }
  .cid-urDRM4sT6t .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRM4sT6t .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRM4sT6t .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRM4sT6t .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRM4sT6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRM4sT6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRM4sT6t ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRPIpH5A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRPIpH5A img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRPIpH5A .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRPIpH5A .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRPIpH5A .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRPIpH5A .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRPIpH5A .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRPIpH5A .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRPIpH5A .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRPIpH5A .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRPIpH5A .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRPIpH5A .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRPIpH5A .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRPIpH5A .title {
    padding: 0;
  }
  .cid-urDRPIpH5A .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRPIpH5A .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRPIpH5A .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRPIpH5A .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRPIpH5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRPIpH5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRPIpH5A ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRQlN2qb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRQlN2qb img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRQlN2qb .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRQlN2qb .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRQlN2qb .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRQlN2qb .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRQlN2qb .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRQlN2qb .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRQlN2qb .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRQlN2qb .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRQlN2qb .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRQlN2qb .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRQlN2qb .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRQlN2qb .title {
    padding: 0;
  }
  .cid-urDRQlN2qb .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRQlN2qb .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRQlN2qb .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRQlN2qb .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRQlN2qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRQlN2qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRQlN2qb ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRR1XRJk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRR1XRJk img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRR1XRJk .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRR1XRJk .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRR1XRJk .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRR1XRJk .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRR1XRJk .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRR1XRJk .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRR1XRJk .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRR1XRJk .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRR1XRJk .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRR1XRJk .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRR1XRJk .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRR1XRJk .title {
    padding: 0;
  }
  .cid-urDRR1XRJk .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRR1XRJk .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRR1XRJk .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRR1XRJk .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRR1XRJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRR1XRJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRR1XRJk ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRRIxmqM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRRIxmqM img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRRIxmqM .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRRIxmqM .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRRIxmqM .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRRIxmqM .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRRIxmqM .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRRIxmqM .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRRIxmqM .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRRIxmqM .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRRIxmqM .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRRIxmqM .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRRIxmqM .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRRIxmqM .title {
    padding: 0;
  }
  .cid-urDRRIxmqM .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRRIxmqM .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRRIxmqM .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRRIxmqM .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRRIxmqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRRIxmqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRRIxmqM ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-urDRSi88BI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-urDRSi88BI img {
  width: 100%;
  transition: 0.3s ease-out;
}
.cid-urDRSi88BI .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-urDRSi88BI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-urDRSi88BI .mbr-iconfont-social {
  font-size: 20px;
}
.cid-urDRSi88BI .icon {
  display: flex;
  width: 34px;
  height: 34px;
  color: #ffffff;
  padding: 0.5rem;
  transition: 0.3s ease-out;
}
.cid-urDRSi88BI .panel-item {
  position: relative;
  background-color: rgba(154, 111, 5, 0.85);
}
.cid-urDRSi88BI .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-urDRSi88BI .mbr-author-name {
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.cid-urDRSi88BI .mbr-author-desc {
  color: #ffffff;
}
.cid-urDRSi88BI .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urDRSi88BI .panel-item:hover img {
  opacity: 0.1;
}
.cid-urDRSi88BI .panel-item:hover .card-footer {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urDRSi88BI .title {
    padding: 0;
  }
  .cid-urDRSi88BI .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-urDRSi88BI .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
  .cid-urDRSi88BI .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urDRSi88BI .panel-item {
    margin-bottom: 2rem;
  }
}
.cid-urDRSi88BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urDRSi88BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urDRSi88BI ka {
  color: #ffffff;
  font-size: 22px;
}
.cid-uqTgCFqNpb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgCFqNpb {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgCFqNpb klein {
  font-size: 12px;
}
.cid-uqTgCFqNpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgCFqNpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgCFqNpb .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgCFqNpb .container {
    padding: 0 24px;
  }
}
.cid-uqTgCFqNpb .row {
  justify-content: center;
}
.cid-uqTgCFqNpb .item {
  margin-top: 24px;
}
.cid-uqTgCFqNpb .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgCFqNpb .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgCFqNpb .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgCFqNpb .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgCFqNpb .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgCFqNpb .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgCFqNpb .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgCFqNpb .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgCFqNpb .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgCFqNpb .item-title {
  color: #b98609;
}
.cid-uqTgCFqNpb .item-text {
  color: #18212d;
}
.cid-uqTgCFqNpb .item-text,
.cid-uqTgCFqNpb .mbr-section-btn {
  color: #232323;
}
.cid-uqNBhnGhKy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNBhnGhKy .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNBhnGhKy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNBhnGhKy .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNBhnGhKy .row {
    text-align: center;
  }
  .cid-uqNBhnGhKy .row > div {
    margin: auto;
  }
  .cid-uqNBhnGhKy .social-row {
    justify-content: center;
  }
}
.cid-uqNBhnGhKy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNBhnGhKy .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNBhnGhKy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNBhnGhKy .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNBhnGhKy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNBhnGhKy .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNBhnGhKy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNBhnGhKy .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNBhnGhKy H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNBhnGhKy copy {
  font-size: 13px;
}
.cid-uqNBhnGhKy black {
  color: #000000;
}
.cid-uqNBhnGhKy ora {
  color: #ff6600;
}
.cid-uqNBhnGhKy link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNBhnGhKy .mbr-section-subtitle {
  color: #b98609;
}
.cid-urahIXJdJW {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-urahIXJdJW .nav-item,
.cid-urahIXJdJW .nav-link,
.cid-urahIXJdJW .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-urahIXJdJW .nav-item:hover,
.cid-urahIXJdJW .nav-link:hover,
.cid-urahIXJdJW .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-urahIXJdJW sw {
  color: #000000;
  font-size: 16px;
}
.cid-urahIXJdJW .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-urahIXJdJW .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-urahIXJdJW .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-urahIXJdJW .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-urahIXJdJW .container-fluid,
.cid-urahIXJdJW .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-urahIXJdJW .navbar-brand {
  padding: 0;
}
.cid-urahIXJdJW .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-urahIXJdJW .nav-link:hover:before {
  width: 100%;
}
.cid-urahIXJdJW .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-urahIXJdJW .nav-link {
    margin: 0 !important;
  }
}
.cid-urahIXJdJW .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urahIXJdJW .widget p,
.cid-urahIXJdJW .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-urahIXJdJW .widget p a,
.cid-urahIXJdJW .widget .icons-menu a {
  margin-left: 15px;
}
.cid-urahIXJdJW .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-urahIXJdJW .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-urahIXJdJW .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-urahIXJdJW .block__phone,
  .cid-urahIXJdJW .icons-menu {
    display: none;
  }
  .cid-urahIXJdJW .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-urahIXJdJW .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-urahIXJdJW .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-urahIXJdJW .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-urahIXJdJW .navbar > .container,
.cid-urahIXJdJW .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-urahIXJdJW .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-urahIXJdJW .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-urahIXJdJW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-urahIXJdJW .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-urahIXJdJW .dropdown-toggle::after,
  .cid-urahIXJdJW .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-urahIXJdJW .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-urahIXJdJW .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-urahIXJdJW .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-urahIXJdJW .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-urahIXJdJW .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-urahIXJdJW .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-urahIXJdJW .nav-item:focus,
.cid-urahIXJdJW .nav-link:focus {
  outline: none;
}
.cid-urahIXJdJW .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-urahIXJdJW .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-urahIXJdJW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-urahIXJdJW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urahIXJdJW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-urahIXJdJW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urahIXJdJW .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-urahIXJdJW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urahIXJdJW .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-urahIXJdJW .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-urahIXJdJW .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-urahIXJdJW .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-urahIXJdJW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urahIXJdJW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urahIXJdJW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-urahIXJdJW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-urahIXJdJW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urahIXJdJW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-urahIXJdJW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urahIXJdJW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urahIXJdJW .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-urahIXJdJW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urahIXJdJW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-urahIXJdJW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-urahIXJdJW .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-urahIXJdJW .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-urahIXJdJW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-urahIXJdJW .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-urahIXJdJW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-urahIXJdJW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urahIXJdJW .dropdown-item.active,
.cid-urahIXJdJW .dropdown-item:active {
  background-color: transparent;
}
.cid-urahIXJdJW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-urahIXJdJW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-urahIXJdJW button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urahIXJdJW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-urahIXJdJW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urahIXJdJW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urahIXJdJW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urahIXJdJW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urahIXJdJW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urahIXJdJW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urahIXJdJW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urahIXJdJW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urahIXJdJW .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-urahIXJdJW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-urahIXJdJW a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-urahIXJdJW .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-urahIXJdJW .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-urahIXJdJW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-urahIXJdJW .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-urahIXJdJW .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-urahIXJdJW .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-urahIXJdJW .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-urahIXJdJW .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-urahIXJdJW .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-urahIXJdJW .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-urahIXJdJW a.nav-link {
    justify-content: flex-start;
  }
  .cid-urahIXJdJW ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-urahIXJdJW .navbar-brand {
    padding: 0;
  }
  .cid-urahIXJdJW .block__phone,
  .cid-urahIXJdJW .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-urahIXJdJW .widget {
    flex-direction: column;
  }
  .cid-urahIXJdJW .widget p,
  .cid-urahIXJdJW .widget .icons-menu {
    margin-right: 0;
  }
  .cid-urahIXJdJW .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-urahIXJdJW .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-urahIXJdJW .navbar {
    height: 97px;
  }
  .cid-urahIXJdJW .navbar.opened {
    height: auto;
  }
  .cid-urahIXJdJW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9ojoNvC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9ojoNvC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9ojoNvC ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9ojoNvC ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9ojoNvC ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9ojoNvC ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9ojoNvC .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9ojoNvC .mbr-section-title {
  color: #ffffff;
}
.cid-urp9p20Ul7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9p20Ul7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9p20Ul7 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9p20Ul7 ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9p20Ul7 ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9p20Ul7 ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9p20Ul7 .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9p20Ul7 .mbr-section-title {
  color: #ffffff;
}
.cid-urpcksT4qI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcksT4qI .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-urJxMKgIZh {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f3ee;
}
@media (max-width: 991px) {
  .cid-urJxMKgIZh {
    padding-top: 24px;
    padding-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .cid-urJxMKgIZh .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urJxMKgIZh .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-urJxMKgIZh .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urJxMKgIZh .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-urJxMKgIZh .mbr-text {
    text-align: center;
  }
}
.cid-urJxMKgIZh H2 {
  color: #9a6f05;
  text-align: left;
}
.cid-urJxMKgIZh .mbr-text,
.cid-urJxMKgIZh .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-urJxMKgIZh H3 {
  color: #232323;
  text-align: left;
}
.cid-urJxMKgIZh H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-urJxMKgIZh H5 {
    text-align: center;
  }
}
.cid-urJxMKgIZh .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-urJxMKgIZh .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #f4edda;
}
@media (min-width: 992px) {
  .cid-urJxMKgIZh .panel-body {
    width: 100%;
  }
}
.cid-urJxMKgIZh .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
  height: 36px;
}
.cid-urJxMKgIZh gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-urJxMKgIZh rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-urJxMKgIZh name {
  color: #a38904;
  font-family: EuphoriaScript-Regular;
  font-size: 28px;
}
.cid-urahIZvE4S {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-urahIZvE4S {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-urahIZvE4S klein {
  font-size: 12px;
}
.cid-urahIZvE4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-urahIZvE4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-urahIZvE4S .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-urahIZvE4S .container {
    padding: 0 24px;
  }
}
.cid-urahIZvE4S .row {
  justify-content: center;
}
.cid-urahIZvE4S .item {
  margin-top: 24px;
}
.cid-urahIZvE4S .item:first-child {
  margin-bottom: 0;
}
.cid-urahIZvE4S .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urahIZvE4S .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-urahIZvE4S .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-urahIZvE4S .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-urahIZvE4S .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-urahIZvE4S .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-urahIZvE4S .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-success,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-info,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-black,
.cid-urahIZvE4S .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-urahIZvE4S .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-urahIZvE4S .item-title {
  color: #b98609;
}
.cid-urahIZvE4S .item-text {
  color: #18212d;
}
.cid-urahIZvE4S .item-text,
.cid-urahIZvE4S .mbr-section-btn {
  color: #232323;
}
.cid-urahIY9iSF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urahIY9iSF .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-urahIY9iSF .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-urahIY9iSF .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-urahIY9iSF .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-urahIY9iSF .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urahIYn0Es {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite6a-schmetter-2000x952.jpg");
}
.cid-urahIYn0Es .mbr-iconfont {
  color: #8d97ad;
}
.cid-urahIYn0Es .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-urahIYn0Es .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-urahIYn0Es .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-urahIYn0Es .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-urahIYn0Es .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-urahIYn0Es .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urahIYn0Es .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-urahIYn0Es H2 {
  color: #000000;
}
.cid-urahIZ3WsT {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #f5f3ee;
}
@media (max-width: 991px) {
  .cid-urahIZ3WsT {
    padding-top: 24px;
    padding-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .cid-urahIZ3WsT .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urahIZ3WsT .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-urahIZ3WsT .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urahIZ3WsT .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-urahIZ3WsT .mbr-text {
    text-align: center;
  }
}
.cid-urahIZ3WsT H2 {
  color: #9a6f05;
  text-align: left;
}
.cid-urahIZ3WsT .mbr-text,
.cid-urahIZ3WsT .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-urahIZ3WsT H3 {
  color: #232323;
  text-align: left;
}
.cid-urahIZ3WsT H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-urahIZ3WsT H5 {
    text-align: center;
  }
}
.cid-urahIZ3WsT .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-urahIZ3WsT .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #f4edda;
}
@media (min-width: 992px) {
  .cid-urahIZ3WsT .panel-body {
    width: 100%;
  }
}
.cid-urahIZ3WsT .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
  height: 36px;
}
.cid-urahIZ3WsT gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-urahIZ3WsT rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-urahIZ3WsT name {
  color: #a38904;
  font-family: EuphoriaScript-Regular;
  font-size: 28px;
}
.cid-urahIZYi1h {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-urahIZYi1h .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-urahIZYi1h .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-urahIZYi1h .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-urahIZYi1h .row {
    text-align: center;
  }
  .cid-urahIZYi1h .row > div {
    margin: auto;
  }
  .cid-urahIZYi1h .social-row {
    justify-content: center;
  }
}
.cid-urahIZYi1h .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urahIZYi1h .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-urahIZYi1h .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urahIZYi1h .list {
    margin-bottom: 0rem;
  }
}
.cid-urahIZYi1h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urahIZYi1h .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urahIZYi1h div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-urahIZYi1h .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-urahIZYi1h H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-urahIZYi1h copy {
  font-size: 13px;
}
.cid-urahIZYi1h black {
  color: #000000;
}
.cid-urahIZYi1h ora {
  color: #ff6600;
}
.cid-urahIZYi1h link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-urahIZYi1h .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvSzv6Y2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvSzv6Y2 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvSzv6Y2 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvSzv6Y2 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvSzv6Y2 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvSzv6Y2 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9HTQo56 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9HTQo56 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9HTQo56 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9HTQo56 ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9HTQo56 ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9HTQo56 ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9HTQo56 .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9HTQo56 .mbr-section-title {
  color: #ffffff;
}
.cid-urp9IxObEE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9IxObEE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9IxObEE ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9IxObEE ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9IxObEE ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9IxObEE ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9IxObEE .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9IxObEE .mbr-section-title {
  color: #ffffff;
}
.cid-urpcSvcxy8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpcSvcxy8 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO6FAtod3 {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uqO6FAtod3 .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO6FAtod3 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO6FAtod3 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO6FAtod3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO6FAtod3 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO6FAtod3 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO6FAtod3 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO6FAtod3 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO6FAtod3 H2 {
  color: #232323;
}
.cid-urhqcE3KfF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urhqcE3KfF {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-urhqcE3KfF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-urhqcE3KfF .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #d0b111;
}
.cid-urhqcE3KfF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-urhqcE3KfF .inner-container {
    width: 100% !important;
  }
}
.cid-uqO9jy1rcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqO9jy1rcH .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uqO9jy1rcH .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #465052;
}
.cid-uqO9jy1rcH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqO9jy1rcH .inner-container {
    width: 100% !important;
  }
}
.cid-uqO8LJMfxL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqO8LJMfxL H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-uqO8LJMfxL .mbr-text,
.cid-uqO8LJMfxL .mbr-section-btn {
  color: #716c80;
}
.cid-uqO8LJMfxL H3 {
  color: #716c80;
}
.cid-uqO8LJMfxL .row {
  justify-content: space-between;
}
.cid-uqO8LJMfxL .col-lg-6 {
  max-width: 500px;
}
.cid-uqO8LJMfxL .title2 {
  text-align: left;
  color: #232323;
  font-size: 26px;
}
.cid-uqO8LJMfxL .text2,
.cid-uqO8LJMfxL .btn2 {
  text-align: left;
  color: #000000;
}
.cid-uqO8LJMfxL .title1 {
  color: #232323;
  font-size: 26px;
  text-align: left;
}
.cid-uqO8LJMfxL .text1,
.cid-uqO8LJMfxL .btn1 {
  text-align: left;
  color: #000000;
}
.cid-uqO8LJMfxL .title2 DIV {
  text-align: left;
}
.cid-uqO91RJWPe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqO91RJWPe H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-uqO91RJWPe .mbr-text,
.cid-uqO91RJWPe .mbr-section-btn {
  color: #716c80;
}
.cid-uqO91RJWPe H3 {
  color: #716c80;
}
.cid-uqO91RJWPe .row {
  justify-content: space-between;
}
.cid-uqO91RJWPe .col-lg-6 {
  max-width: 500px;
}
.cid-uqO91RJWPe .title2 {
  text-align: left;
  color: #232323;
  font-size: 26px;
}
.cid-uqO91RJWPe .text2,
.cid-uqO91RJWPe .btn2 {
  text-align: left;
  color: #000000;
}
.cid-uqO91RJWPe .title1 {
  color: #232323;
  font-size: 26px;
  text-align: left;
}
.cid-uqO91RJWPe .text1,
.cid-uqO91RJWPe .btn1 {
  text-align: left;
  color: #000000;
}
.cid-uqO91RJWPe .title2 DIV {
  text-align: left;
}
.cid-uqO92zuXZ7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqO92zuXZ7 H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-uqO92zuXZ7 .mbr-text,
.cid-uqO92zuXZ7 .mbr-section-btn {
  color: #716c80;
}
.cid-uqO92zuXZ7 H3 {
  color: #716c80;
}
.cid-uqO92zuXZ7 .row {
  justify-content: space-between;
}
.cid-uqO92zuXZ7 .col-lg-6 {
  max-width: 500px;
}
.cid-uqO92zuXZ7 .title2 {
  text-align: left;
  color: #232323;
  font-size: 26px;
}
.cid-uqO92zuXZ7 .text2,
.cid-uqO92zuXZ7 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-uqO92zuXZ7 .title1 {
  color: #232323;
  font-size: 26px;
  text-align: left;
}
.cid-uqO92zuXZ7 .text1,
.cid-uqO92zuXZ7 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-uqO92zuXZ7 .title2 DIV {
  text-align: left;
}
.cid-uqO93heiIq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uqO93heiIq H1 {
  color: #57468b;
  font-size: 26px;
}
.cid-uqO93heiIq .mbr-text,
.cid-uqO93heiIq .mbr-section-btn {
  color: #716c80;
}
.cid-uqO93heiIq H3 {
  color: #716c80;
}
.cid-uqO93heiIq .row {
  justify-content: space-between;
}
.cid-uqO93heiIq .col-lg-6 {
  max-width: 500px;
}
.cid-uqO93heiIq .title2 {
  text-align: left;
  color: #232323;
  font-size: 26px;
}
.cid-uqO93heiIq .text2,
.cid-uqO93heiIq .btn2 {
  text-align: left;
  color: #000000;
}
.cid-uqO93heiIq .title1 {
  color: #232323;
  font-size: 26px;
  text-align: left;
}
.cid-uqO93heiIq .text1,
.cid-uqO93heiIq .btn1 {
  text-align: left;
  color: #000000;
}
.cid-uqO93heiIq .title2 DIV {
  text-align: left;
}
.cid-uqTgVc4ljp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgVc4ljp {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgVc4ljp klein {
  font-size: 12px;
}
.cid-uqTgVc4ljp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgVc4ljp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgVc4ljp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgVc4ljp .container {
    padding: 0 24px;
  }
}
.cid-uqTgVc4ljp .row {
  justify-content: center;
}
.cid-uqTgVc4ljp .item {
  margin-top: 24px;
}
.cid-uqTgVc4ljp .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgVc4ljp .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgVc4ljp .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgVc4ljp .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgVc4ljp .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgVc4ljp .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgVc4ljp .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgVc4ljp .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgVc4ljp .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgVc4ljp .item-title {
  color: #b98609;
}
.cid-uqTgVc4ljp .item-text {
  color: #18212d;
}
.cid-uqTgVc4ljp .item-text,
.cid-uqTgVc4ljp .mbr-section-btn {
  color: #232323;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNmQynTzG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqNmQynTzG .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqNmQynTzG .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqNmQynTzG .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqNmQynTzG .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqNmQynTzG .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9gXL9zp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9gXL9zp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9gXL9zp ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9gXL9zp ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9gXL9zp ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9gXL9zp ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9gXL9zp .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9gXL9zp .mbr-section-title {
  color: #ffffff;
}
.cid-urp9hIcFQa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9hIcFQa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9hIcFQa ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9hIcFQa ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9hIcFQa ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9hIcFQa ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9hIcFQa .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9hIcFQa .mbr-section-title {
  color: #ffffff;
}
.cid-urpc8VdYeN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpc8VdYeN .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO60K2YzV {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite4a-wahrsagen-2000x952.jpg");
}
.cid-uqO60K2YzV .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO60K2YzV .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO60K2YzV .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO60K2YzV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO60K2YzV .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO60K2YzV .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO60K2YzV .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO60K2YzV .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO60K2YzV H2 {
  color: #232323;
}
.cid-uqO60K2YzV H1 {
  color: #ffffff;
}
.cid-uqNoMbzGPN {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fffcf5;
}
@media (max-width: 991px) {
  .cid-uqNoMbzGPN {
    padding-top: 21px;
    padding-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .cid-uqNoMbzGPN .mfone {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqNoMbzGPN .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNoMbzGPN .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uqNoMbzGPN .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqNoMbzGPN .mbr-text {
    text-align: center;
  }
}
.cid-uqNoMbzGPN H2 {
  color: #9a6f05;
  text-align: left;
}
.cid-uqNoMbzGPN .mbr-text,
.cid-uqNoMbzGPN .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uqNoMbzGPN H3 {
  color: #232323;
  text-align: left;
}
.cid-uqNoMbzGPN H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uqNoMbzGPN H5 {
    text-align: center;
  }
}
.cid-uqNoMbzGPN .panel-text {
  color: #001d4a;
  text-align: left;
}
.cid-uqNoMbzGPN .panel-body {
  border-style: solid;
  border-width: 1px;
  border-color: #e4d295;
  border-radius: 6px;
  background-color: #fffcf5;
}
@media (min-width: 992px) {
  .cid-uqNoMbzGPN .panel-body {
    width: 100%;
  }
}
.cid-uqNoMbzGPN .btn {
  font-weight: 500;
  border-width: 2px;
  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: 2px;
  border-color: #0082c3;
}
.cid-uqNoMbzGPN gruen {
  color: #00C3C3;
  font-weight: bold;
}
.cid-uqNoMbzGPN rot {
  color: #FF0095;
  font-weight: bold;
}
.cid-uqNuFk1JWl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNuFk1JWl .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNuFk1JWl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNuFk1JWl .row {
    text-align: center;
  }
  .cid-uqNuFk1JWl .row > div {
    margin: auto;
  }
  .cid-uqNuFk1JWl .social-row {
    justify-content: center;
  }
}
.cid-uqNuFk1JWl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNuFk1JWl .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNuFk1JWl .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNuFk1JWl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNuFk1JWl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNuFk1JWl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNuFk1JWl .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNuFk1JWl H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNuFk1JWl copy {
  font-size: 13px;
}
.cid-uqNuFk1JWl black {
  color: #000000;
}
.cid-uqNuFk1JWl ora {
  color: #ff6600;
}
.cid-uqNuFk1JWl link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNuFk1JWl .mbr-section-subtitle {
  color: #b98609;
}
.cid-uqTgA0u8JL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgA0u8JL {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgA0u8JL klein {
  font-size: 12px;
}
.cid-uqTgA0u8JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgA0u8JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgA0u8JL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgA0u8JL .container {
    padding: 0 24px;
  }
}
.cid-uqTgA0u8JL .row {
  justify-content: center;
}
.cid-uqTgA0u8JL .item {
  margin-top: 24px;
}
.cid-uqTgA0u8JL .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgA0u8JL .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgA0u8JL .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgA0u8JL .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgA0u8JL .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgA0u8JL .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgA0u8JL .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgA0u8JL .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgA0u8JL .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgA0u8JL .item-title {
  color: #b98609;
}
.cid-uqTgA0u8JL .item-text {
  color: #18212d;
}
.cid-uqTgA0u8JL .item-text,
.cid-uqTgA0u8JL .mbr-section-btn {
  color: #232323;
}
.cid-uqPvZLAUox {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uqPvZLAUox .nav-item,
.cid-uqPvZLAUox .nav-link,
.cid-uqPvZLAUox .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .nav-item:hover,
.cid-uqPvZLAUox .nav-link:hover,
.cid-uqPvZLAUox .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uqPvZLAUox sw {
  color: #000000;
  font-size: 16px;
}
.cid-uqPvZLAUox .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uqPvZLAUox .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uqPvZLAUox .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uqPvZLAUox .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uqPvZLAUox .container-fluid,
.cid-uqPvZLAUox .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uqPvZLAUox .nav-link:hover:before {
  width: 100%;
}
.cid-uqPvZLAUox .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-uqPvZLAUox .nav-link {
    margin: 0 !important;
  }
}
.cid-uqPvZLAUox .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqPvZLAUox .widget p,
.cid-uqPvZLAUox .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uqPvZLAUox .widget p a,
.cid-uqPvZLAUox .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uqPvZLAUox .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uqPvZLAUox .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uqPvZLAUox .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: none;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uqPvZLAUox .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uqPvZLAUox .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uqPvZLAUox .navbar > .container,
.cid-uqPvZLAUox .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uqPvZLAUox .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uqPvZLAUox .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after,
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uqPvZLAUox .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uqPvZLAUox .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uqPvZLAUox .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uqPvZLAUox .nav-item:focus,
.cid-uqPvZLAUox .nav-link:focus {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqPvZLAUox .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqPvZLAUox .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uqPvZLAUox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqPvZLAUox .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uqPvZLAUox .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uqPvZLAUox .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uqPvZLAUox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqPvZLAUox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqPvZLAUox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqPvZLAUox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqPvZLAUox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqPvZLAUox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqPvZLAUox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uqPvZLAUox .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqPvZLAUox .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uqPvZLAUox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uqPvZLAUox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqPvZLAUox .dropdown-item.active,
.cid-uqPvZLAUox .dropdown-item:active {
  background-color: transparent;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uqPvZLAUox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uqPvZLAUox button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqPvZLAUox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqPvZLAUox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqPvZLAUox .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uqPvZLAUox a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uqPvZLAUox a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uqPvZLAUox .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uqPvZLAUox .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uqPvZLAUox .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox .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-uqPvZLAUox .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uqPvZLAUox a.nav-link {
    justify-content: flex-start;
  }
  .cid-uqPvZLAUox ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uqPvZLAUox .navbar-brand {
    padding: 0;
  }
  .cid-uqPvZLAUox .block__phone,
  .cid-uqPvZLAUox .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uqPvZLAUox .widget {
    flex-direction: column;
  }
  .cid-uqPvZLAUox .widget p,
  .cid-uqPvZLAUox .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uqPvZLAUox .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uqPvZLAUox .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-uqPvZLAUox .navbar {
    height: 97px;
  }
  .cid-uqPvZLAUox .navbar.opened {
    height: auto;
  }
  .cid-uqPvZLAUox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPvzevUOV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uqPvzevUOV .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uqPvzevUOV .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uqPvzevUOV .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uqPvzevUOV .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uqPvzevUOV .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-urp6I9WlKo {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp6I9WlKo .mbr-section-subtitle {
  color: #767676;
}
.cid-urp6I9WlKo ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-urp6I9WlKo ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-urp6I9WlKo ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-urp6I9WlKo ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp6I9WlKo .list-inline-item img {
    width: 95px;
  }
}
.cid-urp6I9WlKo .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-urp9dsiv3q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9dsiv3q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9dsiv3q ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9dsiv3q ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9dsiv3q ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9dsiv3q ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9dsiv3q .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9dsiv3q .mbr-section-title {
  color: #ffffff;
}
.cid-urp9eQiJsS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urp9eQiJsS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urp9eQiJsS ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-urp9eQiJsS ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-urp9eQiJsS ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-urp9eQiJsS ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-urp9eQiJsS .list-inline-item img {
    width: 80px;
  }
}
.cid-urp9eQiJsS .mbr-section-title {
  color: #ffffff;
}
.cid-urpc3smotM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-urpc3smotM .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uqO5q7fkja {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/seite2-astrologie-2000x952.jpg");
}
.cid-uqO5q7fkja .mbr-iconfont {
  color: #8d97ad;
}
.cid-uqO5q7fkja .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uqO5q7fkja .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uqO5q7fkja .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uqO5q7fkja .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uqO5q7fkja .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uqO5q7fkja .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqO5q7fkja .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uqO5q7fkja H2 {
  color: #fcfaf3;
}
.cid-uqO5q7fkja H1 {
  color: #ffffff;
}
.cid-urgCPexkUm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urgCPexkUm {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-urgCPexkUm h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgCPexkUm sw {
  color: #000000;
  text-align: left;
  font-size: 22px;
  font-family: EuphoriaScript-Regular;
}
.cid-urgCPexkUm .card-wrapper {
  border-radius: 4px;
}
.cid-urgCPexkUm .card-subtitle {
  color: #0095ff;
}
.cid-urgCPexkUm .mbr-text,
.cid-urgCPexkUm .card-subtitle {
  color: #232323;
}
.cid-urgCPexkUm img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgCPexkUm img {
    margin-bottom: 2rem;
  }
}
.cid-urgCPexkUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgCPexkUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgCPexkUm .title .mbr-section-title,
.cid-urgCPexkUm .title .mbr-section-btn {
  color: #9a6f05;
  text-align: left;
}
.cid-urgCPexkUm .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgCPexkUm .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgCPexkUm .title .mbr-section-subtitle,
.cid-urgCPexkUm .title .mbr-section-btn {
  text-align: left;
}
.cid-urgH43LqlF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urgH43LqlF h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgH43LqlF .card-wrapper {
  border-radius: 4px;
}
.cid-urgH43LqlF .card-subtitle {
  color: #0095ff;
}
.cid-urgH43LqlF .mbr-text,
.cid-urgH43LqlF .card-subtitle {
  color: #232323;
}
.cid-urgH43LqlF img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgH43LqlF img {
    margin-bottom: 2rem;
  }
}
.cid-urgH43LqlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgH43LqlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgH43LqlF .title .mbr-section-title,
.cid-urgH43LqlF .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgH43LqlF .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgH43LqlF .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgHijRwnR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urgHijRwnR h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgHijRwnR .card-wrapper {
  border-radius: 4px;
}
.cid-urgHijRwnR .card-subtitle {
  color: #0095ff;
}
.cid-urgHijRwnR .mbr-text,
.cid-urgHijRwnR .card-subtitle {
  color: #232323;
}
.cid-urgHijRwnR img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgHijRwnR img {
    margin-bottom: 2rem;
  }
}
.cid-urgHijRwnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgHijRwnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgHijRwnR .title .mbr-section-title,
.cid-urgHijRwnR .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgHijRwnR .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgHijRwnR .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgHjhC530 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urgHjhC530 h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgHjhC530 .card-wrapper {
  border-radius: 4px;
}
.cid-urgHjhC530 .card-subtitle {
  color: #0095ff;
}
.cid-urgHjhC530 .mbr-text,
.cid-urgHjhC530 .card-subtitle {
  color: #232323;
}
.cid-urgHjhC530 img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgHjhC530 img {
    margin-bottom: 2rem;
  }
}
.cid-urgHjhC530 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgHjhC530 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgHjhC530 .title .mbr-section-title,
.cid-urgHjhC530 .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgHjhC530 .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgHjhC530 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgHk6sUjY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urgHk6sUjY h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgHk6sUjY .card-wrapper {
  border-radius: 4px;
}
.cid-urgHk6sUjY .card-subtitle {
  color: #0095ff;
}
.cid-urgHk6sUjY .mbr-text,
.cid-urgHk6sUjY .card-subtitle {
  color: #232323;
}
.cid-urgHk6sUjY img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgHk6sUjY img {
    margin-bottom: 2rem;
  }
}
.cid-urgHk6sUjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgHk6sUjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgHk6sUjY .title .mbr-section-title,
.cid-urgHk6sUjY .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgHk6sUjY .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgHk6sUjY .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgHl1Hfd0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-urgHl1Hfd0 h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgHl1Hfd0 .card-wrapper {
  border-radius: 4px;
}
.cid-urgHl1Hfd0 .card-subtitle {
  color: #0095ff;
}
.cid-urgHl1Hfd0 .mbr-text,
.cid-urgHl1Hfd0 .card-subtitle {
  color: #232323;
}
.cid-urgHl1Hfd0 img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgHl1Hfd0 img {
    margin-bottom: 2rem;
  }
}
.cid-urgHl1Hfd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgHl1Hfd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgHl1Hfd0 .title .mbr-section-title,
.cid-urgHl1Hfd0 .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgHl1Hfd0 .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgHl1Hfd0 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-urgHvteHKF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urgHvteHKF .card-wrapper {
  border-radius: 4px;
}
.cid-urgHvteHKF h6 {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #d0b111;
  border-right: 1px solid #d0b111;
  border-bottom: 1px solid #d0b111;
  border-left: 1px solid #d0b111;
  padding: 0.5em;
  background-color: #f4edd4;
}
.cid-urgHvteHKF .card-subtitle {
  color: #0095ff;
}
.cid-urgHvteHKF .mbr-text,
.cid-urgHvteHKF .card-subtitle {
  color: #232323;
}
.cid-urgHvteHKF img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urgHvteHKF img {
    margin-bottom: 2rem;
  }
}
.cid-urgHvteHKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgHvteHKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgHvteHKF .title .mbr-section-title,
.cid-urgHvteHKF .title .mbr-section-btn {
  color: #b98609;
}
.cid-urgHvteHKF .card .card-wrapper .text-wrapper .card-subtitle,
.cid-urgHvteHKF .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #b98609;
}
.cid-uqTgwlYPTp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uqTgwlYPTp {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uqTgwlYPTp klein {
  font-size: 12px;
}
.cid-uqTgwlYPTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqTgwlYPTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqTgwlYPTp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqTgwlYPTp .container {
    padding: 0 24px;
  }
}
.cid-uqTgwlYPTp .row {
  justify-content: center;
}
.cid-uqTgwlYPTp .item {
  margin-top: 24px;
}
.cid-uqTgwlYPTp .item:first-child {
  margin-bottom: 0;
}
.cid-uqTgwlYPTp .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqTgwlYPTp .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uqTgwlYPTp .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uqTgwlYPTp .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uqTgwlYPTp .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqTgwlYPTp .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uqTgwlYPTp .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uqTgwlYPTp .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uqTgwlYPTp .item-title {
  color: #b98609;
}
.cid-uqTgwlYPTp .item-text {
  color: #18212d;
}
.cid-uqTgwlYPTp .item-text,
.cid-uqTgwlYPTp .mbr-section-btn {
  color: #232323;
}
.cid-uqNApdCc4I {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uqNApdCc4I .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uqNApdCc4I .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uqNApdCc4I .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uqNApdCc4I .row {
    text-align: center;
  }
  .cid-uqNApdCc4I .row > div {
    margin: auto;
  }
  .cid-uqNApdCc4I .social-row {
    justify-content: center;
  }
}
.cid-uqNApdCc4I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqNApdCc4I .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uqNApdCc4I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqNApdCc4I .list {
    margin-bottom: 0rem;
  }
}
.cid-uqNApdCc4I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqNApdCc4I .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uqNApdCc4I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqNApdCc4I .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uqNApdCc4I H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uqNApdCc4I copy {
  font-size: 13px;
}
.cid-uqNApdCc4I black {
  color: #000000;
}
.cid-uqNApdCc4I ora {
  color: #ff6600;
}
.cid-uqNApdCc4I link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uqNApdCc4I .mbr-section-subtitle {
  color: #b98609;
}
.cid-uMchm5DEYk {
  min-height: 70px !important;
  position: relative;
  background: #fefbf2;
  overflow: visible;
}
.cid-uMchm5DEYk .nav-item,
.cid-uMchm5DEYk .nav-link,
.cid-uMchm5DEYk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMchm5DEYk .nav-item:hover,
.cid-uMchm5DEYk .nav-link:hover,
.cid-uMchm5DEYk .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uMchm5DEYk sw {
  color: #000000;
  font-size: 16px;
}
.cid-uMchm5DEYk .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uMchm5DEYk .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uMchm5DEYk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uMchm5DEYk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uMchm5DEYk .container-fluid,
.cid-uMchm5DEYk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uMchm5DEYk .navbar-brand {
  padding: 0;
}
.cid-uMchm5DEYk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uMchm5DEYk .nav-link:hover:before {
  width: 100%;
}
.cid-uMchm5DEYk .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-uMchm5DEYk .nav-link {
    margin: 0 !important;
  }
}
.cid-uMchm5DEYk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMchm5DEYk .widget p,
.cid-uMchm5DEYk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uMchm5DEYk .widget p a,
.cid-uMchm5DEYk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uMchm5DEYk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  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-uMchm5DEYk .icons__wrap:hover {
  color: #ffffff;
  background-color: #b2871d;
  border-color: #b2871d;
}
.cid-uMchm5DEYk .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uMchm5DEYk .block__phone,
  .cid-uMchm5DEYk .icons-menu {
    display: none;
  }
  .cid-uMchm5DEYk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uMchm5DEYk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #b2871d !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uMchm5DEYk .mbr-section-btn .btn-secondary:hover {
  background-color: #b2871d !important;
  color: #ffffff !important;
}
.cid-uMchm5DEYk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uMchm5DEYk .navbar > .container,
.cid-uMchm5DEYk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uMchm5DEYk .btn {
    white-space: nowrap;
    height: 40px;
    width: 180px;
    font-size: normal;
  }
  .cid-uMchm5DEYk .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #fefbf2;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #b2ccd2;
    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-uMchm5DEYk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uMchm5DEYk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uMchm5DEYk .dropdown-toggle::after,
  .cid-uMchm5DEYk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uMchm5DEYk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uMchm5DEYk .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-uMchm5DEYk .dropdown-menu .dropdown-item:hover {
  color: #b2871d !important;
}
.cid-uMchm5DEYk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uMchm5DEYk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uMchm5DEYk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uMchm5DEYk .nav-item:focus,
.cid-uMchm5DEYk .nav-link:focus {
  outline: none;
}
.cid-uMchm5DEYk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #b2ccd2;
  border-bottom: 1px solid #b2ccd2;
}
.cid-uMchm5DEYk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uMchm5DEYk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uMchm5DEYk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMchm5DEYk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uMchm5DEYk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMchm5DEYk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uMchm5DEYk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMchm5DEYk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #fefbf2;
}
.cid-uMchm5DEYk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #fefbf2 !important;
}
.cid-uMchm5DEYk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uMchm5DEYk .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uMchm5DEYk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMchm5DEYk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMchm5DEYk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 85px - 1rem);
  }
}
.cid-uMchm5DEYk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uMchm5DEYk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMchm5DEYk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uMchm5DEYk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMchm5DEYk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMchm5DEYk .navbar .dropdown-menu {
    background: #fefbf2 !important;
  }
  .cid-uMchm5DEYk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMchm5DEYk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uMchm5DEYk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uMchm5DEYk .navbar.navbar-short {
  background: #fefbf2 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uMchm5DEYk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uMchm5DEYk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uMchm5DEYk .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uMchm5DEYk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uMchm5DEYk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMchm5DEYk .dropdown-item.active,
.cid-uMchm5DEYk .dropdown-item:active {
  background-color: transparent;
}
.cid-uMchm5DEYk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fefbf2;
}
.cid-uMchm5DEYk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uMchm5DEYk button.navbar-toggler {
  outline: none;
  width: 200px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMchm5DEYk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7699;
}
.cid-uMchm5DEYk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMchm5DEYk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMchm5DEYk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMchm5DEYk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMchm5DEYk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMchm5DEYk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMchm5DEYk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMchm5DEYk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMchm5DEYk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uMchm5DEYk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uMchm5DEYk a.nav-link:hover {
  color: #b2871d !important;
}
@media (max-width: 991px) {
  .cid-uMchm5DEYk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uMchm5DEYk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #b2ccd2;
  }
  .cid-uMchm5DEYk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uMchm5DEYk .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-uMchm5DEYk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uMchm5DEYk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uMchm5DEYk .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-uMchm5DEYk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uMchm5DEYk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uMchm5DEYk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uMchm5DEYk a.nav-link {
    justify-content: flex-start;
  }
  .cid-uMchm5DEYk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uMchm5DEYk .navbar-brand {
    padding: 0;
  }
  .cid-uMchm5DEYk .block__phone,
  .cid-uMchm5DEYk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uMchm5DEYk .widget {
    flex-direction: column;
  }
  .cid-uMchm5DEYk .widget p,
  .cid-uMchm5DEYk .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uMchm5DEYk .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uMchm5DEYk .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-uMchm5DEYk .navbar {
    height: 97px;
  }
  .cid-uMchm5DEYk .navbar.opened {
    height: auto;
  }
  .cid-uMchm5DEYk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMchm6dYVP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fefbf2;
}
.cid-uMchm6dYVP .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uMchm6dYVP .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uMchm6dYVP .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uMchm6dYVP .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uMchm6dYVP .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uMchm6uDcn {
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-uMchm6uDcn .mbr-section-subtitle {
  color: #767676;
}
.cid-uMchm6uDcn ul.list-inline {
  margin: 0;
  -webkit-align-self: left;
  align-self: left;
}
.cid-uMchm6uDcn ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uMchm6uDcn ul.list-inline img {
  width: 30px;
  padding-bottom: .1rem;
}
.cid-uMchm6uDcn ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-uMchm6uDcn .list-inline-item img {
    width: 95px;
  }
}
.cid-uMchm6uDcn .mbr-section-title {
  color: #0082c3;
  text-align: center;
}
.cid-uMchm6UNK8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-uMchm6UNK8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMchm6UNK8 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMchm6UNK8 ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-uMchm6UNK8 ul.list-inline img {
  width: 90px;
  padding-bottom: .1rem;
  margin: 0px;
}
.cid-uMchm6UNK8 ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-uMchm6UNK8 .list-inline-item img {
    width: 80px;
  }
}
.cid-uMchm6UNK8 .mbr-section-title {
  color: #ffffff;
}
.cid-uMchm7fLDx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-uMchm7fLDx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMchm7fLDx ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMchm7fLDx ul.list-inline li {
  margin: 1;
  padding: 0.15rem;
}
.cid-uMchm7fLDx ul.list-inline img {
  width: 90px;
  paddin7g-bottom: .1rem;
  margin: 0px;
}
.cid-uMchm7fLDx ul.list-inline img:hover {
  background-color: #bcbcbc;
}
@media (max-width: 991px) {
  .cid-uMchm7fLDx .list-inline-item img {
    width: 80px;
  }
}
.cid-uMchm7fLDx .mbr-section-title {
  color: #ffffff;
}
.cid-uMchm7Bykf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffcf5;
}
.cid-uMchm7Bykf .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  float: center;
}
.cid-uMchm7PLMR {
  padding-top: 27px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/meta-2000x952.jpg");
}
.cid-uMchm7PLMR .mbr-iconfont {
  color: #8d97ad;
}
.cid-uMchm7PLMR .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-uMchm7PLMR .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-uMchm7PLMR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uMchm7PLMR .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
  color: #465052;
  margin-top: -40px;
}
.cid-uMchm7PLMR .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 3%;
}
.cid-uMchm7PLMR .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMchm7PLMR .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uMchm7PLMR H2 {
  color: #232323;
}
.cid-uMchz3Pt4k {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMchz3Pt4k .mbr-section-title {
  text-align: center;
  color: #b98609;
}
.cid-uMchz3Pt4k .mbr-section-text {
  text-align: center;
  color: #000000;
}
.cid-uMchz3Pt4k a[type="submit"],
.cid-uMchz3Pt4k button[type="submit"] {
  margin-top: 0;
}
.cid-uMchz3Pt4k .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uMchz3Pt4k mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uMchz3Pt4k .row .spinner-border,
.cid-uMchz3Pt4k .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uMchz3Pt4k .gdpr-block {
  display: none;
}
.cid-uMchm8ZQfI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
@media (max-width: 991px) {
  .cid-uMchm8ZQfI {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-uMchm8ZQfI klein {
  font-size: 12px;
}
.cid-uMchm8ZQfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMchm8ZQfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMchm8ZQfI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uMchm8ZQfI .container {
    padding: 0 24px;
  }
}
.cid-uMchm8ZQfI .row {
  justify-content: center;
}
.cid-uMchm8ZQfI .item {
  margin-top: 24px;
}
.cid-uMchm8ZQfI .item:first-child {
  margin-bottom: 0;
}
.cid-uMchm8ZQfI .item .item-wrapper {
  padding: 40px;
  background-color: #efefef;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uMchm8ZQfI .item .item-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uMchm8ZQfI .item .item-wrapper .card-box {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uMchm8ZQfI .item .item-wrapper .card-box {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uMchm8ZQfI .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uMchm8ZQfI .item .item-wrapper .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn {
  width: 30%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn {
    width: 100%;
    text-align: left;
  }
}
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-primary,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-secondary,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-success,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-info,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-warning,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-danger,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-black,
.cid-uMchm8ZQfI .item .item-wrapper .mbr-section-btn .btn-white {
  border: 1px solid #efefef !important;
}
.cid-uMchm8ZQfI .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
}
.cid-uMchm8ZQfI .item-title {
  color: #b98609;
}
.cid-uMchm8ZQfI .item-text {
  color: #18212d;
}
.cid-uMchm8ZQfI .item-text,
.cid-uMchm8ZQfI .mbr-section-btn {
  color: #232323;
}
.cid-uMchm9t0p2 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uMchm9t0p2 .media-wrap {
  padding: 0;
  max-width: 30%;
}
@media (max-width: 991px) {
  .cid-uMchm9t0p2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMchm9t0p2 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uMchm9t0p2 .row {
    text-align: center;
  }
  .cid-uMchm9t0p2 .row > div {
    margin: auto;
  }
  .cid-uMchm9t0p2 .social-row {
    justify-content: center;
  }
}
.cid-uMchm9t0p2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMchm9t0p2 .list {
  list-style: none;
  padding-left: 0;
  color: #353535;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMchm9t0p2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMchm9t0p2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uMchm9t0p2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMchm9t0p2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMchm9t0p2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMchm9t0p2 .copyright {
  text-align: left;
  color: #be9c0c;
}
.cid-uMchm9t0p2 H5 {
  color: #be9c0c;
  text-align: left;
}
.cid-uMchm9t0p2 copy {
  font-size: 13px;
}
.cid-uMchm9t0p2 black {
  color: #000000;
}
.cid-uMchm9t0p2 ora {
  color: #ff6600;
}
.cid-uMchm9t0p2 link {
  color: #000000;
  text-align: left;
  font-style: oblique;
  text-decoration: underline;
}
.cid-uMchm9t0p2 .mbr-section-subtitle {
  color: #b98609;
}
