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 {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

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

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

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    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-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: 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;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  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;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

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

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  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: -webkit-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: 60px;
  width: 60px;
  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%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    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-flex-flow: row wrap;
  -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 {
  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 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  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;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-lg .navbar-toggler {
    display: none; } }

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

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

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

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  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;
  -webkit-flex-direction: column; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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: Rubik;
}
.display-1 {
  font-family: 'calibri';
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'calibri';
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'calibri';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'calibri';
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'calibri';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #393d41 !important;
}
.bg-success {
  background-color: #c2a278 !important;
}
.bg-info {
  background-color: #eee2c0 !important;
}
.bg-warning {
  background-color: #cbe163 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #393d41 !important;
  border-color: #393d41 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #151718 !important;
  border-color: #151718 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #151718 !important;
  border-color: #151718 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a3325 !important;
  border-color: #4a3325 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17100b !important;
  border-color: #17100b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17100b !important;
  border-color: #17100b !important;
}
.btn-info,
.btn-info:active {
  background-color: #eee2c0 !important;
  border-color: #eee2c0 !important;
  color: #8a7025 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #8a7025 !important;
  background-color: #dec684 !important;
  border-color: #dec684 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8a7025 !important;
  background-color: #dec684 !important;
  border-color: #dec684 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c2a278 !important;
  border-color: #c2a278 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a47d4a !important;
  border-color: #a47d4a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a47d4a !important;
  border-color: #a47d4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cbe163 !important;
  border-color: #cbe163 !important;
  color: #323a0b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #323a0b !important;
  background-color: #b2d028 !important;
  border-color: #b2d028 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #323a0b !important;
  background-color: #b2d028 !important;
  border-color: #b2d028 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #090a0b;
  color: #090a0b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #393d41;
  border-color: #393d41;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #393d41 !important;
  border-color: #393d41 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #060403;
  color: #060403;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a3325;
  border-color: #4a3325;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a3325 !important;
  border-color: #4a3325 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d8bd70;
  color: #d8bd70;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8a7025;
  background-color: #eee2c0;
  border-color: #eee2c0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8a7025 !important;
  background-color: #eee2c0 !important;
  border-color: #eee2c0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #926f42;
  color: #926f42;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c2a278;
  border-color: #c2a278;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c2a278 !important;
  border-color: #c2a278 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a0ba24;
  color: #a0ba24;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #323a0b;
  background-color: #cbe163;
  border-color: #cbe163;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #323a0b !important;
  background-color: #cbe163 !important;
  border-color: #cbe163 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #393d41 !important;
}
.text-secondary {
  color: #4a3325 !important;
}
.text-success {
  color: #c2a278 !important;
}
.text-info {
  color: #eee2c0 !important;
}
.text-warning {
  color: #cbe163 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #090a0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #060403 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #926f42 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d8bd70 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a0ba24 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #eee2c0;
}
.alert-warning {
  background-color: #cbe163;
}
.alert-danger {
  background-color: #efefef;
}
.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: #393d41;
  border-color: #393d41;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #393d41;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #abb0b5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eaded0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'calibri';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #393d41;
}
/* 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: #393d41;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #393d41;
}
/* 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: #393d41;
  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: #393d41;
  border-bottom-color: #393d41;
}
.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: #393d41 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a3325 !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='%23393d41' %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-sIxz48ATZg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .nav-item:focus,
.cid-sIxz48ATZg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIxz48ATZg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sIxz48ATZg .nav-item .nav-link {
    position: relative;
  }
  .cid-sIxz48ATZg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sIxz48ATZg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIxz48ATZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIxz48ATZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIxz48ATZg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sIxz48ATZg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sIxz48ATZg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sIxz48ATZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sIxz48ATZg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIxz48ATZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIxz48ATZg .navbar.collapsed .right-menu,
.cid-sIxz48ATZg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse.show,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .navbar-collapse.show .brand-container,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sIxz48ATZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIxz48ATZg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIxz48ATZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIxz48ATZg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sIxz48ATZg .navbar .right-menu,
  .cid-sIxz48ATZg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sIxz48ATZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIxz48ATZg .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIxz48ATZg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIxz48ATZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sIxz48ATZg .dropdown-item.active,
.cid-sIxz48ATZg .dropdown-item:active {
  background-color: #c2a278;
}
.cid-sIxz48ATZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIxz48ATZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIxz48ATZg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sIxz48ATZg .navbar-buttons {
  margin-left: auto;
}
.cid-sIxz48ATZg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg .navbar-dropdown {
  position: fixed;
}
.cid-sIxz48ATZg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIxz48ATZg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIxz48ATZg .right-menu,
.cid-sIxz48ATZg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sIxz48ATZg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sIxz48ATZg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-sIxz48ATZg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sIxz48ATZg .card-wrapper {
  z-index: 3;
}
.cid-sIxz48ATZg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2jSffvW7E {
  padding-top: 450px;
  background-image: url("../../../assets/images/steve-meinhardt-tz-241220.jpg");
}
.cid-v2jSffvW7E .container {
  margin-bottom: 15%;
}
.cid-v2jSffvW7E .content-container .btn-bgr {
  z-index: 0;
}
.cid-v2jSffvW7E .container-boxes {
  padding-bottom: 75px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eee2c0;
}
.cid-v2jSffvW7E .icon-block-top span {
  background-color: #c2a278;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-v2jSffvW7E .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-v2jSffvW7E .box-item:first-child {
  background-color: #eee2c0;
  margin-top: -150px;
}
.cid-v2jSffvW7E .box-item:nth-child(2) {
  background-color: #eee2c0;
}
.cid-v2jSffvW7E .box-item:last-child {
  background-color: #eee2c0;
  margin-right: 0;
}
.cid-v2jSffvW7E .box-item-text,
.cid-v2jSffvW7E .mbr-section-btn {
  color: #4a3325;
}
.cid-v2jSffvW7E .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-v2jSffvW7E .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-v2jSffvW7E .box-list li:last-child {
  border-bottom: none;
}
.cid-v2jSffvW7E .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-v2jSffvW7E .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v2jSffvW7E .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-v2jSffvW7E .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-v2jSffvW7E .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v2jSffvW7E .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2jSffvW7E .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-v2jSffvW7E .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-v2jSffvW7E .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-v2jSffvW7E .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-v2jSffvW7E .mbr-text {
  color: #4a3325;
  font-size: 30px;
}
.cid-v2jSffvW7E H1 {
  color: #4a3325;
}
.cid-v2jSffvW7E .mbr-section-btn {
  padding: 10px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}
.cid-v2jSffvW7E img {
  max-width: 100%;
  height: auto;
}
.cid-v2jSffvW7E section.cid-v2jSffw7WE {
  background-size: contain !important;
  padding-top: 0 !important;
  min-height: 100vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  height: 100vh !important;
  background-color: #ffffff;
}
.cid-v2jSffvW7E .cid-v2jSffw7WE {
  padding-top: 450px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 768px) {
  .cid-v2jSffvW7E section.cid-v2jSffw7WE {
    min-height: 70vh;
    background-size: contain !important;
  }
}
.cid-vboePyd5qq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-vboePyd5qq .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-vboePyd5qq .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  border-radius: 5px;
  max-height: 250px;
  overflow: hidden;
}
.cid-vboePyd5qq .card .card-img {
  height: 100%;
}
.cid-vboePyd5qq .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-vboePyd5qq .card-wrapper {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  height: 250px;
}
.cid-vboePyd5qq .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-vboePyd5qq .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-vboePyd5qq .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vboePyd5qq .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-vboePyd5qq .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vboePyd5qq .small {
    margin-top: 0;
  }
  .cid-vboePyd5qq .card-wrapper {
    height: 200px;
  }
}
.cid-vboePyd5qq .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-vboePyd5qq .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-vboePyd5qq .mbr-section-title,
.cid-vboePyd5qq .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-v2k4hbPezb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee2c0;
}
.cid-v2k4hbPezb .item-subtitle,
.cid-v2k4hbPezb .item-title,
.cid-v2k4hbPezb .mbr-section-title {
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.cid-v2k4hbPezb .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
  letter-spacing: 1px;
  border-radius: 12px !important;
}
.cid-v2k4hbPezb .mbr-section-btn {
  letter-spacing: 1px;
  border-radius: 12px !important;
}
.cid-v2k4hbPezb .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-v2k4hbPezb .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  opacity: 0.1;
  object-fit: cover;
  will-change: transform;
}
.cid-v2k4hbPezb .item:focus,
.cid-v2k4hbPezb span:focus {
  outline: none;
}
.cid-v2k4hbPezb .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-v2k4hbPezb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2k4hbPezb .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 260px;
}
.cid-v2k4hbPezb .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-v2k4hbPezb .item-content > div,
.cid-v2k4hbPezb .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-v2k4hbPezb .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-v2k4hbPezb .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-v2k4hbPezb .item-content {
    padding: 30px 20px;
  }
}
.cid-v2k4hbPezb .mbr-section-title {
  color: #ffffff;
}
.cid-v2k4hbPezb .mbr-section-title span {
  color: #F1AE42;
  font-weight: bold;
  font-size: 45px;
}
.cid-v2k4hbPezb .mbr-section-title span:before {
  content: 'Bock auf einen Job';
  animation: animate infinite 10s;
}
@keyframes animate {
  0% {
    content: 'Bock auf einen Job';
  }
  30% {
    content: 'Bereit für eine neue Herausforderung';
  }
  60% {
    content: 'Neugierig auf einen Job';
  }
}
.cid-v2k4hbPezb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
}
.cid-v2k4hbPezb .item-title {
  color: #4a3325;
}
.cid-v2k4hbPezb .btn {
  border-radius: 50px !important;
}
.cid-vbo1BbN728 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #eee2c0;
}
.cid-vbo1BbN728 .wrapper {
  position: relative;
  border-top: 2px solid #4a3325;
  border-right: 2px solid #4a3325;
  border-left: 2px solid #4a3325;
  padding: 2.5rem 2.5rem;
}
.cid-vbo1BbN728 .wrapper:before {
  content: "";
  background: #4a3325;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 2px;
  right: 0;
}
.cid-vbo1BbN728 .wrapper:after {
  content: "";
  background: #4a3325;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 2px;
  left: 0;
}
.cid-vbo1BbN728 img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-vbo1BbN728 .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-vbo1BbN728 H1 {
  color: #4a3325;
}
.cid-vbo1BbN728 .mbr-text,
.cid-vbo1BbN728 .mbr-section-btn {
  color: #4a3325;
}
.cid-vbo1BbN728 H4 {
  color: #232323;
  text-align: left;
}
.cid-vbo1BbN728 .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.cid-vbo1BbN728 .content {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-vbo1BbN728 .container {
    text-align: left;
  }
}
.cid-vbo1BbN728 DIV {
  text-align: left;
}
.cid-vdt5yqsM2Q {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/physiotherapie-ergotherapie-therapiezentrum-beer-1.jpg");
}
.cid-vdt5yqsM2Q .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-vdt5yqsM2Q .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-vdt5yqsM2Q .card-wrapper {
    margin: 0rem;
  }
}
.cid-vdt5yqsM2Q .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-vdt5yqsM2Q .row {
    padding: 0 4rem;
  }
}
.cid-vdt5yqsM2Q .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #eee2c0;
}
.cid-vdt5yqsM2Q .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-vdt5yqsM2Q .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-vdt5yqsM2Q img {
  height: 100%;
  width: auto;
  transition: 5s;
  object-fit: cover;
}
.cid-vdt5yqsM2Q .img-wrap {
  max-height: 500px;
  overflow: hidden;
}
.cid-vdt5yqsM2Q .container {
  max-width: 1500px;
}
.cid-vdt5yqsM2Q .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-vdt5yqsM2Q .mbr-iconfont {
  font-size: 1.3rem;
  color: #393d41;
  display: flex;
  justify-content: center;
}
.cid-vdt5yqsM2Q P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-vdt5yqsM2Q .img-wrap {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 992px) {
  .cid-vdt5yqsM2Q .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-vdt5yqsM2Q .col2,
  .cid-vdt5yqsM2Q .col3,
  .cid-vdt5yqsM2Q .col4 {
    margin-top: 0rem;
  }
  .cid-vdt5yqsM2Q .img-wrap {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cid-vdt5yqsM2Q .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-vdt5yqsM2Q .img-wrap {
    height: 100%;
    width: auto;
  }
  .cid-vdt5yqsM2Q .number {
    margin: auto;
  }
}
.cid-vdt5yqsM2Q .mbr-text {
  color: #cccccc;
}
.cid-vdt5yqsM2Q .text2 {
  color: #393d41;
}
.cid-vdt5yqsM2Q .text3 {
  color: #393d41;
}
.cid-vdt5yqsM2Q .title2 {
  color: #767676;
}
.cid-vdt5yqsM2Q .title1 {
  color: #767676;
}
.cid-vdt5yqsM2Q .title3 {
  color: #767676;
}
.cid-vdt5yqsM2Q .title4 {
  color: #767676;
}
.cid-vdt5yqsM2Q .text4 {
  color: #efeeee;
}
.cid-vdt5yqsM2Q .text1 {
  color: #393d41;
}
.cid-vdt5yqsM2Q H1 {
  color: #333333;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-sJLPhurvSw .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJLPhurvSw .nav-item:focus,
.cid-sJLPhurvSw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sJLPhurvSw .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sJLPhurvSw .nav-item .nav-link {
    position: relative;
  }
  .cid-sJLPhurvSw .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sJLPhurvSw .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sJLPhurvSw .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJLPhurvSw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sJLPhurvSw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJLPhurvSw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJLPhurvSw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJLPhurvSw .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sJLPhurvSw .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-sJLPhurvSw .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-sJLPhurvSw .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sJLPhurvSw .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sJLPhurvSw .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sJLPhurvSw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sJLPhurvSw .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sJLPhurvSw .navbar.collapsed .navbar-collapse.show,
.cid-sJLPhurvSw .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJLPhurvSw .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sJLPhurvSw .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sJLPhurvSw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sJLPhurvSw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJLPhurvSw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJLPhurvSw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJLPhurvSw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJLPhurvSw .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sJLPhurvSw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJLPhurvSw .navbar.collapsed .right-menu,
.cid-sJLPhurvSw .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sJLPhurvSw .navbar .navbar-collapse.show,
  .cid-sJLPhurvSw .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJLPhurvSw .navbar .navbar-collapse.show .brand-container,
  .cid-sJLPhurvSw .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sJLPhurvSw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJLPhurvSw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJLPhurvSw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJLPhurvSw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJLPhurvSw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJLPhurvSw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJLPhurvSw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJLPhurvSw .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sJLPhurvSw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sJLPhurvSw .navbar .right-menu,
  .cid-sJLPhurvSw .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sJLPhurvSw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJLPhurvSw .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-sJLPhurvSw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJLPhurvSw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJLPhurvSw .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJLPhurvSw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJLPhurvSw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJLPhurvSw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sJLPhurvSw .dropdown-item.active,
.cid-sJLPhurvSw .dropdown-item:active {
  background-color: #c2a278;
}
.cid-sJLPhurvSw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJLPhurvSw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJLPhurvSw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJLPhurvSw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-sJLPhurvSw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJLPhurvSw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJLPhurvSw ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sJLPhurvSw ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sJLPhurvSw .navbar-buttons {
  margin-left: auto;
}
.cid-sJLPhurvSw button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJLPhurvSw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sJLPhurvSw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJLPhurvSw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJLPhurvSw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJLPhurvSw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJLPhurvSw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJLPhurvSw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sJLPhurvSw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sJLPhurvSw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJLPhurvSw .navbar-dropdown {
  position: fixed;
}
.cid-sJLPhurvSw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJLPhurvSw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJLPhurvSw .right-menu,
.cid-sJLPhurvSw .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sJLPhurvSw .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJLPhurvSw .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJLPhurvSw .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sJLPhurvSw .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-sJLPhurvSw .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sJLPhurvSw .card-wrapper {
  z-index: 3;
}
.cid-sJLPhurvSw .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sJLPhurvSw .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJLPhurvSw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJLPhvai02 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #eee2c0;
}
.cid-sJLPhvai02 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sJLPhvai02 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sJLPhvai02 .card-img span {
  font-size: 100px;
}
.cid-sJLPhvai02 .mbr-text,
.cid-sJLPhvai02 .mbr-section-btn {
  color: #efefef;
}
.cid-sJLPhvai02 .mbr-section-title,
.cid-sJLPhvai02 .card-img {
  color: #4a3325;
  text-align: left;
}
.cid-sJLPhvS8mu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-sJLPhvS8mu .mbr-text,
.cid-sJLPhvS8mu .ornament {
  text-align: left;
}
.cid-sJLPhvS8mu H2 {
  color: #4a3325;
}
.cid-sJLPhvS8mu H3 {
  color: #4a3325;
}
.cid-sJLPhvS8mu P {
  color: #4a3325;
}
.cid-sJLPhvS8mu H4 {
  color: #4a3325;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-sIxz48ATZg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .nav-item:focus,
.cid-sIxz48ATZg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIxz48ATZg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sIxz48ATZg .nav-item .nav-link {
    position: relative;
  }
  .cid-sIxz48ATZg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sIxz48ATZg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIxz48ATZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIxz48ATZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIxz48ATZg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sIxz48ATZg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sIxz48ATZg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sIxz48ATZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sIxz48ATZg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIxz48ATZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIxz48ATZg .navbar.collapsed .right-menu,
.cid-sIxz48ATZg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse.show,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .navbar-collapse.show .brand-container,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sIxz48ATZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIxz48ATZg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIxz48ATZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIxz48ATZg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sIxz48ATZg .navbar .right-menu,
  .cid-sIxz48ATZg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sIxz48ATZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIxz48ATZg .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIxz48ATZg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIxz48ATZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sIxz48ATZg .dropdown-item.active,
.cid-sIxz48ATZg .dropdown-item:active {
  background-color: #c2a278;
}
.cid-sIxz48ATZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIxz48ATZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIxz48ATZg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sIxz48ATZg .navbar-buttons {
  margin-left: auto;
}
.cid-sIxz48ATZg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg .navbar-dropdown {
  position: fixed;
}
.cid-sIxz48ATZg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIxz48ATZg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIxz48ATZg .right-menu,
.cid-sIxz48ATZg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sIxz48ATZg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sIxz48ATZg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-sIxz48ATZg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sIxz48ATZg .card-wrapper {
  z-index: 3;
}
.cid-sIxz48ATZg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJLP1tfzSi {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #eee2c0;
}
.cid-sJLP1tfzSi .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sJLP1tfzSi .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sJLP1tfzSi .card-img span {
  font-size: 100px;
}
.cid-sJLP1tfzSi .mbr-text,
.cid-sJLP1tfzSi .mbr-section-btn {
  color: #efefef;
}
.cid-sJLP1tfzSi .mbr-section-title,
.cid-sJLP1tfzSi .card-img {
  color: #4a3325;
  text-align: left;
}
.cid-sJLNwXBhNP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-sJLNwXBhNP .mbr-text,
.cid-sJLNwXBhNP .ornament {
  text-align: left;
}
.cid-sJLNwXBhNP H2 {
  color: #4a3325;
}
.cid-sJLNwXBhNP P {
  color: #4a3325;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-sIxz48ATZg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .nav-item:focus,
.cid-sIxz48ATZg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIxz48ATZg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sIxz48ATZg .nav-item .nav-link {
    position: relative;
  }
  .cid-sIxz48ATZg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sIxz48ATZg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sIxz48ATZg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIxz48ATZg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIxz48ATZg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIxz48ATZg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sIxz48ATZg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sIxz48ATZg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sIxz48ATZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sIxz48ATZg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sIxz48ATZg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIxz48ATZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIxz48ATZg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIxz48ATZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sIxz48ATZg .navbar.collapsed .right-menu,
.cid-sIxz48ATZg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar .navbar-collapse.show,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .navbar-collapse.show .brand-container,
  .cid-sIxz48ATZg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sIxz48ATZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIxz48ATZg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIxz48ATZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIxz48ATZg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIxz48ATZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sIxz48ATZg .navbar .right-menu,
  .cid-sIxz48ATZg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sIxz48ATZg .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIxz48ATZg .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIxz48ATZg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIxz48ATZg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIxz48ATZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIxz48ATZg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sIxz48ATZg .dropdown-item.active,
.cid-sIxz48ATZg .dropdown-item:active {
  background-color: #c2a278;
}
.cid-sIxz48ATZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIxz48ATZg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-sIxz48ATZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIxz48ATZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIxz48ATZg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sIxz48ATZg .navbar-buttons {
  margin-left: auto;
}
.cid-sIxz48ATZg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIxz48ATZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sIxz48ATZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIxz48ATZg .navbar-dropdown {
  position: fixed;
}
.cid-sIxz48ATZg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIxz48ATZg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sIxz48ATZg .right-menu,
.cid-sIxz48ATZg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sIxz48ATZg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIxz48ATZg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sIxz48ATZg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-sIxz48ATZg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sIxz48ATZg .card-wrapper {
  z-index: 3;
}
.cid-sIxz48ATZg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sIxz48ATZg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIxz48ATZg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJtZqJenir {
  background-image: url("../../../assets/images/praxisrositz2023-1.jpg");
}
.cid-sJtZqJenir .slider-text-two {
  background: rgba(238, 226, 192, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sJtZqJenir .mbr-section-title {
  color: #232323;
}
.cid-sJtZqJenir .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJtZqJenir .slider-text-two {
    outline: 15px solid rgba(238, 226, 192, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sJtZqJenir .mbr-section-title DIV {
  text-align: center;
}
.cid-vbofFWaNv3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c2a278;
}
.cid-vbofFWaNv3 .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-vbofFWaNv3 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.cid-vbofFWaNv3 .card .card-img {
  height: 100%;
}
.cid-vbofFWaNv3 .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-vbofFWaNv3 .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 5px;
}
.cid-vbofFWaNv3 .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-vbofFWaNv3 .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-vbofFWaNv3 .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbofFWaNv3 .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-vbofFWaNv3 .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vbofFWaNv3 .small {
    margin-top: 0;
  }
  .cid-vbofFWaNv3 .card-wrapper {
    height: 200px;
  }
}
.cid-vbofFWaNv3 .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-vbofFWaNv3 img {
  border-radius: 5px;
}
.cid-vbofFWaNv3 .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-vbofFWaNv3 .mbr-section-title,
.cid-vbofFWaNv3 .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-v8mwO3AdA0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c2a278;
}
.cid-v8mwO3AdA0 .text-content .btn-bgr {
  z-index: 0;
}
.cid-v8mwO3AdA0 .mbr-overlay {
  background: #eee2c0;
}
.cid-v8mwO3AdA0 .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v8mwO3AdA0 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v8mwO3AdA0 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8mwO3AdA0 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8mwO3AdA0 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v8mwO3AdA0 .mbr-section-btn,
.cid-v8mwO3AdA0 .mbr-section-title {
  color: #4a3325;
}
.cid-v8mwO3AdA0 .btn {
  border-radius: 50px !important;
}
.cid-v8mwO3AdA0 video {
  border-radius: 5px;
}
.cid-vbsZIi0P2H {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #c2a278;
}
.cid-vbsZIi0P2H h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-vbsZIi0P2H .pt-4 {
  padding-top: 2rem!important;
}
.cid-vbsZIi0P2H .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-vbsZIi0P2H p {
  color: #767676;
  text-align: left;
}
.cid-vbsZIi0P2H .card-wrapper {
  height: 100%;
}
.cid-vbsZIi0P2H .container-fluid {
  max-width: 1600px;
}
.cid-vbsZIi0P2H img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
  border-radius: 5px;
}
.cid-vbsZIi0P2H h4 {
  margin: 0;
}
.cid-vbsZIi0P2H .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-vbsZIi0P2H .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-vbsZIi0P2H .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-vbsZIi0P2H .card:hover h3 {
  background-size: 100% 100%;
}
.cid-vbsZIi0P2H .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbsZIi0P2H .icons {
    opacity: 1;
  }
}
.cid-vbsZIi0P2H .name,
.cid-vbsZIi0P2H .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-vbsZIi0P2H .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-vbsZIi0P2H .maintitle {
  text-align: center;
  color: #4a3325;
}
.cid-sTFBPnIOYx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sTFBPnIOYx h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTFBPnIOYx .pt-4 {
  padding-top: 2rem!important;
}
.cid-sTFBPnIOYx .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sTFBPnIOYx p {
  color: #767676;
  text-align: left;
}
.cid-sTFBPnIOYx .card-wrapper {
  height: 100%;
}
.cid-sTFBPnIOYx .container-fluid {
  max-width: 1600px;
}
.cid-sTFBPnIOYx img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sTFBPnIOYx h4 {
  margin: 0;
}
.cid-sTFBPnIOYx .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sTFBPnIOYx .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sTFBPnIOYx .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sTFBPnIOYx .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sTFBPnIOYx .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTFBPnIOYx .icons {
    opacity: 1;
  }
}
.cid-sTFBPnIOYx .name,
.cid-sTFBPnIOYx .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sTFBPnIOYx .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sTFBPnIOYx .maintitle {
  text-align: center;
}
.cid-sTFCAWO6To {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sTFCAWO6To h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTFCAWO6To .pt-4 {
  padding-top: 2rem!important;
}
.cid-sTFCAWO6To .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sTFCAWO6To p {
  color: #767676;
  text-align: left;
}
.cid-sTFCAWO6To .card-wrapper {
  height: 100%;
}
.cid-sTFCAWO6To .container-fluid {
  max-width: 1600px;
}
.cid-sTFCAWO6To img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sTFCAWO6To h4 {
  margin: 0;
}
.cid-sTFCAWO6To .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sTFCAWO6To .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sTFCAWO6To .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sTFCAWO6To .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sTFCAWO6To .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTFCAWO6To .icons {
    opacity: 1;
  }
}
.cid-sTFCAWO6To .name,
.cid-sTFCAWO6To .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sTFCAWO6To .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sTFCAWO6To .maintitle {
  text-align: center;
}
.cid-sUZM2DIIXx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sUZM2DIIXx h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sUZM2DIIXx .pt-4 {
  padding-top: 2rem!important;
}
.cid-sUZM2DIIXx .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sUZM2DIIXx p {
  color: #767676;
  text-align: left;
}
.cid-sUZM2DIIXx .card-wrapper {
  height: 100%;
}
.cid-sUZM2DIIXx .container-fluid {
  max-width: 1600px;
}
.cid-sUZM2DIIXx img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
  border-radius: 5px;
}
.cid-sUZM2DIIXx h4 {
  margin: 0;
}
.cid-sUZM2DIIXx .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sUZM2DIIXx .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sUZM2DIIXx .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sUZM2DIIXx .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sUZM2DIIXx .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUZM2DIIXx .icons {
    opacity: 1;
  }
}
.cid-sUZM2DIIXx .name,
.cid-sUZM2DIIXx .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sUZM2DIIXx .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sUZM2DIIXx .maintitle {
  text-align: center;
}
.cid-tfO4uOM2Zp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-tfO4uOM2Zp h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tfO4uOM2Zp .pt-4 {
  padding-top: 2rem!important;
}
.cid-tfO4uOM2Zp .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-tfO4uOM2Zp p {
  color: #767676;
  text-align: left;
}
.cid-tfO4uOM2Zp .card-wrapper {
  height: 100%;
}
.cid-tfO4uOM2Zp .container-fluid {
  max-width: 1600px;
}
.cid-tfO4uOM2Zp img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-tfO4uOM2Zp h4 {
  margin: 0;
}
.cid-tfO4uOM2Zp .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-tfO4uOM2Zp .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-tfO4uOM2Zp .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-tfO4uOM2Zp .card:hover h3 {
  background-size: 100% 100%;
}
.cid-tfO4uOM2Zp .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfO4uOM2Zp .icons {
    opacity: 1;
  }
}
.cid-tfO4uOM2Zp .name,
.cid-tfO4uOM2Zp .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-tfO4uOM2Zp .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-tfO4uOM2Zp .maintitle {
  text-align: center;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-sTJKYdqNRM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sTJKYdqNRM .nav-item:focus,
.cid-sTJKYdqNRM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sTJKYdqNRM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sTJKYdqNRM .nav-item .nav-link {
    position: relative;
  }
  .cid-sTJKYdqNRM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sTJKYdqNRM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sTJKYdqNRM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTJKYdqNRM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sTJKYdqNRM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTJKYdqNRM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTJKYdqNRM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTJKYdqNRM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sTJKYdqNRM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-sTJKYdqNRM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-sTJKYdqNRM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sTJKYdqNRM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sTJKYdqNRM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sTJKYdqNRM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sTJKYdqNRM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sTJKYdqNRM .navbar.collapsed .navbar-collapse.show,
.cid-sTJKYdqNRM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTJKYdqNRM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sTJKYdqNRM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sTJKYdqNRM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sTJKYdqNRM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTJKYdqNRM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTJKYdqNRM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sTJKYdqNRM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTJKYdqNRM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sTJKYdqNRM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sTJKYdqNRM .navbar.collapsed .right-menu,
.cid-sTJKYdqNRM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sTJKYdqNRM .navbar .navbar-collapse.show,
  .cid-sTJKYdqNRM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sTJKYdqNRM .navbar .navbar-collapse.show .brand-container,
  .cid-sTJKYdqNRM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sTJKYdqNRM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTJKYdqNRM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sTJKYdqNRM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTJKYdqNRM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTJKYdqNRM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sTJKYdqNRM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sTJKYdqNRM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTJKYdqNRM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sTJKYdqNRM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sTJKYdqNRM .navbar .right-menu,
  .cid-sTJKYdqNRM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sTJKYdqNRM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sTJKYdqNRM .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-sTJKYdqNRM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sTJKYdqNRM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTJKYdqNRM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTJKYdqNRM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTJKYdqNRM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTJKYdqNRM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sTJKYdqNRM .dropdown-item.active,
.cid-sTJKYdqNRM .dropdown-item:active {
  background-color: #c2a278;
}
.cid-sTJKYdqNRM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTJKYdqNRM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTJKYdqNRM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sTJKYdqNRM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-sTJKYdqNRM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTJKYdqNRM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTJKYdqNRM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sTJKYdqNRM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sTJKYdqNRM .navbar-buttons {
  margin-left: auto;
}
.cid-sTJKYdqNRM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTJKYdqNRM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sTJKYdqNRM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sTJKYdqNRM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTJKYdqNRM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sTJKYdqNRM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sTJKYdqNRM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTJKYdqNRM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sTJKYdqNRM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sTJKYdqNRM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sTJKYdqNRM .navbar-dropdown {
  position: fixed;
}
.cid-sTJKYdqNRM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTJKYdqNRM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sTJKYdqNRM .right-menu,
.cid-sTJKYdqNRM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sTJKYdqNRM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTJKYdqNRM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTJKYdqNRM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sTJKYdqNRM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-sTJKYdqNRM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sTJKYdqNRM .card-wrapper {
  z-index: 3;
}
.cid-sTJKYdqNRM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sTJKYdqNRM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTJKYdqNRM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTJKYdX1Li {
  background-image: url("../../../assets/images/praxismeuselwitz2023-1.jpg");
}
.cid-sTJKYdX1Li .slider-text-two {
  background: rgba(238, 226, 192, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sTJKYdX1Li .mbr-section-title {
  color: #232323;
}
.cid-sTJKYdX1Li .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTJKYdX1Li .slider-text-two {
    outline: 15px solid rgba(238, 226, 192, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sTJKYdX1Li .mbr-section-title DIV {
  text-align: center;
}
.cid-v7w3plZUtj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #c2a278;
}
.cid-v7w3plZUtj .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-v7w3plZUtj .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.cid-v7w3plZUtj .card .card-img {
  height: 100%;
}
.cid-v7w3plZUtj .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-v7w3plZUtj .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 5px;
}
.cid-v7w3plZUtj .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-v7w3plZUtj .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-v7w3plZUtj .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v7w3plZUtj .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-v7w3plZUtj .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7w3plZUtj .small {
    margin-top: 0;
  }
  .cid-v7w3plZUtj .card-wrapper {
    height: 200px;
  }
}
.cid-v7w3plZUtj .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-v7w3plZUtj img {
  border-radius: 5px;
}
.cid-v7w3plZUtj .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-v7w3plZUtj .mbr-section-title,
.cid-v7w3plZUtj .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-v8nfA59CM5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c2a278;
}
.cid-v8nfA59CM5 .text-content .btn-bgr {
  z-index: 0;
}
.cid-v8nfA59CM5 .mbr-overlay {
  background: #eee2c0;
}
.cid-v8nfA59CM5 .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v8nfA59CM5 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v8nfA59CM5 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8nfA59CM5 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8nfA59CM5 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v8nfA59CM5 .mbr-section-btn,
.cid-v8nfA59CM5 .mbr-section-title {
  color: #4a3325;
}
.cid-v8nfA59CM5 .btn {
  border-radius: 50px !important;
}
.cid-sWonsSvved {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #c2a278;
}
.cid-sWonsSvved h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sWonsSvved .pt-4 {
  padding-top: 2rem!important;
}
.cid-sWonsSvved .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sWonsSvved p {
  color: #767676;
  text-align: left;
}
.cid-sWonsSvved .card-wrapper {
  height: 100%;
}
.cid-sWonsSvved .container-fluid {
  max-width: 1600px;
}
.cid-sWonsSvved img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sWonsSvved h4 {
  margin: 0;
}
.cid-sWonsSvved .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sWonsSvved .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sWonsSvved .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sWonsSvved .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sWonsSvved .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sWonsSvved .icons {
    opacity: 1;
  }
}
.cid-sWonsSvved .name,
.cid-sWonsSvved .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sWonsSvved .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sWonsSvved .maintitle {
  text-align: center;
  color: #4a3325;
}
.cid-sUZDXKt3HC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sUZDXKt3HC h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sUZDXKt3HC .pt-4 {
  padding-top: 2rem!important;
}
.cid-sUZDXKt3HC .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sUZDXKt3HC p {
  color: #767676;
  text-align: left;
}
.cid-sUZDXKt3HC .card-wrapper {
  height: 100%;
}
.cid-sUZDXKt3HC .container-fluid {
  max-width: 1600px;
}
.cid-sUZDXKt3HC img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sUZDXKt3HC h4 {
  margin: 0;
}
.cid-sUZDXKt3HC .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sUZDXKt3HC .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sUZDXKt3HC .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sUZDXKt3HC .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sUZDXKt3HC .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUZDXKt3HC .icons {
    opacity: 1;
  }
}
.cid-sUZDXKt3HC .name,
.cid-sUZDXKt3HC .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sUZDXKt3HC .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sUZDXKt3HC .maintitle {
  text-align: center;
}
.cid-sTJKYfLv2A {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sTJKYfLv2A h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTJKYfLv2A .pt-4 {
  padding-top: 2rem!important;
}
.cid-sTJKYfLv2A .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sTJKYfLv2A p {
  color: #767676;
  text-align: left;
}
.cid-sTJKYfLv2A .card-wrapper {
  height: 100%;
}
.cid-sTJKYfLv2A .container-fluid {
  max-width: 1600px;
}
.cid-sTJKYfLv2A img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sTJKYfLv2A h4 {
  margin: 0;
}
.cid-sTJKYfLv2A .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sTJKYfLv2A .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sTJKYfLv2A .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sTJKYfLv2A .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sTJKYfLv2A .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTJKYfLv2A .icons {
    opacity: 1;
  }
}
.cid-sTJKYfLv2A .name,
.cid-sTJKYfLv2A .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sTJKYfLv2A .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sTJKYfLv2A .maintitle {
  text-align: center;
}
.cid-sTJKYglTPj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sTJKYglTPj h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTJKYglTPj .pt-4 {
  padding-top: 2rem!important;
}
.cid-sTJKYglTPj .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sTJKYglTPj p {
  color: #767676;
  text-align: left;
}
.cid-sTJKYglTPj .card-wrapper {
  height: 100%;
}
.cid-sTJKYglTPj .container-fluid {
  max-width: 1600px;
}
.cid-sTJKYglTPj img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sTJKYglTPj h4 {
  margin: 0;
}
.cid-sTJKYglTPj .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sTJKYglTPj .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sTJKYglTPj .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sTJKYglTPj .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sTJKYglTPj .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTJKYglTPj .icons {
    opacity: 1;
  }
}
.cid-sTJKYglTPj .name,
.cid-sTJKYglTPj .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sTJKYglTPj .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sTJKYglTPj .maintitle {
  text-align: center;
}
.cid-sTKsvycxgb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-sTKsvycxgb h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sTKsvycxgb .pt-4 {
  padding-top: 2rem!important;
}
.cid-sTKsvycxgb .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-sTKsvycxgb p {
  color: #767676;
  text-align: left;
}
.cid-sTKsvycxgb .card-wrapper {
  height: 100%;
}
.cid-sTKsvycxgb .container-fluid {
  max-width: 1600px;
}
.cid-sTKsvycxgb img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-sTKsvycxgb h4 {
  margin: 0;
}
.cid-sTKsvycxgb .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-sTKsvycxgb .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-sTKsvycxgb .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-sTKsvycxgb .card:hover h3 {
  background-size: 100% 100%;
}
.cid-sTKsvycxgb .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTKsvycxgb .icons {
    opacity: 1;
  }
}
.cid-sTKsvycxgb .name,
.cid-sTKsvycxgb .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-sTKsvycxgb .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-sTKsvycxgb .maintitle {
  text-align: center;
}
.cid-tfNCz27kab {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
.cid-tfNCz27kab h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tfNCz27kab .pt-4 {
  padding-top: 2rem!important;
}
.cid-tfNCz27kab .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-tfNCz27kab p {
  color: #767676;
  text-align: left;
}
.cid-tfNCz27kab .card-wrapper {
  height: 100%;
}
.cid-tfNCz27kab .container-fluid {
  max-width: 1600px;
}
.cid-tfNCz27kab img {
  object-fit: contain;
  height: 100%;
  max-width: auto;
}
.cid-tfNCz27kab h4 {
  margin: 0;
}
.cid-tfNCz27kab .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-tfNCz27kab .mbr-iconfont {
  color: #55b4d4;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-tfNCz27kab .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-tfNCz27kab .card:hover h3 {
  background-size: 100% 100%;
}
.cid-tfNCz27kab .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfNCz27kab .icons {
    opacity: 1;
  }
}
.cid-tfNCz27kab .name,
.cid-tfNCz27kab .title-align {
  text-align: center;
  color: #4a3325;
}
.cid-tfNCz27kab .card-title {
  text-align: center;
  color: #eee2c0;
}
.cid-tfNCz27kab .maintitle {
  text-align: center;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-tLZQT3xW4e .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLZQT3xW4e .nav-item:focus,
.cid-tLZQT3xW4e .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLZQT3xW4e .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tLZQT3xW4e .nav-item .nav-link {
    position: relative;
  }
  .cid-tLZQT3xW4e .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tLZQT3xW4e .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tLZQT3xW4e .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLZQT3xW4e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tLZQT3xW4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLZQT3xW4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLZQT3xW4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLZQT3xW4e .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-tLZQT3xW4e .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-tLZQT3xW4e .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-tLZQT3xW4e .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tLZQT3xW4e .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tLZQT3xW4e .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tLZQT3xW4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZQT3xW4e .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tLZQT3xW4e .navbar.collapsed .navbar-collapse.show,
.cid-tLZQT3xW4e .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLZQT3xW4e .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tLZQT3xW4e .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tLZQT3xW4e .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLZQT3xW4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZQT3xW4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZQT3xW4e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLZQT3xW4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZQT3xW4e .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tLZQT3xW4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLZQT3xW4e .navbar.collapsed .right-menu,
.cid-tLZQT3xW4e .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tLZQT3xW4e .navbar .navbar-collapse.show,
  .cid-tLZQT3xW4e .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tLZQT3xW4e .navbar .navbar-collapse.show .brand-container,
  .cid-tLZQT3xW4e .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tLZQT3xW4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZQT3xW4e .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLZQT3xW4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZQT3xW4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZQT3xW4e .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLZQT3xW4e .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLZQT3xW4e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZQT3xW4e .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tLZQT3xW4e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tLZQT3xW4e .navbar .right-menu,
  .cid-tLZQT3xW4e .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tLZQT3xW4e .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLZQT3xW4e .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-tLZQT3xW4e .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLZQT3xW4e .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLZQT3xW4e .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLZQT3xW4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZQT3xW4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZQT3xW4e .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tLZQT3xW4e .dropdown-item.active,
.cid-tLZQT3xW4e .dropdown-item:active {
  background-color: #c2a278;
}
.cid-tLZQT3xW4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZQT3xW4e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLZQT3xW4e .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLZQT3xW4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-tLZQT3xW4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZQT3xW4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZQT3xW4e ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tLZQT3xW4e ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tLZQT3xW4e .navbar-buttons {
  margin-left: auto;
}
.cid-tLZQT3xW4e button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLZQT3xW4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tLZQT3xW4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLZQT3xW4e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZQT3xW4e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLZQT3xW4e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLZQT3xW4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZQT3xW4e nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tLZQT3xW4e nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tLZQT3xW4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLZQT3xW4e .navbar-dropdown {
  position: fixed;
}
.cid-tLZQT3xW4e a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLZQT3xW4e .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLZQT3xW4e .right-menu,
.cid-tLZQT3xW4e .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tLZQT3xW4e .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLZQT3xW4e .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLZQT3xW4e .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tLZQT3xW4e .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-tLZQT3xW4e .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tLZQT3xW4e .card-wrapper {
  z-index: 3;
}
.cid-tLZQT3xW4e .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tLZQT3xW4e .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLZQT3xW4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM07co5WiX {
  background-image: url("../../../assets/images/steve-meinhardt-tz-241221.jpg");
}
.cid-tM07co5WiX .mbr-text,
.cid-tM07co5WiX .typed-text,
.cid-tM07co5WiX .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tM07co5WiX .btn {
  margin-left: 4px !important;
}
.cid-tM07co5WiX .animated-element {
  color: #4a3325;
}
.cid-tM07co5WiX .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #4a3325;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tM07co5WiX .mbr-section-subtitle {
  color: #393d41;
}
.cid-tM07co5WiX .mbr-section-title {
  color: #4a3325;
}
.cid-u8SgpkKyK4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #eee2c0;
}
.cid-u8SgpkKyK4 .text-content .btn-bgr {
  z-index: 0;
}
.cid-u8SgpkKyK4 .mbr-overlay {
  background: #d7e8f6;
}
.cid-u8SgpkKyK4 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8SgpkKyK4 .text-content {
  padding: 2rem 0rem;
  background-color: #c2a278;
}
.cid-u8SgpkKyK4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u8SgpkKyK4 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8SgpkKyK4 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8SgpkKyK4 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-u8SgpkKyK4 .mbr-section-btn,
.cid-u8SgpkKyK4 .mbr-section-title {
  color: #4a3325;
}
.cid-u8SgpkKyK4 P {
  color: #393d41;
}
.cid-u8SgpkKyK4 .btn {
  border-radius: 50px !important;
}
.cid-u8SgpkKyK4 video {
  border-radius: 5px;
}
.cid-tLZVngBp4U {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #eee2c0;
}
.cid-tLZVngBp4U .container-fluid {
  padding: 0 2rem;
}
.cid-tLZVngBp4U .underline .line {
  width: 80px;
  height: 4px;
  background-color: #4229f2;
  display: inline-block;
}
.cid-tLZVngBp4U .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tLZVngBp4U .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tLZVngBp4U .time-line-date-content {
  margin-right: 2rem;
}
.cid-tLZVngBp4U .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tLZVngBp4U .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tLZVngBp4U .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4a3325;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tLZVngBp4U .separline:before,
.cid-tLZVngBp4U .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4a3325;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tLZVngBp4U .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4a3325;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tLZVngBp4U .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLZVngBp4U .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tLZVngBp4U .separline:before,
  .cid-tLZVngBp4U .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tLZVngBp4U .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tLZVngBp4U .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tLZVngBp4U .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tLZVngBp4U .time-line-date-content p {
    float: left !important;
  }
  .cid-tLZVngBp4U .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tLZVngBp4U .mbr-section-title,
.cid-tLZVngBp4U .underline {
  text-align: center;
  color: #4a3325;
}
.cid-tLZVngBp4U .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tLZVngBp4U .mbr-timeline-date {
  color: #4a3325;
}
.cid-tLZVngBp4U .mbr-timeline-title {
  color: #393d41;
}
.cid-tLZVngBp4U .mbr-timeline-text {
  color: #4a3325;
}
.cid-tLZVngBp4U img {
  border-radius: 5px;
}
.cid-tLZRL657ig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eee2c0;
}
.cid-tLZRL657ig .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tLZRL657ig .form-control,
.cid-tLZRL657ig .field-input {
  padding: 0.5rem;
  background-color: #efefef;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLZRL657ig .form-control::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input::-webkit-input-placeholder,
.cid-tLZRL657ig .form-control::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tLZRL657ig .form-control:-moz-placeholder,
.cid-tLZRL657ig .field-input:-moz-placeholder,
.cid-tLZRL657ig .form-control:-moz-placeholder,
.cid-tLZRL657ig .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tLZRL657ig .form-control:hover,
.cid-tLZRL657ig .field-input:hover,
.cid-tLZRL657ig .form-control:focus,
.cid-tLZRL657ig .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tLZRL657ig .form-control:hover::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input:hover::-webkit-input-placeholder,
.cid-tLZRL657ig .form-control:focus::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input:focus::-webkit-input-placeholder,
.cid-tLZRL657ig .form-control:hover::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input:hover::-webkit-input-placeholder,
.cid-tLZRL657ig .form-control:focus::-webkit-input-placeholder,
.cid-tLZRL657ig .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tLZRL657ig .form-control:hover:-moz-placeholder,
.cid-tLZRL657ig .field-input:hover:-moz-placeholder,
.cid-tLZRL657ig .form-control:focus:-moz-placeholder,
.cid-tLZRL657ig .field-input:focus:-moz-placeholder,
.cid-tLZRL657ig .form-control:hover:-moz-placeholder,
.cid-tLZRL657ig .field-input:hover:-moz-placeholder,
.cid-tLZRL657ig .form-control:focus:-moz-placeholder,
.cid-tLZRL657ig .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tLZRL657ig .jq-number__spin:hover,
.cid-tLZRL657ig .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLZRL657ig .jq-number__spin {
  background-color: #efefef;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLZRL657ig .jq-selectbox li,
.cid-tLZRL657ig .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-tLZRL657ig .jq-selectbox li:hover,
.cid-tLZRL657ig .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tLZRL657ig .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tLZRL657ig .jq-number__spin.minus:hover:after,
.cid-tLZRL657ig .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tLZRL657ig .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tLZRL657ig .jq-number__spin.minus:after,
.cid-tLZRL657ig .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tLZRL657ig input::-webkit-clear-button {
  display: none;
}
.cid-tLZRL657ig input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLZRL657ig input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLZRL657ig input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tLZRL657ig H4 {
  color: #4a3325;
}
.cid-tLZRL657ig P {
  color: #4a3325;
}
.cid-tLZRL657ig LABEL {
  color: #4a3325;
}
.cid-tLZRL657ig .btn {
  border-radius: 50px !important;
}
.cid-tM03Fuizdt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #eee2c0;
}
.cid-tM03Fuizdt .container-fluid {
  padding: 0 2rem;
}
.cid-tM03Fuizdt .underline .line {
  width: 80px;
  height: 4px;
  background-color: #4229f2;
  display: inline-block;
}
.cid-tM03Fuizdt .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tM03Fuizdt .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tM03Fuizdt .time-line-date-content {
  margin-right: 2rem;
}
.cid-tM03Fuizdt .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tM03Fuizdt .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tM03Fuizdt .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4a3325;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tM03Fuizdt .separline:before,
.cid-tM03Fuizdt .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4a3325;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tM03Fuizdt .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4a3325;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tM03Fuizdt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tM03Fuizdt .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tM03Fuizdt .separline:before,
  .cid-tM03Fuizdt .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tM03Fuizdt .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tM03Fuizdt .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tM03Fuizdt .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tM03Fuizdt .time-line-date-content p {
    float: left !important;
  }
  .cid-tM03Fuizdt .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tM03Fuizdt .mbr-section-title,
.cid-tM03Fuizdt .underline {
  text-align: center;
  color: #4a3325;
}
.cid-tM03Fuizdt .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tM03Fuizdt .mbr-timeline-date {
  color: #4a3325;
}
.cid-tM03Fuizdt .mbr-timeline-title {
  color: #393d41;
}
.cid-tM03Fuizdt .mbr-timeline-text {
  color: #4a3325;
}
.cid-tM03Fuizdt img {
  border-radius: 5px;
}
.cid-tM030X9QVw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee2c0;
}
.cid-tM030X9QVw .container {
  max-width: 1500px;
}
.cid-tM030X9QVw img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
  border-radius: 5px;
}
.cid-tM030X9QVw img:hover {
  transform: scale(1.1);
}
.cid-tM030X9QVw .row {
  background: #c2a278;
}
.cid-tM030X9QVw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-tM030X9QVw h2 {
  padding: 0;
  margin: 0;
}
.cid-tM030X9QVw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM030X9QVw .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-tM030X9QVw .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tM030X9QVw .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-tM030X9QVw .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-tM030X9QVw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-tM030X9QVw .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tM030X9QVw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tM030X9QVw .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-tM030X9QVw .row {
    margin: 0rem;
  }
  .cid-tM030X9QVw .text-col {
    padding: 2rem 1rem;
  }
  .cid-tM030X9QVw .number {
    margin-right: 2rem;
  }
  .cid-tM030X9QVw .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tM030X9QVw H2 {
  color: #4a3325;
}
.cid-tM030X9QVw .mbr-text {
  color: #393d41;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-v2k0eHxthE .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2k0eHxthE .nav-item:focus,
.cid-v2k0eHxthE .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v2k0eHxthE .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v2k0eHxthE .nav-item .nav-link {
    position: relative;
  }
  .cid-v2k0eHxthE .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v2k0eHxthE .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v2k0eHxthE .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2k0eHxthE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v2k0eHxthE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2k0eHxthE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2k0eHxthE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2k0eHxthE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v2k0eHxthE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-v2k0eHxthE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-v2k0eHxthE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-v2k0eHxthE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v2k0eHxthE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v2k0eHxthE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2k0eHxthE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2k0eHxthE .navbar.collapsed .navbar-collapse.show,
.cid-v2k0eHxthE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0eHxthE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v2k0eHxthE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v2k0eHxthE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2k0eHxthE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2k0eHxthE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2k0eHxthE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2k0eHxthE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2k0eHxthE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0eHxthE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2k0eHxthE .navbar.collapsed .right-menu,
.cid-v2k0eHxthE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v2k0eHxthE .navbar .navbar-collapse.show,
  .cid-v2k0eHxthE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0eHxthE .navbar .navbar-collapse.show .brand-container,
  .cid-v2k0eHxthE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v2k0eHxthE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2k0eHxthE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2k0eHxthE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2k0eHxthE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2k0eHxthE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2k0eHxthE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2k0eHxthE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2k0eHxthE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0eHxthE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v2k0eHxthE .navbar .right-menu,
  .cid-v2k0eHxthE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v2k0eHxthE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2k0eHxthE .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-v2k0eHxthE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2k0eHxthE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2k0eHxthE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2k0eHxthE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2k0eHxthE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2k0eHxthE .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v2k0eHxthE .dropdown-item.active,
.cid-v2k0eHxthE .dropdown-item:active {
  background-color: #c2a278;
}
.cid-v2k0eHxthE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2k0eHxthE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2k0eHxthE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2k0eHxthE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-v2k0eHxthE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2k0eHxthE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2k0eHxthE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v2k0eHxthE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v2k0eHxthE .navbar-buttons {
  margin-left: auto;
}
.cid-v2k0eHxthE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2k0eHxthE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v2k0eHxthE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2k0eHxthE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0eHxthE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0eHxthE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2k0eHxthE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0eHxthE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v2k0eHxthE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v2k0eHxthE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0eHxthE .navbar-dropdown {
  position: fixed;
}
.cid-v2k0eHxthE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2k0eHxthE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2k0eHxthE .right-menu,
.cid-v2k0eHxthE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v2k0eHxthE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0eHxthE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0eHxthE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v2k0eHxthE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-v2k0eHxthE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v2k0eHxthE .card-wrapper {
  z-index: 3;
}
.cid-v2k0eHxthE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v2k0eHxthE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2k0eHxthE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5a50RSgQm {
  padding-top: 180px;
  background-image: url("../../../assets/images/steve-meinhardt-tz-250211.jpg");
}
.cid-v5a50RSgQm .container {
  margin-bottom: 15%;
}
.cid-v5a50RSgQm .content-container .btn-bgr {
  z-index: 0;
}
.cid-v5a50RSgQm .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eee2c0;
}
.cid-v5a50RSgQm .icon-block-top span {
  background-color: #c2a278;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-v5a50RSgQm .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-v5a50RSgQm .box-item:first-child {
  background-color: #eee2c0;
  margin-top: -150px;
}
.cid-v5a50RSgQm .box-item:nth-child(2) {
  background-color: #eee2c0;
}
.cid-v5a50RSgQm .box-item:last-child {
  background-color: #eee2c0;
  margin-right: 0;
}
.cid-v5a50RSgQm .box-item-text,
.cid-v5a50RSgQm .mbr-section-btn {
  color: #4a3325;
  text-align: justify;
}
.cid-v5a50RSgQm .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-v5a50RSgQm .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-v5a50RSgQm .box-list li:last-child {
  border-bottom: none;
}
.cid-v5a50RSgQm .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-v5a50RSgQm .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-v5a50RSgQm .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v5a50RSgQm .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v5a50RSgQm .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-v5a50RSgQm .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-v5a50RSgQm .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-v5a50RSgQm .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-v5a50RSgQm .mbr-text {
  color: #4a3325;
}
.cid-v5a50RSgQm H1 {
  color: #4a3325;
}
.cid-v5a50RSgQm .box-item-title {
  color: #4a3325;
}
.cid-v5a50RSgQm video {
  border-radius: 5px;
}
.cid-v5agaM9DMh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee2c0;
}
.cid-v5agaM9DMh h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-v5agaM9DMh .mbr-section-subtitle {
  color: #767676;
}
.cid-v5agaM9DMh .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-v5agaM9DMh .article-right-border {
    border-right: 2px solid #4a3325;
  }
}
.cid-v5agaM9DMh .mbr-text-right {
  color: #4a3325;
}
.cid-v5agaM9DMh .article-counter-right {
  color: #4a3325;
}
.cid-v5agaM9DMh .article-counter-left {
  color: #4a3325;
}
.cid-v5agaM9DMh .mbr-text-left {
  color: #4a3325;
}
.cid-v5agaM9DMh .article-title-left {
  color: #4a3325;
}
.cid-v5agaM9DMh .article-title-right {
  color: #4a3325;
}
.cid-v5aaBfDBdZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-v5aaBfDBdZ .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-v5aaBfDBdZ .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.cid-v5aaBfDBdZ .card .card-img {
  height: 100%;
}
.cid-v5aaBfDBdZ .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-v5aaBfDBdZ .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 5px;
}
.cid-v5aaBfDBdZ .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-v5aaBfDBdZ .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-v5aaBfDBdZ .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v5aaBfDBdZ .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-v5aaBfDBdZ .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5aaBfDBdZ .small {
    margin-top: 0;
  }
  .cid-v5aaBfDBdZ .card-wrapper {
    height: 200px;
  }
}
.cid-v5aaBfDBdZ .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-v5aaBfDBdZ .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-v5aaBfDBdZ .mbr-section-title,
.cid-v5aaBfDBdZ .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-v2k0JNyTZe .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2k0JNyTZe .nav-item:focus,
.cid-v2k0JNyTZe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v2k0JNyTZe .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v2k0JNyTZe .nav-item .nav-link {
    position: relative;
  }
  .cid-v2k0JNyTZe .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v2k0JNyTZe .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v2k0JNyTZe .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2k0JNyTZe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v2k0JNyTZe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2k0JNyTZe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2k0JNyTZe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2k0JNyTZe .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v2k0JNyTZe .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-v2k0JNyTZe .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-v2k0JNyTZe .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-v2k0JNyTZe .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v2k0JNyTZe .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v2k0JNyTZe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2k0JNyTZe .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2k0JNyTZe .navbar.collapsed .navbar-collapse.show,
.cid-v2k0JNyTZe .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0JNyTZe .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v2k0JNyTZe .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v2k0JNyTZe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2k0JNyTZe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2k0JNyTZe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2k0JNyTZe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2k0JNyTZe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2k0JNyTZe .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0JNyTZe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2k0JNyTZe .navbar.collapsed .right-menu,
.cid-v2k0JNyTZe .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v2k0JNyTZe .navbar .navbar-collapse.show,
  .cid-v2k0JNyTZe .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0JNyTZe .navbar .navbar-collapse.show .brand-container,
  .cid-v2k0JNyTZe .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v2k0JNyTZe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2k0JNyTZe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2k0JNyTZe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2k0JNyTZe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2k0JNyTZe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2k0JNyTZe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2k0JNyTZe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2k0JNyTZe .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0JNyTZe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v2k0JNyTZe .navbar .right-menu,
  .cid-v2k0JNyTZe .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v2k0JNyTZe .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2k0JNyTZe .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-v2k0JNyTZe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2k0JNyTZe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2k0JNyTZe .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2k0JNyTZe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2k0JNyTZe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2k0JNyTZe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v2k0JNyTZe .dropdown-item.active,
.cid-v2k0JNyTZe .dropdown-item:active {
  background-color: #c2a278;
}
.cid-v2k0JNyTZe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2k0JNyTZe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2k0JNyTZe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2k0JNyTZe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-v2k0JNyTZe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2k0JNyTZe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2k0JNyTZe ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v2k0JNyTZe ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v2k0JNyTZe .navbar-buttons {
  margin-left: auto;
}
.cid-v2k0JNyTZe button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2k0JNyTZe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v2k0JNyTZe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2k0JNyTZe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0JNyTZe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0JNyTZe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2k0JNyTZe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0JNyTZe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v2k0JNyTZe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v2k0JNyTZe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0JNyTZe .navbar-dropdown {
  position: fixed;
}
.cid-v2k0JNyTZe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2k0JNyTZe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2k0JNyTZe .right-menu,
.cid-v2k0JNyTZe .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v2k0JNyTZe .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0JNyTZe .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0JNyTZe .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v2k0JNyTZe .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-v2k0JNyTZe .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v2k0JNyTZe .card-wrapper {
  z-index: 3;
}
.cid-v2k0JNyTZe .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v2k0JNyTZe .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2k0JNyTZe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5a5397QEB {
  padding-top: 180px;
  background-image: url("../../../assets/images/stevemeinhardt-tz-yoga-1026.jpg");
}
.cid-v5a5397QEB .container {
  margin-bottom: 15%;
}
.cid-v5a5397QEB .content-container .btn-bgr {
  z-index: 0;
}
.cid-v5a5397QEB .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eee2c0;
}
.cid-v5a5397QEB .icon-block-top span {
  background-color: #c2a278;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-v5a5397QEB .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-v5a5397QEB .box-item:first-child {
  background-color: #eee2c0;
  margin-top: -150px;
}
.cid-v5a5397QEB .box-item:nth-child(2) {
  background-color: #eee2c0;
}
.cid-v5a5397QEB .box-item:last-child {
  background-color: #eee2c0;
  margin-right: 0;
}
.cid-v5a5397QEB .box-item-text,
.cid-v5a5397QEB .mbr-section-btn {
  color: #4a3325;
  text-align: justify;
}
.cid-v5a5397QEB .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-v5a5397QEB .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-v5a5397QEB .box-list li:last-child {
  border-bottom: none;
}
.cid-v5a5397QEB .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-v5a5397QEB .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-v5a5397QEB .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v5a5397QEB .p-descr {
    margin-bottom: 4rem;
  }
  .cid-v5a5397QEB .img {
    width: auto !important;
    height: 100% !important;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cid-v5a5397QEB .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-v5a5397QEB .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-v5a5397QEB .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-v5a5397QEB .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-v5a5397QEB .mbr-text {
  color: #4a3325;
}
.cid-v5a5397QEB H1 {
  color: #4a3325;
}
.cid-v5a5397QEB .box-item-title {
  color: #4a3325;
}
.cid-v5a5397QEB .arrow-beige {
  color: #d6c4a1;
}
.cid-v5ambkZ4Kh {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-v5ambkZ4Kh .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-v5ambkZ4Kh .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.cid-v5ambkZ4Kh .card .card-img {
  height: 100%;
}
.cid-v5ambkZ4Kh .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-v5ambkZ4Kh .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 5px;
}
.cid-v5ambkZ4Kh .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-v5ambkZ4Kh .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-v5ambkZ4Kh .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v5ambkZ4Kh .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-v5ambkZ4Kh .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5ambkZ4Kh .small {
    margin-top: 0;
  }
  .cid-v5ambkZ4Kh .card-wrapper {
    height: 200px;
  }
}
.cid-v5ambkZ4Kh .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-v5ambkZ4Kh .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-v5ambkZ4Kh .mbr-section-title,
.cid-v5ambkZ4Kh .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-v5as1DwCsP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee2c0;
}
.cid-v5as1DwCsP .mbr-text {
  color: #767676;
}
.cid-v5as1DwCsP .card-subtitle {
  margin: 0;
}
.cid-v5as1DwCsP .link {
  margin: 0;
}
.cid-v5as1DwCsP .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-v5as1DwCsP .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-v5as1DwCsP .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-v5as1DwCsP .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-v5as1DwCsP .date {
  margin: 0;
}
.cid-v5as1DwCsP img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-v5as1DwCsP .card-img {
  overflow: hidden;
  position: relative;
}
.cid-v5as1DwCsP .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v5as1DwCsP .card-img:hover:before {
  opacity: 0.4;
}
.cid-v5as1DwCsP .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-v5as1DwCsP .icon-box {
    flex-direction: column;
  }
  .cid-v5as1DwCsP .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-v5as1DwCsP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v5as1DwCsP .card {
    margin-bottom: 3rem;
  }
}
.cid-v5as1DwCsP .mbr-text,
.cid-v5as1DwCsP .link {
  color: #4a3325;
  text-align: justify;
}
.cid-v5arU5YXPC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eee2c0;
}
.cid-v8nfXhsLvJ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #eee2c0;
}
.cid-v8nfXhsLvJ .mbr-text {
  color: #767676;
}
.cid-v8nfXhsLvJ .card-subtitle {
  margin: 0;
}
.cid-v8nfXhsLvJ .link {
  margin: 0;
}
.cid-v8nfXhsLvJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-v8nfXhsLvJ .icon-box {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.173);
}
.cid-v8nfXhsLvJ .item {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
}
.cid-v8nfXhsLvJ .mbr-iconfont {
  color: #000000 !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-v8nfXhsLvJ .date {
  margin: 0;
}
.cid-v8nfXhsLvJ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-v8nfXhsLvJ .card-img {
  overflow: hidden;
  position: relative;
}
.cid-v8nfXhsLvJ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-v8nfXhsLvJ .card-img:hover:before {
  opacity: 0.4;
}
.cid-v8nfXhsLvJ .card-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-v8nfXhsLvJ .icon-box {
    flex-direction: column;
  }
  .cid-v8nfXhsLvJ .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
}
.cid-v8nfXhsLvJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8nfXhsLvJ .card {
    margin-bottom: 3rem;
  }
}
.cid-v8nfXhsLvJ .mbr-text,
.cid-v8nfXhsLvJ .link {
  color: #4a3325;
  text-align: justify;
}
.cid-v8nfXhsLvJ video {
  border-radius: 5px;
}
.cid-v5asgiwjQE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eee2c0;
}
.cid-v8mA30eCSn {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #eee2c0;
}
.cid-v8mA30eCSn h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-v8mA30eCSn .mbr-section-subtitle {
  color: #767676;
}
.cid-v8mA30eCSn .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-v8mA30eCSn .article-right-border {
    border-right: 2px solid #4a3325;
  }
}
.cid-v8mA30eCSn .mbr-text-right {
  color: #4a3325;
}
.cid-v8mA30eCSn .article-counter-right {
  color: #4a3325;
}
.cid-v8mA30eCSn .article-counter-left {
  color: #4a3325;
}
.cid-v8mA30eCSn .mbr-text-left {
  color: #4a3325;
}
.cid-v8mA30eCSn .article-title-left {
  color: #4a3325;
}
.cid-v8mA30eCSn .article-title-right {
  color: #4a3325;
}
.cid-v8mAIKxqSc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c2a278;
}
.cid-v8mAIKxqSc .mbr-text,
.cid-v8mAIKxqSc .ornament {
  color: #eee2c0;
}
.cid-vaJddySbK4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-vaJddySbK4 .text-content .btn-bgr {
  z-index: 0;
}
.cid-vaJddySbK4 .mbr-overlay {
  background: #eee2c0;
}
.cid-vaJddySbK4 .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-vaJddySbK4 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vaJddySbK4 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vaJddySbK4 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaJddySbK4 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-vaJddySbK4 .mbr-section-btn,
.cid-vaJddySbK4 .mbr-section-title {
  color: #4a3325;
}
.cid-vaJddySbK4 .btn {
  border-radius: 50px !important;
}
.cid-vaJddySbK4 .img-small {
  max-width: 60%;
  height: auto;
}
.cid-vaJddySbK4 video {
  border-radius: 5px;
}
.cid-vaJddySbK4 img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-vaJddySbK4 P {
  text-align: justify;
}
.cid-v7qkcHCznJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7qkcHCznJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7qkcHCznJ .mbr-overlay {
  background: #eee2c0;
}
.cid-v7qkcHCznJ .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7qkcHCznJ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7qkcHCznJ .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7qkcHCznJ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7qkcHCznJ .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7qkcHCznJ .mbr-section-btn,
.cid-v7qkcHCznJ .mbr-section-title {
  color: #4a3325;
}
.cid-v7qkcHCznJ .btn {
  border-radius: 50px !important;
}
.cid-v7qkcHCznJ .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v7qkcHCznJ img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v7qkcHCznJ P {
  text-align: justify;
}
.cid-v7q2DOu4Iu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7q2DOu4Iu .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7q2DOu4Iu .mbr-overlay {
  background: #eee2c0;
}
.cid-v7q2DOu4Iu .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7q2DOu4Iu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7q2DOu4Iu .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7q2DOu4Iu .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7q2DOu4Iu .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7q2DOu4Iu .mbr-section-btn,
.cid-v7q2DOu4Iu .mbr-section-title {
  color: #4a3325;
}
.cid-v7q2DOu4Iu .btn {
  border-radius: 50px !important;
}
.cid-v7q2DOu4Iu .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v7q2DOu4Iu img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v7q2DOu4Iu P {
  text-align: justify;
}
.cid-v7q2QMIpTd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7q2QMIpTd .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7q2QMIpTd .mbr-overlay {
  background: #eee2c0;
}
.cid-v7q2QMIpTd .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7q2QMIpTd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7q2QMIpTd .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7q2QMIpTd .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7q2QMIpTd .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7q2QMIpTd .mbr-section-btn,
.cid-v7q2QMIpTd .mbr-section-title {
  color: #4a3325;
}
.cid-v7q2QMIpTd .btn {
  border-radius: 50px !important;
}
.cid-v7q2QMIpTd .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v7q2QMIpTd img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v7q2QMIpTd P {
  text-align: justify;
}
.cid-v8mAJjmUST {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c2a278;
}
.cid-v8mAJjmUST .mbr-text,
.cid-v8mAJjmUST .ornament {
  color: #eee2c0;
}
.cid-vaOJKlQE2u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-vaOJKlQE2u .text-content .btn-bgr {
  z-index: 0;
}
.cid-vaOJKlQE2u .mbr-overlay {
  background: #eee2c0;
}
.cid-vaOJKlQE2u .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-vaOJKlQE2u .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vaOJKlQE2u .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vaOJKlQE2u .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaOJKlQE2u .text-content {
    margin-bottom: 2rem;
  }
}
.cid-vaOJKlQE2u .mbr-section-btn,
.cid-vaOJKlQE2u .mbr-section-title {
  color: #4a3325;
}
.cid-vaOJKlQE2u .btn {
  border-radius: 50px !important;
}
.cid-vaOJKlQE2u video {
  border-radius: 5px;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  height: auto;
  margin: 20px auto !important;
}
.cid-vaOJKlQE2u .media-block {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin: 20px auto;
}
.cid-vaOJKlQE2u P {
  text-align: justify;
}
.cid-v7w1uBwNPG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7w1uBwNPG .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7w1uBwNPG .mbr-overlay {
  background: #eee2c0;
}
.cid-v7w1uBwNPG .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7w1uBwNPG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7w1uBwNPG .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7w1uBwNPG .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7w1uBwNPG .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7w1uBwNPG .mbr-section-btn,
.cid-v7w1uBwNPG .mbr-section-title {
  color: #4a3325;
}
.cid-v7w1uBwNPG .btn {
  border-radius: 50px !important;
}
.cid-v7w1uBwNPG video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-v7w1uBwNPG P {
  text-align: justify;
}
.cid-v7qk5SSmCy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7qk5SSmCy .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7qk5SSmCy .mbr-overlay {
  background: #eee2c0;
}
.cid-v7qk5SSmCy .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7qk5SSmCy .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7qk5SSmCy .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7qk5SSmCy .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7qk5SSmCy .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7qk5SSmCy .mbr-section-btn,
.cid-v7qk5SSmCy .mbr-section-title {
  color: #4a3325;
}
.cid-v7qk5SSmCy .btn {
  border-radius: 50px !important;
}
.cid-v7qk5SSmCy video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-v7qk5SSmCy P {
  text-align: justify;
}
.cid-v8gb623lnE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v8gb623lnE .text-content .btn-bgr {
  z-index: 0;
}
.cid-v8gb623lnE .mbr-overlay {
  background: #eee2c0;
}
.cid-v8gb623lnE .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v8gb623lnE .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v8gb623lnE .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8gb623lnE .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8gb623lnE .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v8gb623lnE .mbr-section-btn,
.cid-v8gb623lnE .mbr-section-title {
  color: #4a3325;
}
.cid-v8gb623lnE .btn {
  border-radius: 50px !important;
}
.cid-v8gb623lnE video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-v8gb623lnE P {
  text-align: justify;
}
.cid-v7q3is2xeV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7q3is2xeV .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7q3is2xeV .mbr-overlay {
  background: #eee2c0;
}
.cid-v7q3is2xeV .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7q3is2xeV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7q3is2xeV .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7q3is2xeV .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7q3is2xeV .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7q3is2xeV .mbr-section-btn,
.cid-v7q3is2xeV .mbr-section-title {
  color: #4a3325;
}
.cid-v7q3is2xeV .btn {
  border-radius: 50px !important;
}
.cid-v7q3is2xeV .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v7q3is2xeV video {
  border-radius: 5px;
}
.cid-v7q3is2xeV img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v7q3is2xeV P {
  text-align: justify;
}
.cid-v7qk7GSoay {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7qk7GSoay .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7qk7GSoay .mbr-overlay {
  background: #eee2c0;
}
.cid-v7qk7GSoay .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7qk7GSoay .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7qk7GSoay .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7qk7GSoay .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7qk7GSoay .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7qk7GSoay .mbr-section-btn,
.cid-v7qk7GSoay .mbr-section-title {
  color: #4a3325;
}
.cid-v7qk7GSoay .btn {
  border-radius: 50px !important;
}
.cid-v7qk7GSoay video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-v7qk7GSoay P {
  text-align: justify;
}
.cid-v8mDONZpDF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v8mDONZpDF .text-content .btn-bgr {
  z-index: 0;
}
.cid-v8mDONZpDF .mbr-overlay {
  background: #eee2c0;
}
.cid-v8mDONZpDF .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v8mDONZpDF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v8mDONZpDF .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8mDONZpDF .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8mDONZpDF .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v8mDONZpDF .mbr-section-btn,
.cid-v8mDONZpDF .mbr-section-title {
  color: #4a3325;
}
.cid-v8mDONZpDF .btn {
  border-radius: 50px !important;
}
.cid-v8mDONZpDF .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v8mDONZpDF img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v8mDONZpDF P {
  text-align: justify;
}
.cid-vbnmTGlFNg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-vbnmTGlFNg .text-content .btn-bgr {
  z-index: 0;
}
.cid-vbnmTGlFNg .mbr-overlay {
  background: #eee2c0;
}
.cid-vbnmTGlFNg .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-vbnmTGlFNg .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vbnmTGlFNg .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vbnmTGlFNg .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vbnmTGlFNg .text-content {
    margin-bottom: 2rem;
  }
}
.cid-vbnmTGlFNg .mbr-section-btn,
.cid-vbnmTGlFNg .mbr-section-title {
  color: #4a3325;
}
.cid-vbnmTGlFNg .btn {
  border-radius: 50px !important;
}
.cid-vbnmTGlFNg video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-vbnmTGlFNg P {
  text-align: justify;
}
.cid-v7q35rL2ou {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v7q35rL2ou .text-content .btn-bgr {
  z-index: 0;
}
.cid-v7q35rL2ou .mbr-overlay {
  background: #eee2c0;
}
.cid-v7q35rL2ou .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v7q35rL2ou .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v7q35rL2ou .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v7q35rL2ou .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v7q35rL2ou .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v7q35rL2ou .mbr-section-btn,
.cid-v7q35rL2ou .mbr-section-title {
  color: #4a3325;
}
.cid-v7q35rL2ou .btn {
  border-radius: 50px !important;
}
.cid-v7q35rL2ou video {
  border-radius: 5px;
  display: block !important;
  margin: 20px auto !important;
  max-width: 100% !important;
}
.cid-v7q35rL2ou P {
  text-align: justify;
}
.cid-v8mxBh6GWz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c2a278;
}
.cid-v8mxBh6GWz .text-content .btn-bgr {
  z-index: 0;
}
.cid-v8mxBh6GWz .mbr-overlay {
  background: #eee2c0;
}
.cid-v8mxBh6GWz .text-content {
  padding: 2rem 0rem;
  background-color: #eee2c0;
}
.cid-v8mxBh6GWz .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-v8mxBh6GWz .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-v8mxBh6GWz .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-v8mxBh6GWz .text-content {
    margin-bottom: 2rem;
  }
}
.cid-v8mxBh6GWz .mbr-section-btn,
.cid-v8mxBh6GWz .mbr-section-title {
  color: #4a3325;
}
.cid-v8mxBh6GWz .btn {
  border-radius: 50px !important;
}
.cid-v8mxBh6GWz .img-small {
  max-width: 60%;
  height: auto;
}
.cid-v8mxBh6GWz img {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.cid-v8mxBh6GWz P {
  text-align: justify;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
.cid-v2k0PlvXNg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2k0PlvXNg .nav-item:focus,
.cid-v2k0PlvXNg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v2k0PlvXNg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-v2k0PlvXNg .nav-item .nav-link {
    position: relative;
  }
  .cid-v2k0PlvXNg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #393d41, #4a3325);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-v2k0PlvXNg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-v2k0PlvXNg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2k0PlvXNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-v2k0PlvXNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2k0PlvXNg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2k0PlvXNg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2k0PlvXNg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-v2k0PlvXNg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #eee2c0;
}
.cid-v2k0PlvXNg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #eee2c0 !important;
}
.cid-v2k0PlvXNg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-v2k0PlvXNg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v2k0PlvXNg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v2k0PlvXNg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2k0PlvXNg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v2k0PlvXNg .navbar.collapsed .navbar-collapse.show,
.cid-v2k0PlvXNg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0PlvXNg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v2k0PlvXNg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v2k0PlvXNg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2k0PlvXNg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2k0PlvXNg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2k0PlvXNg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2k0PlvXNg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2k0PlvXNg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v2k0PlvXNg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2k0PlvXNg .navbar.collapsed .right-menu,
.cid-v2k0PlvXNg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v2k0PlvXNg .navbar .navbar-collapse.show,
  .cid-v2k0PlvXNg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0PlvXNg .navbar .navbar-collapse.show .brand-container,
  .cid-v2k0PlvXNg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v2k0PlvXNg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2k0PlvXNg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2k0PlvXNg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2k0PlvXNg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2k0PlvXNg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2k0PlvXNg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2k0PlvXNg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2k0PlvXNg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v2k0PlvXNg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v2k0PlvXNg .navbar .right-menu,
  .cid-v2k0PlvXNg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v2k0PlvXNg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2k0PlvXNg .navbar.navbar-short .mbr-overlay {
  background: #eee2c0 !important;
}
.cid-v2k0PlvXNg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2k0PlvXNg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2k0PlvXNg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2k0PlvXNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2k0PlvXNg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2k0PlvXNg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v2k0PlvXNg .dropdown-item.active,
.cid-v2k0PlvXNg .dropdown-item:active {
  background-color: #c2a278;
}
.cid-v2k0PlvXNg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2k0PlvXNg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2k0PlvXNg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2k0PlvXNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eee2c0;
}
.cid-v2k0PlvXNg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2k0PlvXNg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2k0PlvXNg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v2k0PlvXNg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v2k0PlvXNg .navbar-buttons {
  margin-left: auto;
}
.cid-v2k0PlvXNg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2k0PlvXNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-v2k0PlvXNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2k0PlvXNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0PlvXNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2k0PlvXNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2k0PlvXNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0PlvXNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v2k0PlvXNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v2k0PlvXNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2k0PlvXNg .navbar-dropdown {
  position: fixed;
}
.cid-v2k0PlvXNg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v2k0PlvXNg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2k0PlvXNg .right-menu,
.cid-v2k0PlvXNg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v2k0PlvXNg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0PlvXNg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2k0PlvXNg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v2k0PlvXNg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #eee2c0;
  padding: 0.5rem 0;
  color: #4a3325;
}
.cid-v2k0PlvXNg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v2k0PlvXNg .card-wrapper {
  z-index: 3;
}
.cid-v2k0PlvXNg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v2k0PlvXNg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2k0PlvXNg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5a558HMVZ {
  padding-top: 180px;
  background-image: url("../../../assets/images/bs-11362801-photography.black-918x612.jpg");
}
.cid-v5a558HMVZ .container {
  margin-bottom: 15%;
}
.cid-v5a558HMVZ .content-container .btn-bgr {
  z-index: 0;
}
.cid-v5a558HMVZ .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #eee2c0;
}
.cid-v5a558HMVZ .icon-block-top span {
  background-color: #c2a278;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-v5a558HMVZ .box-item {
  position: relative;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-v5a558HMVZ .box-item:first-child {
  background-color: #eee2c0;
  margin-top: -150px;
}
.cid-v5a558HMVZ .box-item:nth-child(2) {
  background-color: #eee2c0;
}
.cid-v5a558HMVZ .box-item:last-child {
  background-color: #eee2c0;
  margin-right: 0;
}
.cid-v5a558HMVZ .box-item-text,
.cid-v5a558HMVZ .mbr-section-btn {
  color: #4a3325;
  text-align: justify;
}
.cid-v5a558HMVZ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-v5a558HMVZ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-v5a558HMVZ .box-list li:last-child {
  border-bottom: none;
}
.cid-v5a558HMVZ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-v5a558HMVZ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-v5a558HMVZ .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-v5a558HMVZ .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v5a558HMVZ .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-v5a558HMVZ .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-v5a558HMVZ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-v5a558HMVZ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-v5a558HMVZ .mbr-text {
  color: #4a3325;
}
.cid-v5a558HMVZ H1 {
  color: #4a3325;
}
.cid-v5a558HMVZ .box-item-title {
  color: #4a3325;
}
.cid-v5a6Z8WjPn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #eee2c0;
}
.cid-v5a6Z8WjPn .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-v5a6Z8WjPn .card {
  margin-bottom: 2rem;
  owerflow: hidden;
  max-height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.cid-v5a6Z8WjPn .card .card-img {
  height: 100%;
}
.cid-v5a6Z8WjPn .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-v5a6Z8WjPn .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 250px;
  border-radius: 5px;
}
.cid-v5a6Z8WjPn .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-v5a6Z8WjPn .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
  height: 100%;
  width: 100%;
}
.cid-v5a6Z8WjPn .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v5a6Z8WjPn .mbr-section-title {
  color: #4a3325;
  text-align: center;
}
.cid-v5a6Z8WjPn .card-sub-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5a6Z8WjPn .small {
    margin-top: 0;
  }
  .cid-v5a6Z8WjPn .card-wrapper {
    height: 200px;
  }
}
.cid-v5a6Z8WjPn .mbr-section-sub-title {
  text-align: center;
  color: #4a3325;
}
.cid-v5a6Z8WjPn .card-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.cid-v5a6Z8WjPn .mbr-section-title,
.cid-v5a6Z8WjPn .mbr-section-sub-title {
  color: #4a3325;
  text-align: center;
}
.cid-vboiZBmxen {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #eee2c0;
}
.cid-vboiZBmxen .main-header-container {
  margin-bottom: 100px;
}
.cid-vboiZBmxen .container-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background-color: #eee2c0;
  padding: 2rem 1rem;
  gap: 20px;
}
.cid-vboiZBmxen .box-item {
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 300px;
  max-width: 450px;
}
.cid-vboiZBmxen .item-1 {
  background-color: #eee2c0;
}
.cid-vboiZBmxen .item-2 {
  background-color: #eee2c0;
  flex: 1.2 1 350px;
}
.cid-vboiZBmxen .item-3 {
  background-color: #eee2c0;
}
.cid-vboiZBmxen .video-container {
  width: 100%;
}
.cid-vboiZBmxen video {
  width: 100% !important;
  height: auto !important;
  border-radius: 5px;
  display: block;
}
.cid-vboiZBmxen .box-item-title,
.cid-vboiZBmxen .box-item-text,
.cid-vboiZBmxen .mbr-section-title,
.cid-vboiZBmxen .mbr-text {
  color: #4a3325;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vboiZBmxen .container-boxes {
    margin-top: -150px;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .cid-vboiZBmxen .main-header-container {
    margin-bottom: 40px;
  }
  .cid-vboiZBmxen .container-boxes {
    margin-top: 0 !important;
    padding: 1rem;
  }
  .cid-vboiZBmxen .box-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0 !important;
  }
}
.cid-vboiZBmxen P {
  text-align: justify;
}
.cid-vboiZBmxen H4 {
  text-align: right;
}
.cid-v2k0Po6lXN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-v2k0Po6lXN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-v2k0Po6lXN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-v2k0Po6lXN .card-img span {
  font-size: 100px;
}
.cid-v2k0Po6lXN .mbr-text,
.cid-v2k0Po6lXN .mbr-section-btn {
  color: #eee2c0;
}
.cid-v2k0Po6lXN .mbr-section-title,
.cid-v2k0Po6lXN .card-img {
  color: #4a3325;
}
.cid-vcTTAHGO6q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c2a278;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .content {
    text-align: left;
  }
  .cid-vcTTAHGO6q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vcTTAHGO6q .logo-subtitle {
  color: #8d97ad;
}
.cid-vcTTAHGO6q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vcTTAHGO6q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vcTTAHGO6q .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vcTTAHGO6q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-vcTTAHGO6q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vcTTAHGO6q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-vcTTAHGO6q .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-vcTTAHGO6q .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vcTTAHGO6q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcTTAHGO6q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcTTAHGO6q .list-item {
  display: flex;
}
.cid-vcTTAHGO6q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-vcTTAHGO6q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vcTTAHGO6q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-vcTTAHGO6q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  padding-right: 0.5rem;
}
.cid-vcTTAHGO6q .copyright > p {
  color: #eee2c0;
}
.cid-vcTTAHGO6q .copyright-inline {
  display: flex;
  align-items: center;
}
.cid-vcTTAHGO6q .copyright-inline p {
  margin: 0;
}
.cid-vcTTAHGO6q .copyright-icon {
  margin-left: 8px;
  opacity: 0.5;
}
