section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

.container {
  max-width: 1450px;
}

@media (min-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

b,
strong {
  font-weight: 600;
}

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

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

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

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #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;
}

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

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

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

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

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

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

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

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

.card-box {
  width: 100%;
}

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

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

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

.btn:focus {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

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

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

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

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

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

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

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

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

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

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

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

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

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

@media (min-width: 768px) and (max-width: 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;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

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

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

.mbr-section-subtitle {
  letter-spacing: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Risuali';
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 0.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-4 {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  line-height: 2.0;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.08rem !important;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #867f6c !important;
}
.bg-success {
  background-color: #bcab9a !important;
}
.bg-info {
  background-color: #b2afaf !important;
}
.bg-warning {
  background-color: #d2cdc4 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #867f6c !important;
  border-color: #867f6c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5c574a !important;
  border-color: #5c574a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5c574a !important;
  border-color: #5c574a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #636363 !important;
  border-color: #636363 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2afaf !important;
  border-color: #b2afaf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8c8888 !important;
  border-color: #8c8888 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8c8888 !important;
  border-color: #8c8888 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bcab9a !important;
  border-color: #bcab9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9d856c !important;
  border-color: #9d856c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9d856c !important;
  border-color: #9d856c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d2cdc4 !important;
  border-color: #d2cdc4 !important;
  color: #564e41 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #564e41 !important;
  background-color: #b1a899 !important;
  border-color: #b1a899 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #564e41 !important;
  background-color: #b1a899 !important;
  border-color: #b1a899 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #867f6c;
  color: #867f6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #867f6c;
  border-color: #867f6c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #867f6c !important;
  border-color: #867f6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #636363;
  color: #636363;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #636363;
  border-color: #636363;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b2afaf;
  color: #b2afaf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #b2afaf;
  border-color: #b2afaf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b2afaf !important;
  border-color: #b2afaf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #bcab9a;
  color: #bcab9a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #bcab9a;
  border-color: #bcab9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bcab9a !important;
  border-color: #bcab9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d2cdc4;
  color: #d2cdc4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #564e41;
  background-color: #d2cdc4;
  border-color: #d2cdc4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #564e41 !important;
  background-color: #d2cdc4 !important;
  border-color: #d2cdc4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #867f6c !important;
}
.text-secondary {
  color: #636363 !important;
}
.text-success {
  color: #bcab9a !important;
}
.text-info {
  color: #b2afaf !important;
}
.text-warning {
  color: #d2cdc4 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b5b0a3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #969696 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e5ded7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e4e3e3 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fefefe !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c880;
}
.alert-info {
  background-color: #b2afaf;
}
.alert-warning {
  background-color: #d2cdc4;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #867f6c;
  border-color: #867f6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #867f6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0bcb1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efebe7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f1f0f0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #867f6c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #867f6c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #867f6c;
  border-bottom-color: #867f6c;
}
.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: #867f6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #636363 !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='%23867f6c' %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-uNYk6iMbit {
  background-image: url("../../../assets/images/web6.jpg-2000x1333.jpg");
}
.cid-uNYk6iMbit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNYk6iMbit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNYk6iMbit .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNYk6iMbit .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uNYk6iMbit .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNYk6iMbit .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNYk6iMbit .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNYk6iMbit .header-menu li p {
  margin: 0;
}
.cid-uNYk6iMbit .mbr-section-title {
  color: #ffffff;
}
.cid-uNYk6iMbit .header-menu-item {
  color: #ffffff;
}
.cid-uNYk6iMbit .mbr-text,
.cid-uNYk6iMbit .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNYk6iMbit .content-head {
  max-width: 800px;
}
.cid-uvSN0JMVaN {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uvSN0JMVaN H4 {
  color: #333333;
  text-align: center;
}
.cid-uvSN0JMVaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSN0JMVaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSN0JMVaN H3 {
  color: #867f6c;
}
.cid-uvSNjip9UL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-uvSNjip9UL H4 {
  color: #867f6c;
  text-align: center;
}
.cid-uvSNjip9UL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvSNjip9UL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvSNjip9UL H3 {
  color: #333333;
}
.cid-uO1gzpGNj4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uO1gzpGNj4 H3 {
  color: #200960;
}
.cid-uO1gzpGNj4 H4 {
  color: #82786e;
}
.cid-uO1gzpGNj4 img {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.cid-uO1fQFvRFP {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uO1fQFvRFP .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-uO1fQFvRFP .number-wrap {
  color: #555555;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uO1fQFvRFP .number {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #867f6c;
}
.cid-uO1fQFvRFP .period {
  display: block;
  font-size: 22px;
  padding-top: 2px;
  font-weight: 400;
}
.cid-uO1fQFvRFP .dot {
  display: none;
}
.cid-uO1fQFvRFP .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uO1fQFvRFP .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uO1fQFvRFP .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uO1fQFvRFP .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uO1fQFvRFP .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uO1fQFvRFP .number,
  .cid-uO1fQFvRFP .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uO1fQFvRFP .period {
    font-size: 0.8rem;
  }
}
.cid-uO1fQFvRFP H2 {
  color: #4f4943;
}
.cid-uO1fQFvRFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO1fQFvRFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu2L3jwLtP {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-26-at-13.54.18-50ebda1f.jpg-2000x3000.jpg");
}
.cid-uu2L3jwLtP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uu2L3jwLtP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uu2L3jwLtP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uu2L3jwLtP h3::before,
  .cid-uu2L3jwLtP h3::after {
    display: none;
  }
}
.cid-uu2L3jwLtP H1 {
  color: #fafafa;
}
.cid-uu2JZINwcj {
  padding-top: 7rem;
  padding-bottom: 0.6rem;
  background-color: #ffffff;
}
.cid-uu2JZINwcj .content {
  padding: 0rem;
}
.cid-uu2JZINwcj h2,
.cid-uu2JZINwcj h4,
.cid-uu2JZINwcj p {
  margin: 0;
}
.cid-uu2JZINwcj .mbr-section-title {
  color: #000000;
}
.cid-uu2JZINwcj .mbr-section-subtitle {
  color: #867f6c;
}
.cid-uu2JZINwcj .mbr-text {
  color: #6b6b6b;
  margin-top: 14px;
}
.cid-uu2JZINwcj .mbr-section-btn {
  margin-top: 30.4px;
}
.cid-uu2JZINwcj .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uxqQLOQz3J {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxqQLOQz3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqQLOQz3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqQLOQz3J .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uxqQLOQz3J .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uxqQLOQz3J .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uxqQLOQz3J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uxqQLOQz3J .container {
    padding: 0 14px;
  }
}
.cid-uxqQLOQz3J .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uxqQLOQz3J .content-wrapper .link-wrapper {
  display: block;
}
.cid-uxqQLOQz3J .content-wrapper .link-wrapper:hover .mbr-link,
.cid-uxqQLOQz3J .content-wrapper .link-wrapper:focus .mbr-link {
  color: #ffffff;
}
.cid-uxqQLOQz3J .content-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uxqQLOQz3J .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uxqQLOQz3J .mbr-link {
  color: #851523;
  text-align: center;
}
.cid-usUyEGXhA3 {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/textua-beige-vertical.jpg-1320x2000.jpg");
  background-size: calc(50% - 1rem);
  background-position: right;
  background-color: #5b534b;
}
@media (max-width: 992px) {
  .cid-usUyEGXhA3 {
    background-size: cover;
    background-position: center;
  }
}
.cid-usUyEGXhA3 .mbr-section-title {
  text-align: center;
}
.cid-usUxfWszJL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-usUxfWszJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usUxfWszJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUxfWszJL .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-usUxfWszJL .card {
    padding: 0;
    border-right: 1px solid #e2e2e2;
    border-radius: 0 !important;
  }
  .cid-usUxfWszJL .card:last-child {
    border: none;
  }
}
.cid-usUxfWszJL .card-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-usUxfWszJL .card-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-usUxfWszJL .card-wrapper {
    padding: 0;
  }
}
.cid-usUxfWszJL .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-usUxfWszJL .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-usUxfWszJL .mbr-section-title {
  color: #E0BDB6;
}
.cid-usUxfWszJL .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-usUxfWszJL .mbr-section-title,
.cid-usUxfWszJL .mbr-section-btn {
  text-align: center;
  color: #726a53;
}
.cid-uu2N0Vbssi {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uu2N0Vbssi .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin: auto;
  position: relative;
  padding-left: 60px;
  margin-top: 18px;
}
.cid-uu2N0Vbssi .row {
  align-items: center;
  height: 100%;
}
.cid-uu2N0Vbssi .wrapper {
  margin: auto;
}
.cid-uu2N0Vbssi .text {
  padding: 2.75em 2.9em;
  background-color: #eceae4;
}
@media (max-width: 1279px) {
  .cid-uu2N0Vbssi {
    padding: 2.5em;
  }
}
.cid-uu2N0Vbssi .mbr-section-subtitle:before {
  background-color: #636363;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.cid-uu2N0Vbssi .mbr-section-title {
  color: #111213;
  text-align: center;
}
.cid-uw6STlxROe {
  background-image: url("../../../assets/images/whatsapp-image-2025-05-26-at-13.54.17-878b1b3b.jpg-2000x1333.jpeg");
}
.cid-uw6STlxROe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uw6STlxROe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uw6STlxROe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uw6STlxROe h3::before,
  .cid-uw6STlxROe h3::after {
    display: none;
  }
}
.cid-uw6STlxROe H1 {
  color: #fafafa;
}
.cid-uw6j9zaSdV {
  display: flex;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uw6j9zaSdV {
    align-items: center;
  }
  .cid-uw6j9zaSdV .row {
    justify-content: center;
  }
}
.cid-uw6j9zaSdV p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uw6j9zaSdV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uw6j9zaSdV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uw6j9zaSdV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uw6j9zaSdV .content-wrap {
    width: 100%;
  }
}
.cid-uw6j9zaSdV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uw6j9zaSdV .mbr-text,
.cid-uw6j9zaSdV .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uw6j9zaSdV .mbr-section-subtitle {
  color: #867f6c;
  text-align: center;
}
.cid-uO10tSqOdM {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #eceae4;
}
.cid-uO10tSqOdM .carousel {
  width: 100%;
}
.cid-uO10tSqOdM .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uO10tSqOdM .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uO10tSqOdM .mbr-overlay {
  z-index: 1;
}
.cid-uO10tSqOdM .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uO10tSqOdM .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uO10tSqOdM .carousel-caption {
    width: 900px;
  }
}
.cid-uO10tSqOdM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uO10tSqOdM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uO10tSqOdM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uO10tSqOdM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uO10tSqOdM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uO10tSqOdM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uO10tSqOdM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uO10tSqOdM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uO10tSqOdM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uO10tSqOdM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uO10tSqOdM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uO10tSqOdM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uO10tSqOdM .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uO10tSqOdM .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uO10tSqOdM .carousel-indicators li::after,
.cid-uO10tSqOdM .carousel-indicators li::before {
  content: none;
}
.cid-uO10tSqOdM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-usTq3II9cD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-usTq3II9cD .mbr-fallback-image.disabled {
  display: none;
}
.cid-usTq3II9cD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usTq3II9cD .row {
  justify-content: center;
}
.cid-usTq3II9cD .title-wrapper {
  padding: 71px;
  background-color: #efeade;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-usTq3II9cD .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-usTq3II9cD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-usTq3II9cD .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-usTq3II9cD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usTq3II9cD .mbr-text {
  color: #747474;
}
.cid-usTq3II9cD .mbr-text,
.cid-usTq3II9cD .mbr-section-btn {
  text-align: center;
}
.cid-usTq3II9cD .mbr-section-title,
.cid-usTq3II9cD .mbr-iconfont {
  color: #867f6c;
}
.cid-usUQvRUFZb {
  display: flex;
  background-image: url("../../../assets/images/web6.jpg-2000x1333.jpg");
}
.cid-usUQvRUFZb .mbr-overlay {
  background-color: #ccb894;
  opacity: 0.5;
}
.cid-usUQvRUFZb .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-usUQvRUFZb .display-1 {
    font-size: 5rem;
  }
}
.cid-usUQvRUFZb h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-usUQvRUFZb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-usUQvRUFZb .display-1 {
    font-size: 2.8rem;
  }
  .cid-usUQvRUFZb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-usUQvRUFZb .content-wrap {
    width: 100%;
  }
}
.cid-usUQvRUFZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usUQvRUFZb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-usUQvRUFZb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-usUQvRUFZb {
    align-items: center;
  }
  .cid-usUQvRUFZb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-usUQvRUFZb .content-wrap {
    min-width: 50%;
  }
}
.cid-usUQvRUFZb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-usUQvRUFZb .mbr-text,
.cid-usUQvRUFZb .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-usUQIIzwmG {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-usUQIIzwmG H3 {
  color: #200960;
}
.cid-usUQIIzwmG H4 {
  color: #ffffff;
}
.cid-usUQIIzwmG img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.cid-usUQIIzwmG .mbr-text,
.cid-usUQIIzwmG .mbr-section-btn {
  color: #333333;
}
.cid-uw6D5Z1ybu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw6D5Z1ybu .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6D5Z1ybu .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6D5Z1ybu .mbr-text,
.cid-uw6D5Z1ybu .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6D5Z1ybu img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6D5Z1ybu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6D5Z1ybu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6E1hzk6w {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uw6E1hzk6w .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6E1hzk6w .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6E1hzk6w .mbr-text,
.cid-uw6E1hzk6w .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6E1hzk6w img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6E1hzk6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6E1hzk6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg6JNpF6W {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uFg6JNpF6W .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uFg6JNpF6W .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uFg6JNpF6W .mbr-text,
.cid-uFg6JNpF6W .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uFg6JNpF6W img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uFg6JNpF6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg6JNpF6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usJsSORQb3 {
  background-image: url("../../../assets/images/whatsapp-image-2025-06-03-at-15.05.26-ead77490.jpg-1365x2048.jpeg");
}
.cid-usJsSORQb3 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usJsSORQb3 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usJsSORQb3 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-usJsSORQb3 h3::before,
  .cid-usJsSORQb3 h3::after {
    display: none;
  }
}
.cid-usJsSORQb3 H1 {
  color: #fafafa;
}
.cid-uNYGgncI7t {
  display: flex;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uNYGgncI7t {
    align-items: center;
  }
  .cid-uNYGgncI7t .row {
    justify-content: center;
  }
}
.cid-uNYGgncI7t p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNYGgncI7t .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNYGgncI7t {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNYGgncI7t .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNYGgncI7t .content-wrap {
    width: 100%;
  }
}
.cid-uNYGgncI7t .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNYGgncI7t .mbr-text,
.cid-uNYGgncI7t .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uNYGgncI7t .mbr-section-subtitle {
  color: #867f6c;
  text-align: center;
}
.cid-utc5V5fAYu {
  display: flex;
  background-image: url("../../../assets/images/web6.jpg-2000x1333.jpg");
}
.cid-utc5V5fAYu .mbr-overlay {
  background-color: #ccb894;
  opacity: 0.5;
}
.cid-utc5V5fAYu .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-utc5V5fAYu .display-1 {
    font-size: 5rem;
  }
}
.cid-utc5V5fAYu h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-utc5V5fAYu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utc5V5fAYu .display-1 {
    font-size: 2.8rem;
  }
  .cid-utc5V5fAYu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-utc5V5fAYu .content-wrap {
    width: 100%;
  }
}
.cid-utc5V5fAYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utc5V5fAYu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-utc5V5fAYu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-utc5V5fAYu {
    align-items: center;
  }
  .cid-utc5V5fAYu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utc5V5fAYu .content-wrap {
    min-width: 50%;
  }
}
.cid-utc5V5fAYu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-utc5V5fAYu .mbr-text,
.cid-utc5V5fAYu .mbr-section-btn {
  text-align: center;
  color: #221b35;
}
.cid-uw6EPxUwDb {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw6EPxUwDb .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6EPxUwDb .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6EPxUwDb .mbr-text,
.cid-uw6EPxUwDb .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6EPxUwDb img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6EPxUwDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6EPxUwDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6FdB0PoO {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw6FdB0PoO .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6FdB0PoO .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6FdB0PoO .mbr-text,
.cid-uw6FdB0PoO .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6FdB0PoO img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6FdB0PoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6FdB0PoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6FeNxWg7 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uw6FeNxWg7 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6FeNxWg7 .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6FeNxWg7 .mbr-text,
.cid-uw6FeNxWg7 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6FeNxWg7 img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6FeNxWg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6FeNxWg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6FfHIi0P {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uw6FfHIi0P .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uw6FfHIi0P .mbr-figure img {
  height: 225px;
  width: 225px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uw6FfHIi0P .mbr-text,
.cid-uw6FfHIi0P .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uw6FfHIi0P img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-uw6FfHIi0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6FfHIi0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviCxpH0CP {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #cac4b5;
}
.cid-uviCxpH0CP h3 {
  color: #000000;
}
.cid-uviCxpH0CP h4 {
  color: #000000;
}
.cid-uviCxpH0CP .mbr-text,
.cid-uviCxpH0CP .mbr-section-btn {
  color: #999999;
}
.cid-uviCxpH0CP img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uviCxpH0CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uviCxpH0CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviCxpH0CP .mbr-text,
.cid-uviCxpH0CP .mbr-section-btn,
.cid-uviCxpH0CP .col-lg-7 {
  color: #333333;
}
.cid-uviCxpH0CP H4 {
  color: #635a51;
}
.cid-uviCxpH0CP H3 {
  color: #726a53;
}
.cid-uw6KMIn0dg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #cac4b5;
}
.cid-uw6KMIn0dg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6KMIn0dg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6KMIn0dg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uw6KMIn0dg .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uw6KMIn0dg .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uw6KMIn0dg .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uw6KMIn0dg .embla__button--next,
.cid-uw6KMIn0dg .embla__button--prev {
  display: flex;
}
.cid-uw6KMIn0dg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #867f6c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uw6KMIn0dg .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uw6KMIn0dg .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uw6KMIn0dg .embla__button {
    display: none;
  }
}
.cid-uw6KMIn0dg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uw6KMIn0dg .embla__button:hover {
  background: transparent;
  color: #867f6c;
  border: none;
  opacity: .65;
}
.cid-uw6KMIn0dg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uw6KMIn0dg .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uw6KMIn0dg .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uw6KMIn0dg .embla {
  position: relative;
  width: 100%;
}
.cid-uw6KMIn0dg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uw6KMIn0dg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw6KMIn0dg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw6KMIn0dg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uw6KN9nzpP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #cac4b5;
}
.cid-uw6KN9nzpP h3 {
  color: #000000;
}
.cid-uw6KN9nzpP h4 {
  color: #000000;
}
.cid-uw6KN9nzpP .mbr-text,
.cid-uw6KN9nzpP .mbr-section-btn {
  color: #999999;
}
.cid-uw6KN9nzpP img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uw6KN9nzpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6KN9nzpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6KN9nzpP .mbr-text,
.cid-uw6KN9nzpP .mbr-section-btn,
.cid-uw6KN9nzpP .col-lg-7 {
  color: #333333;
}
.cid-uw6KN9nzpP H4 {
  color: #636363;
}
.cid-uw6KN9nzpP H3 {
  color: #726a53;
}
.cid-uw6KNG21mQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #cac4b5;
}
.cid-uw6KNG21mQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6KNG21mQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6KNG21mQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uw6KNG21mQ .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uw6KNG21mQ .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-uw6KNG21mQ .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-uw6KNG21mQ .embla__button--next,
.cid-uw6KNG21mQ .embla__button--prev {
  display: flex;
}
.cid-uw6KNG21mQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #867f6c;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uw6KNG21mQ .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uw6KNG21mQ .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uw6KNG21mQ .embla__button {
    display: none;
  }
}
.cid-uw6KNG21mQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uw6KNG21mQ .embla__button:hover {
  background: transparent;
  color: #867f6c;
  border: none;
  opacity: .65;
}
.cid-uw6KNG21mQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uw6KNG21mQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uw6KNG21mQ .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uw6KNG21mQ .embla {
  position: relative;
  width: 100%;
}
.cid-uw6KNG21mQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uw6KNG21mQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uw6KNG21mQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uw6KNG21mQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-usJsVkpJV2 {
  background-image: url("../../../assets/images/whatsapp-image-2025-06-12-at-09.45.06-36ce1943.jpg-1365x2048.jpeg");
}
.cid-usJsVkpJV2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usJsVkpJV2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usJsVkpJV2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-usJsVkpJV2 h3::before,
  .cid-usJsVkpJV2 h3::after {
    display: none;
  }
}
.cid-usJsVkpJV2 H1 {
  color: #fafafa;
}
.cid-twKBF83UWc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-twKBF83UWc .section-border-item {
  background-color: #fcdb42;
}
.cid-twKBF83UWc .mbr-text {
  color: #FFFFFF;
}
.cid-twKBF83UWc .media-container-row .mbr-text {
  color: #999999;
}
