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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.btn {
  border-width: 1.5px;
}
body {
  font-family: 'IvyOraDisplay-LightItalic';
}
.display-1 {
  font-family: 'IvyOraDisplay-LightItalic';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'IvyOraDisplay-Regular';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'IvyOraDisplay-LightItalic';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-11 {
  font-family: 'Montserrat-Regular';
  font-size: 0.82rem;
  line-height: 1.5;
}
.display-11 > .mbr-iconfont {
  font-size: 1.025rem;
}
.display-12 {
  font-family: 'ButtonFont';
  font-size: 0.7rem;
  line-height: 1.5;
}
.display-12 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'ButtonFont';
  font-size: 0.86rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.075rem;
}
.display-7 {
  font-family: 'IvyOraDisplay-LightItalic';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 4.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.688rem;
    font-size: calc( 0.951rem + (0.86 - 0.951) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.951rem + (0.86 - 0.951) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #a98156 !important;
}
.bg-success {
  background-color: #ba4832 !important;
}
.bg-info {
  background-color: #9d9988 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a98156 !important;
  border-color: #a98156 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #705539 !important;
  border-color: #705539 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #705539 !important;
  border-color: #705539 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dcd8cd !important;
  border-color: #dcd8cd !important;
  color: #645c46 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8b09a !important;
  border-color: #b8b09a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #645c46 !important;
  background-color: #b8b09a !important;
  border-color: #b8b09a !important;
}
.btn-info,
.btn-info:active {
  background-color: #9d9988 !important;
  border-color: #9d9988 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #716d5d !important;
  border-color: #716d5d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #716d5d !important;
  border-color: #716d5d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ba4832 !important;
  border-color: #ba4832 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #762e20 !important;
  border-color: #762e20 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #762e20 !important;
  border-color: #762e20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a98156;
  color: #a98156;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #705539 !important;
  background-color: transparent!important;
  border-color: #705539 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a98156 !important;
  border-color: #a98156 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dcd8cd;
  color: #dcd8cd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8b09a !important;
  background-color: transparent!important;
  border-color: #b8b09a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #645c46 !important;
  background-color: #dcd8cd !important;
  border-color: #dcd8cd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9d9988;
  color: #9d9988;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #716d5d !important;
  background-color: transparent!important;
  border-color: #716d5d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9988 !important;
  border-color: #9d9988 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ba4832;
  color: #ba4832;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #762e20 !important;
  background-color: transparent!important;
  border-color: #762e20 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ba4832 !important;
  border-color: #ba4832 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5b6153;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: #2f322b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #caa884;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !important;
  background-color: transparent!important;
  border-color: #ad7d4a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #caa884 !important;
  border-color: #caa884 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a98156 !important;
}
.text-secondary {
  color: #dcd8cd !important;
}
.text-success {
  color: #ba4832 !important;
}
.text-info {
  color: #9d9988 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #654d34 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2a991 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #190a07 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #696556 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 4s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a98156;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #ba4832;
}
.alert-info {
  background-color: #9d9988;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a98156;
  border-color: #a98156;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a98156;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4c0ab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e0998c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7d5ce;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.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: 'IvyOraDisplay-LightItalic';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a98156 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IvyOraDisplay-LightItalic';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #a98156;
}
/* Forms */
.jq-selectbox li:hover,
jq-selectbox li.selected {
  background-color: #a98156;
  color: contrast #a98156, #000000, #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a98156;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a98156;
  border-bottom-color: #a98156;
}
.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: #a98156 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dcd8cd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a98156' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uCISH9hfRp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/branding-studio-petra-marie-design.webp");
}
.cid-uCISH9hfRp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCISH9hfRp .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uCISH9hfRp .mbr-section-subtitle {
  color: #d7d3c6;
  text-align: center;
  padding-bottom: 20px;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.cid-uCISH9hfRp .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-uCISH9hfRp .sign {
  width: 200px;
  display: inline;
}
.cid-uCISH9hfRp .text,
.cid-uCISH9hfRp .si {
  text-align: center;
  color: #f5f2e3;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (max-width: 690px) {
  .cid-uCISH9hfRp .sign {
    width: 100%;
  }
}
.cid-uCIQKkDISx {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #f8f4eb;
}
.cid-uCIQKkDISx h3 {
  position: relative;
}
.cid-uCIQKkDISx h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uCIQKkDISx H3 {
  color: #3d3f3d;
  text-align: center;
}
.cid-uCIRHWXYrH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCIRHWXYrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIRHWXYrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uCIRHWXYrH {
    align-items: flex-start;
  }
  .cid-uCIRHWXYrH .row {
    justify-content: flex-start;
  }
}
.cid-uCIRHWXYrH .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 0.98;
}
.cid-uCIRHWXYrH .mbr-text,
.cid-uCIRHWXYrH .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uCIRHWXYrH .mbr-section-title,
.cid-uCIRHWXYrH .line {
  color: #3d3d3d;
  text-align: center;
}
.cid-uCIRHWXYrH h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uCIRHWXYrH h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uCIRHWXYrH .mbr-section-subtitle,
.cid-uCIRHWXYrH .align {
  text-align: right;
  color: #232323;
}
.cid-v0bdedR1pd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f8f4eb;
}
.cid-v0bdedR1pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bdedR1pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bdedR1pd .mbr-text,
.cid-v0bdedR1pd .mbr-section-btn,
.cid-v0bdedR1pd .mbr-section-title,
.cid-v0bdedR1pd .mbr-section-subtitle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0bdedR1pd .mbr-text,
.cid-v0bdedR1pd .mbr-section-btn {
  max-width: 90%;
  text-align: center;
  color: #3d3d3d;
}
.cid-v0bdedR1pd .mbr-section-subtitle {
  max-width: 85%;
  text-align: center;
  color: #d2cfc2;
}
.cid-v0bdedR1pd .mbr-section-title {
  max-width: 90%;
  text-align: center;
  color: #dedbd0;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  .cid-v0bdedR1pd .mbr-text,
  .cid-v0bdedR1pd .mbr-section-btn,
  .cid-v0bdedR1pd .mbr-section-title,
  .cid-v0bdedR1pd .mbr-section-subtitle {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-uCIR12CgbS .row {
  align-items: stretch;
  justify-content: center;
  background-color: #f8f6ed;
}
.cid-uCIR12CgbS .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCIR12CgbS .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-uCIR12CgbS .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-uCIR12CgbS .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uCIR12CgbS .item-wrapper:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uCIR12CgbS .item-wrapper:hover .item-title,
.cid-uCIR12CgbS .item-wrapper:hover .mbr-text {
  opacity: 1;
  transform: translateY(0);
}
.cid-uCIR12CgbS .item-wrapper:hover .item-img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
  transition: all 0.5s;
}
.cid-uCIR12CgbS .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cid-uCIR12CgbS .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-uCIR12CgbS .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-uCIR12CgbS .item-title,
.cid-uCIR12CgbS .mbr-text {
  color: #986f11;
  text-align: center;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.3s ease-in-out, transform 0.5s;
}
.cid-uCIR12CgbS .mbr-section-btn {
  margin-top: 20px;
}
.cid-uCIR12CgbS .mbr-section-btn .btn:before {
  display: none;
}
.cid-uCIR12CgbS .mbr-section-btn .btn:after {
  display: none;
}
.cid-uCIR12CgbS .mbr-text,
.cid-uCIR12CgbS .mbr-section-btn {
  text-align: center;
  color: #100d02;
}
.cid-uCIR12CgbS .item-title {
  color: #100d02;
}
.cid-uCIR6ZZA1m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCIR6ZZA1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIR6ZZA1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIR6ZZA1m .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-uCIR6ZZA1m .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-uCIR6ZZA1m .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-uCIR6ZZA1m .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-uCIR6ZZA1m .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uCIR6ZZA1m .mbr-text {
    margin-top: 16px;
  }
}
.cid-uCIR6ZZA1m .mbr-section-btn {
  margin-top: 20px;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCIR6ZZA1m .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvqVsf4Ytb {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #f8f4eb;
}
.cid-uvqVsf4Ytb .mbr-text {
  text-align: center;
  color: #10140e;
}
.cid-uvqVsf4Ytb .mbr-section-title {
  text-align: center;
}
.cid-uvqVsf4Ytb .mbr-section-subtitle {
  text-align: center;
}
.cid-uCIRoi5603 {
  background-image: url("../../../assets/images/elevate-your-brand-identity-petra-marie-design.webp");
}
.cid-uCIRoi5603 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIRoi5603 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIRoi5603 .mbr-text,
.cid-uCIRoi5603 .mbr-section-btn {
  text-align: center;
  color: #dcd9ca;
  line-height: 1.7;
}
.cid-uCIRoi5603 .mbr-section-subtitle {
  text-align: center;
  color: #f5f2e3;
  line-height: 1.2;
  font-size: 1.7rem;
}
.cid-uCIRoi5603 .mbr-section-title {
  text-align: center;
  color: #f5f2e3;
  letter-spacing: 0.25px;
  font-size: 0.75rem;
  line-height: 0.8;
}
.cid-uCIS4nF3dJ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCIS4nF3dJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIS4nF3dJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIS4nF3dJ .mbr-text,
.cid-uCIS4nF3dJ .mbr-section-btn {
  text-align: center;
  color: #191919;
}
.cid-uCIS4nF3dJ .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
  letter-spacing: -0.7px;
  line-height: 0.98;
}
.cid-uCIS4nF3dJ .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
  transition: color 0.7s ease, opacity 0.4s ease, letter-spacing 0.5s ease;
}
.cid-uCIS4nF3dJ:hover .mbr-section-subtitle {
  color: tranúparent;
  opacity: 0.4;
  letter-spacing: 0.4px;
}
.cid-ufzBpDzSbs {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f8f4eb;
}
.cid-ufzBpDzSbs .mbr-text {
  color: #3d3d3d;
  text-align: left;
}
.cid-uCISjcCl6A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCISjcCl6A img,
.cid-uCISjcCl6A .item-img {
  width: 100%;
}
.cid-uCISjcCl6A .item-img:hover img {
  transform: scale(1.005);
}
.cid-uCISjcCl6A .item:focus,
.cid-uCISjcCl6A span:focus {
  outline: none;
}
.cid-uCISjcCl6A .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uCISjcCl6A .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uCISjcCl6A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCISjcCl6A .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCISjcCl6A .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-uCISjcCl6A .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uCISjcCl6A .item-title {
  text-align: center;
}
.cid-uCISjcCl6A .mbr-text,
.cid-uCISjcCl6A .mbr-section-btn {
  text-align: center;
}
.cid-uCISjcCl6A .mbr-section-title {
  text-align: center;
  color: #3c3b3b;
}
.cid-uCISjcCl6A .mbr-section-subtitle {
  text-align: center;
}
.cid-uCISjcCl6A .item-img {
  position: relative;
  height: 100%;
}
.cid-uCISjcCl6A .item-img:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: 100%;
  background: #fffdf7;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.cid-uCISjcCl6A .item:hover .item-img:before {
  opacity: 0.4;
}
.cid-ufzBtwJ2le {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzBtwJ2le .mbr-text {
  text-align: center;
  color: #10140e;
}
.cid-ufzBtwJ2le .mbr-section-title {
  text-align: center;
}
.cid-ufzBtwJ2le .mbr-section-subtitle {
  text-align: center;
}
.cid-uvlcxtmBu9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uvlcxtmBu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlcxtmBu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlcxtmBu9 .col-title {
  margin-bottom: 32px;
}
.cid-uvlcxtmBu9 .mbr-section-title {
  color: #24262b;
}
.cid-uvlcxtmBu9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvlcxtmBu9 .border-item {
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin-bottom: 2rem;
}
.cid-uvlcxtmBu9 .cards-row {
  row-gap: 32px;
}
.cid-uvlcxtmBu9 .card {
  border-radius: 0;
}
.cid-uvlcxtmBu9 .card-title {
  flex-grow: 1;
  color: #f8f4eb;
  transition: 0.3s all;
}
.cid-uvlcxtmBu9 .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvlcxtmBu9 .card-wrapper:hover .card-title {
  color: #f8f4eb;
}
.cid-uvlcxtmBu9 .card-wrapper:hover .mbr-iconfont {
  color: #f8f4eb;
}
.cid-ufzBs3J980 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzBs3J980 .mbr-text {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzBs3J980 .mbr-section-title {
  text-align: center;
}
.cid-ufzBs3J980 .mbr-section-subtitle {
  text-align: center;
}
.cid-uCISwUCCFN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f8f4eb;
}
.cid-uCISwUCCFN .mbr-text {
  margin: 0;
  padding-bottom: 20px;
  color: #52586a;
}
.cid-uCISwUCCFN .mbr-section-title {
  padding-bottom: 5px;
  letter-spacing: 0.1px;
}
.cid-uCISwUCCFN .text-element {
  background-color: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uCISwUCCFN .row-element {
  padding: 0;
}
.cid-uCISwUCCFN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCISwUCCFN .carousel-item.active,
.cid-uCISwUCCFN .carousel-item-next,
.cid-uCISwUCCFN .carousel-item-prev {
  display: flex;
}
@media (max-width: 540px) {
  .cid-uCISwUCCFN .text-element {
    padding: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCISwUCCFN .media-container-row {
    width: 100%;
  }
}
.cid-uCISwUCCFN .heading {
  font-weight: 600;
  margin-bottom: 30px;
  padding: 0;
}
.cid-uCISwUCCFN .title {
  margin-bottom: 23px;
  padding: 0;
  color: #3d3d3d;
}
.cid-uCISwUCCFN .mbr-section-subtitle {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #696f69;
}
.cid-uCISwUCCFN .container {
  padding: 0 15%;
}
@media (max-width: 990px) {
  .cid-uCISwUCCFN .text-element {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uCISwUCCFN .container {
    padding: 0 5%;
  }
}
.cid-uCISwUCCFN .title,
.cid-uCISwUCCFN .iconfont-wrapper {
  color: #727272;
}
.cid-ufzBrpA46c {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f4eb;
}
.cid-ufzBrpA46c .mbr-text {
  text-align: center;
  color: #10140e;
}
.cid-ufzBrpA46c .mbr-section-title {
  text-align: center;
}
.cid-ufzBrpA46c .mbr-section-subtitle {
  text-align: center;
}
.cid-v0hqU0uMIu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/subscibe-floral-image.webp");
}
.cid-v0hqU0uMIu .form-control::placeholder {
  color: #b4ad98;
}
.cid-v0hqU0uMIu .form-group input {
  color: #b4ad98;
}
.cid-v0hqU0uMIu .form-control-label {
  color: #b4ad98;
}
.cid-v0hqU0uMIu .mbr-overlay {
  z-index: 1;
}
.cid-v0hqU0uMIu .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-v0hqU0uMIu .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 140px 32px 110px;
  box-sizing: border-box;
  max-width: 479px;
}
.cid-v0hqU0uMIu .text-with-round,
.cid-v0hqU0uMIu .mbr-section-title {
  width: 100%;
}
.cid-v0hqU0uMIu .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v0hqU0uMIu .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cid-v0hqU0uMIu form .row {
  margin: 0;
  border: none !important;
}
.cid-v0hqU0uMIu form .form-email {
  width: 100px;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-v0hqU0uMIu form .form-email input {
  padding: 0;
  border-radius: 0 !important;
  border: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #7f8678 !important;
  min-height: auto;
  font-size: 1rem;
  color: #babbad;
}
.cid-v0hqU0uMIu form .form-email input:hover,
.cid-v0hqU0uMIu form .form-email input :focus,
.cid-v0hqU0uMIu form .form-email input :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7f8678 !important;
}
.cid-v0hqU0uMIu form .mbr-section-btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.cid-v0hqU0uMIu form .btn-small {
  max-width: 170px;
  min-height: 40px;
  font-size: 0.7rem;
  padding: 12px 0;
  border-radius: 0 !important;
  border: 1.3px solid currentColor;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.cid-v0hqU0uMIu form .btn-small:hover {
  opacity: 0.9;
}
.cid-v0hqU0uMIu .text-with-round {
  color: #efede4;
  line-height: 3;
}
.cid-v0hqU0uMIu .mbr-section-title {
  color: #dcd9ca;
}
.cid-uq9g6Kete2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9g6Kete2 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uCISWY8yRR {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/intentional-branding-petra-marie-design.webp");
}
.cid-uCISWY8yRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCISWY8yRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCISWY8yRR .mbr-text,
.cid-uCISWY8yRR .mbr-section-btn {
  text-align: left;
  color: #b6b3a7;
}
.cid-uCISWY8yRR .mbr-section-title {
  color: #f8f8f8;
  text-align: left;
}
.cid-uCISWY8yRR .mbr-section-subtitle {
  color: #dbd7c7;
  text-align: left;
  letter-spacing: -0.25px;
}
.cid-uCITxpiRPL {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCITxpiRPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCITxpiRPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCITxpiRPL .mbr-text,
.cid-uCITxpiRPL .mbr-section-btn {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCITxpiRPL .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCITxpiRPL .mbr-section-title {
  text-align: center;
  color: #3e413c;
  letter-spacing: -0.7px;
  line-height: 0.98;
}
.cid-ufzEBqZvYk {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f8f4eb;
}
.cid-ufzEBqZvYk .mbr-text {
  color: #3d3d3d;
  text-align: justify;
  text-align-last: left;
}
.cid-v0i3iIeCP7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-v0i3iIeCP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0i3iIeCP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0i3iIeCP7 .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-v0i3iIeCP7 .card {
    padding: 0;
    border-right: 1px solid #e7e7e7;
    border-radius: 0 !important;
  }
  .cid-v0i3iIeCP7 .card:last-child {
    border: none;
  }
}
.cid-v0i3iIeCP7 .card-wrapper {
  padding: 10px 80px 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v0i3iIeCP7 .card-wrapper {
    padding: 10px 50px 25px;
  }
}
@media (max-width: 768px) {
  .cid-v0i3iIeCP7 .card-wrapper {
    padding: 0;
    margin-bottom: 20px;
  }
}
.cid-v0i3iIeCP7 .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0i3iIeCP7 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-v0i3iIeCP7 .card-wrapper .text-wrapper .mbr-subtext {
  margin-top: 10px;
  color: #555555;
  font-size: 11.5px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.cid-v0i3iIeCP7 .card-wrapper .text-wrapper .mbr-subtext-2 {
  margin-top: 5px;
  color: #555555;
  font-size: 0.72rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.cid-v0i3iIeCP7 .mbr-text {
  color: #3d3d3d;
  font-size: 12.5px;
  text-align: center;
  letter-spacing: 0.15px;
}
.cid-v0i3iIeCP7 .mbr-section-title,
.cid-v0i3iIeCP7 .mbr-section-btn {
  text-align: center;
  color: #10140e;
  line-height: 0.5;
  font-size: 1.28rem;
}
.cid-v0i3iIeCP7 P {
  color: #555555;
}
.cid-ufzEDlTDyy {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f8f4eb;
}
.cid-ufzEDlTDyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzEDlTDyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzEDlTDyy .mbr-text,
.cid-ufzEDlTDyy .mbr-section-btn {
  text-align: center;
  color: #10140e;
}
.cid-ufzEDlTDyy .mbr-section-subtitle {
  text-align: center;
  color: #d2cfc2;
}
.cid-ufzEDlTDyy .mbr-section-title {
  text-align: center;
  color: #10140e;
}
.cid-ufzEF1DcJL {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.cid-ufzEF1DcJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzEF1DcJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13-2.jpg");
}
.cid-ufzEF1DcJL .mbr-text,
.cid-ufzEF1DcJL .mbr-section-btn {
  text-align: center;
  color: #dcd9ca;
  line-height: 1.7;
}
.cid-ufzEF1DcJL .mbr-section-subtitle {
  text-align: center;
  color: #d2cfc2;
}
.cid-ufzEF1DcJL .mbr-section-title {
  text-align: center;
  color: #f1eede;
  letter-spacing: 0.25px;
}
.cid-uCITEhToVm {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f8f4eb;
}
.cid-uCITEhToVm .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uCITEhToVm .content {
    padding: 1rem 0;
  }
}
.cid-uCITEhToVm .mbr-section-title {
  color: #2c2711;
  margin-bottom: 20.4px;
  text-align: center;
  letter-spacing: -2px;
}
.cid-uCITEhToVm .mbr-section-subtitle {
  color: #3d3d3d;
  margin-bottom: 9px;
  letter-spacing: -0.5px;
}
.cid-uCITEhToVm .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-v0meP87F6Z {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f8f4eb;
}
.cid-v0meP87F6Z [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v0meP87F6Z .media-container-column {
  margin-bottom: 3rem;
}
.cid-v0meP87F6Z .container,
.cid-v0meP87F6Z .media-container-column {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-v0meP87F6Z .panel-item {
  position: relative;
}
.cid-v0meP87F6Z .mbr-content-title {
  margin-top: 10px;
  font-weight: normal;
}
.cid-v0meP87F6Z .mbr-content-text {
  text-align: left;
}
.cid-v0meP87F6Z .dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #f8f4eb;
  position: relative;
  z-index: 20;
  margin: 0 auto;
}
.cid-v0meP87F6Z .line-through {
  position: absolute;
  top: 28px;
  right: 50%;
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .cid-v0meP87F6Z .line-through {
    width: 80%;
    right: 10%;
    display: block;
  }
}
.cid-v0meP87F6Z H4 {
  text-align: center;
  color: #3e413c;
}
@media (max-width: 767px) {
  .cid-v0meP87F6Z .card:not(:last-child) {
    margin-bottom: 2rem;
  }
  .cid-v0meP87F6Z .container,
  .cid-v0meP87F6Z .media-container-column {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-v0meP87F6Z .mbr-section-title {
  text-align: center;
}
.cid-v0meP87F6Z .mbr-subtitle {
  text-align: center;
}
.cid-v0meP87F6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0meP87F6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0meP87F6Z .count {
  color: #3d3d3d;
}
.cid-v0b1ZaOvPY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8f4eb;
}
.cid-v0b1ZaOvPY h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-v0b1ZaOvPY .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-v0b1ZaOvPY .article:hover .article-title-left,
.cid-v0b1ZaOvPY .article:hover .article-title-right {
  color: tranúparent;
  opacity: 0.2;
  letter-spacing: 0.4px;
}
.cid-v0b1ZaOvPY .article .article-title-left,
.cid-v0b1ZaOvPY .article .article-title-right {
  transition: color 0.6s ease, opacity 0.3s ease, letter-spacing 0.4s ease;
  color: inherit;
  text-align: center;
  margin-bottom: 0.1rem;
}
.cid-v0b1ZaOvPY .article .mbr-text-left,
.cid-v0b1ZaOvPY .article .mbr-text-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-v0b1ZaOvPY .article .mbr-text-left,
  .cid-v0b1ZaOvPY .article .mbr-text-right {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0b1ZaOvPY .article-right-border {
    border-right: 2px dotted #dddddc;
  }
}
.cid-v0b1ZaOvPY .article-counter-right {
  color: #727272;
  line-height: 1.3;
}
.cid-v0b1ZaOvPY .article-counter-left {
  color: #727272;
  line-height: 1.3;
}
.cid-v0b1ZaOvPY .mbr-text-right {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b1ZaOvPY .mbr-text-left {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b1ZaOvPY .article-title-left {
  color: #3d3d3d;
}
.cid-v0b1ZaOvPY .article-title-right {
  color: #3d3d3d;
}
.cid-v0b5MB1cmC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f4eb;
}
.cid-v0b5MB1cmC h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-v0b5MB1cmC .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-v0b5MB1cmC .article:hover .article-title-left,
.cid-v0b5MB1cmC .article:hover .article-title-right {
  color: tranúparent;
  opacity: 0.2;
  letter-spacing: 0.4px;
}
.cid-v0b5MB1cmC .article .article-title-left,
.cid-v0b5MB1cmC .article .article-title-right {
  transition: color 0.6s ease, opacity 0.3s ease, letter-spacing 0.4s ease;
  color: inherit;
  text-align: center;
  margin-bottom: 0.1rem;
}
.cid-v0b5MB1cmC .article .mbr-text-left,
.cid-v0b5MB1cmC .article .mbr-text-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-v0b5MB1cmC .article .mbr-text-left,
  .cid-v0b5MB1cmC .article .mbr-text-right {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0b5MB1cmC .article-right-border {
    border-right: 2px dotted #dddddc;
  }
}
.cid-v0b5MB1cmC .article-counter-right {
  color: #727272;
}
.cid-v0b5MB1cmC .article-counter-left {
  color: #727272;
}
.cid-v0b5MB1cmC .mbr-text-right {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b5MB1cmC .mbr-text-left {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b5MB1cmC .article-title-left {
  color: #3d3d3d;
}
.cid-v0b5MB1cmC .article-title-right {
  color: #3d3d3d;
}
.cid-v0b5TZ90cO {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #f8f4eb;
}
.cid-v0b5TZ90cO h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-v0b5TZ90cO .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-v0b5TZ90cO .article:hover .article-title-left,
.cid-v0b5TZ90cO .article:hover .article-title-right {
  color: tranúparent;
  opacity: 0.2;
  letter-spacing: 0.4px;
}
.cid-v0b5TZ90cO .article .article-title-left,
.cid-v0b5TZ90cO .article .article-title-right {
  transition: color 0.6s ease, opacity 0.3s ease, letter-spacing 0.4s ease;
  color: inherit;
  text-align: center;
  margin-bottom: 0.1rem;
}
.cid-v0b5TZ90cO .article .mbr-text-left,
.cid-v0b5TZ90cO .article .mbr-text-right {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-v0b5TZ90cO .article .mbr-text-left,
  .cid-v0b5TZ90cO .article .mbr-text-right {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v0b5TZ90cO .article-right-border {
    border-right: 2px dotted #dddddc;
  }
}
.cid-v0b5TZ90cO .article-counter-right {
  color: #727272;
}
.cid-v0b5TZ90cO .article-counter-left {
  color: #727272;
}
.cid-v0b5TZ90cO .mbr-text-right {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b5TZ90cO .mbr-text-left {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0b5TZ90cO .article-title-left {
  color: #3d3d3d;
}
.cid-v0b5TZ90cO .article-title-right {
  color: #3d3d3d;
}
.cid-uPk5MpYHwu {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/graphic-design-petra-marie-branding2.webp");
}
.cid-uPk5MpYHwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPk5MpYHwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPk5MpYHwu .mbr-text,
.cid-uPk5MpYHwu .mbr-section-btn {
  text-align: center;
  color: #dcdad0;
  line-height: 1.7;
}
.cid-uPk5MpYHwu .mbr-section-subtitle {
  text-align: center;
  color: #f1eede;
  line-height: 1.2;
  font-size: 1.3rem;
}
.cid-uPk5MpYHwu .mbr-section-title {
  text-align: center;
  color: #f5f2e3;
  letter-spacing: 0.25px;
  font-size: 0.75rem;
}
.cid-v0biIDgLwK {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-v0biIDgLwK .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-v0biIDgLwK .row {
    padding: 0 12px;
  }
}
.cid-v0biIDgLwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0biIDgLwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0biIDgLwK .title-wrapper {
  margin-bottom: 25px;
}
.cid-v0biIDgLwK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0biIDgLwK .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item {
  padding: 0 45px 40px 0;
  border-top: 2px solid #a7a7a7;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-v0biIDgLwK .nav.nav-tabs .nav-item {
    padding: 0 35px 0 0;
  }
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  color: #000000;
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link:not(.active) {
  color: #3d3d3d;
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link:focus span {
  font-weight: bold;
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  right: -45px;
  top: 10px;
  color: #3d3d3d;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link span {
    right: -35px;
  }
}
.cid-v0biIDgLwK .nav.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  color: #62665f;
}
.cid-v0biIDgLwK .tab-pane .mbr-text {
  margin: 0 auto;
  max-width: 80%;
  color: #3d3d3d;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-v0biIDgLwK .tab-pane .mbr-text {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.cid-v0biIDgLwK .mbr-section-title {
  color: #3d3d3d;
  text-align: center;
}
.cid-uvl5OLVbyU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uvl5OLVbyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl5OLVbyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl5OLVbyU .col-title {
  margin-bottom: 32px;
}
.cid-uvl5OLVbyU .mbr-section-title {
  color: #24262b;
}
.cid-uvl5OLVbyU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvl5OLVbyU .border-item {
  width: 100%;
  height: 1px;
  background: #a4a3a3;
  margin-bottom: 2rem;
}
.cid-uvl5OLVbyU .cards-row {
  row-gap: 32px;
}
.cid-uvl5OLVbyU .card {
  border-radius: 0;
}
.cid-uvl5OLVbyU .card-title {
  flex-grow: 1;
  color: #f8f4eb;
  transition: 0.3s all;
}
.cid-uvl5OLVbyU .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvl5OLVbyU .card-wrapper:hover .card-title {
  color: #f9f7f2;
}
.cid-uvl5OLVbyU .card-wrapper:hover .mbr-iconfont {
  color: #f9f7f2;
}
.cid-uvl5PDEriR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uvl5PDEriR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl5PDEriR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvl5PDEriR .mbr-text,
.cid-uvl5PDEriR .mbr-section-btn {
  text-align: center;
  color: #191919;
}
.cid-uvl5PDEriR .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uvl5PDEriR .mbr-section-title {
  text-align: left;
  color: #3d3d3d;
  line-height: 1.2;
  font-size: 1.6rem;
}
.cid-uvl5QGtXrK {
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uvl5QGtXrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvl5QGtXrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -300px;
}
.cid-uvl5QGtXrK .mbr-fallback-image img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  transition: transform 0.4s ease-in-out;
}
.cid-uvl5QGtXrK .mbr-fallback-image img:hover {
  transform: scale(1.015);
}
.cid-uvl5QGtXrK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvl5QGtXrK .container-fluid {
    padding: 0 30px;
  }
}
.cid-uvl5QGtXrK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvl5QGtXrK .container {
    padding: 0 30px;
  }
}
.cid-uvl5QGtXrK .row {
  justify-content: center;
}
.cid-uvl5QGtXrK .item {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uvl5QGtXrK .item {
    margin-bottom: 10px;
  }
}
.cid-uvl5QGtXrK .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvl5QGtXrK .item .item-wrapper .item-img {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.cid-uvl5QGtXrK .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  transition: transform 0.4s ease-in-out;
}
.cid-uvl5QGtXrK .item .item-wrapper .item-img img:hover {
  transform: scale(1.015);
}
.cid-uvl5QGtXrK .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-uvl5QGtXrK .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uvl5QGtXrK .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uvl5QGtXrK .mbr-card-title {
  color: #1d1d1d;
}
.cid-uvl5QGtXrK .mbr-card-title,
.cid-uvl5QGtXrK .item-img {
  text-align: CENTER;
  color: #2d2d2d;
}
.cid-uvl5QGtXrK .mbr-text {
  color: #3d3d3d;
  text-align: JUSTIFY;
}
.cid-v0hLVNO0uJ {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #f8f4eb;
}
.cid-v0hLVNO0uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hLVNO0uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hLVNO0uJ .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-v0hLVNO0uJ .card {
    padding: 0;
    border-radius: 0 !important;
    flex: 0 0 calc(45%);
    margin: 0 5px 0 0;
    border-right: 1px solid #e7e7e7;
  }
  .cid-v0hLVNO0uJ .card:last-child {
    margin-right: 0;
    border-right: none;
  }
}
.cid-v0hLVNO0uJ .card-wrapper {
  padding: 10px 10px 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-v0hLVNO0uJ .card-wrapper:hover .mbr-section-title {
  color: tranúparent;
  opacity: 0.2;
  letter-spacing: 0.4px;
}
.cid-v0hLVNO0uJ .card-wrapper .mbr-section-title {
  transition: color 0.6s ease, opacity 0.3s ease, letter-spacing 0.4s ease;
  color: #10140e;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  font-size: 0.675rem;
}
.cid-v0hLVNO0uJ .card-wrapper .mbr-text {
  margin-bottom: 20px;
  letter-spacing: 0.15px;
  width: 80%;
  max-width: 80%;
  color: #33363b;
  font-size: 13px;
  text-align: center;
  line-height: 0.9;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0hLVNO0uJ .mbr-text {
  color: #3d3d3d;
}
.cid-v0hLVNO0uJ .mbr-section-title,
.cid-v0hLVNO0uJ .mbr-section-btn {
  color: #3d3d3d;
}
.cid-ufzELaPOwP {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/inquire-branding-studio-petra-marie-design.webp");
}
.cid-ufzELaPOwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzELaPOwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzELaPOwP .mbr-text,
.cid-ufzELaPOwP .mbr-section-btn {
  text-align: center;
  color: #dcdad0;
}
.cid-ufzELaPOwP .btn-small {
  max-width: 170px;
  min-height: 40px;
  font-size: 0.7rem;
  padding: 12px 0;
  border-radius: 0 !important;
  border: 1.3px solid currentColor;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.cid-ufzELaPOwP .btn-small:hover {
  opacity: 0.9;
}
.cid-ufzELaPOwP .mbr-section-subtitle {
  text-align: center;
  color: #dcd9ca;
  line-height: 1.7;
}
.cid-ufzELaPOwP .mbr-section-title {
  text-align: center;
  color: #f1eede;
  letter-spacing: 0.25px;
  font-size: 0.68rem;
}
.cid-uq9feFUAN8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9feFUAN8 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uCIVunzqy1 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/portfolio-branding-studio-petra-marie-design.webp");
}
.cid-uCIVunzqy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIVunzqy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIVunzqy1 .mbr-text,
.cid-uCIVunzqy1 .mbr-section-btn {
  text-align: left;
  color: #cbc8bc;
}
.cid-uCIVunzqy1 .mbr-section-title {
  color: #dbd7c7;
  text-align: left;
}
.cid-uCIVunzqy1 .mbr-section-subtitle {
  color: #d7d3c6;
  text-align: left;
  letter-spacing: -0.25px;
}
.cid-ufzFJTroL2 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #f8f4eb;
}
.cid-ufzFJTroL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzFJTroL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzFJTroL2 .row {
  justify-content: center;
}
.cid-ufzFJTroL2 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ufzFJTroL2 .row {
    padding: 0 12px;
  }
}
.cid-ufzFJTroL2 .item-wrap {
  z-index: 1;
}
.cid-ufzFJTroL2 .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ufzFJTroL2 .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-ufzFJTroL2 .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ufzFJTroL2 .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ufzFJTroL2 .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-ufzFJTroL2 .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-ufzFJTroL2 .item {
  margin-bottom: 4rem;
}
.cid-ufzFJTroL2 .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-ufzFJTroL2 .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-ufzFJTroL2 .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-ufzFJTroL2 .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-ufzFJTroL2 .item a {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.cid-ufzFJTroL2 .item a:hover {
  transform: translateY(-10px);
}
.cid-ufzFJTroL2 .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-ufzFJTroL2 .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-ufzFJTroL2 .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-ufzFJTroL2 .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufzFJTroL2 .mbr-card-title {
  color: #2d2d2d;
  text-align: left;
}
.cid-ufzFJTroL2 .mbr-card-subtitle {
  color: #3d3d3d;
  letter-spacing: 0.1pt;
  text-align: left;
}
.cid-uqfawMhrp9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f8f4eb;
}
.cid-uqfawMhrp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqfawMhrp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqfawMhrp9 .row {
  justify-content: center;
}
.cid-uqfawMhrp9 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uqfawMhrp9 .row {
    padding: 0 12px;
  }
}
.cid-uqfawMhrp9 .item-wrap {
  z-index: 1;
}
.cid-uqfawMhrp9 .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uqfawMhrp9 .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-uqfawMhrp9 .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uqfawMhrp9 .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uqfawMhrp9 .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-uqfawMhrp9 .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-uqfawMhrp9 .item {
  margin-bottom: 4rem;
}
.cid-uqfawMhrp9 .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-uqfawMhrp9 .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-uqfawMhrp9 .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-uqfawMhrp9 .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-uqfawMhrp9 .item a {
  width: 100%;
  display: block;
  transition: all .5s ease;
}
.cid-uqfawMhrp9 .item a:hover {
  transform: translateY(-10px);
}
.cid-uqfawMhrp9 .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-uqfawMhrp9 .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-uqfawMhrp9 .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-uqfawMhrp9 .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uqfawMhrp9 .mbr-card-title {
  color: #3d3d3d;
  text-align: left;
}
.cid-uqfawMhrp9 .mbr-card-subtitle {
  color: #2d2d2d;
  letter-spacing: 0.1pt;
  text-align: left;
}
.cid-ufzFLdOiBN {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #f8f6ed;
}
.cid-ufzFLdOiBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzFLdOiBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzFLdOiBN .row {
  justify-content: center;
}
.cid-ufzFLdOiBN .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ufzFLdOiBN .row {
    padding: 0 12px;
  }
}
.cid-ufzFLdOiBN .item-wrap {
  z-index: 1;
}
.cid-ufzFLdOiBN .mbr-section-subtitle {
  margin-bottom: 8px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ufzFLdOiBN .mbr-section-subtitle {
    margin-bottom: 6.5em;
  }
}
.cid-ufzFLdOiBN .mbr-section-title {
  margin-bottom: 54px;
  color: #181818;
}
@media (max-width: 992px) {
  .cid-ufzFLdOiBN .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-ufzFLdOiBN .mbr-text {
  margin-bottom: 54px;
  color: #454545;
}
@media (max-width: 992px) {
  .cid-ufzFLdOiBN .mbr-text {
    margin-bottom: 44px;
  }
}
.cid-ufzFLdOiBN .item {
  margin-bottom: 4rem;
}
.cid-ufzFLdOiBN .item:nth-child(odd) {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .cid-ufzFLdOiBN .item:nth-child(odd) {
    padding: 0 12px;
  }
}
.cid-ufzFLdOiBN .item:nth-child(even) {
  padding-right: 24px;
}
@media (max-width: 768px) {
  .cid-ufzFLdOiBN .item:nth-child(even) {
    padding: 0 12px;
  }
}
.cid-ufzFLdOiBN .item a {
  width: 100%;
  display: block;
  transition: all .5s ease;
}
.cid-ufzFLdOiBN .item a:hover {
  transform: translateY(-10px);
}
.cid-ufzFLdOiBN .item a .item-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .cid-ufzFLdOiBN .item a .item-wrapper img {
    height: 220px;
  }
}
.cid-ufzFLdOiBN .item a .item-wrapper .mbr-card-subtitle {
  margin-bottom: 4px;
}
.cid-ufzFLdOiBN .item a .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-ufzFLdOiBN .mbr-card-title {
  color: #2d2d2d;
  text-align: left;
}
.cid-ufzFLdOiBN .mbr-card-subtitle {
  color: #3d3d3d;
  letter-spacing: 0.1pt;
  text-align: left;
}
.cid-ufzFNOrBO1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/branding-with-soul-portfolio-petra-marie-design.webp");
}
.cid-ufzFNOrBO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzFNOrBO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzFNOrBO1 .mbr-text,
.cid-ufzFNOrBO1 .mbr-section-btn {
  text-align: center;
  color: #dcd9ca;
  line-height: 1.7;
}
.cid-ufzFNOrBO1 .mbr-section-subtitle {
  text-align: center;
  color: #f5f2e3;
  line-height: 1.3;
  font-size: 1.7rem;
}
.cid-ufzFNOrBO1 .mbr-section-title {
  text-align: center;
  color: #d6d4c7;
  letter-spacing: 0.25px;
  line-height: 0.7;
}
.cid-uq9f1Lc6fs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9f1Lc6fs .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uCIW0LQgwl {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/inquire-branding-studio-petra-marie-design.webp");
}
.cid-uCIW0LQgwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIW0LQgwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIW0LQgwl .mbr-text,
.cid-uCIW0LQgwl .mbr-section-btn {
  text-align: left;
  color: #cbc8bc;
}
.cid-uCIW0LQgwl .mbr-section-title {
  color: #f8f8f8;
  text-align: left;
}
.cid-uCIW0LQgwl .mbr-section-subtitle {
  color: #dbd7c7;
  text-align: left;
  letter-spacing: -0.25px;
}
.cid-ufzFXuoE3Q {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzFXuoE3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzFXuoE3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzFXuoE3Q .mbr-text,
.cid-ufzFXuoE3Q .mbr-section-btn {
  text-align: center;
  color: #555555;
}
.cid-ufzFXuoE3Q .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzFXuoE3Q .mbr-section-title {
  text-align: center;
  color: #272727;
}
.cid-v0gOCPbwOb .form2 {
  background-color: #f8f4eb !important;
  background-image: none !important;
}
.cid-v0gOCPbwOb .mbr-overlay {
  background-color: #f8f4eb !important;
  opacity: 1 !important;
  z-index: 1;
}
.cid-v0gOCPbwOb .form-control::placeholder {
  color: #313131;
  letter-spacing: 0.2px;
}
.cid-v0gOCPbwOb .form-group input,
.cid-v0gOCPbwOb .form-group textarea {
  color: #000000;
  letter-spacing: 0.2px;
  padding: 5px 4px 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #b2b6ae !important;
  font: inherit;
}
.cid-v0gOCPbwOb .form-group input:focus,
.cid-v0gOCPbwOb .form-group textarea:focus {
  border-bottom: 1px solid #b2b6ae !important;
  outline: none;
  background: transparent !important;
}
.cid-v0gOCPbwOb .form-group input[mbr-theme-style],
.cid-v0gOCPbwOb .form-group textarea[mbr-theme-style] {
  font: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}
.cid-v0gOCPbwOb .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-v0gOCPbwOb .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .cid-v0gOCPbwOb .content {
    max-width: 800px;
  }
}
.cid-v0gOCPbwOb .mbr-section-btn {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
.cid-v0gOCPbwOb .btn-small {
  width: 100%;
  max-width: 170px;
  min-height: 10px;
  font-size: 0.75rem;
  padding: 12px 0;
  border-radius: 0 !important;
  border: 1.3px solid currentColor;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 50px;
}
.cid-v0gOCPbwOb .btn-small:hover {
  opacity: 0.9;
}
.cid-ufzFZ8u6rw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzFZ8u6rw .content {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-ufzFZ8u6rw .content {
    padding: 1rem 0;
  }
}
.cid-ufzFZ8u6rw .mbr-section-title {
  color: #2c2711;
  margin-bottom: 20.4px;
  text-align: center;
  letter-spacing: -2px;
}
.cid-ufzFZ8u6rw .mbr-section-subtitle {
  color: #111111;
  margin-bottom: 9px;
}
.cid-ufzFZ8u6rw .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-ufzG0WQ6N6 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/contact-branding-studio-petra-marie-design.webp");
}
.cid-ufzG0WQ6N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzG0WQ6N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzG0WQ6N6 .mbr-text,
.cid-ufzG0WQ6N6 .mbr-section-btn {
  text-align: center;
  color: #bebcb5;
}
.cid-ufzG0WQ6N6 .mbr-section-subtitle {
  text-align: center;
  color: #eae8d9;
}
.cid-ufzG0WQ6N6 .mbr-section-title {
  text-align: center;
  letter-spacing: 0.1pt;
  color: #f1eede;
}
.cid-uq9eYpR1lD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9eYpR1lD .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-uCLVk25lvD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-uCLVk25lvD .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-uCLVk25lvD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCLVk25lvD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCLVk25lvD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCLVk25lvD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCLVk25lvD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCLVk25lvD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCLVk25lvD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCLVk25lvD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCLVk25lvD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCLVk25lvD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCLVk25lvD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCLVk25lvD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCLVk25lvD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCLVk25lvD .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uCJ4udbNKU {
  padding-top: 9rem;
  padding-bottom: 1rem;
}
.cid-uCJ4udbNKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJ4udbNKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/about-branding-studio-petra-marie-design.webp");
}
.cid-uCJ4udbNKU .mbr-text,
.cid-uCJ4udbNKU .mbr-section-btn {
  text-align: left;
  color: #cbc8bc;
}
.cid-uCJ4udbNKU .mbr-section-title {
  color: #f8f8f8;
  text-align: left;
}
.cid-uCJ4udbNKU .mbr-section-subtitle {
  color: #fffdf7;
  text-align: left;
  letter-spacing: -0.25px;
}
.cid-ufzH2eKVdC {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzH2eKVdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzH2eKVdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzH2eKVdC .mbr-text,
.cid-ufzH2eKVdC .mbr-section-btn {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzH2eKVdC .mbr-section-subtitle {
  text-align: center;
  color: #d2cfc2;
}
.cid-ufzH2eKVdC .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
  letter-spacing: 0.25px;
}
.cid-ufzH3Y2OZt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8f4eb;
}
.cid-ufzH3Y2OZt .mbr-text {
  text-align: CENTER;
  color: #3d3d3d;
}
.cid-ufzH3Y2OZt .mbr-section-title {
  text-align: JUSTIFY;
}
.cid-ufzH3Y2OZt .mbr-section-subtitle {
  text-align: JUSTIFY;
}
.cid-ufzH2TQhXU {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #f8f4eb;
}
.cid-ufzH2TQhXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzH2TQhXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzH2TQhXU .mbr-fallback-image img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  transition: transform 0.4s ease-in-out;
}
.cid-ufzH2TQhXU .mbr-fallback-image img:hover {
  transform: scale(1.015);
}
.cid-ufzH2TQhXU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ufzH2TQhXU .container-fluid {
    padding: 0 30px;
  }
}
.cid-ufzH2TQhXU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufzH2TQhXU .container {
    padding: 0 30px;
  }
}
.cid-ufzH2TQhXU .row {
  justify-content: center;
}
.cid-ufzH2TQhXU .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ufzH2TQhXU .item {
    margin-bottom: 60px;
  }
}
.cid-ufzH2TQhXU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ufzH2TQhXU .item .item-wrapper .item-img {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.cid-ufzH2TQhXU .item .item-wrapper .item-img img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  transition: transform 0.4s ease-in-out;
}
.cid-ufzH2TQhXU .item .item-wrapper .item-img img:hover {
  transform: scale(1.015);
}
.cid-ufzH2TQhXU .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-ufzH2TQhXU .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}
.cid-ufzH2TQhXU .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ufzH2TQhXU .mbr-card-title {
  color: #1d1d1d;
}
.cid-ufzH2TQhXU .mbr-card-title,
.cid-ufzH2TQhXU .item-img {
  text-align: CENTER;
  color: #3d3d3d;
}
.cid-ufzH2TQhXU .mbr-text {
  color: #3d3d3d;
  text-align: justify;
  text-align-last: left;
}
.cid-v0bRw8l1U5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #f0ede1;
}
.cid-v0bRw8l1U5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bRw8l1U5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bRw8l1U5 .oldcost {
  display: none;
}
.cid-v0bRw8l1U5 .currentcost {
  color: #232323;
}
.cid-v0bRw8l1U5 .card-wrapper {
  border-radius: 4px;
  background: #f0ede1;
}
.cid-v0bRw8l1U5 .text-box {
  display: flex;
  justify-content: flex-start;
}
.cid-v0bRw8l1U5 .text-limiter {
  max-width: 520px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  padding: 1.5rem 2rem;
}
.cid-v0bRw8l1U5 .extra-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #3d3d3d;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0bRw8l1U5 .text-box {
    padding: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v0bRw8l1U5 .text-limiter {
    max-width: 90%;
    padding: 1rem;
  }
}
.cid-v0bRw8l1U5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0bRw8l1U5 DIV {
  text-align: left;
}
.cid-v0bRw8l1U5 H5 {
  color: #3d3d3d;
  text-align: left;
  letter-spacing: -0.25px;
  font-size: 0.85rem;
  margin-bottom: 1.4rem;
}
.cid-v0bRw8l1U5 .mbr-text,
.cid-v0bRw8l1U5 .cost,
.cid-v0bRw8l1U5 .mbr-section-btn {
  color: #3d3d3d;
  text-align: justify;
}
.cid-v0bRw8l1U5 P {
  color: #3d3d3d;
}
.cid-v0id5XTnMy {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/inquire-branding-studio-petra-marie-design.webp");
}
.cid-v0id5XTnMy .form-control::placeholder {
  color: #bbb4a0;
  letter-spacing: 0.2px;
}
.cid-v0id5XTnMy .form-group input {
  color: #d6d1bf;
  letter-spacing: 0.2px;
}
.cid-v0id5XTnMy .form-control-label {
  color: #b4ad98;
}
.cid-v0id5XTnMy .mbr-overlay {
  z-index: 1;
}
.cid-v0id5XTnMy .main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: none;
  border-top: none;
  margin-top: 0;
  padding: 130px 32px;
  position: relative;
  z-index: 2;
}
.cid-v0id5XTnMy .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0id5XTnMy .content {
    max-width: 800px;
  }
}
.cid-v0id5XTnMy .text-with-round,
.cid-v0id5XTnMy .mbr-section-title {
  width: 100%;
}
.cid-v0id5XTnMy .mbr-section-title {
  margin-bottom: 25px;
  color: #dcd9ca;
}
.cid-v0id5XTnMy .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-v0id5XTnMy .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-v0id5XTnMy .form-name-email-container {
  display: flex;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0id5XTnMy .form-name-email-container {
    flex-wrap: wrap;
  }
}
.cid-v0id5XTnMy .form-name {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .cid-v0id5XTnMy .form-name {
    width: 100%;
    padding: 0;
  }
}
.cid-v0id5XTnMy .form-email {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-v0id5XTnMy .form-email {
    width: 100%;
    padding: 0;
  }
}
.cid-v0id5XTnMy .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-v0id5XTnMy form .row {
  margin: 0;
  border: none !important;
}
.cid-v0id5XTnMy form .form-group {
  flex-grow: 1;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .cid-v0id5XTnMy form .form-group {
    width: 100%;
  }
}
.cid-v0id5XTnMy form .form-group input,
.cid-v0id5XTnMy form .form-group textarea {
  padding: 5px 4px 0;
  border-radius: 0;
  border: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #72766f !important;
  min-height: auto;
  font-size: 1rem;
  color: #e2dfd2;
}
.cid-v0id5XTnMy form .form-group input:hover,
.cid-v0id5XTnMy form .form-group textarea:hover,
.cid-v0id5XTnMy form .form-group input :focus,
.cid-v0id5XTnMy form .form-group textarea :focus,
.cid-v0id5XTnMy form .form-group input :active,
.cid-v0id5XTnMy form .form-group textarea :active {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #72766f !important;
}
.cid-v0id5XTnMy form .form-message {
  margin-bottom: 0 !important;
}
.cid-v0id5XTnMy form .form-message textarea {
  min-height: 100px;
  resize: none;
  color: #cfccbd
;
}
.cid-v0id5XTnMy form .mbr-section-btn {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
.cid-v0id5XTnMy form .btn-small {
  width: 100%;
  max-width: 170px;
  min-height: 10px;
  font-size: 0.75rem;
  padding: 12px 0;
  border-radius: 0 !important;
  border: 1.3px solid currentColor;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 50px;
}
.cid-v0id5XTnMy form .btn-small:hover {
  opacity: 0.9;
}
.cid-v0id5XTnMy .text-with-round {
  color: #f1eede;
}
.cid-v0id5XTnMy LABEL {
  color: #b4ad98;
}
.cid-ufAul4qoVO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-ufAul4qoVO .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uqNL13dxc1 {
  background-image: url("../../../assets/images/romantic-bride-and-groom-photo-jessica-fowler-photography.webp");
}
.cid-uqNL13dxc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNL13dxc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqNL13dxc1 .mbr-text,
.cid-uqNL13dxc1 .mbr-section-btn {
  text-align: justify;
  color: #dcdad0;
}
.cid-uqNL13dxc1 .mbr-section-title {
  color: #f3eee4;
}
.cid-ufzHlFcR6B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzHlFcR6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzHlFcR6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzHlFcR6B .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzHlFcR6B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzHlFcR6B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzHlFcR6B .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzHlFcR6B .mbr-text {
  text-align: left;
  color: #3d3d3d;
}
.cid-ufzHlFcR6B .mbr-section-title {
  text-align: left;
  letter-spacing: 0.1pt;
  color: #3d3d3d;
}
.cid-ufzHmqPakg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzHmqPakg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzHmqPakg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufzHmqPakg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzHmqPakg .row {
  flex-direction: row-reverse;
}
.cid-ufzHmqPakg img {
  width: 100%;
}
.cid-ufzHnErRwg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzHnErRwg .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzHovIekQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzHovIekQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzHovIekQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzHovIekQ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzHovIekQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzHovIekQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzHovIekQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzHovIekQ .mbr-section-title {
  color: #3d3d3d;
}
.cid-ufzHovIekQ .mbr-text {
  color: #3d3d3d;
  text-align: justify;
}
.cid-uq8zdo7nyD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-uq8zdo7nyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8zdo7nyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq8zdo7nyD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq8zdo7nyD .row {
  flex-direction: row-reverse;
}
.cid-uq8zdo7nyD img {
  width: 100%;
}
.cid-ufzHtaq5Aa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f8f5;
}
.cid-ufzHtaq5Aa .mbr-text {
  text-align: JUSTIFY;
  color: #3d3d3d;
}
.cid-ufAH9qxUqc {
  background-image: url("../../../assets/images/blue-white-elegant-wedding-letterhead-wax-stamp.webp");
}
.cid-ufAH9qxUqc .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ufAH9qxUqc .img-wrap img {
  width: 25%;
  margin: auto;
}
.cid-ufAH9qxUqc .mbr-text,
.cid-ufAH9qxUqc .mbr-section-btn {
  color: #ffffff;
}
.cid-ufAH9qxUqc .mbr-section-title {
  color: #ffffff;
}
.cid-ufAH9qxUqc .buttons-wrap .link {
  display: flex;
}
.cid-ufAH9qxUqc .mbr-arrow {
  bottom: 0;
}
.cid-ufzHvsUD0S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f4eb;
}
.cid-ufzHvsUD0S .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzHtT7iXM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f8f4eb;
}
.cid-ufzHtT7iXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzHtT7iXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzHtT7iXM .mbr-text,
.cid-ufzHtT7iXM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufzHtT7iXM .mbr-section-subtitle {
  text-align: center;
  color: #5f5d5d;
}
.cid-ufzHtT7iXM .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzHuNv1Je {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f8f4eb;
}
.cid-ufzHuNv1Je .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-uq9ent9Ei4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9ent9Ei4 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
.cid-ufzJ0GhT0x {
  background-image: url("../../../assets/images/brown-ceramic-vase-wabi-sabi-petra-marie-branding.webp");
}
.cid-ufzJ0GhT0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJ0GhT0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJ0GhT0x .mbr-text,
.cid-ufzJ0GhT0x .mbr-section-btn {
  text-align: justify;
  color: #dcdad0;
}
.cid-ufzJ0GhT0x .mbr-section-title {
  color: #f3eee4;
  text-align: left;
}
.cid-ufAw7PGB3o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fbf9f4;
}
.cid-ufAw7PGB3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAw7PGB3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAw7PGB3o .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufAw7PGB3o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAw7PGB3o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufAw7PGB3o .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufAw7PGB3o .mbr-text {
  text-align: left;
  color: #3d3d3d;
}
.cid-ufAw7PGB3o .mbr-section-title {
  text-align: left;
  letter-spacing: 0.1pt;
  color: #3d3d3d;
}
.cid-ufAxGWMZrl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf9f4;
}
.cid-ufAxGWMZrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAxGWMZrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufAxGWMZrl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAxGWMZrl .row {
  flex-direction: row-reverse;
}
.cid-ufAxGWMZrl img {
  width: 100%;
}
.cid-uqNREvEpor .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uqNREvEpor .img-wrap img {
  width: 5%;
  margin: auto;
}
.cid-uqNREvEpor .mbr-text,
.cid-uqNREvEpor .mbr-section-btn {
  color: #ffffff;
}
.cid-uqNREvEpor .mbr-section-title {
  color: #ffffff;
}
.cid-uqNREvEpor .buttons-wrap .link {
  display: flex;
}
.cid-uqNREvEpor .mbr-arrow {
  bottom: 0;
}
.cid-ufzJ59aVnO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJ59aVnO .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzJ5NoF1l {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f9f8f5;
}
.cid-ufzJ5NoF1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJ5NoF1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJ5NoF1l .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzJ5NoF1l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzJ5NoF1l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzJ5NoF1l .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzJ5NoF1l .mbr-section-title {
  color: #3d3d3d;
}
.cid-ufzJ5NoF1l .mbr-text {
  color: #3d3d3d;
  text-align: justify;
}
.cid-ufzJ6TMMPW {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/linen-and-stone-custom-instagram-icons.webp");
}
.cid-ufzJ6TMMPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJ6TMMPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utsb1D049u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-utsb1D049u .mbr-fallback-image.disabled {
  display: none;
}
.cid-utsb1D049u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utsb1D049u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utsb1D049u .row {
  flex-direction: row-reverse;
}
.cid-utsb1D049u img {
  width: 100%;
}
.cid-ufzJdsX6Zg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #faf9f3;
}
.cid-ufzJdsX6Zg .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-utnfourfay {
  background-image: url("../../../assets/images/handrawn-premium-organic-floral-pattern-wrapping-paper.webp");
}
.cid-utnfourfay .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-utnfourfay .img-wrap img {
  width: 31%;
  margin: auto;
}
.cid-utnfourfay .mbr-text,
.cid-utnfourfay .mbr-section-btn {
  color: #ffffff;
}
.cid-utnfourfay .mbr-section-title {
  color: #ffffff;
}
.cid-utnfourfay .buttons-wrap .link {
  display: flex;
}
.cid-utnfourfay .mbr-arrow {
  bottom: 0;
}
.cid-utm5j6UJwa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #faf9f3;
}
.cid-utm5j6UJwa .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzJeoo0X7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #faf9f3;
}
.cid-ufzJeoo0X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJeoo0X7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJeoo0X7 .mbr-text,
.cid-ufzJeoo0X7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufzJeoo0X7 .mbr-section-subtitle {
  text-align: center;
  color: #5f5d5d;
}
.cid-ufzJeoo0X7 .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzJfj7hqo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #faf9f3;
}
.cid-ufzJfj7hqo .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-uq9erjYTj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9erjYTj9 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

  .media {
    width: auto;
  }

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

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

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

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

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

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-ufzJlNFBfU {
  background-image: url("../../../assets/images/photo-of-wave-yacht-branding-luxury-adventure-serenity.webp");
}
.cid-ufzJlNFBfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJlNFBfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJlNFBfU .mbr-text,
.cid-ufzJlNFBfU .mbr-section-btn {
  text-align: justify;
  color: #dcdad0;
}
.cid-ufzJlNFBfU .mbr-section-title {
  color: #f3eee4;
}
.cid-ufzJmxaCWT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJmxaCWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJmxaCWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJmxaCWT .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzJmxaCWT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzJmxaCWT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzJmxaCWT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzJmxaCWT .mbr-text {
  text-align: left;
  color: #3d3d3d;
}
.cid-ufzJmxaCWT .mbr-section-title {
  text-align: left;
  letter-spacing: 0.1pt;
  color: #3d3d3d;
}
.cid-ufzJncBSBe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJncBSBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJncBSBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufzJncBSBe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzJncBSBe .row {
  flex-direction: row-reverse;
}
.cid-ufzJncBSBe img {
  width: 100%;
}
.cid-ufzJpL5NC0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJpL5NC0 .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzJqtK2eH {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f9f8f5;
}
.cid-ufzJqtK2eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJqtK2eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJqtK2eH .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzJqtK2eH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzJqtK2eH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzJqtK2eH .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzJqtK2eH .mbr-section-title {
  color: #3d3d3d;
}
.cid-ufzJqtK2eH .mbr-text {
  color: #3d3d3d;
  text-align: justify;
}
.cid-ufzJrfUMby {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/typography-logo-design-yacht-branding-sea-motion.webp");
}
.cid-ufzJrfUMby .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ufzJrfUMby .img-wrap img {
  width: 44%;
  margin: auto;
}
.cid-ufzJrfUMby .mbr-text,
.cid-ufzJrfUMby .mbr-section-btn {
  color: #ffffff;
}
.cid-ufzJrfUMby .mbr-section-title {
  color: #ffffff;
}
.cid-ufzJrfUMby .buttons-wrap .link {
  display: flex;
}
.cid-ufzJrfUMby .mbr-arrow {
  bottom: 0;
}
.cid-ufzJso1AEl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJso1AEl .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzJtswsF3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJtswsF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJtswsF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufzJtswsF3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzJtswsF3 .row {
  flex-direction: row-reverse;
}
.cid-ufzJtswsF3 img {
  width: 100%;
}
.cid-ufzJukTeWW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzJukTeWW .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufAiYeRccp {
  background-image: url("../../../assets/images/yacht-by-the-rocks-luxury-branding-seaside-escape.webp");
}
.cid-ufAiYeRccp .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ufAiYeRccp .img-wrap img {
  width: 21%;
  margin: auto;
}
.cid-ufAiYeRccp .mbr-text,
.cid-ufAiYeRccp .mbr-section-btn {
  color: #ffffff;
}
.cid-ufAiYeRccp .mbr-section-title {
  color: #ffffff;
}
.cid-ufAiYeRccp .buttons-wrap .link {
  display: flex;
}
.cid-ufAiYeRccp .mbr-arrow {
  bottom: 0;
}
.cid-ufAtwhHmuh {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9f8f5;
}
.cid-ufAtwhHmuh .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzJwpVgfd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f9f8f5;
}
.cid-ufzJwpVgfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzJwpVgfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzJwpVgfd .mbr-text,
.cid-ufzJwpVgfd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufzJwpVgfd .mbr-section-subtitle {
  text-align: center;
  color: #5f5d5d;
}
.cid-ufzJwpVgfd .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzJxzHidv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f8f5;
}
.cid-ufzJxzHidv .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-uq9euNYog4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9euNYog4 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
    text-decoration: none !important;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-ufzLPehciX {
  background-image: url("../../../assets/images/blue-envelope-gold-tos-logo-tracy-osina-soape-branding.webp");
}
.cid-ufzLPehciX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLPehciX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzLPehciX .mbr-text,
.cid-ufzLPehciX .mbr-section-btn {
  text-align: justify;
  color: #dcdad0;
}
.cid-ufzLPehciX .mbr-section-title {
  color: #f1eede;
}
.cid-ufzLPSvI32 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzLPSvI32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLPSvI32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzLPSvI32 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzLPSvI32 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzLPSvI32 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzLPSvI32 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzLPSvI32 .mbr-text {
  text-align: left;
  color: #3d3d3d;
}
.cid-ufzLPSvI32 .mbr-section-title {
  text-align: left;
  letter-spacing: 0.1pt;
  color: #3d3d3d;
}
.cid-ufzLQyKS1x {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzLQyKS1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLQyKS1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufzLQyKS1x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzLQyKS1x .row {
  flex-direction: row-reverse;
}
.cid-ufzLQyKS1x img {
  width: 100%;
}
.cid-ufzLRhAjee {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f8f5;
}
.cid-ufzLRhAjee .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzLSgBOQp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f9f8f5;
}
.cid-ufzLSgBOQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLSgBOQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzLSgBOQp .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzLSgBOQp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzLSgBOQp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzLSgBOQp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzLSgBOQp .mbr-section-title {
  color: #3d3d3d;
}
.cid-ufzLSgBOQp .mbr-text {
  color: #3d3d3d;
  text-align: justify;
}
.cid-ufzLT7l0jT {
  background-image: url("../../../assets/images/lawyer-behind-desk-professional-branding.webp");
}
.cid-ufzLT7l0jT .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ufzLT7l0jT .img-wrap img {
  width: 9%;
  margin: auto;
}
.cid-ufzLT7l0jT .mbr-text,
.cid-ufzLT7l0jT .mbr-section-btn {
  color: #ffffff;
}
.cid-ufzLT7l0jT .mbr-section-title {
  color: #ffffff;
}
.cid-ufzLT7l0jT .buttons-wrap .link {
  display: flex;
}
.cid-ufzLT7l0jT .mbr-arrow {
  bottom: 0;
}
.cid-ufzLTJgzGh {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f8f5;
}
.cid-ufzLTJgzGh .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzLUtkmiE {
  background-image: url("../../../assets/images/custom-stationery-gold-blue-branding.webp");
}
.cid-ufzLUtkmiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLUtkmiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtFe18Ij {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9f8f5;
}
.cid-ufAtFe18Ij .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzLV7kwfQ {
  background-image: url("../../../assets/images/personalized-blue-calendar-attorney-branding.webp");
}
.cid-ufzLV7kwfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLV7kwfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtEIQ7wJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f9f7f3;
}
.cid-ufAtEIQ7wJ .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufzLW4X5D4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f9f7f3;
}
.cid-ufzLW4X5D4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzLW4X5D4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzLW4X5D4 .mbr-text,
.cid-ufzLW4X5D4 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufzLW4X5D4 .mbr-section-subtitle {
  text-align: center;
  color: #5f5d5d;
}
.cid-ufzLW4X5D4 .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzLWS8dLl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f9f7f3;
}
.cid-ufzLWS8dLl .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-uq9ey0Rskg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9ey0Rskg .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
    text-decoration: none !important;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-ufzM1QrS5a {
  background-image: url("../../../assets/images/minimal-logo-branding-caren-ortiz.jpg");
}
.cid-ufzM1QrS5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzM1QrS5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzM1QrS5a .mbr-text,
.cid-ufzM1QrS5a .mbr-section-btn {
  text-align: justify;
  color: #ebeae3;
}
.cid-ufzM1QrS5a .mbr-section-title {
  color: #deddd4;
}
.cid-ufzM3yyflM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #fffdf5;
}
.cid-ufzM3yyflM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzM3yyflM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzM3yyflM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzM3yyflM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzM3yyflM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzM3yyflM .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzM3yyflM .mbr-text {
  text-align: left;
  color: #3d3d3d;
}
.cid-ufzM3yyflM .mbr-section-title {
  text-align: left;
  letter-spacing: 0.1pt;
  color: #3d3d3d;
}
.cid-ufzM4pLpHN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffdf5;
}
.cid-ufzM4pLpHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzM4pLpHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufzM4pLpHN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzM4pLpHN .row {
  flex-direction: row-reverse;
}
.cid-ufzM4pLpHN img {
  width: 100%;
}
.cid-ufzM58crJF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fffdf5;
}
.cid-ufzM58crJF .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzM613vPD {
  background-image: url("../../../assets/images/black-jewelry-box-golden-geometrical-logo-packaging-design2.webp");
}
.cid-ufzM613vPD .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ufzM613vPD .img-wrap img {
  width: 32%;
  margin: auto;
}
.cid-ufzM613vPD .mbr-text,
.cid-ufzM613vPD .mbr-section-btn {
  color: #ffffff;
}
.cid-ufzM613vPD .mbr-section-title {
  color: #ffffff;
}
.cid-ufzM613vPD .buttons-wrap .link {
  display: flex;
}
.cid-ufzM613vPD .mbr-arrow {
  bottom: 0;
}
.cid-ufzM70OAGM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fffdf5;
}
.cid-ufzM70OAGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzM70OAGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzM70OAGM .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ufzM70OAGM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufzM70OAGM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufzM70OAGM .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufzM70OAGM .mbr-section-title {
  color: #3d3d3d;
}
.cid-ufzM70OAGM .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzM7DtPfs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fffdf5;
}
.cid-ufzM7DtPfs .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-ufAJ6IU7uJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffdf5;
}
.cid-ufAJ6IU7uJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAJ6IU7uJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufAJ6IU7uJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufAJ6IU7uJ .row {
  flex-direction: row-reverse;
}
.cid-ufAJ6IU7uJ img {
  width: 100%;
}
.cid-ufzM91MMQt {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fffdf5;
}
.cid-ufzM91MMQt .mbr-text {
  text-align: justify;
  color: #3d3d3d;
}
.cid-uLbMM2UJQy {
  background-image: url("../../../assets/images/custom-jewelry-box-design-branding-caren-ortiz.webp");
}
.cid-uLbMM2UJQy .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uLbMM2UJQy .img-wrap img {
  width: 28%;
  margin: auto;
}
.cid-uLbMM2UJQy .mbr-text,
.cid-uLbMM2UJQy .mbr-section-btn {
  color: #ffffff;
}
.cid-uLbMM2UJQy .mbr-section-title {
  color: #ffffff;
}
.cid-uLbMM2UJQy .buttons-wrap .link {
  display: flex;
}
.cid-uLbMM2UJQy .mbr-arrow {
  bottom: 0;
}
.cid-ufAu4owRL8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f6ed;
}
.cid-ufAu4owRL8 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufzMc1O8CC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f8f6ed;
}
.cid-ufzMc1O8CC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzMc1O8CC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzMc1O8CC .mbr-text,
.cid-ufzMc1O8CC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ufzMc1O8CC .mbr-section-subtitle {
  text-align: center;
  color: #5f5d5d;
}
.cid-ufzMc1O8CC .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzMd0KaF5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f6ed;
}
.cid-ufzMd0KaF5 .mbr-text {
  text-align: left;
  color: #727272;
}
.cid-uq9eB75Gpj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9eB75Gpj .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
    text-decoration: none !important;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-ufzMhUfdtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f4eb;
}
.cid-ufzMhUfdtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzMhUfdtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzMhUfdtL .mbr-text,
.cid-ufzMhUfdtL .mbr-section-btn {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzMhUfdtL .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzMhUfdtL .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzMhUfdtL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvldTEJ3RR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uvldTEJ3RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvldTEJ3RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvldTEJ3RR .col-title {
  margin-bottom: 32px;
}
.cid-uvldTEJ3RR .mbr-section-title {
  color: #24262b;
}
.cid-uvldTEJ3RR .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvldTEJ3RR .border-item {
  width: 100%;
  height: 1px;
  background: #a4a3a3;
  margin-bottom: 2rem;
}
.cid-uvldTEJ3RR .cards-row {
  row-gap: 32px;
}
.cid-uvldTEJ3RR .card {
  border-radius: 0;
}
.cid-uvldTEJ3RR .card-title {
  flex-grow: 1;
  color: #f8f4eb;
  transition: 0.3s all;
}
.cid-uvldTEJ3RR .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvldTEJ3RR .card-wrapper:hover .card-title {
  color: #f8f4eb;
}
.cid-uvldTEJ3RR .card-wrapper:hover .mbr-iconfont {
  color: #f8f4eb;
}
.cid-ufzMiXMiMi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-ufzMiXMiMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzMiXMiMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzMiXMiMi .mbr-text,
.cid-ufzMiXMiMi .mbr-section-btn {
  text-align: justify;
  color: #3d3d3d;
}
.cid-ufzMiXMiMi .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzMiXMiMi .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-ufzMiXMiMi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCM8doePdl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCM8doePdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCM8doePdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCM8doePdl .mbr-text,
.cid-uCM8doePdl .mbr-section-btn {
  text-align: center;
  color: #555555;
}
.cid-uCM8doePdl .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCM8doePdl .mbr-section-title {
  text-align: center;
  color: #2e2e2e;
}
.cid-uCM8doePdl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCM8ntjr8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f4eb;
}
.cid-uCM8ntjr8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCM8ntjr8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCM8ntjr8j .mbr-text,
.cid-uCM8ntjr8j .mbr-section-btn {
  text-align: justify;
  color: #555555;
}
.cid-uCM8ntjr8j .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCM8ntjr8j .mbr-section-title {
  text-align: center;
  color: #2e2e2e;
}
.cid-uCM8ntjr8j .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uq9eEwfTin {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uq9eEwfTin .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-ufArSkvLJN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-ufArSkvLJN .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-ufArSkvLJN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufArSkvLJN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufArSkvLJN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufArSkvLJN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufArSkvLJN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ufArSkvLJN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ufArSkvLJN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ufArSkvLJN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ufArSkvLJN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufArSkvLJN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ufArSkvLJN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufArSkvLJN .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
    text-decoration: none !important;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  font-size: 0;
}

.btn {
  font-weight: 400;
  border-width: 1px;
  font-style: normal;
  margin: 0.3rem 0.3rem;
  white-space: normal;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-md {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-lg {
  font-weight: 400;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 15px;
  right: 60px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}
/* Remove underline only from text links */
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption),
a[class*="text-"]:not(.btn):not(.nav-link):not(.dropdown-item):not(.navbar-caption):hover {
  background-image: none !important;
  text-decoration: none !important;
}
.cid-uCIe4JrbTD {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f8f4eb;
}
.cid-uCIe4JrbTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIe4JrbTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIe4JrbTD .mbr-text,
.cid-uCIe4JrbTD .mbr-section-btn {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCIe4JrbTD .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
  line-height: 0.95;
}
.cid-uCIe4JrbTD .mbr-section-title {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCIe4JrbTD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uCIa0johMQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f4eb;
}
.cid-uCIa0johMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCIa0johMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCIa0johMQ .mbr-text,
.cid-uCIa0johMQ .mbr-section-btn {
  text-align: center;
  color: #555555;
}
.cid-uCIa0johMQ .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCIa0johMQ .mbr-section-title {
  text-align: center;
  color: #2e2e2e;
}
.cid-uCIa0johMQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCI7MgHROo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f4eb;
}
.cid-uCI7MgHROo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCI7MgHROo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCI7MgHROo .mbr-text,
.cid-uCI7MgHROo .mbr-section-btn {
  text-align: justify;
  color: #555555;
}
.cid-uCI7MgHROo .mbr-section-subtitle {
  text-align: center;
  color: #3d3d3d;
}
.cid-uCI7MgHROo .mbr-section-title {
  text-align: center;
  color: #2e2e2e;
}
.cid-uCI7MgHROo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCI7MhJ1r3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a2925;
}
.cid-uCI7MhJ1r3 .mbr-text {
  text-align: center;
  color: #727272;
}
.cid-uCI7Mipb8m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #2a2925;
}
.cid-uCI7Mipb8m .row-links {
  width: 100%;
  justify-content: center;
  opacity: .6;
}
.cid-uCI7Mipb8m .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uCI7Mipb8m .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uCI7Mipb8m .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCI7Mipb8m .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCI7Mipb8m .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCI7Mipb8m .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uCI7Mipb8m .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCI7Mipb8m .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCI7Mipb8m .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uCI7Mipb8m .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCI7Mipb8m .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCI7Mipb8m .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCI7Mipb8m .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCI7Mipb8m .media-container-row .mbr-text {
  color: #6c6963;
}
.cid-v0mOVPJ4kG .nav-item:focus,
.cid-v0mOVPJ4kG .nav-link:focus {
  outline: none;
}
.cid-v0mOVPJ4kG a.nav-link:focus {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .navbar {
  min-height: 77px;
  transition: background 0.5s ease;
  background: #f8f6ed;
  background: none;
}
.cid-v0mOVPJ4kG .navbar.opened {
  transition: background 0.5s ease;
  background: #f8f6ed !important;
}
.cid-v0mOVPJ4kG .navbar.opened .navbar-collapse {
  opacity: 1;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-start;
  flex-basis: auto;
  flex-grow: 0;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.cid-v0mOVPJ4kG .navbar.collapsed {
  flex-direction: row!important;
}
.cid-v0mOVPJ4kG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v0mOVPJ4kG .navbar.collapsed .navbar-collapse {
  flex-basis: 100%;
}
.cid-v0mOVPJ4kG .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0mOVPJ4kG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0mOVPJ4kG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-collapse {
    flex-basis: 100%;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0mOVPJ4kG .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-v0mOVPJ4kG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v0mOVPJ4kG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0mOVPJ4kG .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-v0mOVPJ4kG .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v0mOVPJ4kG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0mOVPJ4kG .navbar.navbar-short {
  background: #f8f6ed !important;
  min-height: 60px;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v0mOVPJ4kG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0mOVPJ4kG .navbar-brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0mOVPJ4kG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0mOVPJ4kG .dropdown-item.active,
.cid-v0mOVPJ4kG .dropdown-item:active {
  background-color: transparent;
}
.cid-v0mOVPJ4kG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0mOVPJ4kG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v0mOVPJ4kG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v0mOVPJ4kG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0mOVPJ4kG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0mOVPJ4kG .navbar-buttons {
  text-align: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d7d3c6;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0mOVPJ4kG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0mOVPJ4kG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0mOVPJ4kG .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-v0mOVPJ4kG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-v0mOVPJ4kG a.nav-link:hover {
  color: #9a7146 !important;
  letter-spacing: 2px;
  transition: color 0.3s, letter-spacing 0.3s;
}
.cid-v0mOVPJ4kG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0mOVPJ4kG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v0mOVPJ4kG .icons-menu span {
  font-size: 20px;
  color: #dcd8cd;
}
.cid-v0mOVPJ4kG .dropdown-item:hover {
  color: #9a7146 !important;
}
.cid-v0mOVPJ4kG .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #9a7146;
  transition: width 0.3s ease-in;
}
.cid-v0mOVPJ4kG .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-v0mOVPJ4kG .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v0mOVPJ4kG .navbar-expand-lg {
    justify-content: space-between;
  }
  .cid-v0mOVPJ4kG .nav-link:hover::before {
    width: calc(102%);
  }
}
