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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
  .display-2 {
    font-size: 2.24;
  }
  .display-2 > .mbr-iconfont {
    font-size: 3.5rem;
  }
  .display-4 {
    font-size: 0.96rem;
  }
  .display-4 > .mbr-iconfont {
    font-size: 1.5rem;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .display-5 > .mbr-iconfont {
    font-size: 1.875rem;
  }
  .display-7 {
    font-size: 0.96rem;
  }
  .display-7 > .mbr-iconfont {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #aa935f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #aa935f !important;
  border-color: #aa935f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bca980 !important;
  border-color: #bca980 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bca980 !important;
  border-color: #bca980 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #aa935f;
  color: #aa935f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #74643e !important;
  background-color: transparent !important;
  border-color: #74643e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #aa935f !important;
  border-color: #aa935f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #aa935f !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6a5b39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #aa935f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #aa935f;
  border-color: #aa935f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #aa935f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6cbb2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #aa935f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #aa935f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #aa935f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #aa935f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #aa935f;
  border-bottom-color: #aa935f;
}
.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: #000000 !important;
  background-color: #aa935f !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: #d9db4d !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='%23aa935f' %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-tQomoD7cp1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQomoD7cp1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQomoD7cp1 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQomoD7cp1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQomoD7cp1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQomoD7cp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQomoD7cp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQomoD7cp1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQomoD7cp1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQomoD7cp1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQomoD7cp1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQomoD7cp1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQomoD7cp1 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQomoD7cp1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQomoD7cp1 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQomoD7cp1 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQomoD7cp1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQomoD7cp1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-tQomoD7cp1 .nav-item:focus,
.cid-tQomoD7cp1 .nav-link:focus {
  outline: none;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQomoD7cp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQomoD7cp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQomoD7cp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQomoD7cp1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tQomoD7cp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQomoD7cp1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQomoD7cp1 .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-tQomoD7cp1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQomoD7cp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tQomoD7cp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQomoD7cp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-tQomoD7cp1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tQomoD7cp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQomoD7cp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQomoD7cp1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQomoD7cp1 .navbar {
    min-height: 72px;
  }
  .cid-tQomoD7cp1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-tQomoD7cp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQomoD7cp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tQomoD7cp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQomoD7cp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQomoD7cp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQomoD7cp1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQomoD7cp1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQomoD7cp1 .dropdown-item.active,
.cid-tQomoD7cp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQomoD7cp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQomoD7cp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQomoD7cp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQomoD7cp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQomoD7cp1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQomoD7cp1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQomoD7cp1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tQomoD7cp1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQomoD7cp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQomoD7cp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQomoD7cp1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQomoD7cp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQomoD7cp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tQomoD7cp1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQomoD7cp1 .navbar {
    height: 70px;
  }
  .cid-tQomoD7cp1 .navbar.opened {
    height: auto;
  }
  .cid-tQomoD7cp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQomoD7cp1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQomoD7cp1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQomoD7cp1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tQomoD7cp1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tQomoD7cp1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQomoD7cp1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQomoD7cp1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tQomoD7cp1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQomoD7cp1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQojZYoKdw {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQojZYoKdw .item-img {
  position: relative;
}
.cid-tQojZYoKdw .button1 {
  background: #bd9a5e;
}
.cid-tQojZYoKdw .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-tQojZYoKdw .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .button2 {
    margin-top: 1rem;
  }
}
.cid-tQojZYoKdw .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .title {
    top: 25%;
  }
}
.cid-tQojZYoKdw .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQojZYoKdw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQojZYoKdw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQojZYoKdw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-tQojZYoKdw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQojZYoKdw .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQojZYoKdw .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQojZYoKdw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQojZYoKdw .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-tQojZYoKdw .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-tQojZYoKdw img,
.cid-tQojZYoKdw .item-img {
  width: 100%;
}
.cid-tQojZYoKdw .item-title2,
.cid-tQojZYoKdw .icon2 {
  color: #2a2c2d;
}
.cid-tQojZYoKdw .item-title1,
.cid-tQojZYoKdw .icon1 {
  color: #ffffff;
}
.cid-tQojZYoKdw .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-tQojZYoKdw .main-title DIV {
  text-align: center;
}
.cid-tQojZYoKdw .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-tQok459hk7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQok459hk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQok459hk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQok459hk7 .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  color: #000000;
}
.cid-tQok459hk7 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tQok459hk7 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tQok459hk7 .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  border: 1px solid lightgray;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tQok459hk7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tQok459hk7 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  width: 60px;
  justify-content: center;
  align-items: center;
  background: #bd9a5e;
  height: 60px;
  border-radius: 50%;
}
.cid-tQok459hk7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok459hk7 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tQok459hk7 .card-box .item-footer {
  margin-top: auto;
}
.cid-tQok459hk7 .content-head {
  max-width: 800px;
}
.cid-tQok459hk7 .mbr-section-subtitle,
.cid-tQok459hk7 .subtitle-wrap,
.cid-tQok459hk7 .mbr-section-btn {
  text-align: left;
}
.cid-tQok1r8fBI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok1r8fBI .item-img {
  position: relative;
}
.cid-tQok1r8fBI .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQok1r8fBI .cardbg {
  background: #005241;
  height: auto;
  min-height: 150px;
}
@media (min-width: 120px) and (max-width: 574px) {
  .cid-tQok1r8fBI .cardbg {
    height: 580px;
  }
}
@media (min-width: 575px) and (max-width: 766px) {
  .cid-tQok1r8fBI .cardbg {
    height: 500px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .cid-tQok1r8fBI .cardbg {
    height: 400px;
  }
}
@media (min-width: 991px) and (max-width: 1123px) {
  .cid-tQok1r8fBI .cardbg {
    height: 790px;
  }
}
@media (min-width: 1124px) and (max-width: 1599px) {
  .cid-tQok1r8fBI .cardbg {
    height: 660px;
  }
}
@media (min-width: 1600px) and (max-width: 4920px) {
  .cid-tQok1r8fBI .cardbg {
    height: 560px;
  }
}
.cid-tQok1r8fBI .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQok1r8fBI .image-wrapper {
  overflow: hidden;
}
.cid-tQok1r8fBI .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQok1r8fBI .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQok1r8fBI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQok1r8fBI .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQok1r8fBI .item1,
.cid-tQok1r8fBI .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQok1r8fBI .item1 .item:hover,
.cid-tQok1r8fBI .item .item:hover {
  cursor: pointer;
}
.cid-tQok1r8fBI .item1:hover .link-icon-wrapper span,
.cid-tQok1r8fBI .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQok1r8fBI .card2 {
    margin-top: 1rem;
  }
}
.cid-tQok1r8fBI .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQok1r8fBI .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQok1r8fBI .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQok1r8fBI .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQok1r8fBI .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQok1r8fBI .item-content {
    padding: 1 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQok1r8fBI img,
.cid-tQok1r8fBI .item-img {
  width: 100%;
}
.cid-tQok1r8fBI .item:focus,
.cid-tQok1r8fBI span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQok1r8fBI .item {
    margin-bottom: 1rem;
  }
}
.cid-tQok1r8fBI .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok1r8fBI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQok1r8fBI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQok1r8fBI .mbr-section-subtitle,
.cid-tQok1r8fBI .subtitle-wrap,
.cid-tQok1r8fBI .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tQok1r8fBI .mbr-text,
.cid-tQok1r8fBI .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tQok5dY1hw {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tQok5dY1hw .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-tQok5dY1hw {
    align-items: center;
  }
  .cid-tQok5dY1hw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQok5dY1hw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tQok5dY1hw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQok5dY1hw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQok5dY1hw .content-wrap {
    width: 100%;
  }
}
.cid-tQok5dY1hw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQok5dY1hw .mbr-text,
.cid-tQok5dY1hw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tQok1T2g1V {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok1T2g1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQok1T2g1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQok1T2g1V img {
  object-fit: cover;
}
.cid-tQok1T2g1V .row {
  margin: 0;
}
.cid-tQok1T2g1V .item-wrapper {
  width: 100%;
}
.cid-tQok1T2g1V .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tQok1T2g1V .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tQok1T2g1V .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-tQok1T2g1V .icon {
  color: black;
  background: #bd9a5e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tQok1T2g1V .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQok1T2g1V .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tQok1T2g1V .wrap {
  background: #bed2f5;
}
.cid-tQok1T2g1V .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQok1T2g1V .mbr-text,
.cid-tQok1T2g1V .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQok1T2g1V .mbr-link,
.cid-tQok1T2g1V .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-tQok1T2g1V .mbr-text {
  text-align: left;
  color: #0046c7;
}
.cid-tQok1T2g1V .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQok8ZVQ2x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-tQok8ZVQ2x .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0046c7 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-tQok8ZVQ2x .panel-group {
  border: none;
}
.cid-tQok8ZVQ2x .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tQok8ZVQ2x .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tQok8ZVQ2x .img-col {
  padding: 0;
}
.cid-tQok8ZVQ2x .img-item {
  height: 100%;
}
.cid-tQok8ZVQ2x img {
  height: 100%;
  object-fit: cover;
}
.cid-tQok8ZVQ2x .collapsed span {
  transform: rotate(0deg);
}
.cid-tQok8ZVQ2x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tQok8ZVQ2x p {
  margin-bottom: 0.3rem;
}
.cid-tQok8ZVQ2x .panel-title-edit {
  color: #e9c0e9;
}
.cid-tQok8ZVQ2x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tQok8ZVQ2x .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tQok8ZVQ2x .card {
    padding: 1.5rem;
  }
}
.cid-tQok8ZVQ2x .panel-text {
  color: #320707;
}
.cid-tQok8ZVQ2x .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tQok8ZVQ2x .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tQok8ZVQ2x .panel-title-edit,
.cid-tQok8ZVQ2x .mbr-iconfont {
  color: #000000;
}
.cid-tQok7H4OdE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQok7H4OdE .item-img {
  position: relative;
}
.cid-tQok7H4OdE .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tQok7H4OdE .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-tQok7H4OdE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQok7H4OdE .image-wrapper {
  overflow: hidden;
}
.cid-tQok7H4OdE .item1 {
  margin-bottom: 2rem !important;
}
.cid-tQok7H4OdE .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQok7H4OdE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQok7H4OdE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQok7H4OdE .item1,
.cid-tQok7H4OdE .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQok7H4OdE .item1 .item:hover,
.cid-tQok7H4OdE .item .item:hover {
  cursor: pointer;
}
.cid-tQok7H4OdE .item1:hover .link-icon-wrapper span,
.cid-tQok7H4OdE .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tQok7H4OdE .card2 {
    margin-top: 1rem;
  }
}
.cid-tQok7H4OdE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQok7H4OdE .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQok7H4OdE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQok7H4OdE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQok7H4OdE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQok7H4OdE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQok7H4OdE img,
.cid-tQok7H4OdE .item-img {
  width: 100%;
}
.cid-tQok7H4OdE .item:focus,
.cid-tQok7H4OdE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQok7H4OdE .item {
    margin-bottom: 1rem;
  }
}
.cid-tQok7H4OdE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQok7H4OdE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .mbr-section-subtitle,
.cid-tQok7H4OdE .subtitle-wrap,
.cid-tQok7H4OdE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tQok7H4OdE .mbr-text,
.cid-tQok7H4OdE .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tQok8uZcRz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tQok8uZcRz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tQok8uZcRz .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u7G2q69jg5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u7G2q69jg5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7G2q69jg5 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u7G2q69jg5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u7G2q69jg5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7G2q69jg5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u7G2q69jg5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7G2q69jg5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7G2q69jg5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u7G2q69jg5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u7G2q69jg5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u7G2q69jg5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u7G2q69jg5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u7G2q69jg5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u7G2q69jg5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u7G2q69jg5 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u7G2q69jg5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u7G2q69jg5 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u7G2q69jg5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u7G2q69jg5 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u7G2q69jg5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u7G2q69jg5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u7G2q69jg5 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7G2q69jg5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7G2q69jg5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u7G2q69jg5 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u7G2q69jg5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7G2q69jg5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u7G2q69jg5 .nav-item:focus,
.cid-u7G2q69jg5 .nav-link:focus {
  outline: none;
}
.cid-u7G2q69jg5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7G2q69jg5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7G2q69jg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7G2q69jg5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7G2q69jg5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7G2q69jg5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7G2q69jg5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u7G2q69jg5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7G2q69jg5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7G2q69jg5 .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u7G2q69jg5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u7G2q69jg5 .navbar.collapsed {
  justify-content: center;
}
.cid-u7G2q69jg5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7G2q69jg5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u7G2q69jg5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u7G2q69jg5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7G2q69jg5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7G2q69jg5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u7G2q69jg5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7G2q69jg5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7G2q69jg5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u7G2q69jg5 .navbar {
    min-height: 72px;
  }
  .cid-u7G2q69jg5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u7G2q69jg5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7G2q69jg5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7G2q69jg5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7G2q69jg5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7G2q69jg5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u7G2q69jg5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7G2q69jg5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u7G2q69jg5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7G2q69jg5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7G2q69jg5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u7G2q69jg5 .dropdown-item.active,
.cid-u7G2q69jg5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7G2q69jg5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7G2q69jg5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7G2q69jg5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7G2q69jg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7G2q69jg5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u7G2q69jg5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u7G2q69jg5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7G2q69jg5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u7G2q69jg5 .navbar-buttons {
    text-align: left;
  }
}
.cid-u7G2q69jg5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7G2q69jg5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7G2q69jg5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7G2q69jg5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7G2q69jg5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7G2q69jg5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7G2q69jg5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7G2q69jg5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7G2q69jg5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7G2q69jg5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7G2q69jg5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7G2q69jg5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7G2q69jg5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7G2q69jg5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7G2q69jg5 .navbar {
    height: 70px;
  }
  .cid-u7G2q69jg5 .navbar.opened {
    height: auto;
  }
  .cid-u7G2q69jg5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u7G2q69jg5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u7G2q69jg5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u7G2q69jg5 .navbar-brand {
    margin-right: auto;
  }
  .cid-u7G2q69jg5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u7G2q69jg5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u7G2q69jg5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u7G2q69jg5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u7G2q69jg5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u7G2q69jg5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u7G2q6utB4 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7G2q6utB4 .item-img {
  position: relative;
}
.cid-u7G2q6utB4 .button1 {
  background: #bd9a5e;
}
.cid-u7G2q6utB4 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u7G2q6utB4 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .button2 {
    margin-top: 1rem;
  }
}
.cid-u7G2q6utB4 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .title {
    top: 25%;
  }
}
.cid-u7G2q6utB4 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7G2q6utB4 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u7G2q6utB4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u7G2q6utB4 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u7G2q6utB4 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u7G2q6utB4 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u7G2q6utB4 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u7G2q6utB4 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u7G2q6utB4 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u7G2q6utB4 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7G2q6utB4 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u7G2q6utB4 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7G2q6utB4 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u7G2q6utB4 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7G2q6utB4 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u7G2q6utB4 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u7G2q6utB4 img,
.cid-u7G2q6utB4 .item-img {
  width: 100%;
}
.cid-u7G2q6utB4 .item-title2,
.cid-u7G2q6utB4 .icon2 {
  color: #2a2c2d;
}
.cid-u7G2q6utB4 .item-title1,
.cid-u7G2q6utB4 .icon1 {
  color: #ffffff;
}
.cid-u7G2q6utB4 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7G2q6utB4 .main-title DIV {
  text-align: center;
}
.cid-u7G2q6utB4 .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u7GblBB9OO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7GblBB9OO .mbr-section-title {
  color: #000000;
}
.cid-u7GblBB9OO .mbr-section-subtitle {
  color: #000000;
}
.cid-u7GblBB9OO .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u7GblBB9OO .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u7GblBB9OO .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u7GblBB9OO .mbr-section-title,
.cid-u7GblBB9OO .line {
  color: #000000;
  text-align: center;
}
.cid-u7GJKStax1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u7GJKStax1 .item-img {
  position: relative;
}
.cid-u7GJKStax1 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7GJKStax1 .card-text {
    padding-left: 4rem;
  }
}
.cid-u7GJKStax1 h5 {
  line-height: 1.2;
}
.cid-u7GJKStax1 .card {
  margin-bottom: 2rem;
}
.cid-u7GJKStax1 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7GJKStax1 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7GJKStax1 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u7GJKStax1 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7GJKStax1 .item-wrapper {
  position: relative;
  background: #f7f7f7;
  border: 3px solid #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7GJKStax1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7GJKStax1 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7GJKStax1 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f7f7f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7GJKStax1 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7GJKStax1 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7GJKStax1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7GJKStax1 .link-icon-wrapper .svg1 path {
  fill: #f7f7f7;
}
.cid-u7GJKStax1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7GJKStax1 .link-icon-wrapper .svg2 path {
  fill: #f7f7f7;
}
.cid-u7GJKStax1 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7GJKStax1 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7GJKStax1 img,
.cid-u7GJKStax1 .item-img {
  width: 100%;
}
.cid-u7GJKStax1 .item:focus,
.cid-u7GJKStax1 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7GJKStax1 .item {
    margin-bottom: 1rem;
  }
}
.cid-u7GJKStax1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7GJKStax1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7GJKStax1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7GJKStax1 .mbr-section-subtitle,
.cid-u7GJKStax1 .subtitle-wrap,
.cid-u7GJKStax1 .mbr-section-btn {
  text-align: left;
}
.cid-u7GJKStax1 .mbr-text,
.cid-u7GJKStax1 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7GJKStax1 .mbr-text {
  color: #000000;
}
.cid-u7Hqw9cuL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7Hqw9cuL0 .col-title {
    margin-bottom: 20px;
  }
}
.cid-u7Hqw9cuL0 .mbr-section-title {
  color: #000000;
}
.cid-u7Hqw9cuL0 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u7Hqw9cuL0 .mbr-text {
  color: #000000;
}
.cid-u7HxZmKPjE {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u7HxZmKPjE {
    align-items: center;
  }
  .cid-u7HxZmKPjE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7HxZmKPjE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7HxZmKPjE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7HxZmKPjE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7HxZmKPjE .content-wrap {
    width: 100%;
  }
}
.cid-u7HxZmKPjE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u7HxZmKPjE .mbr-text,
.cid-u7HxZmKPjE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7HAzhmPks {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7HAzhmPks .item-img {
  position: relative;
}
.cid-u7HAzhmPks .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7HAzhmPks .card-text {
    padding-left: 4rem;
  }
}
.cid-u7HAzhmPks h5 {
  line-height: 1.2;
}
.cid-u7HAzhmPks .card {
  margin-bottom: 2rem;
}
.cid-u7HAzhmPks .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HAzhmPks .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HAzhmPks .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7HAzhmPks .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7HAzhmPks .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HAzhmPks .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HAzhmPks .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7HAzhmPks .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7HAzhmPks .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HAzhmPks .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HAzhmPks .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HAzhmPks .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7HAzhmPks .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HAzhmPks .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7HAzhmPks .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HAzhmPks .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7HAzhmPks img,
.cid-u7HAzhmPks .item-img {
  width: 100%;
}
.cid-u7HAzhmPks .item:focus,
.cid-u7HAzhmPks span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7HAzhmPks .item {
    margin-bottom: 1rem;
  }
}
.cid-u7HAzhmPks .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7HAzhmPks .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7HAzhmPks .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7HAzhmPks .mbr-section-subtitle,
.cid-u7HAzhmPks .subtitle-wrap,
.cid-u7HAzhmPks .mbr-section-btn {
  text-align: left;
}
.cid-u7HAzhmPks .mbr-text,
.cid-u7HAzhmPks .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7HAzhmPks .mbr-text {
  color: #000000;
}
.cid-u7HOO2MGd4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u7HOO2MGd4 .item-img {
  position: relative;
}
.cid-u7HOO2MGd4 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7HOO2MGd4 .card-text {
    padding-left: 4rem;
  }
}
.cid-u7HOO2MGd4 h5 {
  line-height: 1.2;
}
.cid-u7HOO2MGd4 .card {
  margin-bottom: 2rem;
}
.cid-u7HOO2MGd4 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HOO2MGd4 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HOO2MGd4 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u7HOO2MGd4 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7HOO2MGd4 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HOO2MGd4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HOO2MGd4 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7HOO2MGd4 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HOO2MGd4 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u7HOO2MGd4 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HOO2MGd4 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7HOO2MGd4 img,
.cid-u7HOO2MGd4 .item-img {
  width: 100%;
}
.cid-u7HOO2MGd4 .item:focus,
.cid-u7HOO2MGd4 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7HOO2MGd4 .item {
    margin-bottom: 1rem;
  }
}
.cid-u7HOO2MGd4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7HOO2MGd4 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7HOO2MGd4 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7HOO2MGd4 .mbr-section-subtitle,
.cid-u7HOO2MGd4 .subtitle-wrap,
.cid-u7HOO2MGd4 .mbr-section-btn {
  text-align: left;
}
.cid-u7HOO2MGd4 .mbr-text,
.cid-u7HOO2MGd4 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7HOO2MGd4 .mbr-text {
  color: #000000;
}
.cid-u7HPxqeZqz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7HPxqeZqz .item-img {
  position: relative;
}
.cid-u7HPxqeZqz .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7HPxqeZqz .card-text {
    padding-left: 4rem;
  }
}
.cid-u7HPxqeZqz h5 {
  line-height: 1.2;
}
.cid-u7HPxqeZqz .card {
  margin-bottom: 2rem;
}
.cid-u7HPxqeZqz .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HPxqeZqz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HPxqeZqz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7HPxqeZqz .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7HPxqeZqz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HPxqeZqz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HPxqeZqz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7HPxqeZqz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7HPxqeZqz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HPxqeZqz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HPxqeZqz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HPxqeZqz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7HPxqeZqz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HPxqeZqz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7HPxqeZqz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HPxqeZqz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7HPxqeZqz img,
.cid-u7HPxqeZqz .item-img {
  width: 100%;
}
.cid-u7HPxqeZqz .item:focus,
.cid-u7HPxqeZqz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7HPxqeZqz .item {
    margin-bottom: 1rem;
  }
}
.cid-u7HPxqeZqz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7HPxqeZqz .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7HPxqeZqz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7HPxqeZqz .mbr-section-subtitle,
.cid-u7HPxqeZqz .subtitle-wrap,
.cid-u7HPxqeZqz .mbr-section-btn {
  text-align: left;
}
.cid-u7HPxqeZqz .mbr-text,
.cid-u7HPxqeZqz .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7HPxqeZqz .mbr-text {
  color: #000000;
}
.cid-u7HQNfLaYM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u7HQNfLaYM .item-img {
  position: relative;
}
.cid-u7HQNfLaYM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7HQNfLaYM .card-text {
    padding-left: 4rem;
  }
}
.cid-u7HQNfLaYM h5 {
  line-height: 1.2;
}
.cid-u7HQNfLaYM .card {
  margin-bottom: 2rem;
}
.cid-u7HQNfLaYM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HQNfLaYM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HQNfLaYM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u7HQNfLaYM .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7HQNfLaYM .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HQNfLaYM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HQNfLaYM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7HQNfLaYM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7HQNfLaYM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HQNfLaYM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HQNfLaYM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HQNfLaYM .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u7HQNfLaYM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HQNfLaYM .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u7HQNfLaYM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HQNfLaYM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7HQNfLaYM img,
.cid-u7HQNfLaYM .item-img {
  width: 100%;
}
.cid-u7HQNfLaYM .item:focus,
.cid-u7HQNfLaYM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7HQNfLaYM .item {
    margin-bottom: 1rem;
  }
}
.cid-u7HQNfLaYM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7HQNfLaYM .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7HQNfLaYM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7HQNfLaYM .mbr-section-subtitle,
.cid-u7HQNfLaYM .subtitle-wrap,
.cid-u7HQNfLaYM .mbr-section-btn {
  text-align: left;
}
.cid-u7HQNfLaYM .mbr-text,
.cid-u7HQNfLaYM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7HQNfLaYM .mbr-text {
  color: #000000;
}
.cid-u7HRDInuGe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7HRDInuGe .item-img {
  position: relative;
}
.cid-u7HRDInuGe .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u7HRDInuGe .card-text {
    padding-left: 4rem;
  }
}
.cid-u7HRDInuGe h5 {
  line-height: 1.2;
}
.cid-u7HRDInuGe .card {
  margin-bottom: 2rem;
}
.cid-u7HRDInuGe .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HRDInuGe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HRDInuGe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u7HRDInuGe .image-wrapper {
    min-height: 200px;
  }
}
.cid-u7HRDInuGe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HRDInuGe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HRDInuGe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7HRDInuGe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7HRDInuGe .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HRDInuGe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HRDInuGe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HRDInuGe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7HRDInuGe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HRDInuGe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7HRDInuGe .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HRDInuGe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7HRDInuGe img,
.cid-u7HRDInuGe .item-img {
  width: 100%;
}
.cid-u7HRDInuGe .item:focus,
.cid-u7HRDInuGe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7HRDInuGe .item {
    margin-bottom: 1rem;
  }
}
.cid-u7HRDInuGe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7HRDInuGe .item-title {
  text-align: left;
  color: #000000;
}
.cid-u7HRDInuGe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7HRDInuGe .mbr-section-subtitle,
.cid-u7HRDInuGe .subtitle-wrap,
.cid-u7HRDInuGe .mbr-section-btn {
  text-align: left;
}
.cid-u7HRDInuGe .mbr-text,
.cid-u7HRDInuGe .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7HRDInuGe .mbr-text {
  color: #000000;
}
.cid-u7G2q7hYLI {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u7G2q7hYLI .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u7G2q7hYLI {
    align-items: center;
  }
  .cid-u7G2q7hYLI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7G2q7hYLI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7G2q7hYLI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7G2q7hYLI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7G2q7hYLI .content-wrap {
    width: 100%;
  }
}
.cid-u7G2q7hYLI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u7G2q7hYLI .mbr-text,
.cid-u7G2q7hYLI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7G2q856qG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7G2q856qG .item-img {
  position: relative;
}
.cid-u7G2q856qG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u7G2q856qG .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u7G2q856qG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7G2q856qG .image-wrapper {
  overflow: hidden;
}
.cid-u7G2q856qG .item1 {
  margin-bottom: 2rem !important;
}
.cid-u7G2q856qG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7G2q856qG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7G2q856qG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u7G2q856qG .item1,
.cid-u7G2q856qG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7G2q856qG .item1 .item:hover,
.cid-u7G2q856qG .item .item:hover {
  cursor: pointer;
}
.cid-u7G2q856qG .item1:hover .link-icon-wrapper span,
.cid-u7G2q856qG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u7G2q856qG .card2 {
    margin-top: 1rem;
  }
}
.cid-u7G2q856qG .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u7G2q856qG .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7G2q856qG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7G2q856qG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7G2q856qG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7G2q856qG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7G2q856qG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7G2q856qG .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7G2q856qG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u7G2q856qG img,
.cid-u7G2q856qG .item-img {
  width: 100%;
}
.cid-u7G2q856qG .item:focus,
.cid-u7G2q856qG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u7G2q856qG .item {
    margin-bottom: 1rem;
  }
}
.cid-u7G2q856qG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u7G2q856qG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7G2q856qG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7G2q856qG .mbr-section-subtitle,
.cid-u7G2q856qG .subtitle-wrap,
.cid-u7G2q856qG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7G2q856qG .mbr-text,
.cid-u7G2q856qG .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u7G2q8mBOg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7G2q8mBOg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u7G2q8mBOg .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u8lThrFoh3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8lThrFoh3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8lThrFoh3 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u8lThrFoh3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8lThrFoh3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8lThrFoh3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8lThrFoh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8lThrFoh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8lThrFoh3 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8lThrFoh3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u8lThrFoh3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8lThrFoh3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8lThrFoh3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8lThrFoh3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8lThrFoh3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8lThrFoh3 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u8lThrFoh3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u8lThrFoh3 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8lThrFoh3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8lThrFoh3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u8lThrFoh3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8lThrFoh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8lThrFoh3 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8lThrFoh3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8lThrFoh3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u8lThrFoh3 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u8lThrFoh3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8lThrFoh3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u8lThrFoh3 .nav-item:focus,
.cid-u8lThrFoh3 .nav-link:focus {
  outline: none;
}
.cid-u8lThrFoh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8lThrFoh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8lThrFoh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8lThrFoh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8lThrFoh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8lThrFoh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8lThrFoh3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8lThrFoh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8lThrFoh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8lThrFoh3 .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u8lThrFoh3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8lThrFoh3 .navbar.collapsed {
  justify-content: center;
}
.cid-u8lThrFoh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8lThrFoh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u8lThrFoh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u8lThrFoh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8lThrFoh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8lThrFoh3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8lThrFoh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8lThrFoh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8lThrFoh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8lThrFoh3 .navbar {
    min-height: 72px;
  }
  .cid-u8lThrFoh3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u8lThrFoh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8lThrFoh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8lThrFoh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8lThrFoh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8lThrFoh3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8lThrFoh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8lThrFoh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8lThrFoh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8lThrFoh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8lThrFoh3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8lThrFoh3 .dropdown-item.active,
.cid-u8lThrFoh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8lThrFoh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8lThrFoh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8lThrFoh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8lThrFoh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8lThrFoh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u8lThrFoh3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8lThrFoh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8lThrFoh3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8lThrFoh3 .navbar-buttons {
    text-align: left;
  }
}
.cid-u8lThrFoh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8lThrFoh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8lThrFoh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8lThrFoh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8lThrFoh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8lThrFoh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8lThrFoh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8lThrFoh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8lThrFoh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8lThrFoh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8lThrFoh3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8lThrFoh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8lThrFoh3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8lThrFoh3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8lThrFoh3 .navbar {
    height: 70px;
  }
  .cid-u8lThrFoh3 .navbar.opened {
    height: auto;
  }
  .cid-u8lThrFoh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8lThrFoh3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8lThrFoh3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8lThrFoh3 .navbar-brand {
    margin-right: auto;
  }
  .cid-u8lThrFoh3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u8lThrFoh3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8lThrFoh3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8lThrFoh3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8lThrFoh3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8lThrFoh3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8lThs0b2v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8lThs0b2v .item-img {
  position: relative;
}
.cid-u8lThs0b2v .button1 {
  background: #bd9a5e;
}
.cid-u8lThs0b2v .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u8lThs0b2v .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .button2 {
    margin-top: 1rem;
  }
}
.cid-u8lThs0b2v .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .title {
    top: 25%;
  }
}
.cid-u8lThs0b2v .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8lThs0b2v .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .image-wrapper {
    min-height: 400px;
  }
}
.cid-u8lThs0b2v .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8lThs0b2v .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u8lThs0b2v .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u8lThs0b2v .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u8lThs0b2v .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u8lThs0b2v .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u8lThs0b2v .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u8lThs0b2v .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThs0b2v .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u8lThs0b2v .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8lThs0b2v .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u8lThs0b2v .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8lThs0b2v .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8lThs0b2v .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8lThs0b2v img,
.cid-u8lThs0b2v .item-img {
  width: 100%;
}
.cid-u8lThs0b2v .item-title2,
.cid-u8lThs0b2v .icon2 {
  color: #2a2c2d;
}
.cid-u8lThs0b2v .item-title1,
.cid-u8lThs0b2v .icon1 {
  color: #ffffff;
}
.cid-u8lThs0b2v .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8lThs0b2v .main-title DIV {
  text-align: center;
}
.cid-u8lThs0b2v .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u8lThsTo43 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u8lThsTo43 {
    align-items: center;
  }
  .cid-u8lThsTo43 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8lThsTo43 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8lThsTo43 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8lThsTo43 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8lThsTo43 .content-wrap {
    width: 100%;
  }
}
.cid-u8lThsTo43 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8lThsTo43 .mbr-text,
.cid-u8lThsTo43 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-y .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u8lTht7NmS {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8lTht7NmS .item-img {
  position: relative;
}
.cid-u8lTht7NmS .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8lTht7NmS .card-text {
    padding-left: 4rem;
  }
}
.cid-u8lTht7NmS h5 {
  line-height: 1.2;
}
.cid-u8lTht7NmS .card {
  margin-bottom: 2rem;
}
.cid-u8lTht7NmS .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8lTht7NmS .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lTht7NmS .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8lTht7NmS .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8lTht7NmS .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lTht7NmS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lTht7NmS .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lTht7NmS .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lTht7NmS .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lTht7NmS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lTht7NmS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lTht7NmS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8lTht7NmS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lTht7NmS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8lTht7NmS .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lTht7NmS .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lTht7NmS img,
.cid-u8lTht7NmS .item-img {
  width: 100%;
}
.cid-u8lTht7NmS .item:focus,
.cid-u8lTht7NmS span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lTht7NmS .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lTht7NmS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lTht7NmS .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8lTht7NmS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lTht7NmS .mbr-section-subtitle,
.cid-u8lTht7NmS .subtitle-wrap,
.cid-u8lTht7NmS .mbr-section-btn {
  text-align: left;
}
.cid-u8lTht7NmS .mbr-text,
.cid-u8lTht7NmS .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8lTht7NmS .mbr-text {
  color: #000000;
}
.cid-u8lThtp4UU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8lThtp4UU .item-img {
  position: relative;
}
.cid-u8lThtp4UU .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8lThtp4UU .card-text {
    padding-left: 4rem;
  }
}
.cid-u8lThtp4UU h5 {
  line-height: 1.2;
}
.cid-u8lThtp4UU .card {
  margin-bottom: 2rem;
}
.cid-u8lThtp4UU .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8lThtp4UU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lThtp4UU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8lThtp4UU .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8lThtp4UU .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lThtp4UU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lThtp4UU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lThtp4UU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lThtp4UU .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lThtp4UU .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThtp4UU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lThtp4UU .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8lThtp4UU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lThtp4UU .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8lThtp4UU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lThtp4UU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lThtp4UU img,
.cid-u8lThtp4UU .item-img {
  width: 100%;
}
.cid-u8lThtp4UU .item:focus,
.cid-u8lThtp4UU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lThtp4UU .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lThtp4UU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lThtp4UU .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8lThtp4UU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThtp4UU .mbr-section-subtitle,
.cid-u8lThtp4UU .subtitle-wrap,
.cid-u8lThtp4UU .mbr-section-btn {
  text-align: left;
}
.cid-u8lThtp4UU .mbr-text,
.cid-u8lThtp4UU .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8lThtp4UU .mbr-text {
  color: #000000;
}
.cid-u8lThtH6L8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8lThtH6L8 .item-img {
  position: relative;
}
.cid-u8lThtH6L8 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8lThtH6L8 .card-text {
    padding-left: 4rem;
  }
}
.cid-u8lThtH6L8 h5 {
  line-height: 1.2;
}
.cid-u8lThtH6L8 .card {
  margin-bottom: 2rem;
}
.cid-u8lThtH6L8 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8lThtH6L8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lThtH6L8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8lThtH6L8 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8lThtH6L8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lThtH6L8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lThtH6L8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lThtH6L8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lThtH6L8 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lThtH6L8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThtH6L8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lThtH6L8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8lThtH6L8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lThtH6L8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8lThtH6L8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lThtH6L8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lThtH6L8 img,
.cid-u8lThtH6L8 .item-img {
  width: 100%;
}
.cid-u8lThtH6L8 .item:focus,
.cid-u8lThtH6L8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lThtH6L8 .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lThtH6L8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lThtH6L8 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8lThtH6L8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThtH6L8 .mbr-section-subtitle,
.cid-u8lThtH6L8 .subtitle-wrap,
.cid-u8lThtH6L8 .mbr-section-btn {
  text-align: left;
}
.cid-u8lThtH6L8 .mbr-text,
.cid-u8lThtH6L8 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8lThtH6L8 .mbr-text {
  color: #000000;
}
.cid-u8lThtYGFQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8lThtYGFQ .item-img {
  position: relative;
}
.cid-u8lThtYGFQ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8lThtYGFQ .card-text {
    padding-left: 4rem;
  }
}
.cid-u8lThtYGFQ h5 {
  line-height: 1.2;
}
.cid-u8lThtYGFQ .card {
  margin-bottom: 2rem;
}
.cid-u8lThtYGFQ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8lThtYGFQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lThtYGFQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8lThtYGFQ .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8lThtYGFQ .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lThtYGFQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lThtYGFQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lThtYGFQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lThtYGFQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lThtYGFQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThtYGFQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lThtYGFQ .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8lThtYGFQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lThtYGFQ .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8lThtYGFQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lThtYGFQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lThtYGFQ img,
.cid-u8lThtYGFQ .item-img {
  width: 100%;
}
.cid-u8lThtYGFQ .item:focus,
.cid-u8lThtYGFQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lThtYGFQ .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lThtYGFQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lThtYGFQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8lThtYGFQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThtYGFQ .mbr-section-subtitle,
.cid-u8lThtYGFQ .subtitle-wrap,
.cid-u8lThtYGFQ .mbr-section-btn {
  text-align: left;
}
.cid-u8lThtYGFQ .mbr-text,
.cid-u8lThtYGFQ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8lThtYGFQ .mbr-text {
  color: #000000;
}
.cid-u8lThuibr8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8lThuibr8 .item-img {
  position: relative;
}
.cid-u8lThuibr8 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8lThuibr8 .card-text {
    padding-left: 4rem;
  }
}
.cid-u8lThuibr8 h5 {
  line-height: 1.2;
}
.cid-u8lThuibr8 .card {
  margin-bottom: 2rem;
}
.cid-u8lThuibr8 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8lThuibr8 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lThuibr8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8lThuibr8 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8lThuibr8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lThuibr8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lThuibr8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lThuibr8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lThuibr8 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lThuibr8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThuibr8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lThuibr8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8lThuibr8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lThuibr8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8lThuibr8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lThuibr8 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lThuibr8 img,
.cid-u8lThuibr8 .item-img {
  width: 100%;
}
.cid-u8lThuibr8 .item:focus,
.cid-u8lThuibr8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lThuibr8 .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lThuibr8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lThuibr8 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8lThuibr8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThuibr8 .mbr-section-subtitle,
.cid-u8lThuibr8 .subtitle-wrap,
.cid-u8lThuibr8 .mbr-section-btn {
  text-align: left;
}
.cid-u8lThuibr8 .mbr-text,
.cid-u8lThuibr8 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8lThuibr8 .mbr-text {
  color: #000000;
}
.cid-u8lThuHXYT {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u8lThuHXYT .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u8lThuHXYT {
    align-items: center;
  }
  .cid-u8lThuHXYT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8lThuHXYT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8lThuHXYT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8lThuHXYT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8lThuHXYT .content-wrap {
    width: 100%;
  }
}
.cid-u8lThuHXYT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8lThuHXYT .mbr-text,
.cid-u8lThuHXYT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8lThv5N5X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8lThv5N5X .item-img {
  position: relative;
}
.cid-u8lThv5N5X .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u8lThv5N5X .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u8lThv5N5X .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8lThv5N5X .image-wrapper {
  overflow: hidden;
}
.cid-u8lThv5N5X .item1 {
  margin-bottom: 2rem !important;
}
.cid-u8lThv5N5X .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8lThv5N5X .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8lThv5N5X .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8lThv5N5X .item1,
.cid-u8lThv5N5X .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u8lThv5N5X .item1 .item:hover,
.cid-u8lThv5N5X .item .item:hover {
  cursor: pointer;
}
.cid-u8lThv5N5X .item1:hover .link-icon-wrapper span,
.cid-u8lThv5N5X .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u8lThv5N5X .card2 {
    margin-top: 1rem;
  }
}
.cid-u8lThv5N5X .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8lThv5N5X .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8lThv5N5X .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8lThv5N5X .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8lThv5N5X .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8lThv5N5X .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8lThv5N5X .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8lThv5N5X .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8lThv5N5X .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8lThv5N5X img,
.cid-u8lThv5N5X .item-img {
  width: 100%;
}
.cid-u8lThv5N5X .item:focus,
.cid-u8lThv5N5X span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8lThv5N5X .item {
    margin-bottom: 1rem;
  }
}
.cid-u8lThv5N5X .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8lThv5N5X .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThv5N5X .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThv5N5X .mbr-section-subtitle,
.cid-u8lThv5N5X .subtitle-wrap,
.cid-u8lThv5N5X .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u8lThv5N5X .mbr-text,
.cid-u8lThv5N5X .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u8lThvvL3J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8lThvvL3J .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8lThvvL3J .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u8mBIP58ai {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8mBIP58ai .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8mBIP58ai .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u8mBIP58ai .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8mBIP58ai .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8mBIP58ai .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8mBIP58ai .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8mBIP58ai .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8mBIP58ai .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8mBIP58ai .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u8mBIP58ai .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8mBIP58ai .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8mBIP58ai .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8mBIP58ai .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8mBIP58ai .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8mBIP58ai .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u8mBIP58ai .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u8mBIP58ai .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8mBIP58ai .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8mBIP58ai .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u8mBIP58ai .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8mBIP58ai .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8mBIP58ai .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mBIP58ai .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8mBIP58ai .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u8mBIP58ai .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u8mBIP58ai .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8mBIP58ai .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u8mBIP58ai .nav-item:focus,
.cid-u8mBIP58ai .nav-link:focus {
  outline: none;
}
.cid-u8mBIP58ai .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8mBIP58ai .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8mBIP58ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8mBIP58ai .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8mBIP58ai .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8mBIP58ai .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8mBIP58ai .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8mBIP58ai .navbar.opened {
  transition: all 0.3s;
}
.cid-u8mBIP58ai .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8mBIP58ai .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u8mBIP58ai .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8mBIP58ai .navbar.collapsed {
  justify-content: center;
}
.cid-u8mBIP58ai .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8mBIP58ai .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u8mBIP58ai .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u8mBIP58ai .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8mBIP58ai .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8mBIP58ai .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8mBIP58ai .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8mBIP58ai .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8mBIP58ai .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8mBIP58ai .navbar {
    min-height: 72px;
  }
  .cid-u8mBIP58ai .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u8mBIP58ai .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8mBIP58ai .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8mBIP58ai .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8mBIP58ai .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8mBIP58ai .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8mBIP58ai .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8mBIP58ai .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8mBIP58ai .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8mBIP58ai .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8mBIP58ai .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8mBIP58ai .dropdown-item.active,
.cid-u8mBIP58ai .dropdown-item:active {
  background-color: transparent;
}
.cid-u8mBIP58ai .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8mBIP58ai .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8mBIP58ai .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8mBIP58ai .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8mBIP58ai .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u8mBIP58ai .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8mBIP58ai ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8mBIP58ai .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8mBIP58ai .navbar-buttons {
    text-align: left;
  }
}
.cid-u8mBIP58ai button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8mBIP58ai button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8mBIP58ai button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8mBIP58ai button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8mBIP58ai button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8mBIP58ai button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8mBIP58ai nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8mBIP58ai nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8mBIP58ai nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8mBIP58ai nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8mBIP58ai .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8mBIP58ai a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8mBIP58ai .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8mBIP58ai .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8mBIP58ai .navbar {
    height: 70px;
  }
  .cid-u8mBIP58ai .navbar.opened {
    height: auto;
  }
  .cid-u8mBIP58ai .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8mBIP58ai .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8mBIP58ai .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8mBIP58ai .navbar-brand {
    margin-right: auto;
  }
  .cid-u8mBIP58ai .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u8mBIP58ai .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8mBIP58ai .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8mBIP58ai .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8mBIP58ai .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8mBIP58ai .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8mBIPnmRM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mBIPnmRM .item-img {
  position: relative;
}
.cid-u8mBIPnmRM .button1 {
  background: #bd9a5e;
}
.cid-u8mBIPnmRM .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u8mBIPnmRM .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .button2 {
    margin-top: 1rem;
  }
}
.cid-u8mBIPnmRM .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .title {
    top: 25%;
  }
}
.cid-u8mBIPnmRM .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8mBIPnmRM .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .image-wrapper {
    min-height: 400px;
  }
}
.cid-u8mBIPnmRM .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8mBIPnmRM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u8mBIPnmRM .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u8mBIPnmRM .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u8mBIPnmRM .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u8mBIPnmRM .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u8mBIPnmRM .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u8mBIPnmRM .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIPnmRM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u8mBIPnmRM .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mBIPnmRM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u8mBIPnmRM .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mBIPnmRM .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8mBIPnmRM .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8mBIPnmRM img,
.cid-u8mBIPnmRM .item-img {
  width: 100%;
}
.cid-u8mBIPnmRM .item-title2,
.cid-u8mBIPnmRM .icon2 {
  color: #2a2c2d;
}
.cid-u8mBIPnmRM .item-title1,
.cid-u8mBIPnmRM .icon1 {
  color: #ffffff;
}
.cid-u8mBIPnmRM .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8mBIPnmRM .main-title DIV {
  text-align: center;
}
.cid-u8mBIPnmRM .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u8mBIPC0ZZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u8mBIPC0ZZ {
    align-items: center;
  }
  .cid-u8mBIPC0ZZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8mBIPC0ZZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8mBIPC0ZZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8mBIPC0ZZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8mBIPC0ZZ .content-wrap {
    width: 100%;
  }
}
.cid-u8mBIPC0ZZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8mBIPC0ZZ .mbr-text,
.cid-u8mBIPC0ZZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-1e {
  /* Type valid CSS here */
}
#custom-html-1e .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-1e .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u8mBIPV4Oh {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mBIPV4Oh .item-img {
  position: relative;
}
.cid-u8mBIPV4Oh .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mBIPV4Oh .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mBIPV4Oh h5 {
  line-height: 1.2;
}
.cid-u8mBIPV4Oh .card {
  margin-bottom: 2rem;
}
.cid-u8mBIPV4Oh .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mBIPV4Oh .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIPV4Oh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mBIPV4Oh .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mBIPV4Oh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIPV4Oh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIPV4Oh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIPV4Oh .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIPV4Oh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mBIPV4Oh .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIPV4Oh .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIPV4Oh img,
.cid-u8mBIPV4Oh .item-img {
  width: 100%;
}
.cid-u8mBIPV4Oh .item:focus,
.cid-u8mBIPV4Oh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIPV4Oh .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIPV4Oh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIPV4Oh .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mBIPV4Oh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIPV4Oh .mbr-section-subtitle,
.cid-u8mBIPV4Oh .subtitle-wrap,
.cid-u8mBIPV4Oh .mbr-section-btn {
  text-align: left;
}
.cid-u8mBIPV4Oh .mbr-text,
.cid-u8mBIPV4Oh .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mBIPV4Oh .mbr-text {
  color: #000000;
}
.cid-u8mBIQavoA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8mBIQavoA .item-img {
  position: relative;
}
.cid-u8mBIQavoA .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mBIQavoA .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mBIQavoA h5 {
  line-height: 1.2;
}
.cid-u8mBIQavoA .card {
  margin-bottom: 2rem;
}
.cid-u8mBIQavoA .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mBIQavoA .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIQavoA .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8mBIQavoA .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mBIQavoA .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIQavoA .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIQavoA .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIQavoA .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIQavoA .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIQavoA .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIQavoA .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIQavoA .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8mBIQavoA .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIQavoA .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8mBIQavoA .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIQavoA .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIQavoA img,
.cid-u8mBIQavoA .item-img {
  width: 100%;
}
.cid-u8mBIQavoA .item:focus,
.cid-u8mBIQavoA span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIQavoA .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIQavoA .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIQavoA .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mBIQavoA .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIQavoA .mbr-section-subtitle,
.cid-u8mBIQavoA .subtitle-wrap,
.cid-u8mBIQavoA .mbr-section-btn {
  text-align: left;
}
.cid-u8mBIQavoA .mbr-text,
.cid-u8mBIQavoA .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mBIQavoA .mbr-text {
  color: #000000;
}
.cid-u8mBIQroIe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mBIQroIe .item-img {
  position: relative;
}
.cid-u8mBIQroIe .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mBIQroIe .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mBIQroIe h5 {
  line-height: 1.2;
}
.cid-u8mBIQroIe .card {
  margin-bottom: 2rem;
}
.cid-u8mBIQroIe .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mBIQroIe .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIQroIe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mBIQroIe .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mBIQroIe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIQroIe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIQroIe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIQroIe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIQroIe .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIQroIe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIQroIe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIQroIe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mBIQroIe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIQroIe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mBIQroIe .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIQroIe .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIQroIe img,
.cid-u8mBIQroIe .item-img {
  width: 100%;
}
.cid-u8mBIQroIe .item:focus,
.cid-u8mBIQroIe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIQroIe .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIQroIe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIQroIe .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mBIQroIe .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIQroIe .mbr-section-subtitle,
.cid-u8mBIQroIe .subtitle-wrap,
.cid-u8mBIQroIe .mbr-section-btn {
  text-align: left;
}
.cid-u8mBIQroIe .mbr-text,
.cid-u8mBIQroIe .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mBIQroIe .mbr-text {
  color: #000000;
}
.cid-u8mBIQH78l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8mBIQH78l .item-img {
  position: relative;
}
.cid-u8mBIQH78l .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mBIQH78l .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mBIQH78l h5 {
  line-height: 1.2;
}
.cid-u8mBIQH78l .card {
  margin-bottom: 2rem;
}
.cid-u8mBIQH78l .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mBIQH78l .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIQH78l .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8mBIQH78l .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mBIQH78l .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIQH78l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIQH78l .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIQH78l .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIQH78l .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIQH78l .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIQH78l .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIQH78l .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8mBIQH78l .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIQH78l .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8mBIQH78l .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIQH78l .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIQH78l img,
.cid-u8mBIQH78l .item-img {
  width: 100%;
}
.cid-u8mBIQH78l .item:focus,
.cid-u8mBIQH78l span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIQH78l .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIQH78l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIQH78l .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mBIQH78l .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIQH78l .mbr-section-subtitle,
.cid-u8mBIQH78l .subtitle-wrap,
.cid-u8mBIQH78l .mbr-section-btn {
  text-align: left;
}
.cid-u8mBIQH78l .mbr-text,
.cid-u8mBIQH78l .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mBIQH78l .mbr-text {
  color: #000000;
}
.cid-u8mBIRba0g {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mBIRba0g .item-img {
  position: relative;
}
.cid-u8mBIRba0g .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mBIRba0g .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mBIRba0g h5 {
  line-height: 1.2;
}
.cid-u8mBIRba0g .card {
  margin-bottom: 2rem;
}
.cid-u8mBIRba0g .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mBIRba0g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIRba0g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mBIRba0g .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mBIRba0g .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIRba0g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIRba0g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIRba0g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIRba0g .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIRba0g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIRba0g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIRba0g .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mBIRba0g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIRba0g .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mBIRba0g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIRba0g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIRba0g img,
.cid-u8mBIRba0g .item-img {
  width: 100%;
}
.cid-u8mBIRba0g .item:focus,
.cid-u8mBIRba0g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIRba0g .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIRba0g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIRba0g .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mBIRba0g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIRba0g .mbr-section-subtitle,
.cid-u8mBIRba0g .subtitle-wrap,
.cid-u8mBIRba0g .mbr-section-btn {
  text-align: left;
}
.cid-u8mBIRba0g .mbr-text,
.cid-u8mBIRba0g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mBIRba0g .mbr-text {
  color: #000000;
}
.cid-u8mBIRCxnD {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u8mBIRCxnD .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u8mBIRCxnD {
    align-items: center;
  }
  .cid-u8mBIRCxnD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8mBIRCxnD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8mBIRCxnD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8mBIRCxnD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8mBIRCxnD .content-wrap {
    width: 100%;
  }
}
.cid-u8mBIRCxnD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8mBIRCxnD .mbr-text,
.cid-u8mBIRCxnD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8mBIS0nje {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8mBIS0nje .item-img {
  position: relative;
}
.cid-u8mBIS0nje .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u8mBIS0nje .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u8mBIS0nje .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mBIS0nje .image-wrapper {
  overflow: hidden;
}
.cid-u8mBIS0nje .item1 {
  margin-bottom: 2rem !important;
}
.cid-u8mBIS0nje .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mBIS0nje .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mBIS0nje .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mBIS0nje .item1,
.cid-u8mBIS0nje .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u8mBIS0nje .item1 .item:hover,
.cid-u8mBIS0nje .item .item:hover {
  cursor: pointer;
}
.cid-u8mBIS0nje .item1:hover .link-icon-wrapper span,
.cid-u8mBIS0nje .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u8mBIS0nje .card2 {
    margin-top: 1rem;
  }
}
.cid-u8mBIS0nje .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mBIS0nje .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mBIS0nje .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mBIS0nje .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mBIS0nje .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mBIS0nje .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mBIS0nje .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mBIS0nje .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mBIS0nje .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mBIS0nje img,
.cid-u8mBIS0nje .item-img {
  width: 100%;
}
.cid-u8mBIS0nje .item:focus,
.cid-u8mBIS0nje span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mBIS0nje .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mBIS0nje .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mBIS0nje .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIS0nje .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIS0nje .mbr-section-subtitle,
.cid-u8mBIS0nje .subtitle-wrap,
.cid-u8mBIS0nje .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u8mBIS0nje .mbr-text,
.cid-u8mBIS0nje .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u8mBISrZGY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8mBISrZGY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8mBISrZGY .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9EuV8XsVL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9EuV8XsVL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EuV8XsVL .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9EuV8XsVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9EuV8XsVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EuV8XsVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9EuV8XsVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9EuV8XsVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EuV8XsVL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9EuV8XsVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9EuV8XsVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9EuV8XsVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9EuV8XsVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9EuV8XsVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9EuV8XsVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9EuV8XsVL .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9EuV8XsVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9EuV8XsVL .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9EuV8XsVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9EuV8XsVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9EuV8XsVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9EuV8XsVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9EuV8XsVL .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EuV8XsVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9EuV8XsVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EuV8XsVL .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9EuV8XsVL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9EuV8XsVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9EuV8XsVL .nav-item:focus,
.cid-u9EuV8XsVL .nav-link:focus {
  outline: none;
}
.cid-u9EuV8XsVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EuV8XsVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EuV8XsVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EuV8XsVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EuV8XsVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EuV8XsVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EuV8XsVL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9EuV8XsVL .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EuV8XsVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9EuV8XsVL .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9EuV8XsVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9EuV8XsVL .navbar.collapsed {
  justify-content: center;
}
.cid-u9EuV8XsVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EuV8XsVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9EuV8XsVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9EuV8XsVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EuV8XsVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EuV8XsVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9EuV8XsVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EuV8XsVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9EuV8XsVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9EuV8XsVL .navbar {
    min-height: 72px;
  }
  .cid-u9EuV8XsVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9EuV8XsVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EuV8XsVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EuV8XsVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EuV8XsVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9EuV8XsVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9EuV8XsVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9EuV8XsVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9EuV8XsVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EuV8XsVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9EuV8XsVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9EuV8XsVL .dropdown-item.active,
.cid-u9EuV8XsVL .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EuV8XsVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EuV8XsVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EuV8XsVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EuV8XsVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9EuV8XsVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9EuV8XsVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9EuV8XsVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9EuV8XsVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9EuV8XsVL .navbar-buttons {
    text-align: left;
  }
}
.cid-u9EuV8XsVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9EuV8XsVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9EuV8XsVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EuV8XsVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EuV8XsVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EuV8XsVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EuV8XsVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EuV8XsVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EuV8XsVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EuV8XsVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EuV8XsVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9EuV8XsVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9EuV8XsVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9EuV8XsVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EuV8XsVL .navbar {
    height: 70px;
  }
  .cid-u9EuV8XsVL .navbar.opened {
    height: auto;
  }
  .cid-u9EuV8XsVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9EuV8XsVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9EuV8XsVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9EuV8XsVL .navbar-brand {
    margin-right: auto;
  }
  .cid-u9EuV8XsVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9EuV8XsVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9EuV8XsVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9EuV8XsVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EuV8XsVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9EuV8XsVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9EuV9e6Nw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EuV9e6Nw .item-img {
  position: relative;
}
.cid-u9EuV9e6Nw .button1 {
  background: #bd9a5e;
}
.cid-u9EuV9e6Nw .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9EuV9e6Nw .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .button2 {
    margin-top: 1rem;
  }
}
.cid-u9EuV9e6Nw .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .title {
    top: 25%;
  }
}
.cid-u9EuV9e6Nw .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9EuV9e6Nw .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9EuV9e6Nw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9EuV9e6Nw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9EuV9e6Nw .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9EuV9e6Nw .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9EuV9e6Nw .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9EuV9e6Nw .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9EuV9e6Nw .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EuV9e6Nw .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EuV9e6Nw .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EuV9e6Nw img,
.cid-u9EuV9e6Nw .item-img {
  width: 100%;
}
.cid-u9EuV9e6Nw .item-title2,
.cid-u9EuV9e6Nw .icon2 {
  color: #2a2c2d;
}
.cid-u9EuV9e6Nw .item-title1,
.cid-u9EuV9e6Nw .icon1 {
  color: #ffffff;
}
.cid-u9EuV9e6Nw .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EuV9e6Nw .main-title DIV {
  text-align: center;
}
.cid-u9EuV9e6Nw .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9EuV9q8OV {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9EuV9q8OV {
    align-items: center;
  }
  .cid-u9EuV9q8OV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EuV9q8OV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EuV9q8OV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EuV9q8OV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EuV9q8OV .content-wrap {
    width: 100%;
  }
}
.cid-u9EuV9q8OV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EuV9q8OV .mbr-text,
.cid-u9EuV9q8OV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-1q .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9EuV9HnZQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EuV9HnZQ .item-img {
  position: relative;
}
.cid-u9EuV9HnZQ .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EuV9HnZQ .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EuV9HnZQ h5 {
  line-height: 1.2;
}
.cid-u9EuV9HnZQ .card {
  margin-bottom: 2rem;
}
.cid-u9EuV9HnZQ .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EuV9HnZQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuV9HnZQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EuV9HnZQ .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EuV9HnZQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuV9HnZQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuV9HnZQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuV9HnZQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuV9HnZQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EuV9HnZQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuV9HnZQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuV9HnZQ img,
.cid-u9EuV9HnZQ .item-img {
  width: 100%;
}
.cid-u9EuV9HnZQ .item:focus,
.cid-u9EuV9HnZQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuV9HnZQ .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuV9HnZQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuV9HnZQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EuV9HnZQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuV9HnZQ .mbr-section-subtitle,
.cid-u9EuV9HnZQ .subtitle-wrap,
.cid-u9EuV9HnZQ .mbr-section-btn {
  text-align: left;
}
.cid-u9EuV9HnZQ .mbr-text,
.cid-u9EuV9HnZQ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EuV9HnZQ .mbr-text {
  color: #000000;
}
.cid-u9EuV9Vgfz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EuV9Vgfz .item-img {
  position: relative;
}
.cid-u9EuV9Vgfz .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EuV9Vgfz .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EuV9Vgfz h5 {
  line-height: 1.2;
}
.cid-u9EuV9Vgfz .card {
  margin-bottom: 2rem;
}
.cid-u9EuV9Vgfz .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EuV9Vgfz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuV9Vgfz .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EuV9Vgfz .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EuV9Vgfz .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuV9Vgfz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuV9Vgfz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuV9Vgfz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuV9Vgfz .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EuV9Vgfz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuV9Vgfz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuV9Vgfz img,
.cid-u9EuV9Vgfz .item-img {
  width: 100%;
}
.cid-u9EuV9Vgfz .item:focus,
.cid-u9EuV9Vgfz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuV9Vgfz .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuV9Vgfz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuV9Vgfz .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EuV9Vgfz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuV9Vgfz .mbr-section-subtitle,
.cid-u9EuV9Vgfz .subtitle-wrap,
.cid-u9EuV9Vgfz .mbr-section-btn {
  text-align: left;
}
.cid-u9EuV9Vgfz .mbr-text,
.cid-u9EuV9Vgfz .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EuV9Vgfz .mbr-text {
  color: #000000;
}
.cid-u9EuVaaUsn {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EuVaaUsn .item-img {
  position: relative;
}
.cid-u9EuVaaUsn .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EuVaaUsn .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EuVaaUsn h5 {
  line-height: 1.2;
}
.cid-u9EuVaaUsn .card {
  margin-bottom: 2rem;
}
.cid-u9EuVaaUsn .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EuVaaUsn .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuVaaUsn .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EuVaaUsn .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EuVaaUsn .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuVaaUsn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuVaaUsn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuVaaUsn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuVaaUsn .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuVaaUsn .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuVaaUsn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuVaaUsn .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EuVaaUsn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuVaaUsn .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EuVaaUsn .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuVaaUsn .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuVaaUsn img,
.cid-u9EuVaaUsn .item-img {
  width: 100%;
}
.cid-u9EuVaaUsn .item:focus,
.cid-u9EuVaaUsn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuVaaUsn .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuVaaUsn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuVaaUsn .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EuVaaUsn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVaaUsn .mbr-section-subtitle,
.cid-u9EuVaaUsn .subtitle-wrap,
.cid-u9EuVaaUsn .mbr-section-btn {
  text-align: left;
}
.cid-u9EuVaaUsn .mbr-text,
.cid-u9EuVaaUsn .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EuVaaUsn .mbr-text {
  color: #000000;
}
.cid-u9EuVaqnP9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EuVaqnP9 .item-img {
  position: relative;
}
.cid-u9EuVaqnP9 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EuVaqnP9 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EuVaqnP9 h5 {
  line-height: 1.2;
}
.cid-u9EuVaqnP9 .card {
  margin-bottom: 2rem;
}
.cid-u9EuVaqnP9 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EuVaqnP9 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuVaqnP9 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EuVaqnP9 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EuVaqnP9 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuVaqnP9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuVaqnP9 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuVaqnP9 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuVaqnP9 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EuVaqnP9 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuVaqnP9 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuVaqnP9 img,
.cid-u9EuVaqnP9 .item-img {
  width: 100%;
}
.cid-u9EuVaqnP9 .item:focus,
.cid-u9EuVaqnP9 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuVaqnP9 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuVaqnP9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuVaqnP9 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EuVaqnP9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVaqnP9 .mbr-section-subtitle,
.cid-u9EuVaqnP9 .subtitle-wrap,
.cid-u9EuVaqnP9 .mbr-section-btn {
  text-align: left;
}
.cid-u9EuVaqnP9 .mbr-text,
.cid-u9EuVaqnP9 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EuVaqnP9 .mbr-text {
  color: #000000;
}
.cid-u9EuVaT5yc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EuVaT5yc .item-img {
  position: relative;
}
.cid-u9EuVaT5yc .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EuVaT5yc .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EuVaT5yc h5 {
  line-height: 1.2;
}
.cid-u9EuVaT5yc .card {
  margin-bottom: 2rem;
}
.cid-u9EuVaT5yc .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EuVaT5yc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuVaT5yc .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EuVaT5yc .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EuVaT5yc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuVaT5yc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuVaT5yc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuVaT5yc .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuVaT5yc .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuVaT5yc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuVaT5yc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuVaT5yc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EuVaT5yc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuVaT5yc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EuVaT5yc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuVaT5yc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuVaT5yc img,
.cid-u9EuVaT5yc .item-img {
  width: 100%;
}
.cid-u9EuVaT5yc .item:focus,
.cid-u9EuVaT5yc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuVaT5yc .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuVaT5yc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuVaT5yc .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EuVaT5yc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVaT5yc .mbr-section-subtitle,
.cid-u9EuVaT5yc .subtitle-wrap,
.cid-u9EuVaT5yc .mbr-section-btn {
  text-align: left;
}
.cid-u9EuVaT5yc .mbr-text,
.cid-u9EuVaT5yc .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EuVaT5yc .mbr-text {
  color: #000000;
}
.cid-u9EuVbf6AA {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9EuVbf6AA .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9EuVbf6AA {
    align-items: center;
  }
  .cid-u9EuVbf6AA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EuVbf6AA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EuVbf6AA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EuVbf6AA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EuVbf6AA .content-wrap {
    width: 100%;
  }
}
.cid-u9EuVbf6AA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EuVbf6AA .mbr-text,
.cid-u9EuVbf6AA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9EuVbCjFp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EuVbCjFp .item-img {
  position: relative;
}
.cid-u9EuVbCjFp .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9EuVbCjFp .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9EuVbCjFp .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EuVbCjFp .image-wrapper {
  overflow: hidden;
}
.cid-u9EuVbCjFp .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9EuVbCjFp .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EuVbCjFp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EuVbCjFp .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EuVbCjFp .item1,
.cid-u9EuVbCjFp .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9EuVbCjFp .item1 .item:hover,
.cid-u9EuVbCjFp .item .item:hover {
  cursor: pointer;
}
.cid-u9EuVbCjFp .item1:hover .link-icon-wrapper span,
.cid-u9EuVbCjFp .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9EuVbCjFp .card2 {
    margin-top: 1rem;
  }
}
.cid-u9EuVbCjFp .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EuVbCjFp .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EuVbCjFp .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EuVbCjFp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EuVbCjFp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EuVbCjFp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EuVbCjFp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EuVbCjFp .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EuVbCjFp .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EuVbCjFp img,
.cid-u9EuVbCjFp .item-img {
  width: 100%;
}
.cid-u9EuVbCjFp .item:focus,
.cid-u9EuVbCjFp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EuVbCjFp .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EuVbCjFp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EuVbCjFp .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVbCjFp .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVbCjFp .mbr-section-subtitle,
.cid-u9EuVbCjFp .subtitle-wrap,
.cid-u9EuVbCjFp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9EuVbCjFp .mbr-text,
.cid-u9EuVbCjFp .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9EuVbZa5e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9EuVbZa5e .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9EuVbZa5e .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9EFGkudBT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9EFGkudBT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EFGkudBT .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9EFGkudBT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9EFGkudBT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EFGkudBT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9EFGkudBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9EFGkudBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EFGkudBT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9EFGkudBT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9EFGkudBT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9EFGkudBT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9EFGkudBT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9EFGkudBT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9EFGkudBT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9EFGkudBT .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9EFGkudBT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9EFGkudBT .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9EFGkudBT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9EFGkudBT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9EFGkudBT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9EFGkudBT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9EFGkudBT .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EFGkudBT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9EFGkudBT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EFGkudBT .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9EFGkudBT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9EFGkudBT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9EFGkudBT .nav-item:focus,
.cid-u9EFGkudBT .nav-link:focus {
  outline: none;
}
.cid-u9EFGkudBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EFGkudBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EFGkudBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EFGkudBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EFGkudBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EFGkudBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EFGkudBT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9EFGkudBT .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EFGkudBT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9EFGkudBT .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9EFGkudBT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9EFGkudBT .navbar.collapsed {
  justify-content: center;
}
.cid-u9EFGkudBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EFGkudBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9EFGkudBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9EFGkudBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EFGkudBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EFGkudBT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9EFGkudBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EFGkudBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9EFGkudBT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9EFGkudBT .navbar {
    min-height: 72px;
  }
  .cid-u9EFGkudBT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9EFGkudBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EFGkudBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EFGkudBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EFGkudBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9EFGkudBT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9EFGkudBT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9EFGkudBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9EFGkudBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EFGkudBT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9EFGkudBT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9EFGkudBT .dropdown-item.active,
.cid-u9EFGkudBT .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EFGkudBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EFGkudBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EFGkudBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EFGkudBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9EFGkudBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9EFGkudBT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9EFGkudBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9EFGkudBT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9EFGkudBT .navbar-buttons {
    text-align: left;
  }
}
.cid-u9EFGkudBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9EFGkudBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9EFGkudBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EFGkudBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EFGkudBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EFGkudBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EFGkudBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EFGkudBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EFGkudBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EFGkudBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EFGkudBT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9EFGkudBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9EFGkudBT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9EFGkudBT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EFGkudBT .navbar {
    height: 70px;
  }
  .cid-u9EFGkudBT .navbar.opened {
    height: auto;
  }
  .cid-u9EFGkudBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9EFGkudBT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9EFGkudBT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9EFGkudBT .navbar-brand {
    margin-right: auto;
  }
  .cid-u9EFGkudBT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9EFGkudBT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9EFGkudBT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9EFGkudBT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EFGkudBT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9EFGkudBT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9EFGkK41e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EFGkK41e .item-img {
  position: relative;
}
.cid-u9EFGkK41e .button1 {
  background: #bd9a5e;
}
.cid-u9EFGkK41e .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9EFGkK41e .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .button2 {
    margin-top: 1rem;
  }
}
.cid-u9EFGkK41e .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .title {
    top: 25%;
  }
}
.cid-u9EFGkK41e .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9EFGkK41e .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9EFGkK41e .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9EFGkK41e .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9EFGkK41e .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9EFGkK41e .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9EFGkK41e .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9EFGkK41e .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9EFGkK41e .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9EFGkK41e .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGkK41e .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9EFGkK41e .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EFGkK41e .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9EFGkK41e .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EFGkK41e .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EFGkK41e .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EFGkK41e img,
.cid-u9EFGkK41e .item-img {
  width: 100%;
}
.cid-u9EFGkK41e .item-title2,
.cid-u9EFGkK41e .icon2 {
  color: #2a2c2d;
}
.cid-u9EFGkK41e .item-title1,
.cid-u9EFGkK41e .icon1 {
  color: #ffffff;
}
.cid-u9EFGkK41e .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EFGkK41e .main-title DIV {
  text-align: center;
}
.cid-u9EFGkK41e .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9EFGkWYwA {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9EFGkWYwA {
    align-items: center;
  }
  .cid-u9EFGkWYwA .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EFGkWYwA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EFGkWYwA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EFGkWYwA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EFGkWYwA .content-wrap {
    width: 100%;
  }
}
.cid-u9EFGkWYwA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EFGkWYwA .mbr-text,
.cid-u9EFGkWYwA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-22 {
  /* Type valid CSS here */
}
#custom-html-22 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-22 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9EFGlfRot {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EFGlfRot .item-img {
  position: relative;
}
.cid-u9EFGlfRot .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EFGlfRot .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EFGlfRot h5 {
  line-height: 1.2;
}
.cid-u9EFGlfRot .card {
  margin-bottom: 2rem;
}
.cid-u9EFGlfRot .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EFGlfRot .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGlfRot .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EFGlfRot .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EFGlfRot .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGlfRot .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGlfRot .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGlfRot .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGlfRot .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGlfRot .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGlfRot .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGlfRot .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EFGlfRot .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGlfRot .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EFGlfRot .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGlfRot .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGlfRot img,
.cid-u9EFGlfRot .item-img {
  width: 100%;
}
.cid-u9EFGlfRot .item:focus,
.cid-u9EFGlfRot span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGlfRot .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGlfRot .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGlfRot .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EFGlfRot .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGlfRot .mbr-section-subtitle,
.cid-u9EFGlfRot .subtitle-wrap,
.cid-u9EFGlfRot .mbr-section-btn {
  text-align: left;
}
.cid-u9EFGlfRot .mbr-text,
.cid-u9EFGlfRot .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EFGlfRot .mbr-text {
  color: #000000;
}
.cid-u9EFGlsXt2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EFGlsXt2 .item-img {
  position: relative;
}
.cid-u9EFGlsXt2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EFGlsXt2 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EFGlsXt2 h5 {
  line-height: 1.2;
}
.cid-u9EFGlsXt2 .card {
  margin-bottom: 2rem;
}
.cid-u9EFGlsXt2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EFGlsXt2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGlsXt2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EFGlsXt2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EFGlsXt2 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGlsXt2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGlsXt2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGlsXt2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGlsXt2 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EFGlsXt2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGlsXt2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGlsXt2 img,
.cid-u9EFGlsXt2 .item-img {
  width: 100%;
}
.cid-u9EFGlsXt2 .item:focus,
.cid-u9EFGlsXt2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGlsXt2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGlsXt2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGlsXt2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EFGlsXt2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGlsXt2 .mbr-section-subtitle,
.cid-u9EFGlsXt2 .subtitle-wrap,
.cid-u9EFGlsXt2 .mbr-section-btn {
  text-align: left;
}
.cid-u9EFGlsXt2 .mbr-text,
.cid-u9EFGlsXt2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EFGlsXt2 .mbr-text {
  color: #000000;
}
.cid-u9EFGlFAIH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EFGlFAIH .item-img {
  position: relative;
}
.cid-u9EFGlFAIH .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EFGlFAIH .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EFGlFAIH h5 {
  line-height: 1.2;
}
.cid-u9EFGlFAIH .card {
  margin-bottom: 2rem;
}
.cid-u9EFGlFAIH .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EFGlFAIH .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGlFAIH .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EFGlFAIH .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EFGlFAIH .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGlFAIH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGlFAIH .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGlFAIH .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGlFAIH .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGlFAIH .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGlFAIH .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGlFAIH .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EFGlFAIH .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGlFAIH .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EFGlFAIH .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGlFAIH .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGlFAIH img,
.cid-u9EFGlFAIH .item-img {
  width: 100%;
}
.cid-u9EFGlFAIH .item:focus,
.cid-u9EFGlFAIH span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGlFAIH .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGlFAIH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGlFAIH .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EFGlFAIH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGlFAIH .mbr-section-subtitle,
.cid-u9EFGlFAIH .subtitle-wrap,
.cid-u9EFGlFAIH .mbr-section-btn {
  text-align: left;
}
.cid-u9EFGlFAIH .mbr-text,
.cid-u9EFGlFAIH .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EFGlFAIH .mbr-text {
  color: #000000;
}
.cid-u9EFGlTtNm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EFGlTtNm .item-img {
  position: relative;
}
.cid-u9EFGlTtNm .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EFGlTtNm .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EFGlTtNm h5 {
  line-height: 1.2;
}
.cid-u9EFGlTtNm .card {
  margin-bottom: 2rem;
}
.cid-u9EFGlTtNm .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EFGlTtNm .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGlTtNm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EFGlTtNm .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EFGlTtNm .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGlTtNm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGlTtNm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGlTtNm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGlTtNm .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGlTtNm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGlTtNm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGlTtNm .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EFGlTtNm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGlTtNm .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EFGlTtNm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGlTtNm .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGlTtNm img,
.cid-u9EFGlTtNm .item-img {
  width: 100%;
}
.cid-u9EFGlTtNm .item:focus,
.cid-u9EFGlTtNm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGlTtNm .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGlTtNm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGlTtNm .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EFGlTtNm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGlTtNm .mbr-section-subtitle,
.cid-u9EFGlTtNm .subtitle-wrap,
.cid-u9EFGlTtNm .mbr-section-btn {
  text-align: left;
}
.cid-u9EFGlTtNm .mbr-text,
.cid-u9EFGlTtNm .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EFGlTtNm .mbr-text {
  color: #000000;
}
.cid-u9EFGm7UNk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EFGm7UNk .item-img {
  position: relative;
}
.cid-u9EFGm7UNk .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EFGm7UNk .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EFGm7UNk h5 {
  line-height: 1.2;
}
.cid-u9EFGm7UNk .card {
  margin-bottom: 2rem;
}
.cid-u9EFGm7UNk .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EFGm7UNk .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGm7UNk .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EFGm7UNk .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EFGm7UNk .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGm7UNk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGm7UNk .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGm7UNk .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGm7UNk .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGm7UNk .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGm7UNk .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGm7UNk .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EFGm7UNk .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGm7UNk .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EFGm7UNk .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGm7UNk .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGm7UNk img,
.cid-u9EFGm7UNk .item-img {
  width: 100%;
}
.cid-u9EFGm7UNk .item:focus,
.cid-u9EFGm7UNk span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGm7UNk .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGm7UNk .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGm7UNk .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EFGm7UNk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGm7UNk .mbr-section-subtitle,
.cid-u9EFGm7UNk .subtitle-wrap,
.cid-u9EFGm7UNk .mbr-section-btn {
  text-align: left;
}
.cid-u9EFGm7UNk .mbr-text,
.cid-u9EFGm7UNk .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EFGm7UNk .mbr-text {
  color: #000000;
}
.cid-u9EFGmnYpM {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9EFGmnYpM .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9EFGmnYpM {
    align-items: center;
  }
  .cid-u9EFGmnYpM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EFGmnYpM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EFGmnYpM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EFGmnYpM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EFGmnYpM .content-wrap {
    width: 100%;
  }
}
.cid-u9EFGmnYpM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EFGmnYpM .mbr-text,
.cid-u9EFGmnYpM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9EFGmCv3N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EFGmCv3N .item-img {
  position: relative;
}
.cid-u9EFGmCv3N .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9EFGmCv3N .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9EFGmCv3N .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EFGmCv3N .image-wrapper {
  overflow: hidden;
}
.cid-u9EFGmCv3N .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9EFGmCv3N .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EFGmCv3N .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EFGmCv3N .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EFGmCv3N .item1,
.cid-u9EFGmCv3N .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9EFGmCv3N .item1 .item:hover,
.cid-u9EFGmCv3N .item .item:hover {
  cursor: pointer;
}
.cid-u9EFGmCv3N .item1:hover .link-icon-wrapper span,
.cid-u9EFGmCv3N .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9EFGmCv3N .card2 {
    margin-top: 1rem;
  }
}
.cid-u9EFGmCv3N .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EFGmCv3N .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EFGmCv3N .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EFGmCv3N .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EFGmCv3N .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EFGmCv3N .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EFGmCv3N .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EFGmCv3N .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EFGmCv3N .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EFGmCv3N img,
.cid-u9EFGmCv3N .item-img {
  width: 100%;
}
.cid-u9EFGmCv3N .item:focus,
.cid-u9EFGmCv3N span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EFGmCv3N .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EFGmCv3N .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EFGmCv3N .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGmCv3N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGmCv3N .mbr-section-subtitle,
.cid-u9EFGmCv3N .subtitle-wrap,
.cid-u9EFGmCv3N .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9EFGmCv3N .mbr-text,
.cid-u9EFGmCv3N .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9EFGmS0B3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9EFGmS0B3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9EFGmS0B3 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9EWlysA8L {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9EWlysA8L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EWlysA8L .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9EWlysA8L .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9EWlysA8L .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9EWlysA8L .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9EWlysA8L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9EWlysA8L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9EWlysA8L .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9EWlysA8L .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9EWlysA8L .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9EWlysA8L .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9EWlysA8L .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9EWlysA8L .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9EWlysA8L .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9EWlysA8L .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9EWlysA8L .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9EWlysA8L .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9EWlysA8L .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9EWlysA8L .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9EWlysA8L .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9EWlysA8L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9EWlysA8L .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EWlysA8L .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9EWlysA8L .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EWlysA8L .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9EWlysA8L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9EWlysA8L .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9EWlysA8L .nav-item:focus,
.cid-u9EWlysA8L .nav-link:focus {
  outline: none;
}
.cid-u9EWlysA8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9EWlysA8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9EWlysA8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9EWlysA8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9EWlysA8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9EWlysA8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9EWlysA8L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9EWlysA8L .navbar.opened {
  transition: all 0.3s;
}
.cid-u9EWlysA8L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9EWlysA8L .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9EWlysA8L .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9EWlysA8L .navbar.collapsed {
  justify-content: center;
}
.cid-u9EWlysA8L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9EWlysA8L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9EWlysA8L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9EWlysA8L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9EWlysA8L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9EWlysA8L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9EWlysA8L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9EWlysA8L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9EWlysA8L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9EWlysA8L .navbar {
    min-height: 72px;
  }
  .cid-u9EWlysA8L .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9EWlysA8L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9EWlysA8L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9EWlysA8L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9EWlysA8L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9EWlysA8L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9EWlysA8L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9EWlysA8L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9EWlysA8L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9EWlysA8L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9EWlysA8L .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9EWlysA8L .dropdown-item.active,
.cid-u9EWlysA8L .dropdown-item:active {
  background-color: transparent;
}
.cid-u9EWlysA8L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9EWlysA8L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9EWlysA8L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9EWlysA8L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9EWlysA8L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9EWlysA8L .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9EWlysA8L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9EWlysA8L .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9EWlysA8L .navbar-buttons {
    text-align: left;
  }
}
.cid-u9EWlysA8L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9EWlysA8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9EWlysA8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9EWlysA8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EWlysA8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9EWlysA8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9EWlysA8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EWlysA8L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9EWlysA8L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9EWlysA8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9EWlysA8L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9EWlysA8L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9EWlysA8L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9EWlysA8L .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9EWlysA8L .navbar {
    height: 70px;
  }
  .cid-u9EWlysA8L .navbar.opened {
    height: auto;
  }
  .cid-u9EWlysA8L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9EWlysA8L .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9EWlysA8L .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9EWlysA8L .navbar-brand {
    margin-right: auto;
  }
  .cid-u9EWlysA8L .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9EWlysA8L .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9EWlysA8L .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9EWlysA8L .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9EWlysA8L .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9EWlysA8L .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9EWlyIeV7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EWlyIeV7 .item-img {
  position: relative;
}
.cid-u9EWlyIeV7 .button1 {
  background: #bd9a5e;
}
.cid-u9EWlyIeV7 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9EWlyIeV7 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .button2 {
    margin-top: 1rem;
  }
}
.cid-u9EWlyIeV7 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .title {
    top: 25%;
  }
}
.cid-u9EWlyIeV7 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9EWlyIeV7 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9EWlyIeV7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9EWlyIeV7 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9EWlyIeV7 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9EWlyIeV7 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9EWlyIeV7 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9EWlyIeV7 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9EWlyIeV7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EWlyIeV7 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EWlyIeV7 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9EWlyIeV7 img,
.cid-u9EWlyIeV7 .item-img {
  width: 100%;
}
.cid-u9EWlyIeV7 .item-title2,
.cid-u9EWlyIeV7 .icon2 {
  color: #2a2c2d;
}
.cid-u9EWlyIeV7 .item-title1,
.cid-u9EWlyIeV7 .icon1 {
  color: #ffffff;
}
.cid-u9EWlyIeV7 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9EWlyIeV7 .main-title DIV {
  text-align: center;
}
.cid-u9EWlyIeV7 .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9EWlyUv2O {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9EWlyUv2O {
    align-items: center;
  }
  .cid-u9EWlyUv2O .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EWlyUv2O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EWlyUv2O {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EWlyUv2O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EWlyUv2O .content-wrap {
    width: 100%;
  }
}
.cid-u9EWlyUv2O .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EWlyUv2O .mbr-text,
.cid-u9EWlyUv2O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-2e {
  /* Type valid CSS here */
}
#custom-html-2e .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-2e .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9EWlzaZOT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EWlzaZOT .item-img {
  position: relative;
}
.cid-u9EWlzaZOT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EWlzaZOT .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EWlzaZOT h5 {
  line-height: 1.2;
}
.cid-u9EWlzaZOT .card {
  margin-bottom: 2rem;
}
.cid-u9EWlzaZOT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EWlzaZOT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlzaZOT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EWlzaZOT .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EWlzaZOT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlzaZOT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlzaZOT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlzaZOT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlzaZOT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlzaZOT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlzaZOT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlzaZOT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EWlzaZOT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlzaZOT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EWlzaZOT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlzaZOT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlzaZOT img,
.cid-u9EWlzaZOT .item-img {
  width: 100%;
}
.cid-u9EWlzaZOT .item:focus,
.cid-u9EWlzaZOT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlzaZOT .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlzaZOT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlzaZOT .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EWlzaZOT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlzaZOT .mbr-section-subtitle,
.cid-u9EWlzaZOT .subtitle-wrap,
.cid-u9EWlzaZOT .mbr-section-btn {
  text-align: left;
}
.cid-u9EWlzaZOT .mbr-text,
.cid-u9EWlzaZOT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EWlzaZOT .mbr-text {
  color: #000000;
}
.cid-u9EWlzn0am {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EWlzn0am .item-img {
  position: relative;
}
.cid-u9EWlzn0am .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EWlzn0am .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EWlzn0am h5 {
  line-height: 1.2;
}
.cid-u9EWlzn0am .card {
  margin-bottom: 2rem;
}
.cid-u9EWlzn0am .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EWlzn0am .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlzn0am .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EWlzn0am .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EWlzn0am .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlzn0am .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlzn0am .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlzn0am .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlzn0am .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlzn0am .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlzn0am .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlzn0am .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EWlzn0am .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlzn0am .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EWlzn0am .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlzn0am .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlzn0am img,
.cid-u9EWlzn0am .item-img {
  width: 100%;
}
.cid-u9EWlzn0am .item:focus,
.cid-u9EWlzn0am span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlzn0am .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlzn0am .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlzn0am .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EWlzn0am .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlzn0am .mbr-section-subtitle,
.cid-u9EWlzn0am .subtitle-wrap,
.cid-u9EWlzn0am .mbr-section-btn {
  text-align: left;
}
.cid-u9EWlzn0am .mbr-text,
.cid-u9EWlzn0am .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EWlzn0am .mbr-text {
  color: #000000;
}
.cid-u9EWlzBMo7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EWlzBMo7 .item-img {
  position: relative;
}
.cid-u9EWlzBMo7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EWlzBMo7 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EWlzBMo7 h5 {
  line-height: 1.2;
}
.cid-u9EWlzBMo7 .card {
  margin-bottom: 2rem;
}
.cid-u9EWlzBMo7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EWlzBMo7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlzBMo7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EWlzBMo7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EWlzBMo7 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlzBMo7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlzBMo7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlzBMo7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlzBMo7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EWlzBMo7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlzBMo7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlzBMo7 img,
.cid-u9EWlzBMo7 .item-img {
  width: 100%;
}
.cid-u9EWlzBMo7 .item:focus,
.cid-u9EWlzBMo7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlzBMo7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlzBMo7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlzBMo7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EWlzBMo7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlzBMo7 .mbr-section-subtitle,
.cid-u9EWlzBMo7 .subtitle-wrap,
.cid-u9EWlzBMo7 .mbr-section-btn {
  text-align: left;
}
.cid-u9EWlzBMo7 .mbr-text,
.cid-u9EWlzBMo7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EWlzBMo7 .mbr-text {
  color: #000000;
}
.cid-u9EWlzO3DF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9EWlzO3DF .item-img {
  position: relative;
}
.cid-u9EWlzO3DF .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EWlzO3DF .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EWlzO3DF h5 {
  line-height: 1.2;
}
.cid-u9EWlzO3DF .card {
  margin-bottom: 2rem;
}
.cid-u9EWlzO3DF .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EWlzO3DF .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlzO3DF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9EWlzO3DF .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EWlzO3DF .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlzO3DF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlzO3DF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlzO3DF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlzO3DF .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlzO3DF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlzO3DF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlzO3DF .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9EWlzO3DF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlzO3DF .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9EWlzO3DF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlzO3DF .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlzO3DF img,
.cid-u9EWlzO3DF .item-img {
  width: 100%;
}
.cid-u9EWlzO3DF .item:focus,
.cid-u9EWlzO3DF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlzO3DF .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlzO3DF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlzO3DF .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EWlzO3DF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlzO3DF .mbr-section-subtitle,
.cid-u9EWlzO3DF .subtitle-wrap,
.cid-u9EWlzO3DF .mbr-section-btn {
  text-align: left;
}
.cid-u9EWlzO3DF .mbr-text,
.cid-u9EWlzO3DF .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EWlzO3DF .mbr-text {
  color: #000000;
}
.cid-u9EWlA29oE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9EWlA29oE .item-img {
  position: relative;
}
.cid-u9EWlA29oE .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9EWlA29oE .card-text {
    padding-left: 4rem;
  }
}
.cid-u9EWlA29oE h5 {
  line-height: 1.2;
}
.cid-u9EWlA29oE .card {
  margin-bottom: 2rem;
}
.cid-u9EWlA29oE .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9EWlA29oE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlA29oE .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9EWlA29oE .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9EWlA29oE .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlA29oE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlA29oE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlA29oE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlA29oE .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlA29oE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlA29oE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlA29oE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EWlA29oE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlA29oE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EWlA29oE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlA29oE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlA29oE img,
.cid-u9EWlA29oE .item-img {
  width: 100%;
}
.cid-u9EWlA29oE .item:focus,
.cid-u9EWlA29oE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlA29oE .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlA29oE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlA29oE .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9EWlA29oE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlA29oE .mbr-section-subtitle,
.cid-u9EWlA29oE .subtitle-wrap,
.cid-u9EWlA29oE .mbr-section-btn {
  text-align: left;
}
.cid-u9EWlA29oE .mbr-text,
.cid-u9EWlA29oE .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9EWlA29oE .mbr-text {
  color: #000000;
}
.cid-u9EWlAiE42 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9EWlAiE42 .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9EWlAiE42 {
    align-items: center;
  }
  .cid-u9EWlAiE42 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9EWlAiE42 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9EWlAiE42 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9EWlAiE42 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9EWlAiE42 .content-wrap {
    width: 100%;
  }
}
.cid-u9EWlAiE42 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9EWlAiE42 .mbr-text,
.cid-u9EWlAiE42 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9EWlAvlxK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EWlAvlxK .item-img {
  position: relative;
}
.cid-u9EWlAvlxK .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9EWlAvlxK .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9EWlAvlxK .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9EWlAvlxK .image-wrapper {
  overflow: hidden;
}
.cid-u9EWlAvlxK .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9EWlAvlxK .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9EWlAvlxK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9EWlAvlxK .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9EWlAvlxK .item1,
.cid-u9EWlAvlxK .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9EWlAvlxK .item1 .item:hover,
.cid-u9EWlAvlxK .item .item:hover {
  cursor: pointer;
}
.cid-u9EWlAvlxK .item1:hover .link-icon-wrapper span,
.cid-u9EWlAvlxK .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9EWlAvlxK .card2 {
    margin-top: 1rem;
  }
}
.cid-u9EWlAvlxK .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9EWlAvlxK .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9EWlAvlxK .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9EWlAvlxK .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9EWlAvlxK .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9EWlAvlxK .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9EWlAvlxK .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9EWlAvlxK .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9EWlAvlxK .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9EWlAvlxK img,
.cid-u9EWlAvlxK .item-img {
  width: 100%;
}
.cid-u9EWlAvlxK .item:focus,
.cid-u9EWlAvlxK span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9EWlAvlxK .item {
    margin-bottom: 1rem;
  }
}
.cid-u9EWlAvlxK .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9EWlAvlxK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlAvlxK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlAvlxK .mbr-section-subtitle,
.cid-u9EWlAvlxK .subtitle-wrap,
.cid-u9EWlAvlxK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9EWlAvlxK .mbr-text,
.cid-u9EWlAvlxK .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9EWlALNK9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9EWlALNK9 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9EWlALNK9 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9Fyqvo8As {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9Fyqvo8As .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fyqvo8As .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9Fyqvo8As .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9Fyqvo8As .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Fyqvo8As .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9Fyqvo8As .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9Fyqvo8As .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Fyqvo8As .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9Fyqvo8As .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9Fyqvo8As .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9Fyqvo8As .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9Fyqvo8As .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9Fyqvo8As .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9Fyqvo8As .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9Fyqvo8As .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9Fyqvo8As .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9Fyqvo8As .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9Fyqvo8As .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9Fyqvo8As .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9Fyqvo8As .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9Fyqvo8As .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9Fyqvo8As .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Fyqvo8As .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9Fyqvo8As .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9Fyqvo8As .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9Fyqvo8As .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9Fyqvo8As .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9Fyqvo8As .nav-item:focus,
.cid-u9Fyqvo8As .nav-link:focus {
  outline: none;
}
.cid-u9Fyqvo8As .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Fyqvo8As .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Fyqvo8As .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Fyqvo8As .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Fyqvo8As .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Fyqvo8As .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Fyqvo8As .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9Fyqvo8As .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Fyqvo8As .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9Fyqvo8As .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9Fyqvo8As .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9Fyqvo8As .navbar.collapsed {
  justify-content: center;
}
.cid-u9Fyqvo8As .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Fyqvo8As .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9Fyqvo8As .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9Fyqvo8As .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Fyqvo8As .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Fyqvo8As .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9Fyqvo8As .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Fyqvo8As .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9Fyqvo8As .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9Fyqvo8As .navbar {
    min-height: 72px;
  }
  .cid-u9Fyqvo8As .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9Fyqvo8As .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Fyqvo8As .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Fyqvo8As .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Fyqvo8As .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9Fyqvo8As .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9Fyqvo8As .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9Fyqvo8As .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9Fyqvo8As .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Fyqvo8As .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9Fyqvo8As .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9Fyqvo8As .dropdown-item.active,
.cid-u9Fyqvo8As .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Fyqvo8As .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Fyqvo8As .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Fyqvo8As .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Fyqvo8As .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9Fyqvo8As .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9Fyqvo8As .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9Fyqvo8As ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9Fyqvo8As .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9Fyqvo8As .navbar-buttons {
    text-align: left;
  }
}
.cid-u9Fyqvo8As button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9Fyqvo8As button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9Fyqvo8As button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Fyqvo8As button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fyqvo8As button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Fyqvo8As button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Fyqvo8As nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fyqvo8As nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Fyqvo8As nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Fyqvo8As nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Fyqvo8As .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9Fyqvo8As a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9Fyqvo8As .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9Fyqvo8As .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Fyqvo8As .navbar {
    height: 70px;
  }
  .cid-u9Fyqvo8As .navbar.opened {
    height: auto;
  }
  .cid-u9Fyqvo8As .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9Fyqvo8As .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9Fyqvo8As .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9Fyqvo8As .navbar-brand {
    margin-right: auto;
  }
  .cid-u9Fyqvo8As .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9Fyqvo8As .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9Fyqvo8As .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9Fyqvo8As .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Fyqvo8As .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9Fyqvo8As .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9FyqvTrvB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9FyqvTrvB .item-img {
  position: relative;
}
.cid-u9FyqvTrvB .button1 {
  background: #bd9a5e;
}
.cid-u9FyqvTrvB .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9FyqvTrvB .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .button2 {
    margin-top: 1rem;
  }
}
.cid-u9FyqvTrvB .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .title {
    top: 25%;
  }
}
.cid-u9FyqvTrvB .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9FyqvTrvB .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9FyqvTrvB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9FyqvTrvB .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9FyqvTrvB .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9FyqvTrvB .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9FyqvTrvB .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9FyqvTrvB .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9FyqvTrvB .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9FyqvTrvB .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9FyqvTrvB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9FyqvTrvB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9FyqvTrvB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9FyqvTrvB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9FyqvTrvB .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9FyqvTrvB .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9FyqvTrvB img,
.cid-u9FyqvTrvB .item-img {
  width: 100%;
}
.cid-u9FyqvTrvB .item-title2,
.cid-u9FyqvTrvB .icon2 {
  color: #2a2c2d;
}
.cid-u9FyqvTrvB .item-title1,
.cid-u9FyqvTrvB .icon1 {
  color: #ffffff;
}
.cid-u9FyqvTrvB .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9FyqvTrvB .main-title DIV {
  text-align: center;
}
.cid-u9FyqvTrvB .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9FyqwkfIZ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9FyqwkfIZ {
    align-items: center;
  }
  .cid-u9FyqwkfIZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9FyqwkfIZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9FyqwkfIZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9FyqwkfIZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9FyqwkfIZ .content-wrap {
    width: 100%;
  }
}
.cid-u9FyqwkfIZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9FyqwkfIZ .mbr-text,
.cid-u9FyqwkfIZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-2q .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9FyqwUc4s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9FyqwUc4s .item-img {
  position: relative;
}
.cid-u9FyqwUc4s .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9FyqwUc4s .card-text {
    padding-left: 4rem;
  }
}
.cid-u9FyqwUc4s h5 {
  line-height: 1.2;
}
.cid-u9FyqwUc4s .card {
  margin-bottom: 2rem;
}
.cid-u9FyqwUc4s .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9FyqwUc4s .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9FyqwUc4s .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9FyqwUc4s .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9FyqwUc4s .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9FyqwUc4s .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9FyqwUc4s .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9FyqwUc4s .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9FyqwUc4s .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9FyqwUc4s .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9FyqwUc4s .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9FyqwUc4s .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9FyqwUc4s .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9FyqwUc4s .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9FyqwUc4s .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9FyqwUc4s .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9FyqwUc4s img,
.cid-u9FyqwUc4s .item-img {
  width: 100%;
}
.cid-u9FyqwUc4s .item:focus,
.cid-u9FyqwUc4s span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9FyqwUc4s .item {
    margin-bottom: 1rem;
  }
}
.cid-u9FyqwUc4s .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9FyqwUc4s .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9FyqwUc4s .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqwUc4s .mbr-section-subtitle,
.cid-u9FyqwUc4s .subtitle-wrap,
.cid-u9FyqwUc4s .mbr-section-btn {
  text-align: left;
}
.cid-u9FyqwUc4s .mbr-text,
.cid-u9FyqwUc4s .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9FyqwUc4s .mbr-text {
  color: #000000;
}
.cid-u9FyqxQJSM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9FyqxQJSM .item-img {
  position: relative;
}
.cid-u9FyqxQJSM .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9FyqxQJSM .card-text {
    padding-left: 4rem;
  }
}
.cid-u9FyqxQJSM h5 {
  line-height: 1.2;
}
.cid-u9FyqxQJSM .card {
  margin-bottom: 2rem;
}
.cid-u9FyqxQJSM .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9FyqxQJSM .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9FyqxQJSM .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9FyqxQJSM .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9FyqxQJSM .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9FyqxQJSM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9FyqxQJSM .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9FyqxQJSM .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9FyqxQJSM .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9FyqxQJSM .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9FyqxQJSM .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9FyqxQJSM .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9FyqxQJSM .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9FyqxQJSM .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9FyqxQJSM .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9FyqxQJSM .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9FyqxQJSM img,
.cid-u9FyqxQJSM .item-img {
  width: 100%;
}
.cid-u9FyqxQJSM .item:focus,
.cid-u9FyqxQJSM span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9FyqxQJSM .item {
    margin-bottom: 1rem;
  }
}
.cid-u9FyqxQJSM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9FyqxQJSM .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9FyqxQJSM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqxQJSM .mbr-section-subtitle,
.cid-u9FyqxQJSM .subtitle-wrap,
.cid-u9FyqxQJSM .mbr-section-btn {
  text-align: left;
}
.cid-u9FyqxQJSM .mbr-text,
.cid-u9FyqxQJSM .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9FyqxQJSM .mbr-text {
  color: #000000;
}
.cid-u9Fyqy7Cvf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Fyqy7Cvf .item-img {
  position: relative;
}
.cid-u9Fyqy7Cvf .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Fyqy7Cvf .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Fyqy7Cvf h5 {
  line-height: 1.2;
}
.cid-u9Fyqy7Cvf .card {
  margin-bottom: 2rem;
}
.cid-u9Fyqy7Cvf .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Fyqy7Cvf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Fyqy7Cvf .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Fyqy7Cvf .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Fyqy7Cvf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Fyqy7Cvf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Fyqy7Cvf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Fyqy7Cvf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Fyqy7Cvf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Fyqy7Cvf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Fyqy7Cvf img,
.cid-u9Fyqy7Cvf .item-img {
  width: 100%;
}
.cid-u9Fyqy7Cvf .item:focus,
.cid-u9Fyqy7Cvf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Fyqy7Cvf .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Fyqy7Cvf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Fyqy7Cvf .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Fyqy7Cvf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Fyqy7Cvf .mbr-section-subtitle,
.cid-u9Fyqy7Cvf .subtitle-wrap,
.cid-u9Fyqy7Cvf .mbr-section-btn {
  text-align: left;
}
.cid-u9Fyqy7Cvf .mbr-text,
.cid-u9Fyqy7Cvf .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Fyqy7Cvf .mbr-text {
  color: #000000;
}
.cid-u9Fyqym0Sm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9Fyqym0Sm .item-img {
  position: relative;
}
.cid-u9Fyqym0Sm .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Fyqym0Sm .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Fyqym0Sm h5 {
  line-height: 1.2;
}
.cid-u9Fyqym0Sm .card {
  margin-bottom: 2rem;
}
.cid-u9Fyqym0Sm .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Fyqym0Sm .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Fyqym0Sm .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9Fyqym0Sm .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Fyqym0Sm .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Fyqym0Sm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Fyqym0Sm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Fyqym0Sm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Fyqym0Sm .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9Fyqym0Sm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Fyqym0Sm .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Fyqym0Sm img,
.cid-u9Fyqym0Sm .item-img {
  width: 100%;
}
.cid-u9Fyqym0Sm .item:focus,
.cid-u9Fyqym0Sm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Fyqym0Sm .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Fyqym0Sm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Fyqym0Sm .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Fyqym0Sm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Fyqym0Sm .mbr-section-subtitle,
.cid-u9Fyqym0Sm .subtitle-wrap,
.cid-u9Fyqym0Sm .mbr-section-btn {
  text-align: left;
}
.cid-u9Fyqym0Sm .mbr-text,
.cid-u9Fyqym0Sm .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Fyqym0Sm .mbr-text {
  color: #000000;
}
.cid-u9FyqyDhXv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9FyqyDhXv .item-img {
  position: relative;
}
.cid-u9FyqyDhXv .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9FyqyDhXv .card-text {
    padding-left: 4rem;
  }
}
.cid-u9FyqyDhXv h5 {
  line-height: 1.2;
}
.cid-u9FyqyDhXv .card {
  margin-bottom: 2rem;
}
.cid-u9FyqyDhXv .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9FyqyDhXv .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9FyqyDhXv .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9FyqyDhXv .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9FyqyDhXv .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9FyqyDhXv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9FyqyDhXv .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9FyqyDhXv .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9FyqyDhXv .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9FyqyDhXv .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9FyqyDhXv .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9FyqyDhXv .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9FyqyDhXv .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9FyqyDhXv .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9FyqyDhXv .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9FyqyDhXv .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9FyqyDhXv img,
.cid-u9FyqyDhXv .item-img {
  width: 100%;
}
.cid-u9FyqyDhXv .item:focus,
.cid-u9FyqyDhXv span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9FyqyDhXv .item {
    margin-bottom: 1rem;
  }
}
.cid-u9FyqyDhXv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9FyqyDhXv .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9FyqyDhXv .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqyDhXv .mbr-section-subtitle,
.cid-u9FyqyDhXv .subtitle-wrap,
.cid-u9FyqyDhXv .mbr-section-btn {
  text-align: left;
}
.cid-u9FyqyDhXv .mbr-text,
.cid-u9FyqyDhXv .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9FyqyDhXv .mbr-text {
  color: #000000;
}
.cid-u9FyqyUj5n {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9FyqyUj5n .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9FyqyUj5n {
    align-items: center;
  }
  .cid-u9FyqyUj5n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9FyqyUj5n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9FyqyUj5n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9FyqyUj5n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9FyqyUj5n .content-wrap {
    width: 100%;
  }
}
.cid-u9FyqyUj5n .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9FyqyUj5n .mbr-text,
.cid-u9FyqyUj5n .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9FyqzbOvh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9FyqzbOvh .item-img {
  position: relative;
}
.cid-u9FyqzbOvh .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9FyqzbOvh .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9FyqzbOvh .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9FyqzbOvh .image-wrapper {
  overflow: hidden;
}
.cid-u9FyqzbOvh .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9FyqzbOvh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9FyqzbOvh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9FyqzbOvh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9FyqzbOvh .item1,
.cid-u9FyqzbOvh .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9FyqzbOvh .item1 .item:hover,
.cid-u9FyqzbOvh .item .item:hover {
  cursor: pointer;
}
.cid-u9FyqzbOvh .item1:hover .link-icon-wrapper span,
.cid-u9FyqzbOvh .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9FyqzbOvh .card2 {
    margin-top: 1rem;
  }
}
.cid-u9FyqzbOvh .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9FyqzbOvh .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9FyqzbOvh .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9FyqzbOvh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9FyqzbOvh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9FyqzbOvh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9FyqzbOvh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9FyqzbOvh .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9FyqzbOvh .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9FyqzbOvh img,
.cid-u9FyqzbOvh .item-img {
  width: 100%;
}
.cid-u9FyqzbOvh .item:focus,
.cid-u9FyqzbOvh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9FyqzbOvh .item {
    margin-bottom: 1rem;
  }
}
.cid-u9FyqzbOvh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9FyqzbOvh .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqzbOvh .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqzbOvh .mbr-section-subtitle,
.cid-u9FyqzbOvh .subtitle-wrap,
.cid-u9FyqzbOvh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9FyqzbOvh .mbr-text,
.cid-u9FyqzbOvh .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9FyqzvcqZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9FyqzvcqZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9FyqzvcqZ .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9Gfgn8OCb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9Gfgn8OCb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Gfgn8OCb .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9Gfgn8OCb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9Gfgn8OCb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Gfgn8OCb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9Gfgn8OCb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9Gfgn8OCb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Gfgn8OCb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9Gfgn8OCb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9Gfgn8OCb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9Gfgn8OCb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9Gfgn8OCb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9Gfgn8OCb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9Gfgn8OCb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9Gfgn8OCb .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9Gfgn8OCb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9Gfgn8OCb .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9Gfgn8OCb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9Gfgn8OCb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9Gfgn8OCb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9Gfgn8OCb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9Gfgn8OCb .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Gfgn8OCb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9Gfgn8OCb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9Gfgn8OCb .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9Gfgn8OCb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9Gfgn8OCb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9Gfgn8OCb .nav-item:focus,
.cid-u9Gfgn8OCb .nav-link:focus {
  outline: none;
}
.cid-u9Gfgn8OCb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Gfgn8OCb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Gfgn8OCb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Gfgn8OCb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Gfgn8OCb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Gfgn8OCb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Gfgn8OCb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9Gfgn8OCb .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Gfgn8OCb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9Gfgn8OCb .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9Gfgn8OCb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9Gfgn8OCb .navbar.collapsed {
  justify-content: center;
}
.cid-u9Gfgn8OCb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Gfgn8OCb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9Gfgn8OCb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9Gfgn8OCb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Gfgn8OCb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Gfgn8OCb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9Gfgn8OCb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Gfgn8OCb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9Gfgn8OCb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9Gfgn8OCb .navbar {
    min-height: 72px;
  }
  .cid-u9Gfgn8OCb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9Gfgn8OCb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Gfgn8OCb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9Gfgn8OCb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9Gfgn8OCb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Gfgn8OCb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9Gfgn8OCb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9Gfgn8OCb .dropdown-item.active,
.cid-u9Gfgn8OCb .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Gfgn8OCb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Gfgn8OCb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Gfgn8OCb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Gfgn8OCb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9Gfgn8OCb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9Gfgn8OCb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9Gfgn8OCb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9Gfgn8OCb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9Gfgn8OCb .navbar-buttons {
    text-align: left;
  }
}
.cid-u9Gfgn8OCb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9Gfgn8OCb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9Gfgn8OCb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Gfgn8OCb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Gfgn8OCb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Gfgn8OCb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Gfgn8OCb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Gfgn8OCb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Gfgn8OCb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Gfgn8OCb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Gfgn8OCb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9Gfgn8OCb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9Gfgn8OCb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9Gfgn8OCb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Gfgn8OCb .navbar {
    height: 70px;
  }
  .cid-u9Gfgn8OCb .navbar.opened {
    height: auto;
  }
  .cid-u9Gfgn8OCb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9Gfgn8OCb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9Gfgn8OCb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9Gfgn8OCb .navbar-brand {
    margin-right: auto;
  }
  .cid-u9Gfgn8OCb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9Gfgn8OCb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9Gfgn8OCb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9Gfgn8OCb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Gfgn8OCb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9Gfgn8OCb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9GfgnAbH3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GfgnAbH3 .item-img {
  position: relative;
}
.cid-u9GfgnAbH3 .button1 {
  background: #bd9a5e;
}
.cid-u9GfgnAbH3 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9GfgnAbH3 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .button2 {
    margin-top: 1rem;
  }
}
.cid-u9GfgnAbH3 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .title {
    top: 25%;
  }
}
.cid-u9GfgnAbH3 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9GfgnAbH3 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9GfgnAbH3 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9GfgnAbH3 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9GfgnAbH3 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9GfgnAbH3 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9GfgnAbH3 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9GfgnAbH3 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9GfgnAbH3 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GfgnAbH3 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9GfgnAbH3 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9GfgnAbH3 img,
.cid-u9GfgnAbH3 .item-img {
  width: 100%;
}
.cid-u9GfgnAbH3 .item-title2,
.cid-u9GfgnAbH3 .icon2 {
  color: #2a2c2d;
}
.cid-u9GfgnAbH3 .item-title1,
.cid-u9GfgnAbH3 .icon1 {
  color: #ffffff;
}
.cid-u9GfgnAbH3 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9GfgnAbH3 .main-title DIV {
  text-align: center;
}
.cid-u9GfgnAbH3 .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9GfgnXBZn {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9GfgnXBZn {
    align-items: center;
  }
  .cid-u9GfgnXBZn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9GfgnXBZn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9GfgnXBZn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9GfgnXBZn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9GfgnXBZn .content-wrap {
    width: 100%;
  }
}
.cid-u9GfgnXBZn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9GfgnXBZn .mbr-text,
.cid-u9GfgnXBZn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-3e {
  /* Type valid CSS here */
}
#custom-html-3e .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-3e .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9GfgoCumC {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GfgoCumC .item-img {
  position: relative;
}
.cid-u9GfgoCumC .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GfgoCumC .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GfgoCumC h5 {
  line-height: 1.2;
}
.cid-u9GfgoCumC .card {
  margin-bottom: 2rem;
}
.cid-u9GfgoCumC .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GfgoCumC .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GfgoCumC .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GfgoCumC .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GfgoCumC .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GfgoCumC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GfgoCumC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GfgoCumC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GfgoCumC .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GfgoCumC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GfgoCumC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GfgoCumC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GfgoCumC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GfgoCumC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GfgoCumC .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GfgoCumC .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GfgoCumC img,
.cid-u9GfgoCumC .item-img {
  width: 100%;
}
.cid-u9GfgoCumC .item:focus,
.cid-u9GfgoCumC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GfgoCumC .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GfgoCumC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GfgoCumC .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GfgoCumC .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GfgoCumC .mbr-section-subtitle,
.cid-u9GfgoCumC .subtitle-wrap,
.cid-u9GfgoCumC .mbr-section-btn {
  text-align: left;
}
.cid-u9GfgoCumC .mbr-text,
.cid-u9GfgoCumC .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GfgoCumC .mbr-text {
  color: #000000;
}
.cid-u9Gfgp3EgV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9Gfgp3EgV .item-img {
  position: relative;
}
.cid-u9Gfgp3EgV .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gfgp3EgV .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gfgp3EgV h5 {
  line-height: 1.2;
}
.cid-u9Gfgp3EgV .card {
  margin-bottom: 2rem;
}
.cid-u9Gfgp3EgV .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gfgp3EgV .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gfgp3EgV .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9Gfgp3EgV .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gfgp3EgV .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gfgp3EgV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gfgp3EgV .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gfgp3EgV .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gfgp3EgV .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9Gfgp3EgV .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gfgp3EgV .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gfgp3EgV img,
.cid-u9Gfgp3EgV .item-img {
  width: 100%;
}
.cid-u9Gfgp3EgV .item:focus,
.cid-u9Gfgp3EgV span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gfgp3EgV .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gfgp3EgV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gfgp3EgV .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gfgp3EgV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gfgp3EgV .mbr-section-subtitle,
.cid-u9Gfgp3EgV .subtitle-wrap,
.cid-u9Gfgp3EgV .mbr-section-btn {
  text-align: left;
}
.cid-u9Gfgp3EgV .mbr-text,
.cid-u9Gfgp3EgV .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gfgp3EgV .mbr-text {
  color: #000000;
}
.cid-u9GfgpxLAq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GfgpxLAq .item-img {
  position: relative;
}
.cid-u9GfgpxLAq .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GfgpxLAq .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GfgpxLAq h5 {
  line-height: 1.2;
}
.cid-u9GfgpxLAq .card {
  margin-bottom: 2rem;
}
.cid-u9GfgpxLAq .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GfgpxLAq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GfgpxLAq .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GfgpxLAq .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GfgpxLAq .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GfgpxLAq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GfgpxLAq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GfgpxLAq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GfgpxLAq .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GfgpxLAq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GfgpxLAq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GfgpxLAq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GfgpxLAq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GfgpxLAq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GfgpxLAq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GfgpxLAq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GfgpxLAq img,
.cid-u9GfgpxLAq .item-img {
  width: 100%;
}
.cid-u9GfgpxLAq .item:focus,
.cid-u9GfgpxLAq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GfgpxLAq .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GfgpxLAq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GfgpxLAq .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GfgpxLAq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GfgpxLAq .mbr-section-subtitle,
.cid-u9GfgpxLAq .subtitle-wrap,
.cid-u9GfgpxLAq .mbr-section-btn {
  text-align: left;
}
.cid-u9GfgpxLAq .mbr-text,
.cid-u9GfgpxLAq .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GfgpxLAq .mbr-text {
  color: #000000;
}
.cid-u9Gfgqordy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9Gfgqordy .item-img {
  position: relative;
}
.cid-u9Gfgqordy .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gfgqordy .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gfgqordy h5 {
  line-height: 1.2;
}
.cid-u9Gfgqordy .card {
  margin-bottom: 2rem;
}
.cid-u9Gfgqordy .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gfgqordy .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gfgqordy .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9Gfgqordy .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gfgqordy .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gfgqordy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gfgqordy .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gfgqordy .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gfgqordy .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gfgqordy .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gfgqordy .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gfgqordy .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9Gfgqordy .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gfgqordy .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9Gfgqordy .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gfgqordy .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gfgqordy img,
.cid-u9Gfgqordy .item-img {
  width: 100%;
}
.cid-u9Gfgqordy .item:focus,
.cid-u9Gfgqordy span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gfgqordy .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gfgqordy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gfgqordy .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gfgqordy .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gfgqordy .mbr-section-subtitle,
.cid-u9Gfgqordy .subtitle-wrap,
.cid-u9Gfgqordy .mbr-section-btn {
  text-align: left;
}
.cid-u9Gfgqordy .mbr-text,
.cid-u9Gfgqordy .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gfgqordy .mbr-text {
  color: #000000;
}
.cid-u9GfgqMZzy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GfgqMZzy .item-img {
  position: relative;
}
.cid-u9GfgqMZzy .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GfgqMZzy .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GfgqMZzy h5 {
  line-height: 1.2;
}
.cid-u9GfgqMZzy .card {
  margin-bottom: 2rem;
}
.cid-u9GfgqMZzy .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GfgqMZzy .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GfgqMZzy .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GfgqMZzy .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GfgqMZzy .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GfgqMZzy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GfgqMZzy .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GfgqMZzy .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GfgqMZzy .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GfgqMZzy .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GfgqMZzy .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GfgqMZzy .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GfgqMZzy .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GfgqMZzy .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GfgqMZzy .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GfgqMZzy .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GfgqMZzy img,
.cid-u9GfgqMZzy .item-img {
  width: 100%;
}
.cid-u9GfgqMZzy .item:focus,
.cid-u9GfgqMZzy span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GfgqMZzy .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GfgqMZzy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GfgqMZzy .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GfgqMZzy .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GfgqMZzy .mbr-section-subtitle,
.cid-u9GfgqMZzy .subtitle-wrap,
.cid-u9GfgqMZzy .mbr-section-btn {
  text-align: left;
}
.cid-u9GfgqMZzy .mbr-text,
.cid-u9GfgqMZzy .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GfgqMZzy .mbr-text {
  color: #000000;
}
.cid-u9Gfgr4ym1 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9Gfgr4ym1 .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9Gfgr4ym1 {
    align-items: center;
  }
  .cid-u9Gfgr4ym1 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9Gfgr4ym1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9Gfgr4ym1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Gfgr4ym1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9Gfgr4ym1 .content-wrap {
    width: 100%;
  }
}
.cid-u9Gfgr4ym1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9Gfgr4ym1 .mbr-text,
.cid-u9Gfgr4ym1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9Gfgrkh5w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9Gfgrkh5w .item-img {
  position: relative;
}
.cid-u9Gfgrkh5w .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9Gfgrkh5w .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9Gfgrkh5w .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gfgrkh5w .image-wrapper {
  overflow: hidden;
}
.cid-u9Gfgrkh5w .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9Gfgrkh5w .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gfgrkh5w .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gfgrkh5w .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gfgrkh5w .item1,
.cid-u9Gfgrkh5w .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9Gfgrkh5w .item1 .item:hover,
.cid-u9Gfgrkh5w .item .item:hover {
  cursor: pointer;
}
.cid-u9Gfgrkh5w .item1:hover .link-icon-wrapper span,
.cid-u9Gfgrkh5w .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9Gfgrkh5w .card2 {
    margin-top: 1rem;
  }
}
.cid-u9Gfgrkh5w .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gfgrkh5w .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gfgrkh5w .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gfgrkh5w .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gfgrkh5w img,
.cid-u9Gfgrkh5w .item-img {
  width: 100%;
}
.cid-u9Gfgrkh5w .item:focus,
.cid-u9Gfgrkh5w span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gfgrkh5w .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gfgrkh5w .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gfgrkh5w .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gfgrkh5w .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gfgrkh5w .mbr-section-subtitle,
.cid-u9Gfgrkh5w .subtitle-wrap,
.cid-u9Gfgrkh5w .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gfgrkh5w .mbr-text,
.cid-u9Gfgrkh5w .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9GfgrF7Hb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9GfgrF7Hb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9GfgrF7Hb .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9Gn4ih5Hu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9Gn4ih5Hu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Gn4ih5Hu .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9Gn4ih5Hu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9Gn4ih5Hu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9Gn4ih5Hu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9Gn4ih5Hu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9Gn4ih5Hu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9Gn4ih5Hu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9Gn4ih5Hu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9Gn4ih5Hu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9Gn4ih5Hu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9Gn4ih5Hu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9Gn4ih5Hu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9Gn4ih5Hu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9Gn4ih5Hu .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9Gn4ih5Hu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9Gn4ih5Hu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9Gn4ih5Hu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9Gn4ih5Hu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9Gn4ih5Hu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9Gn4ih5Hu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9Gn4ih5Hu .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Gn4ih5Hu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9Gn4ih5Hu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9Gn4ih5Hu .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9Gn4ih5Hu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9Gn4ih5Hu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9Gn4ih5Hu .nav-item:focus,
.cid-u9Gn4ih5Hu .nav-link:focus {
  outline: none;
}
.cid-u9Gn4ih5Hu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9Gn4ih5Hu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9Gn4ih5Hu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9Gn4ih5Hu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9Gn4ih5Hu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9Gn4ih5Hu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9Gn4ih5Hu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9Gn4ih5Hu .navbar.opened {
  transition: all 0.3s;
}
.cid-u9Gn4ih5Hu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9Gn4ih5Hu .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9Gn4ih5Hu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9Gn4ih5Hu .navbar.collapsed {
  justify-content: center;
}
.cid-u9Gn4ih5Hu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9Gn4ih5Hu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9Gn4ih5Hu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9Gn4ih5Hu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9Gn4ih5Hu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9Gn4ih5Hu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9Gn4ih5Hu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9Gn4ih5Hu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9Gn4ih5Hu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9Gn4ih5Hu .navbar {
    min-height: 72px;
  }
  .cid-u9Gn4ih5Hu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9Gn4ih5Hu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9Gn4ih5Hu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9Gn4ih5Hu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9Gn4ih5Hu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9Gn4ih5Hu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9Gn4ih5Hu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9Gn4ih5Hu .dropdown-item.active,
.cid-u9Gn4ih5Hu .dropdown-item:active {
  background-color: transparent;
}
.cid-u9Gn4ih5Hu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9Gn4ih5Hu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9Gn4ih5Hu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9Gn4ih5Hu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9Gn4ih5Hu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9Gn4ih5Hu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9Gn4ih5Hu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9Gn4ih5Hu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9Gn4ih5Hu .navbar-buttons {
    text-align: left;
  }
}
.cid-u9Gn4ih5Hu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9Gn4ih5Hu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9Gn4ih5Hu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9Gn4ih5Hu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Gn4ih5Hu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9Gn4ih5Hu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9Gn4ih5Hu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Gn4ih5Hu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9Gn4ih5Hu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9Gn4ih5Hu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9Gn4ih5Hu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9Gn4ih5Hu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9Gn4ih5Hu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9Gn4ih5Hu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9Gn4ih5Hu .navbar {
    height: 70px;
  }
  .cid-u9Gn4ih5Hu .navbar.opened {
    height: auto;
  }
  .cid-u9Gn4ih5Hu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9Gn4ih5Hu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9Gn4ih5Hu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9Gn4ih5Hu .navbar-brand {
    margin-right: auto;
  }
  .cid-u9Gn4ih5Hu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9Gn4ih5Hu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9Gn4ih5Hu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9Gn4ih5Hu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9Gn4ih5Hu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9Gn4iXSTu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Gn4iXSTu .item-img {
  position: relative;
}
.cid-u9Gn4iXSTu .button1 {
  background: #bd9a5e;
}
.cid-u9Gn4iXSTu .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9Gn4iXSTu .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .button2 {
    margin-top: 1rem;
  }
}
.cid-u9Gn4iXSTu .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .title {
    top: 25%;
  }
}
.cid-u9Gn4iXSTu .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9Gn4iXSTu .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9Gn4iXSTu .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9Gn4iXSTu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9Gn4iXSTu .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9Gn4iXSTu .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9Gn4iXSTu .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9Gn4iXSTu .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9Gn4iXSTu .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gn4iXSTu .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9Gn4iXSTu .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9Gn4iXSTu img,
.cid-u9Gn4iXSTu .item-img {
  width: 100%;
}
.cid-u9Gn4iXSTu .item-title2,
.cid-u9Gn4iXSTu .icon2 {
  color: #2a2c2d;
}
.cid-u9Gn4iXSTu .item-title1,
.cid-u9Gn4iXSTu .icon1 {
  color: #ffffff;
}
.cid-u9Gn4iXSTu .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9Gn4iXSTu .main-title DIV {
  text-align: center;
}
.cid-u9Gn4iXSTu .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9Gn4ji4qO {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9Gn4ji4qO {
    align-items: center;
  }
  .cid-u9Gn4ji4qO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9Gn4ji4qO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9Gn4ji4qO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Gn4ji4qO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9Gn4ji4qO .content-wrap {
    width: 100%;
  }
}
.cid-u9Gn4ji4qO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9Gn4ji4qO .mbr-text,
.cid-u9Gn4ji4qO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-3q {
  /* Type valid CSS here */
}
#custom-html-3q .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-3q .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9Gn4jJo58 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Gn4jJo58 .item-img {
  position: relative;
}
.cid-u9Gn4jJo58 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gn4jJo58 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gn4jJo58 h5 {
  line-height: 1.2;
}
.cid-u9Gn4jJo58 .card {
  margin-bottom: 2rem;
}
.cid-u9Gn4jJo58 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gn4jJo58 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4jJo58 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Gn4jJo58 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gn4jJo58 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4jJo58 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4jJo58 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4jJo58 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4jJo58 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gn4jJo58 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4jJo58 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4jJo58 img,
.cid-u9Gn4jJo58 .item-img {
  width: 100%;
}
.cid-u9Gn4jJo58 .item:focus,
.cid-u9Gn4jJo58 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4jJo58 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4jJo58 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4jJo58 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gn4jJo58 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4jJo58 .mbr-section-subtitle,
.cid-u9Gn4jJo58 .subtitle-wrap,
.cid-u9Gn4jJo58 .mbr-section-btn {
  text-align: left;
}
.cid-u9Gn4jJo58 .mbr-text,
.cid-u9Gn4jJo58 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gn4jJo58 .mbr-text {
  color: #000000;
}
.cid-u9Gn4k6sc2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9Gn4k6sc2 .item-img {
  position: relative;
}
.cid-u9Gn4k6sc2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gn4k6sc2 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gn4k6sc2 h5 {
  line-height: 1.2;
}
.cid-u9Gn4k6sc2 .card {
  margin-bottom: 2rem;
}
.cid-u9Gn4k6sc2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gn4k6sc2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4k6sc2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9Gn4k6sc2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gn4k6sc2 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4k6sc2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4k6sc2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4k6sc2 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9Gn4k6sc2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4k6sc2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4k6sc2 img,
.cid-u9Gn4k6sc2 .item-img {
  width: 100%;
}
.cid-u9Gn4k6sc2 .item:focus,
.cid-u9Gn4k6sc2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4k6sc2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4k6sc2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4k6sc2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gn4k6sc2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4k6sc2 .mbr-section-subtitle,
.cid-u9Gn4k6sc2 .subtitle-wrap,
.cid-u9Gn4k6sc2 .mbr-section-btn {
  text-align: left;
}
.cid-u9Gn4k6sc2 .mbr-text,
.cid-u9Gn4k6sc2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gn4k6sc2 .mbr-text {
  color: #000000;
}
.cid-u9Gn4ksRy2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Gn4ksRy2 .item-img {
  position: relative;
}
.cid-u9Gn4ksRy2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gn4ksRy2 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gn4ksRy2 h5 {
  line-height: 1.2;
}
.cid-u9Gn4ksRy2 .card {
  margin-bottom: 2rem;
}
.cid-u9Gn4ksRy2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gn4ksRy2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4ksRy2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Gn4ksRy2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gn4ksRy2 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4ksRy2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4ksRy2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4ksRy2 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gn4ksRy2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4ksRy2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4ksRy2 img,
.cid-u9Gn4ksRy2 .item-img {
  width: 100%;
}
.cid-u9Gn4ksRy2 .item:focus,
.cid-u9Gn4ksRy2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4ksRy2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4ksRy2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4ksRy2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gn4ksRy2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4ksRy2 .mbr-section-subtitle,
.cid-u9Gn4ksRy2 .subtitle-wrap,
.cid-u9Gn4ksRy2 .mbr-section-btn {
  text-align: left;
}
.cid-u9Gn4ksRy2 .mbr-text,
.cid-u9Gn4ksRy2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gn4ksRy2 .mbr-text {
  color: #000000;
}
.cid-u9Gn4kRIXq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9Gn4kRIXq .item-img {
  position: relative;
}
.cid-u9Gn4kRIXq .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gn4kRIXq .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gn4kRIXq h5 {
  line-height: 1.2;
}
.cid-u9Gn4kRIXq .card {
  margin-bottom: 2rem;
}
.cid-u9Gn4kRIXq .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gn4kRIXq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4kRIXq .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9Gn4kRIXq .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gn4kRIXq .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4kRIXq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4kRIXq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4kRIXq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4kRIXq .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9Gn4kRIXq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4kRIXq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4kRIXq img,
.cid-u9Gn4kRIXq .item-img {
  width: 100%;
}
.cid-u9Gn4kRIXq .item:focus,
.cid-u9Gn4kRIXq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4kRIXq .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4kRIXq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4kRIXq .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gn4kRIXq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4kRIXq .mbr-section-subtitle,
.cid-u9Gn4kRIXq .subtitle-wrap,
.cid-u9Gn4kRIXq .mbr-section-btn {
  text-align: left;
}
.cid-u9Gn4kRIXq .mbr-text,
.cid-u9Gn4kRIXq .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gn4kRIXq .mbr-text {
  color: #000000;
}
.cid-u9Gn4li95U {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9Gn4li95U .item-img {
  position: relative;
}
.cid-u9Gn4li95U .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9Gn4li95U .card-text {
    padding-left: 4rem;
  }
}
.cid-u9Gn4li95U h5 {
  line-height: 1.2;
}
.cid-u9Gn4li95U .card {
  margin-bottom: 2rem;
}
.cid-u9Gn4li95U .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9Gn4li95U .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4li95U .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9Gn4li95U .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9Gn4li95U .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4li95U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4li95U .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4li95U .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4li95U .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4li95U .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4li95U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4li95U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gn4li95U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4li95U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gn4li95U .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4li95U .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4li95U img,
.cid-u9Gn4li95U .item-img {
  width: 100%;
}
.cid-u9Gn4li95U .item:focus,
.cid-u9Gn4li95U span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4li95U .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4li95U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4li95U .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9Gn4li95U .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4li95U .mbr-section-subtitle,
.cid-u9Gn4li95U .subtitle-wrap,
.cid-u9Gn4li95U .mbr-section-btn {
  text-align: left;
}
.cid-u9Gn4li95U .mbr-text,
.cid-u9Gn4li95U .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9Gn4li95U .mbr-text {
  color: #000000;
}
.cid-u9Gn4lIFSh {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9Gn4lIFSh .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9Gn4lIFSh {
    align-items: center;
  }
  .cid-u9Gn4lIFSh .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9Gn4lIFSh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9Gn4lIFSh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9Gn4lIFSh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9Gn4lIFSh .content-wrap {
    width: 100%;
  }
}
.cid-u9Gn4lIFSh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9Gn4lIFSh .mbr-text,
.cid-u9Gn4lIFSh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9Gn4m75nC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9Gn4m75nC .item-img {
  position: relative;
}
.cid-u9Gn4m75nC .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9Gn4m75nC .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9Gn4m75nC .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9Gn4m75nC .image-wrapper {
  overflow: hidden;
}
.cid-u9Gn4m75nC .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9Gn4m75nC .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9Gn4m75nC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9Gn4m75nC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9Gn4m75nC .item1,
.cid-u9Gn4m75nC .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9Gn4m75nC .item1 .item:hover,
.cid-u9Gn4m75nC .item .item:hover {
  cursor: pointer;
}
.cid-u9Gn4m75nC .item1:hover .link-icon-wrapper span,
.cid-u9Gn4m75nC .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9Gn4m75nC .card2 {
    margin-top: 1rem;
  }
}
.cid-u9Gn4m75nC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9Gn4m75nC .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9Gn4m75nC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9Gn4m75nC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9Gn4m75nC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9Gn4m75nC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9Gn4m75nC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9Gn4m75nC .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9Gn4m75nC .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9Gn4m75nC img,
.cid-u9Gn4m75nC .item-img {
  width: 100%;
}
.cid-u9Gn4m75nC .item:focus,
.cid-u9Gn4m75nC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9Gn4m75nC .item {
    margin-bottom: 1rem;
  }
}
.cid-u9Gn4m75nC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9Gn4m75nC .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4m75nC .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4m75nC .mbr-section-subtitle,
.cid-u9Gn4m75nC .subtitle-wrap,
.cid-u9Gn4m75nC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9Gn4m75nC .mbr-text,
.cid-u9Gn4m75nC .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9Gn4mApFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9Gn4mApFP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9Gn4mApFP .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9GCBazUdJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9GCBazUdJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9GCBazUdJ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9GCBazUdJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9GCBazUdJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9GCBazUdJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9GCBazUdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9GCBazUdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9GCBazUdJ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9GCBazUdJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9GCBazUdJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9GCBazUdJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9GCBazUdJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9GCBazUdJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9GCBazUdJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9GCBazUdJ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9GCBazUdJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9GCBazUdJ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9GCBazUdJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9GCBazUdJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9GCBazUdJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9GCBazUdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9GCBazUdJ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GCBazUdJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9GCBazUdJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9GCBazUdJ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9GCBazUdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9GCBazUdJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9GCBazUdJ .nav-item:focus,
.cid-u9GCBazUdJ .nav-link:focus {
  outline: none;
}
.cid-u9GCBazUdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9GCBazUdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9GCBazUdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9GCBazUdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9GCBazUdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9GCBazUdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9GCBazUdJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9GCBazUdJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9GCBazUdJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9GCBazUdJ .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9GCBazUdJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9GCBazUdJ .navbar.collapsed {
  justify-content: center;
}
.cid-u9GCBazUdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9GCBazUdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9GCBazUdJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9GCBazUdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9GCBazUdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9GCBazUdJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9GCBazUdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9GCBazUdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9GCBazUdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9GCBazUdJ .navbar {
    min-height: 72px;
  }
  .cid-u9GCBazUdJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9GCBazUdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9GCBazUdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9GCBazUdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9GCBazUdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9GCBazUdJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9GCBazUdJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9GCBazUdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9GCBazUdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9GCBazUdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9GCBazUdJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9GCBazUdJ .dropdown-item.active,
.cid-u9GCBazUdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9GCBazUdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9GCBazUdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9GCBazUdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9GCBazUdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9GCBazUdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9GCBazUdJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9GCBazUdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9GCBazUdJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9GCBazUdJ .navbar-buttons {
    text-align: left;
  }
}
.cid-u9GCBazUdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9GCBazUdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9GCBazUdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9GCBazUdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9GCBazUdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9GCBazUdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9GCBazUdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9GCBazUdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9GCBazUdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9GCBazUdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9GCBazUdJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9GCBazUdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9GCBazUdJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9GCBazUdJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9GCBazUdJ .navbar {
    height: 70px;
  }
  .cid-u9GCBazUdJ .navbar.opened {
    height: auto;
  }
  .cid-u9GCBazUdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9GCBazUdJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9GCBazUdJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9GCBazUdJ .navbar-brand {
    margin-right: auto;
  }
  .cid-u9GCBazUdJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9GCBazUdJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9GCBazUdJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9GCBazUdJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9GCBazUdJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9GCBazUdJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9GCBbf0EL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GCBbf0EL .item-img {
  position: relative;
}
.cid-u9GCBbf0EL .button1 {
  background: #bd9a5e;
}
.cid-u9GCBbf0EL .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9GCBbf0EL .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .button2 {
    margin-top: 1rem;
  }
}
.cid-u9GCBbf0EL .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .title {
    top: 25%;
  }
}
.cid-u9GCBbf0EL .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9GCBbf0EL .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9GCBbf0EL .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9GCBbf0EL .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9GCBbf0EL .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9GCBbf0EL .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9GCBbf0EL .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9GCBbf0EL .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9GCBbf0EL .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9GCBbf0EL .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBbf0EL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9GCBbf0EL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GCBbf0EL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9GCBbf0EL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GCBbf0EL .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9GCBbf0EL .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9GCBbf0EL img,
.cid-u9GCBbf0EL .item-img {
  width: 100%;
}
.cid-u9GCBbf0EL .item-title2,
.cid-u9GCBbf0EL .icon2 {
  color: #2a2c2d;
}
.cid-u9GCBbf0EL .item-title1,
.cid-u9GCBbf0EL .icon1 {
  color: #ffffff;
}
.cid-u9GCBbf0EL .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9GCBbf0EL .main-title DIV {
  text-align: center;
}
.cid-u9GCBbf0EL .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9GCBbHEyq {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9GCBbHEyq {
    align-items: center;
  }
  .cid-u9GCBbHEyq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9GCBbHEyq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9GCBbHEyq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9GCBbHEyq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9GCBbHEyq .content-wrap {
    width: 100%;
  }
}
.cid-u9GCBbHEyq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9GCBbHEyq .mbr-text,
.cid-u9GCBbHEyq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-42 {
  /* Type valid CSS here */
}
#custom-html-42 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-42 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u9GCBcaV3v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GCBcaV3v .item-img {
  position: relative;
}
.cid-u9GCBcaV3v .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GCBcaV3v .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GCBcaV3v h5 {
  line-height: 1.2;
}
.cid-u9GCBcaV3v .card {
  margin-bottom: 2rem;
}
.cid-u9GCBcaV3v .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GCBcaV3v .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBcaV3v .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GCBcaV3v .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GCBcaV3v .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBcaV3v .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBcaV3v .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBcaV3v .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBcaV3v .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBcaV3v .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBcaV3v .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBcaV3v .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GCBcaV3v .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBcaV3v .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GCBcaV3v .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBcaV3v .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBcaV3v img,
.cid-u9GCBcaV3v .item-img {
  width: 100%;
}
.cid-u9GCBcaV3v .item:focus,
.cid-u9GCBcaV3v span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBcaV3v .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBcaV3v .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBcaV3v .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GCBcaV3v .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBcaV3v .mbr-section-subtitle,
.cid-u9GCBcaV3v .subtitle-wrap,
.cid-u9GCBcaV3v .mbr-section-btn {
  text-align: left;
}
.cid-u9GCBcaV3v .mbr-text,
.cid-u9GCBcaV3v .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GCBcaV3v .mbr-text {
  color: #000000;
}
.cid-u9GCBcumk6 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9GCBcumk6 .item-img {
  position: relative;
}
.cid-u9GCBcumk6 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GCBcumk6 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GCBcumk6 h5 {
  line-height: 1.2;
}
.cid-u9GCBcumk6 .card {
  margin-bottom: 2rem;
}
.cid-u9GCBcumk6 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GCBcumk6 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBcumk6 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9GCBcumk6 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GCBcumk6 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBcumk6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBcumk6 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBcumk6 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBcumk6 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBcumk6 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBcumk6 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBcumk6 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9GCBcumk6 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBcumk6 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9GCBcumk6 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBcumk6 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBcumk6 img,
.cid-u9GCBcumk6 .item-img {
  width: 100%;
}
.cid-u9GCBcumk6 .item:focus,
.cid-u9GCBcumk6 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBcumk6 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBcumk6 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBcumk6 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GCBcumk6 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBcumk6 .mbr-section-subtitle,
.cid-u9GCBcumk6 .subtitle-wrap,
.cid-u9GCBcumk6 .mbr-section-btn {
  text-align: left;
}
.cid-u9GCBcumk6 .mbr-text,
.cid-u9GCBcumk6 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GCBcumk6 .mbr-text {
  color: #000000;
}
.cid-u9GCBcQxEB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GCBcQxEB .item-img {
  position: relative;
}
.cid-u9GCBcQxEB .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GCBcQxEB .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GCBcQxEB h5 {
  line-height: 1.2;
}
.cid-u9GCBcQxEB .card {
  margin-bottom: 2rem;
}
.cid-u9GCBcQxEB .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GCBcQxEB .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBcQxEB .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GCBcQxEB .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GCBcQxEB .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBcQxEB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBcQxEB .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBcQxEB .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBcQxEB .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBcQxEB .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBcQxEB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBcQxEB .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GCBcQxEB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBcQxEB .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GCBcQxEB .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBcQxEB .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBcQxEB img,
.cid-u9GCBcQxEB .item-img {
  width: 100%;
}
.cid-u9GCBcQxEB .item:focus,
.cid-u9GCBcQxEB span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBcQxEB .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBcQxEB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBcQxEB .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GCBcQxEB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBcQxEB .mbr-section-subtitle,
.cid-u9GCBcQxEB .subtitle-wrap,
.cid-u9GCBcQxEB .mbr-section-btn {
  text-align: left;
}
.cid-u9GCBcQxEB .mbr-text,
.cid-u9GCBcQxEB .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GCBcQxEB .mbr-text {
  color: #000000;
}
.cid-u9GCBdfyPx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u9GCBdfyPx .item-img {
  position: relative;
}
.cid-u9GCBdfyPx .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GCBdfyPx .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GCBdfyPx h5 {
  line-height: 1.2;
}
.cid-u9GCBdfyPx .card {
  margin-bottom: 2rem;
}
.cid-u9GCBdfyPx .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GCBdfyPx .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBdfyPx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u9GCBdfyPx .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GCBdfyPx .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBdfyPx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBdfyPx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBdfyPx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBdfyPx .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBdfyPx .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBdfyPx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBdfyPx .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u9GCBdfyPx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBdfyPx .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u9GCBdfyPx .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBdfyPx .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBdfyPx img,
.cid-u9GCBdfyPx .item-img {
  width: 100%;
}
.cid-u9GCBdfyPx .item:focus,
.cid-u9GCBdfyPx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBdfyPx .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBdfyPx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBdfyPx .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GCBdfyPx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBdfyPx .mbr-section-subtitle,
.cid-u9GCBdfyPx .subtitle-wrap,
.cid-u9GCBdfyPx .mbr-section-btn {
  text-align: left;
}
.cid-u9GCBdfyPx .mbr-text,
.cid-u9GCBdfyPx .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GCBdfyPx .mbr-text {
  color: #000000;
}
.cid-u9GCBdDilU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9GCBdDilU .item-img {
  position: relative;
}
.cid-u9GCBdDilU .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9GCBdDilU .card-text {
    padding-left: 4rem;
  }
}
.cid-u9GCBdDilU h5 {
  line-height: 1.2;
}
.cid-u9GCBdDilU .card {
  margin-bottom: 2rem;
}
.cid-u9GCBdDilU .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9GCBdDilU .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBdDilU .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9GCBdDilU .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9GCBdDilU .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBdDilU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBdDilU .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBdDilU .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBdDilU .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBdDilU .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBdDilU .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBdDilU .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GCBdDilU .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBdDilU .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GCBdDilU .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBdDilU .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBdDilU img,
.cid-u9GCBdDilU .item-img {
  width: 100%;
}
.cid-u9GCBdDilU .item:focus,
.cid-u9GCBdDilU span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBdDilU .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBdDilU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBdDilU .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9GCBdDilU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBdDilU .mbr-section-subtitle,
.cid-u9GCBdDilU .subtitle-wrap,
.cid-u9GCBdDilU .mbr-section-btn {
  text-align: left;
}
.cid-u9GCBdDilU .mbr-text,
.cid-u9GCBdDilU .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9GCBdDilU .mbr-text {
  color: #000000;
}
.cid-u9GCBe127G {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9GCBe127G .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9GCBe127G {
    align-items: center;
  }
  .cid-u9GCBe127G .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9GCBe127G .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9GCBe127G {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9GCBe127G .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9GCBe127G .content-wrap {
    width: 100%;
  }
}
.cid-u9GCBe127G .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9GCBe127G .mbr-text,
.cid-u9GCBe127G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9GCBepAkV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9GCBepAkV .item-img {
  position: relative;
}
.cid-u9GCBepAkV .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9GCBepAkV .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9GCBepAkV .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9GCBepAkV .image-wrapper {
  overflow: hidden;
}
.cid-u9GCBepAkV .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9GCBepAkV .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9GCBepAkV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9GCBepAkV .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9GCBepAkV .item1,
.cid-u9GCBepAkV .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9GCBepAkV .item1 .item:hover,
.cid-u9GCBepAkV .item .item:hover {
  cursor: pointer;
}
.cid-u9GCBepAkV .item1:hover .link-icon-wrapper span,
.cid-u9GCBepAkV .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9GCBepAkV .card2 {
    margin-top: 1rem;
  }
}
.cid-u9GCBepAkV .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9GCBepAkV .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9GCBepAkV .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9GCBepAkV .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9GCBepAkV .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9GCBepAkV .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9GCBepAkV .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9GCBepAkV .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9GCBepAkV .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9GCBepAkV img,
.cid-u9GCBepAkV .item-img {
  width: 100%;
}
.cid-u9GCBepAkV .item:focus,
.cid-u9GCBepAkV span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9GCBepAkV .item {
    margin-bottom: 1rem;
  }
}
.cid-u9GCBepAkV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9GCBepAkV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBepAkV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBepAkV .mbr-section-subtitle,
.cid-u9GCBepAkV .subtitle-wrap,
.cid-u9GCBepAkV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9GCBepAkV .mbr-text,
.cid-u9GCBepAkV .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9GCBeRHqq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9GCBeRHqq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9GCBeRHqq .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u8mzfsvoty {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8mzfsvoty .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8mzfsvoty .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u8mzfsvoty .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8mzfsvoty .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8mzfsvoty .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8mzfsvoty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8mzfsvoty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8mzfsvoty .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8mzfsvoty .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u8mzfsvoty .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8mzfsvoty .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8mzfsvoty .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8mzfsvoty .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8mzfsvoty .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8mzfsvoty .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u8mzfsvoty .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u8mzfsvoty .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8mzfsvoty .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8mzfsvoty .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u8mzfsvoty .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8mzfsvoty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8mzfsvoty .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mzfsvoty .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8mzfsvoty .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u8mzfsvoty .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u8mzfsvoty .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8mzfsvoty .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u8mzfsvoty .nav-item:focus,
.cid-u8mzfsvoty .nav-link:focus {
  outline: none;
}
.cid-u8mzfsvoty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8mzfsvoty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8mzfsvoty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8mzfsvoty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8mzfsvoty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8mzfsvoty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8mzfsvoty .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8mzfsvoty .navbar.opened {
  transition: all 0.3s;
}
.cid-u8mzfsvoty .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8mzfsvoty .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u8mzfsvoty .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8mzfsvoty .navbar.collapsed {
  justify-content: center;
}
.cid-u8mzfsvoty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8mzfsvoty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u8mzfsvoty .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u8mzfsvoty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8mzfsvoty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8mzfsvoty .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8mzfsvoty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8mzfsvoty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8mzfsvoty .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8mzfsvoty .navbar {
    min-height: 72px;
  }
  .cid-u8mzfsvoty .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u8mzfsvoty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8mzfsvoty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8mzfsvoty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8mzfsvoty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8mzfsvoty .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8mzfsvoty .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8mzfsvoty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8mzfsvoty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8mzfsvoty .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8mzfsvoty .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8mzfsvoty .dropdown-item.active,
.cid-u8mzfsvoty .dropdown-item:active {
  background-color: transparent;
}
.cid-u8mzfsvoty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8mzfsvoty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8mzfsvoty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8mzfsvoty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8mzfsvoty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u8mzfsvoty .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8mzfsvoty ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8mzfsvoty .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8mzfsvoty .navbar-buttons {
    text-align: left;
  }
}
.cid-u8mzfsvoty button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8mzfsvoty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u8mzfsvoty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8mzfsvoty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8mzfsvoty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8mzfsvoty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8mzfsvoty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8mzfsvoty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8mzfsvoty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8mzfsvoty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8mzfsvoty .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8mzfsvoty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8mzfsvoty .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8mzfsvoty .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8mzfsvoty .navbar {
    height: 70px;
  }
  .cid-u8mzfsvoty .navbar.opened {
    height: auto;
  }
  .cid-u8mzfsvoty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8mzfsvoty .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8mzfsvoty .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8mzfsvoty .navbar-brand {
    margin-right: auto;
  }
  .cid-u8mzfsvoty .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u8mzfsvoty .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8mzfsvoty .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8mzfsvoty .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8mzfsvoty .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8mzfsvoty .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8mzfsO2UJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mzfsO2UJ .item-img {
  position: relative;
}
.cid-u8mzfsO2UJ .button1 {
  background: #bd9a5e;
}
.cid-u8mzfsO2UJ .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u8mzfsO2UJ .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .button2 {
    margin-top: 1rem;
  }
}
.cid-u8mzfsO2UJ .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .title {
    top: 25%;
  }
}
.cid-u8mzfsO2UJ .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8mzfsO2UJ .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .image-wrapper {
    min-height: 400px;
  }
}
.cid-u8mzfsO2UJ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8mzfsO2UJ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u8mzfsO2UJ .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u8mzfsO2UJ .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u8mzfsO2UJ .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u8mzfsO2UJ .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u8mzfsO2UJ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mzfsO2UJ .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8mzfsO2UJ .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u8mzfsO2UJ img,
.cid-u8mzfsO2UJ .item-img {
  width: 100%;
}
.cid-u8mzfsO2UJ .item-title2,
.cid-u8mzfsO2UJ .icon2 {
  color: #2a2c2d;
}
.cid-u8mzfsO2UJ .item-title1,
.cid-u8mzfsO2UJ .icon1 {
  color: #ffffff;
}
.cid-u8mzfsO2UJ .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8mzfsO2UJ .main-title DIV {
  text-align: center;
}
.cid-u8mzfsO2UJ .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u8mzft2Mnw {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u8mzft2Mnw {
    align-items: center;
  }
  .cid-u8mzft2Mnw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8mzft2Mnw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8mzft2Mnw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8mzft2Mnw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8mzft2Mnw .content-wrap {
    width: 100%;
  }
}
.cid-u8mzft2Mnw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8mzft2Mnw .mbr-text,
.cid-u8mzft2Mnw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-12 {
  /* Type valid CSS here */
}
#custom-html-12 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-12 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-u8mzftmYfT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mzftmYfT .item-img {
  position: relative;
}
.cid-u8mzftmYfT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mzftmYfT .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mzftmYfT h5 {
  line-height: 1.2;
}
.cid-u8mzftmYfT .card {
  margin-bottom: 2rem;
}
.cid-u8mzftmYfT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mzftmYfT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzftmYfT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mzftmYfT .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mzftmYfT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzftmYfT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzftmYfT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzftmYfT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzftmYfT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzftmYfT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzftmYfT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzftmYfT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mzftmYfT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzftmYfT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mzftmYfT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzftmYfT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzftmYfT img,
.cid-u8mzftmYfT .item-img {
  width: 100%;
}
.cid-u8mzftmYfT .item:focus,
.cid-u8mzftmYfT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzftmYfT .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzftmYfT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzftmYfT .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mzftmYfT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzftmYfT .mbr-section-subtitle,
.cid-u8mzftmYfT .subtitle-wrap,
.cid-u8mzftmYfT .mbr-section-btn {
  text-align: left;
}
.cid-u8mzftmYfT .mbr-text,
.cid-u8mzftmYfT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mzftmYfT .mbr-text {
  color: #000000;
}
.cid-u8mzftBys7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8mzftBys7 .item-img {
  position: relative;
}
.cid-u8mzftBys7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mzftBys7 .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mzftBys7 h5 {
  line-height: 1.2;
}
.cid-u8mzftBys7 .card {
  margin-bottom: 2rem;
}
.cid-u8mzftBys7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mzftBys7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzftBys7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8mzftBys7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mzftBys7 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzftBys7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzftBys7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzftBys7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzftBys7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzftBys7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzftBys7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzftBys7 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8mzftBys7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzftBys7 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8mzftBys7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzftBys7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzftBys7 img,
.cid-u8mzftBys7 .item-img {
  width: 100%;
}
.cid-u8mzftBys7 .item:focus,
.cid-u8mzftBys7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzftBys7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzftBys7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzftBys7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mzftBys7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzftBys7 .mbr-section-subtitle,
.cid-u8mzftBys7 .subtitle-wrap,
.cid-u8mzftBys7 .mbr-section-btn {
  text-align: left;
}
.cid-u8mzftBys7 .mbr-text,
.cid-u8mzftBys7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mzftBys7 .mbr-text {
  color: #000000;
}
.cid-u8mzftRy5V {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mzftRy5V .item-img {
  position: relative;
}
.cid-u8mzftRy5V .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mzftRy5V .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mzftRy5V h5 {
  line-height: 1.2;
}
.cid-u8mzftRy5V .card {
  margin-bottom: 2rem;
}
.cid-u8mzftRy5V .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mzftRy5V .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzftRy5V .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mzftRy5V .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mzftRy5V .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzftRy5V .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzftRy5V .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzftRy5V .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzftRy5V .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzftRy5V .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzftRy5V .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzftRy5V .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mzftRy5V .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzftRy5V .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mzftRy5V .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzftRy5V .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzftRy5V img,
.cid-u8mzftRy5V .item-img {
  width: 100%;
}
.cid-u8mzftRy5V .item:focus,
.cid-u8mzftRy5V span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzftRy5V .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzftRy5V .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzftRy5V .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mzftRy5V .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzftRy5V .mbr-section-subtitle,
.cid-u8mzftRy5V .subtitle-wrap,
.cid-u8mzftRy5V .mbr-section-btn {
  text-align: left;
}
.cid-u8mzftRy5V .mbr-text,
.cid-u8mzftRy5V .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mzftRy5V .mbr-text {
  color: #000000;
}
.cid-u8mzfu7Ot2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-u8mzfu7Ot2 .item-img {
  position: relative;
}
.cid-u8mzfu7Ot2 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mzfu7Ot2 .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mzfu7Ot2 h5 {
  line-height: 1.2;
}
.cid-u8mzfu7Ot2 .card {
  margin-bottom: 2rem;
}
.cid-u8mzfu7Ot2 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mzfu7Ot2 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzfu7Ot2 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #edefeb;
}
@media (max-width: 992px) {
  .cid-u8mzfu7Ot2 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mzfu7Ot2 .item-wrapper {
  position: relative;
  background: #edefeb;
  border: 3px solid #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzfu7Ot2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzfu7Ot2 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #edefeb;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .svg1 path {
  fill: #edefeb;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzfu7Ot2 .link-icon-wrapper .svg2 path {
  fill: #edefeb;
}
.cid-u8mzfu7Ot2 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzfu7Ot2 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzfu7Ot2 img,
.cid-u8mzfu7Ot2 .item-img {
  width: 100%;
}
.cid-u8mzfu7Ot2 .item:focus,
.cid-u8mzfu7Ot2 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzfu7Ot2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzfu7Ot2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzfu7Ot2 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mzfu7Ot2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzfu7Ot2 .mbr-section-subtitle,
.cid-u8mzfu7Ot2 .subtitle-wrap,
.cid-u8mzfu7Ot2 .mbr-section-btn {
  text-align: left;
}
.cid-u8mzfu7Ot2 .mbr-text,
.cid-u8mzfu7Ot2 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mzfu7Ot2 .mbr-text {
  color: #000000;
}
.cid-u8mzfunf7C {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8mzfunf7C .item-img {
  position: relative;
}
.cid-u8mzfunf7C .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u8mzfunf7C .card-text {
    padding-left: 4rem;
  }
}
.cid-u8mzfunf7C h5 {
  line-height: 1.2;
}
.cid-u8mzfunf7C .card {
  margin-bottom: 2rem;
}
.cid-u8mzfunf7C .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u8mzfunf7C .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzfunf7C .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8mzfunf7C .image-wrapper {
    min-height: 200px;
  }
}
.cid-u8mzfunf7C .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzfunf7C .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzfunf7C .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzfunf7C .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzfunf7C .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzfunf7C .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzfunf7C .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzfunf7C .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mzfunf7C .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzfunf7C .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mzfunf7C .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzfunf7C .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzfunf7C img,
.cid-u8mzfunf7C .item-img {
  width: 100%;
}
.cid-u8mzfunf7C .item:focus,
.cid-u8mzfunf7C span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzfunf7C .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzfunf7C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzfunf7C .item-title {
  text-align: left;
  color: #000000;
}
.cid-u8mzfunf7C .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzfunf7C .mbr-section-subtitle,
.cid-u8mzfunf7C .subtitle-wrap,
.cid-u8mzfunf7C .mbr-section-btn {
  text-align: left;
}
.cid-u8mzfunf7C .mbr-text,
.cid-u8mzfunf7C .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u8mzfunf7C .mbr-text {
  color: #000000;
}
.cid-u8mzfuFDL8 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u8mzfuFDL8 .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u8mzfuFDL8 {
    align-items: center;
  }
  .cid-u8mzfuFDL8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8mzfuFDL8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8mzfuFDL8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8mzfuFDL8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8mzfuFDL8 .content-wrap {
    width: 100%;
  }
}
.cid-u8mzfuFDL8 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8mzfuFDL8 .mbr-text,
.cid-u8mzfuFDL8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u8mzfuW8sC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8mzfuW8sC .item-img {
  position: relative;
}
.cid-u8mzfuW8sC .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u8mzfuW8sC .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u8mzfuW8sC .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u8mzfuW8sC .image-wrapper {
  overflow: hidden;
}
.cid-u8mzfuW8sC .item1 {
  margin-bottom: 2rem !important;
}
.cid-u8mzfuW8sC .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u8mzfuW8sC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u8mzfuW8sC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u8mzfuW8sC .item1,
.cid-u8mzfuW8sC .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u8mzfuW8sC .item1 .item:hover,
.cid-u8mzfuW8sC .item .item:hover {
  cursor: pointer;
}
.cid-u8mzfuW8sC .item1:hover .link-icon-wrapper span,
.cid-u8mzfuW8sC .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u8mzfuW8sC .card2 {
    margin-top: 1rem;
  }
}
.cid-u8mzfuW8sC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u8mzfuW8sC .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u8mzfuW8sC .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u8mzfuW8sC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u8mzfuW8sC .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u8mzfuW8sC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u8mzfuW8sC .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u8mzfuW8sC .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u8mzfuW8sC .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u8mzfuW8sC img,
.cid-u8mzfuW8sC .item-img {
  width: 100%;
}
.cid-u8mzfuW8sC .item:focus,
.cid-u8mzfuW8sC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u8mzfuW8sC .item {
    margin-bottom: 1rem;
  }
}
.cid-u8mzfuW8sC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u8mzfuW8sC .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzfuW8sC .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzfuW8sC .mbr-section-subtitle,
.cid-u8mzfuW8sC .subtitle-wrap,
.cid-u8mzfuW8sC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u8mzfuW8sC .mbr-text,
.cid-u8mzfuW8sC .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u8mzfve5Z5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u8mzfve5Z5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8mzfve5Z5 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9LtwFapcW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9LtwFapcW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9LtwFapcW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9LtwFapcW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9LtwFapcW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9LtwFapcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9LtwFapcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9LtwFapcW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9LtwFapcW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9LtwFapcW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9LtwFapcW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9LtwFapcW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9LtwFapcW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9LtwFapcW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9LtwFapcW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9LtwFapcW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9LtwFapcW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9LtwFapcW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9LtwFapcW .nav-item:focus,
.cid-u9LtwFapcW .nav-link:focus {
  outline: none;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9LtwFapcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9LtwFapcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9LtwFapcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9LtwFapcW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9LtwFapcW .navbar.opened {
  transition: all 0.3s;
}
.cid-u9LtwFapcW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9LtwFapcW .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9LtwFapcW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9LtwFapcW .navbar.collapsed {
  justify-content: center;
}
.cid-u9LtwFapcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9LtwFapcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9LtwFapcW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9LtwFapcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9LtwFapcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9LtwFapcW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9LtwFapcW .navbar {
    min-height: 72px;
  }
  .cid-u9LtwFapcW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9LtwFapcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9LtwFapcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9LtwFapcW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9LtwFapcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9LtwFapcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9LtwFapcW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9LtwFapcW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9LtwFapcW .dropdown-item.active,
.cid-u9LtwFapcW .dropdown-item:active {
  background-color: transparent;
}
.cid-u9LtwFapcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9LtwFapcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9LtwFapcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9LtwFapcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9LtwFapcW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9LtwFapcW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9LtwFapcW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .navbar-buttons {
    text-align: left;
  }
}
.cid-u9LtwFapcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9LtwFapcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9LtwFapcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9LtwFapcW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9LtwFapcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9LtwFapcW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9LtwFapcW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9LtwFapcW .navbar {
    height: 70px;
  }
  .cid-u9LtwFapcW .navbar.opened {
    height: auto;
  }
  .cid-u9LtwFapcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9LtwFapcW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9LtwFapcW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9LtwFapcW .navbar-brand {
    margin-right: auto;
  }
  .cid-u9LtwFapcW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9LtwFapcW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9LtwFapcW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9LtwFapcW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9LtwFapcW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9LtwFapcW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9LtwFqhe9 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9LtwFqhe9 .item-img {
  position: relative;
}
.cid-u9LtwFqhe9 .button1 {
  background: #bd9a5e;
}
.cid-u9LtwFqhe9 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9LtwFqhe9 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .button2 {
    margin-top: 1rem;
  }
}
.cid-u9LtwFqhe9 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .title {
    top: 25%;
  }
}
.cid-u9LtwFqhe9 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9LtwFqhe9 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9LtwFqhe9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9LtwFqhe9 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9LtwFqhe9 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9LtwFqhe9 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9LtwFqhe9 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9LtwFqhe9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9LtwFqhe9 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9LtwFqhe9 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9LtwFqhe9 img,
.cid-u9LtwFqhe9 .item-img {
  width: 100%;
}
.cid-u9LtwFqhe9 .item-title2,
.cid-u9LtwFqhe9 .icon2 {
  color: #2a2c2d;
}
.cid-u9LtwFqhe9 .item-title1,
.cid-u9LtwFqhe9 .icon1 {
  color: #ffffff;
}
.cid-u9LtwFqhe9 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9LtwFqhe9 .main-title DIV {
  text-align: center;
}
.cid-u9LtwFqhe9 .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9LtwGKsYW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9LtwGKsYW .mbr-overlay {
  background: #fafafa;
  opacity: 0;
}
.cid-u9LtwGKsYW .item-img {
  position: relative;
}
.cid-u9LtwGKsYW .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9LtwGKsYW .cardbg {
  background: #000000;
  height: 100%;
  min-height: 160px;
}
.cid-u9LtwGKsYW .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9LtwGKsYW .image-wrapper {
  overflow: hidden;
}
.cid-u9LtwGKsYW .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9LtwGKsYW .item-wrapper {
  position: relative;
  background: #bd9a5e;
  border: 3px solid #bd9a5e;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9LtwGKsYW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9LtwGKsYW .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9LtwGKsYW .item1,
.cid-u9LtwGKsYW .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9LtwGKsYW .item1 .item:hover,
.cid-u9LtwGKsYW .item .item:hover {
  cursor: pointer;
}
.cid-u9LtwGKsYW .item1:hover .link-icon-wrapper span,
.cid-u9LtwGKsYW .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9LtwGKsYW .card2 {
    margin-top: 1rem;
  }
}
.cid-u9LtwGKsYW .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #bd9a5e;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9LtwGKsYW .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9LtwGKsYW .link-icon-wrapper .icon-wrap span {
  color: #bd9a5e;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg1 path {
  fill: #bd9a5e;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9LtwGKsYW .link-icon-wrapper .svg2 path {
  fill: #bd9a5e;
}
.cid-u9LtwGKsYW .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display1: flex;
  flex-direction1: column;
  height1: 100%;
}
@media (max-width: 920px) {
  .cid-u9LtwGKsYW .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9LtwGKsYW img,
.cid-u9LtwGKsYW .item-img {
  width: 100%;
}
.cid-u9LtwGKsYW .item:focus,
.cid-u9LtwGKsYW span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9LtwGKsYW .item {
    margin-bottom: 1rem;
  }
}
.cid-u9LtwGKsYW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9LtwGKsYW .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .mbr-section-subtitle,
.cid-u9LtwGKsYW .subtitle-wrap,
.cid-u9LtwGKsYW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .mbr-text,
.cid-u9LtwGKsYW .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9LtwGKsYW .item-content h2 {
  text-align: center;
  color: #ffffff;
}
.cid-u9LtwGKsYW .card2 H2 {
  text-align: center;
}
.cid-u9MeYae4ZZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9MeYae4ZZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9MeYae4ZZ form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-u9MeYae4ZZ input,
.cid-u9MeYae4ZZ textarea {
  border-radius: 0.5rem;
}
.cid-u9MeYae4ZZ textarea {
  min-height: 10rem;
}
.cid-u9MeYae4ZZ .mbr-form {
  background: #a78f5c;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u9MeYae4ZZ .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-u9MeYae4ZZ .form-control:hover,
.cid-u9MeYae4ZZ .form-control:focus {
  border-color: transparent !important;
}
.cid-u9LtwGZmty {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9LtwGZmty .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9LtwGZmty .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-u9S9nIvqvj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u9S9nIvqvj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9S9nIvqvj .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u9S9nIvqvj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9S9nIvqvj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u9S9nIvqvj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9S9nIvqvj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9S9nIvqvj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u9S9nIvqvj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u9S9nIvqvj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u9S9nIvqvj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-u9S9nIvqvj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u9S9nIvqvj .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u9S9nIvqvj .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u9S9nIvqvj .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u9S9nIvqvj .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-u9S9nIvqvj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9S9nIvqvj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-u9S9nIvqvj .nav-item:focus,
.cid-u9S9nIvqvj .nav-link:focus {
  outline: none;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9S9nIvqvj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9S9nIvqvj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9S9nIvqvj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9S9nIvqvj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u9S9nIvqvj .navbar.opened {
  transition: all 0.3s;
}
.cid-u9S9nIvqvj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9S9nIvqvj .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-u9S9nIvqvj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u9S9nIvqvj .navbar.collapsed {
  justify-content: center;
}
.cid-u9S9nIvqvj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9S9nIvqvj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-u9S9nIvqvj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9S9nIvqvj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9S9nIvqvj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9S9nIvqvj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9S9nIvqvj .navbar {
    min-height: 72px;
  }
  .cid-u9S9nIvqvj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-u9S9nIvqvj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9S9nIvqvj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9S9nIvqvj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9S9nIvqvj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u9S9nIvqvj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9S9nIvqvj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9S9nIvqvj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u9S9nIvqvj .dropdown-item.active,
.cid-u9S9nIvqvj .dropdown-item:active {
  background-color: transparent;
}
.cid-u9S9nIvqvj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9S9nIvqvj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9S9nIvqvj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9S9nIvqvj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u9S9nIvqvj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u9S9nIvqvj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9S9nIvqvj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .navbar-buttons {
    text-align: left;
  }
}
.cid-u9S9nIvqvj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9S9nIvqvj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9S9nIvqvj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9S9nIvqvj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9S9nIvqvj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9S9nIvqvj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9S9nIvqvj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9S9nIvqvj .navbar {
    height: 70px;
  }
  .cid-u9S9nIvqvj .navbar.opened {
    height: auto;
  }
  .cid-u9S9nIvqvj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u9S9nIvqvj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u9S9nIvqvj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u9S9nIvqvj .navbar-brand {
    margin-right: auto;
  }
  .cid-u9S9nIvqvj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-u9S9nIvqvj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u9S9nIvqvj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u9S9nIvqvj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u9S9nIvqvj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u9S9nIvqvj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u9S9nIMWfs {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nIMWfs .item-img {
  position: relative;
}
.cid-u9S9nIMWfs .button1 {
  background: #bd9a5e;
}
.cid-u9S9nIMWfs .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-u9S9nIMWfs .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .button2 {
    margin-top: 1rem;
  }
}
.cid-u9S9nIMWfs .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .title {
    top: 25%;
  }
}
.cid-u9S9nIMWfs .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9S9nIMWfs .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9S9nIMWfs .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u9S9nIMWfs .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-u9S9nIMWfs .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-u9S9nIMWfs .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-u9S9nIMWfs .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-u9S9nIMWfs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nIMWfs .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9S9nIMWfs .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-u9S9nIMWfs img,
.cid-u9S9nIMWfs .item-img {
  width: 100%;
}
.cid-u9S9nIMWfs .item-title2,
.cid-u9S9nIMWfs .icon2 {
  color: #2a2c2d;
}
.cid-u9S9nIMWfs .item-title1,
.cid-u9S9nIMWfs .icon1 {
  color: #ffffff;
}
.cid-u9S9nIMWfs .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9S9nIMWfs .main-title DIV {
  text-align: center;
}
.cid-u9S9nIMWfs .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-u9S9nJ0TBj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nJ0TBj .mbr-section-title {
  color: #000000;
}
.cid-u9S9nJ0TBj .mbr-section-subtitle {
  color: #000000;
}
.cid-u9S9nJ0TBj .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-u9S9nJ0TBj .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-u9S9nJ0TBj .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-u9S9nJ0TBj .mbr-section-title,
.cid-u9S9nJ0TBj .line {
  color: #000000;
  text-align: center;
}
.cid-u9S9nJbmAT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-u9S9nJbmAT .item-img {
  position: relative;
}
.cid-u9S9nJbmAT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9S9nJbmAT .card-text {
    padding-left: 4rem;
  }
}
.cid-u9S9nJbmAT h5 {
  line-height: 1.2;
}
.cid-u9S9nJbmAT .card {
  margin-bottom: 2rem;
}
.cid-u9S9nJbmAT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9S9nJbmAT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nJbmAT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u9S9nJbmAT .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9S9nJbmAT .item-wrapper {
  position: relative;
  background: #f7f7f7;
  border: 3px solid #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nJbmAT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nJbmAT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nJbmAT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f7f7f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nJbmAT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nJbmAT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg1 path {
  fill: #f7f7f7;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nJbmAT .link-icon-wrapper .svg2 path {
  fill: #f7f7f7;
}
.cid-u9S9nJbmAT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nJbmAT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nJbmAT img,
.cid-u9S9nJbmAT .item-img {
  width: 100%;
}
.cid-u9S9nJbmAT .item:focus,
.cid-u9S9nJbmAT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nJbmAT .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nJbmAT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nJbmAT .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9S9nJbmAT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nJbmAT .mbr-section-subtitle,
.cid-u9S9nJbmAT .subtitle-wrap,
.cid-u9S9nJbmAT .mbr-section-btn {
  text-align: left;
}
.cid-u9S9nJbmAT .mbr-text,
.cid-u9S9nJbmAT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9S9nJbmAT .mbr-text {
  color: #000000;
}
.cid-u9S9nJoP8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u9S9nJoP8H .col-title {
    margin-bottom: 20px;
  }
}
.cid-u9S9nJoP8H .mbr-section-title {
  color: #000000;
}
.cid-u9S9nJoP8H .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u9S9nJoP8H .mbr-text {
  color: #000000;
}
.cid-u9S9nJD60t {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-u9S9nJD60t {
    align-items: center;
  }
  .cid-u9S9nJD60t .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9S9nJD60t .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nJD60t {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9S9nJD60t .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9S9nJD60t .content-wrap {
    width: 100%;
  }
}
.cid-u9S9nJD60t .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9S9nJD60t .mbr-text,
.cid-u9S9nJD60t .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9S9nJQ3y7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9S9nJQ3y7 .item-img {
  position: relative;
}
.cid-u9S9nJQ3y7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u9S9nJQ3y7 .card-text {
    padding-left: 4rem;
  }
}
.cid-u9S9nJQ3y7 h5 {
  line-height: 1.2;
}
.cid-u9S9nJQ3y7 .card {
  margin-bottom: 2rem;
}
.cid-u9S9nJQ3y7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u9S9nJQ3y7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nJQ3y7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-u9S9nJQ3y7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-u9S9nJQ3y7 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nJQ3y7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nJQ3y7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nJQ3y7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nJQ3y7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nJQ3y7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nJQ3y7 img,
.cid-u9S9nJQ3y7 .item-img {
  width: 100%;
}
.cid-u9S9nJQ3y7 .item:focus,
.cid-u9S9nJQ3y7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nJQ3y7 .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nJQ3y7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nJQ3y7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-u9S9nJQ3y7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .mbr-section-subtitle,
.cid-u9S9nJQ3y7 .subtitle-wrap,
.cid-u9S9nJQ3y7 .mbr-section-btn {
  text-align: left;
}
.cid-u9S9nJQ3y7 .mbr-text,
.cid-u9S9nJQ3y7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u9S9nJQ3y7 .mbr-text {
  color: #000000;
}
.cid-u9S9nL8ebz {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9S9nL8ebz .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u9S9nL8ebz {
    align-items: center;
  }
  .cid-u9S9nL8ebz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9S9nL8ebz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9S9nL8ebz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9S9nL8ebz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9S9nL8ebz .content-wrap {
    width: 100%;
  }
}
.cid-u9S9nL8ebz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9S9nL8ebz .mbr-text,
.cid-u9S9nL8ebz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9S9nLo8sc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9S9nLo8sc .item-img {
  position: relative;
}
.cid-u9S9nLo8sc .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-u9S9nLo8sc .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-u9S9nLo8sc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u9S9nLo8sc .image-wrapper {
  overflow: hidden;
}
.cid-u9S9nLo8sc .item1 {
  margin-bottom: 2rem !important;
}
.cid-u9S9nLo8sc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9S9nLo8sc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u9S9nLo8sc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u9S9nLo8sc .item1,
.cid-u9S9nLo8sc .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u9S9nLo8sc .item1 .item:hover,
.cid-u9S9nLo8sc .item .item:hover {
  cursor: pointer;
}
.cid-u9S9nLo8sc .item1:hover .link-icon-wrapper span,
.cid-u9S9nLo8sc .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-u9S9nLo8sc .card2 {
    margin-top: 1rem;
  }
}
.cid-u9S9nLo8sc .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u9S9nLo8sc .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u9S9nLo8sc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u9S9nLo8sc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u9S9nLo8sc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u9S9nLo8sc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u9S9nLo8sc img,
.cid-u9S9nLo8sc .item-img {
  width: 100%;
}
.cid-u9S9nLo8sc .item:focus,
.cid-u9S9nLo8sc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u9S9nLo8sc .item {
    margin-bottom: 1rem;
  }
}
.cid-u9S9nLo8sc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u9S9nLo8sc .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .mbr-section-subtitle,
.cid-u9S9nLo8sc .subtitle-wrap,
.cid-u9S9nLo8sc .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u9S9nLo8sc .mbr-text,
.cid-u9S9nLo8sc .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u9S9nLGgpD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9S9nLGgpD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u9S9nLGgpD .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-ua973Mu5uW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ua973Mu5uW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua973Mu5uW .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ua973Mu5uW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ua973Mu5uW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ua973Mu5uW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ua973Mu5uW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ua973Mu5uW .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ua973Mu5uW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ua973Mu5uW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ua973Mu5uW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ua973Mu5uW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ua973Mu5uW .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ua973Mu5uW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ua973Mu5uW .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ua973Mu5uW .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ua973Mu5uW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ua973Mu5uW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-ua973Mu5uW .nav-item:focus,
.cid-ua973Mu5uW .nav-link:focus {
  outline: none;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ua973Mu5uW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ua973Mu5uW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ua973Mu5uW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ua973Mu5uW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ua973Mu5uW .navbar.opened {
  transition: all 0.3s;
}
.cid-ua973Mu5uW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ua973Mu5uW .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-ua973Mu5uW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ua973Mu5uW .navbar.collapsed {
  justify-content: center;
}
.cid-ua973Mu5uW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ua973Mu5uW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-ua973Mu5uW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ua973Mu5uW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ua973Mu5uW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ua973Mu5uW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ua973Mu5uW .navbar {
    min-height: 72px;
  }
  .cid-ua973Mu5uW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-ua973Mu5uW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ua973Mu5uW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ua973Mu5uW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ua973Mu5uW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ua973Mu5uW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ua973Mu5uW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ua973Mu5uW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ua973Mu5uW .dropdown-item.active,
.cid-ua973Mu5uW .dropdown-item:active {
  background-color: transparent;
}
.cid-ua973Mu5uW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ua973Mu5uW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ua973Mu5uW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ua973Mu5uW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ua973Mu5uW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ua973Mu5uW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ua973Mu5uW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .navbar-buttons {
    text-align: left;
  }
}
.cid-ua973Mu5uW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ua973Mu5uW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ua973Mu5uW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ua973Mu5uW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ua973Mu5uW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ua973Mu5uW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ua973Mu5uW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ua973Mu5uW .navbar {
    height: 70px;
  }
  .cid-ua973Mu5uW .navbar.opened {
    height: auto;
  }
  .cid-ua973Mu5uW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ua973Mu5uW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ua973Mu5uW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ua973Mu5uW .navbar-brand {
    margin-right: auto;
  }
  .cid-ua973Mu5uW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ua973Mu5uW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ua973Mu5uW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ua973Mu5uW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ua973Mu5uW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ua973Mu5uW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ua973MJk7u {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua973MJk7u .item-img {
  position: relative;
}
.cid-ua973MJk7u .button1 {
  background: #bd9a5e;
}
.cid-ua973MJk7u .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-ua973MJk7u .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .button2 {
    margin-top: 1rem;
  }
}
.cid-ua973MJk7u .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .title {
    top: 25%;
  }
}
.cid-ua973MJk7u .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ua973MJk7u .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .image-wrapper {
    min-height: 400px;
  }
}
.cid-ua973MJk7u .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ua973MJk7u .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-ua973MJk7u .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-ua973MJk7u .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-ua973MJk7u .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973MJk7u .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-ua973MJk7u .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973MJk7u .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ua973MJk7u .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ua973MJk7u img,
.cid-ua973MJk7u .item-img {
  width: 100%;
}
.cid-ua973MJk7u .item-title2,
.cid-ua973MJk7u .icon2 {
  color: #2a2c2d;
}
.cid-ua973MJk7u .item-title1,
.cid-ua973MJk7u .icon1 {
  color: #ffffff;
}
.cid-ua973MJk7u .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-ua973MJk7u .main-title DIV {
  text-align: center;
}
.cid-ua973MJk7u .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-ua973NuMCw {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-ua973NuMCw {
    align-items: center;
  }
  .cid-ua973NuMCw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua973NuMCw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua973NuMCw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua973NuMCw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua973NuMCw .content-wrap {
    width: 100%;
  }
}
.cid-ua973NuMCw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ua973NuMCw .mbr-text,
.cid-ua973NuMCw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5n {
  /* Type valid CSS here */
}
#custom-html-5n .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5n .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ua973NGr1l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua973NGr1l .item-img {
  position: relative;
}
.cid-ua973NGr1l .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ua973NGr1l .card-text {
    padding-left: 4rem;
  }
}
.cid-ua973NGr1l h5 {
  line-height: 1.2;
}
.cid-ua973NGr1l .card {
  margin-bottom: 2rem;
}
.cid-ua973NGr1l .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ua973NGr1l .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ua973NGr1l .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-ua973NGr1l .image-wrapper {
    min-height: 200px;
  }
}
.cid-ua973NGr1l .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua973NGr1l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ua973NGr1l .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ua973NGr1l .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ua973NGr1l .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ua973NGr1l .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973NGr1l .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ua973NGr1l .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973NGr1l .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ua973NGr1l .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ua973NGr1l img,
.cid-ua973NGr1l .item-img {
  width: 100%;
}
.cid-ua973NGr1l .item:focus,
.cid-ua973NGr1l span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ua973NGr1l .item {
    margin-bottom: 1rem;
  }
}
.cid-ua973NGr1l .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ua973NGr1l .item-title {
  text-align: left;
  color: #000000;
}
.cid-ua973NGr1l .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ua973NGr1l .mbr-section-subtitle,
.cid-ua973NGr1l .subtitle-wrap,
.cid-ua973NGr1l .mbr-section-btn {
  text-align: left;
}
.cid-ua973NGr1l .mbr-text,
.cid-ua973NGr1l .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ua973NGr1l .mbr-text {
  color: #000000;
}
.cid-ua973NUIDs {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ua973NUIDs .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ua973NUIDs {
    align-items: center;
  }
  .cid-ua973NUIDs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua973NUIDs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua973NUIDs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua973NUIDs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua973NUIDs .content-wrap {
    width: 100%;
  }
}
.cid-ua973NUIDs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ua973NUIDs .mbr-text,
.cid-ua973NUIDs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ua973O8GLz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ua973O8GLz .item-img {
  position: relative;
}
.cid-ua973O8GLz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-ua973O8GLz .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-ua973O8GLz .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ua973O8GLz .image-wrapper {
  overflow: hidden;
}
.cid-ua973O8GLz .item1 {
  margin-bottom: 2rem !important;
}
.cid-ua973O8GLz .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua973O8GLz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ua973O8GLz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ua973O8GLz .item1,
.cid-ua973O8GLz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ua973O8GLz .item1 .item:hover,
.cid-ua973O8GLz .item .item:hover {
  cursor: pointer;
}
.cid-ua973O8GLz .item1:hover .link-icon-wrapper span,
.cid-ua973O8GLz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-ua973O8GLz .card2 {
    margin-top: 1rem;
  }
}
.cid-ua973O8GLz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ua973O8GLz .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ua973O8GLz .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ua973O8GLz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ua973O8GLz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ua973O8GLz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ua973O8GLz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ua973O8GLz img,
.cid-ua973O8GLz .item-img {
  width: 100%;
}
.cid-ua973O8GLz .item:focus,
.cid-ua973O8GLz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ua973O8GLz .item {
    margin-bottom: 1rem;
  }
}
.cid-ua973O8GLz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ua973O8GLz .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .mbr-section-subtitle,
.cid-ua973O8GLz .subtitle-wrap,
.cid-ua973O8GLz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ua973O8GLz .mbr-text,
.cid-ua973O8GLz .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ua973On5p6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ua973On5p6 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ua973On5p6 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-uagaQe7j4E {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uagaQe7j4E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uagaQe7j4E .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uagaQe7j4E .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uagaQe7j4E .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uagaQe7j4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uagaQe7j4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uagaQe7j4E .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uagaQe7j4E .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uagaQe7j4E .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uagaQe7j4E .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uagaQe7j4E .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uagaQe7j4E .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uagaQe7j4E .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uagaQe7j4E .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uagaQe7j4E .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uagaQe7j4E .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uagaQe7j4E .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uagaQe7j4E .nav-item:focus,
.cid-uagaQe7j4E .nav-link:focus {
  outline: none;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uagaQe7j4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uagaQe7j4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uagaQe7j4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uagaQe7j4E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uagaQe7j4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uagaQe7j4E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uagaQe7j4E .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uagaQe7j4E .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uagaQe7j4E .navbar.collapsed {
  justify-content: center;
}
.cid-uagaQe7j4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uagaQe7j4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uagaQe7j4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uagaQe7j4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uagaQe7j4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uagaQe7j4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uagaQe7j4E .navbar {
    min-height: 72px;
  }
  .cid-uagaQe7j4E .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uagaQe7j4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uagaQe7j4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uagaQe7j4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uagaQe7j4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uagaQe7j4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uagaQe7j4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uagaQe7j4E .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uagaQe7j4E .dropdown-item.active,
.cid-uagaQe7j4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uagaQe7j4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uagaQe7j4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uagaQe7j4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uagaQe7j4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uagaQe7j4E .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uagaQe7j4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uagaQe7j4E .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .navbar-buttons {
    text-align: left;
  }
}
.cid-uagaQe7j4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uagaQe7j4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uagaQe7j4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uagaQe7j4E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uagaQe7j4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uagaQe7j4E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uagaQe7j4E .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uagaQe7j4E .navbar {
    height: 70px;
  }
  .cid-uagaQe7j4E .navbar.opened {
    height: auto;
  }
  .cid-uagaQe7j4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uagaQe7j4E .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uagaQe7j4E .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uagaQe7j4E .navbar-brand {
    margin-right: auto;
  }
  .cid-uagaQe7j4E .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uagaQe7j4E .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uagaQe7j4E .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uagaQe7j4E .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uagaQe7j4E .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uagaQe7j4E .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uagaQentaF {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uagaQentaF .item-img {
  position: relative;
}
.cid-uagaQentaF .button1 {
  background: #bd9a5e;
}
.cid-uagaQentaF .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uagaQentaF .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .button2 {
    margin-top: 1rem;
  }
}
.cid-uagaQentaF .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uagaQentaF .title {
    top: 25%;
  }
}
.cid-uagaQentaF .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uagaQentaF .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uagaQentaF .image-wrapper {
    min-height: 400px;
  }
}
.cid-uagaQentaF .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uagaQentaF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uagaQentaF .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uagaQentaF .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uagaQentaF .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQentaF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uagaQentaF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQentaF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uagaQentaF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQentaF .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uagaQentaF .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uagaQentaF img,
.cid-uagaQentaF .item-img {
  width: 100%;
}
.cid-uagaQentaF .item-title2,
.cid-uagaQentaF .icon2 {
  color: #2a2c2d;
}
.cid-uagaQentaF .item-title1,
.cid-uagaQentaF .icon1 {
  color: #ffffff;
}
.cid-uagaQentaF .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uagaQentaF .main-title DIV {
  text-align: center;
}
.cid-uagaQentaF .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uagaQeyEo3 {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uagaQeyEo3 {
    align-items: center;
  }
  .cid-uagaQeyEo3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uagaQeyEo3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uagaQeyEo3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uagaQeyEo3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uagaQeyEo3 .content-wrap {
    width: 100%;
  }
}
.cid-uagaQeyEo3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uagaQeyEo3 .mbr-text,
.cid-uagaQeyEo3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5r {
  /* Type valid CSS here */
}
#custom-html-5r .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5r .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uagaQeOkM7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uagaQeOkM7 .item-img {
  position: relative;
}
.cid-uagaQeOkM7 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uagaQeOkM7 .card-text {
    padding-left: 4rem;
  }
}
.cid-uagaQeOkM7 h5 {
  line-height: 1.2;
}
.cid-uagaQeOkM7 .card {
  margin-bottom: 2rem;
}
.cid-uagaQeOkM7 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uagaQeOkM7 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uagaQeOkM7 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uagaQeOkM7 .image-wrapper {
    min-height: 200px;
  }
}
.cid-uagaQeOkM7 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uagaQeOkM7 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uagaQeOkM7 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uagaQeOkM7 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uagaQeOkM7 .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uagaQeOkM7 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uagaQeOkM7 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQeOkM7 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uagaQeOkM7 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uagaQeOkM7 img,
.cid-uagaQeOkM7 .item-img {
  width: 100%;
}
.cid-uagaQeOkM7 .item:focus,
.cid-uagaQeOkM7 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uagaQeOkM7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uagaQeOkM7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uagaQeOkM7 .item-title {
  text-align: left;
  color: #000000;
}
.cid-uagaQeOkM7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQeOkM7 .mbr-section-subtitle,
.cid-uagaQeOkM7 .subtitle-wrap,
.cid-uagaQeOkM7 .mbr-section-btn {
  text-align: left;
}
.cid-uagaQeOkM7 .mbr-text,
.cid-uagaQeOkM7 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uagaQeOkM7 .mbr-text {
  color: #000000;
}
.cid-uagaQf0CJG {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uagaQf0CJG .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uagaQf0CJG {
    align-items: center;
  }
  .cid-uagaQf0CJG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uagaQf0CJG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uagaQf0CJG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uagaQf0CJG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uagaQf0CJG .content-wrap {
    width: 100%;
  }
}
.cid-uagaQf0CJG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uagaQf0CJG .mbr-text,
.cid-uagaQf0CJG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uagaQfbgLf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uagaQfbgLf .item-img {
  position: relative;
}
.cid-uagaQfbgLf .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uagaQfbgLf .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uagaQfbgLf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uagaQfbgLf .image-wrapper {
  overflow: hidden;
}
.cid-uagaQfbgLf .item1 {
  margin-bottom: 2rem !important;
}
.cid-uagaQfbgLf .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uagaQfbgLf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uagaQfbgLf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uagaQfbgLf .item1,
.cid-uagaQfbgLf .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uagaQfbgLf .item1 .item:hover,
.cid-uagaQfbgLf .item .item:hover {
  cursor: pointer;
}
.cid-uagaQfbgLf .item1:hover .link-icon-wrapper span,
.cid-uagaQfbgLf .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uagaQfbgLf .card2 {
    margin-top: 1rem;
  }
}
.cid-uagaQfbgLf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uagaQfbgLf .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uagaQfbgLf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uagaQfbgLf .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uagaQfbgLf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uagaQfbgLf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uagaQfbgLf img,
.cid-uagaQfbgLf .item-img {
  width: 100%;
}
.cid-uagaQfbgLf .item:focus,
.cid-uagaQfbgLf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uagaQfbgLf .item {
    margin-bottom: 1rem;
  }
}
.cid-uagaQfbgLf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uagaQfbgLf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .mbr-section-subtitle,
.cid-uagaQfbgLf .subtitle-wrap,
.cid-uagaQfbgLf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uagaQfbgLf .mbr-text,
.cid-uagaQfbgLf .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uagaQfoSy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uagaQfoSy4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uagaQfoSy4 .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-uaSnNoAaMl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaSnNoAaMl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSnNoAaMl .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaSnNoAaMl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSnNoAaMl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uaSnNoAaMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSnNoAaMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSnNoAaMl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uaSnNoAaMl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaSnNoAaMl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uaSnNoAaMl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uaSnNoAaMl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaSnNoAaMl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uaSnNoAaMl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uaSnNoAaMl .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uaSnNoAaMl .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uaSnNoAaMl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSnNoAaMl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uaSnNoAaMl .nav-item:focus,
.cid-uaSnNoAaMl .nav-link:focus {
  outline: none;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSnNoAaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSnNoAaMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSnNoAaMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSnNoAaMl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaSnNoAaMl .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSnNoAaMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSnNoAaMl .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uaSnNoAaMl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaSnNoAaMl .navbar.collapsed {
  justify-content: center;
}
.cid-uaSnNoAaMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSnNoAaMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uaSnNoAaMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaSnNoAaMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSnNoAaMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSnNoAaMl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaSnNoAaMl .navbar {
    min-height: 72px;
  }
  .cid-uaSnNoAaMl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uaSnNoAaMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSnNoAaMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaSnNoAaMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSnNoAaMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaSnNoAaMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSnNoAaMl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSnNoAaMl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaSnNoAaMl .dropdown-item.active,
.cid-uaSnNoAaMl .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSnNoAaMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSnNoAaMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSnNoAaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaSnNoAaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaSnNoAaMl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaSnNoAaMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSnNoAaMl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .navbar-buttons {
    text-align: left;
  }
}
.cid-uaSnNoAaMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSnNoAaMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSnNoAaMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSnNoAaMl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaSnNoAaMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSnNoAaMl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaSnNoAaMl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSnNoAaMl .navbar {
    height: 70px;
  }
  .cid-uaSnNoAaMl .navbar.opened {
    height: auto;
  }
  .cid-uaSnNoAaMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaSnNoAaMl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaSnNoAaMl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaSnNoAaMl .navbar-brand {
    margin-right: auto;
  }
  .cid-uaSnNoAaMl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uaSnNoAaMl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaSnNoAaMl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaSnNoAaMl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSnNoAaMl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaSnNoAaMl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaSnNoPyKZ {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSnNoPyKZ .item-img {
  position: relative;
}
.cid-uaSnNoPyKZ .button1 {
  background: #bd9a5e;
}
.cid-uaSnNoPyKZ .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uaSnNoPyKZ .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .button2 {
    margin-top: 1rem;
  }
}
.cid-uaSnNoPyKZ .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .title {
    top: 25%;
  }
}
.cid-uaSnNoPyKZ .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaSnNoPyKZ .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .image-wrapper {
    min-height: 400px;
  }
}
.cid-uaSnNoPyKZ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaSnNoPyKZ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uaSnNoPyKZ .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uaSnNoPyKZ .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uaSnNoPyKZ .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uaSnNoPyKZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNoPyKZ .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSnNoPyKZ .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSnNoPyKZ img,
.cid-uaSnNoPyKZ .item-img {
  width: 100%;
}
.cid-uaSnNoPyKZ .item-title2,
.cid-uaSnNoPyKZ .icon2 {
  color: #2a2c2d;
}
.cid-uaSnNoPyKZ .item-title1,
.cid-uaSnNoPyKZ .icon1 {
  color: #ffffff;
}
.cid-uaSnNoPyKZ .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaSnNoPyKZ .main-title DIV {
  text-align: center;
}
.cid-uaSnNoPyKZ .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uaSnNoZbrJ {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edefeb;
}
@media (min-width: 768px) {
  .cid-uaSnNoZbrJ {
    align-items: center;
  }
  .cid-uaSnNoZbrJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaSnNoZbrJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNoZbrJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaSnNoZbrJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaSnNoZbrJ .content-wrap {
    width: 100%;
  }
}
.cid-uaSnNoZbrJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaSnNoZbrJ .mbr-text,
.cid-uaSnNoZbrJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
#custom-html-5z {
  /* Type valid CSS here */
}
#custom-html-5z .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#custom-html-5z .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uaSnNpebkF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSnNpebkF .item-img {
  position: relative;
}
.cid-uaSnNpebkF .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uaSnNpebkF .card-text {
    padding-left: 4rem;
  }
}
.cid-uaSnNpebkF h5 {
  line-height: 1.2;
}
.cid-uaSnNpebkF .card {
  margin-bottom: 2rem;
}
.cid-uaSnNpebkF .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uaSnNpebkF .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSnNpebkF .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSnNpebkF .image-wrapper {
    min-height: 200px;
  }
}
.cid-uaSnNpebkF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSnNpebkF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSnNpebkF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSnNpebkF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSnNpebkF .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSnNpebkF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSnNpebkF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNpebkF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSnNpebkF .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSnNpebkF img,
.cid-uaSnNpebkF .item-img {
  width: 100%;
}
.cid-uaSnNpebkF .item:focus,
.cid-uaSnNpebkF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSnNpebkF .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSnNpebkF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSnNpebkF .item-title {
  text-align: left;
  color: #000000;
}
.cid-uaSnNpebkF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpebkF .mbr-section-subtitle,
.cid-uaSnNpebkF .subtitle-wrap,
.cid-uaSnNpebkF .mbr-section-btn {
  text-align: left;
}
.cid-uaSnNpebkF .mbr-text,
.cid-uaSnNpebkF .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uaSnNpebkF .mbr-text {
  color: #000000;
}
.cid-uaSnNpqDFY {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uaSnNpqDFY .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uaSnNpqDFY {
    align-items: center;
  }
  .cid-uaSnNpqDFY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaSnNpqDFY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaSnNpqDFY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaSnNpqDFY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaSnNpqDFY .content-wrap {
    width: 100%;
  }
}
.cid-uaSnNpqDFY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaSnNpqDFY .mbr-text,
.cid-uaSnNpqDFY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uaSnNpB81h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaSnNpB81h .item-img {
  position: relative;
}
.cid-uaSnNpB81h .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uaSnNpB81h .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uaSnNpB81h .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSnNpB81h .image-wrapper {
  overflow: hidden;
}
.cid-uaSnNpB81h .item1 {
  margin-bottom: 2rem !important;
}
.cid-uaSnNpB81h .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSnNpB81h .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSnNpB81h .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSnNpB81h .item1,
.cid-uaSnNpB81h .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uaSnNpB81h .item1 .item:hover,
.cid-uaSnNpB81h .item .item:hover {
  cursor: pointer;
}
.cid-uaSnNpB81h .item1:hover .link-icon-wrapper span,
.cid-uaSnNpB81h .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uaSnNpB81h .card2 {
    margin-top: 1rem;
  }
}
.cid-uaSnNpB81h .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSnNpB81h .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSnNpB81h .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSnNpB81h .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSnNpB81h .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSnNpB81h .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSnNpB81h img,
.cid-uaSnNpB81h .item-img {
  width: 100%;
}
.cid-uaSnNpB81h .item:focus,
.cid-uaSnNpB81h span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSnNpB81h .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSnNpB81h .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSnNpB81h .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .mbr-section-subtitle,
.cid-uaSnNpB81h .subtitle-wrap,
.cid-uaSnNpB81h .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaSnNpB81h .mbr-text,
.cid-uaSnNpB81h .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaSnNpOPDu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaSnNpOPDu .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaSnNpOPDu .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-uaSM66M54k {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaSM66M54k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSM66M54k .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaSM66M54k .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaSM66M54k .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uaSM66M54k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaSM66M54k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaSM66M54k .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uaSM66M54k .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaSM66M54k .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uaSM66M54k .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uaSM66M54k .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaSM66M54k .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uaSM66M54k .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uaSM66M54k .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uaSM66M54k .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uaSM66M54k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaSM66M54k .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uaSM66M54k .nav-item:focus,
.cid-uaSM66M54k .nav-link:focus {
  outline: none;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaSM66M54k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaSM66M54k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaSM66M54k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaSM66M54k .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaSM66M54k .navbar.opened {
  transition: all 0.3s;
}
.cid-uaSM66M54k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaSM66M54k .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uaSM66M54k .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaSM66M54k .navbar.collapsed {
  justify-content: center;
}
.cid-uaSM66M54k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaSM66M54k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uaSM66M54k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaSM66M54k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaSM66M54k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaSM66M54k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaSM66M54k .navbar {
    min-height: 72px;
  }
  .cid-uaSM66M54k .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uaSM66M54k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaSM66M54k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaSM66M54k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaSM66M54k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaSM66M54k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaSM66M54k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaSM66M54k .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaSM66M54k .dropdown-item.active,
.cid-uaSM66M54k .dropdown-item:active {
  background-color: transparent;
}
.cid-uaSM66M54k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaSM66M54k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaSM66M54k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaSM66M54k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaSM66M54k .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaSM66M54k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaSM66M54k .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .navbar-buttons {
    text-align: left;
  }
}
.cid-uaSM66M54k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaSM66M54k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaSM66M54k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaSM66M54k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaSM66M54k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaSM66M54k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaSM66M54k .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaSM66M54k .navbar {
    height: 70px;
  }
  .cid-uaSM66M54k .navbar.opened {
    height: auto;
  }
  .cid-uaSM66M54k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaSM66M54k .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaSM66M54k .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaSM66M54k .navbar-brand {
    margin-right: auto;
  }
  .cid-uaSM66M54k .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uaSM66M54k .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaSM66M54k .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaSM66M54k .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaSM66M54k .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaSM66M54k .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaSM672nPc {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSM672nPc .item-img {
  position: relative;
}
.cid-uaSM672nPc .button1 {
  background: #bd9a5e;
}
.cid-uaSM672nPc .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uaSM672nPc .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .button2 {
    margin-top: 1rem;
  }
}
.cid-uaSM672nPc .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .title {
    top: 25%;
  }
}
.cid-uaSM672nPc .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaSM672nPc .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .image-wrapper {
    min-height: 400px;
  }
}
.cid-uaSM672nPc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaSM672nPc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uaSM672nPc .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uaSM672nPc .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uaSM672nPc .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSM672nPc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uaSM672nPc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSM672nPc .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSM672nPc .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaSM672nPc img,
.cid-uaSM672nPc .item-img {
  width: 100%;
}
.cid-uaSM672nPc .item-title2,
.cid-uaSM672nPc .icon2 {
  color: #2a2c2d;
}
.cid-uaSM672nPc .item-title1,
.cid-uaSM672nPc .icon1 {
  color: #ffffff;
}
.cid-uaSM672nPc .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaSM672nPc .main-title DIV {
  text-align: center;
}
.cid-uaSM672nPc .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uaSM67e5Zr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaSM67e5Zr .mbr-section-title {
  color: #000000;
}
.cid-uaSM67e5Zr .mbr-section-subtitle {
  color: #000000;
}
.cid-uaSM67e5Zr .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uaSM67e5Zr .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uaSM67e5Zr .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uaSM67e5Zr .mbr-section-title,
.cid-uaSM67e5Zr .line {
  color: #000000;
  text-align: center;
}
.cid-uaSM67oV6Y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uaSM67oV6Y .item-img {
  position: relative;
}
.cid-uaSM67oV6Y .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uaSM67oV6Y .card-text {
    padding-left: 4rem;
  }
}
.cid-uaSM67oV6Y h5 {
  line-height: 1.2;
}
.cid-uaSM67oV6Y .card {
  margin-bottom: 2rem;
}
.cid-uaSM67oV6Y .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uaSM67oV6Y .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSM67oV6Y .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uaSM67oV6Y .image-wrapper {
    min-height: 200px;
  }
}
.cid-uaSM67oV6Y .item-wrapper {
  position: relative;
  background: #f7f7f7;
  border: 3px solid #f7f7f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSM67oV6Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSM67oV6Y .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSM67oV6Y .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f7f7f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSM67oV6Y .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSM67oV6Y .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSM67oV6Y .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSM67oV6Y .link-icon-wrapper .svg1 path {
  fill: #f7f7f7;
}
.cid-uaSM67oV6Y .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSM67oV6Y .link-icon-wrapper .svg2 path {
  fill: #f7f7f7;
}
.cid-uaSM67oV6Y .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSM67oV6Y .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSM67oV6Y img,
.cid-uaSM67oV6Y .item-img {
  width: 100%;
}
.cid-uaSM67oV6Y .item:focus,
.cid-uaSM67oV6Y span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSM67oV6Y .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSM67oV6Y .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSM67oV6Y .item-title {
  text-align: left;
  color: #000000;
}
.cid-uaSM67oV6Y .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM67oV6Y .mbr-section-subtitle,
.cid-uaSM67oV6Y .subtitle-wrap,
.cid-uaSM67oV6Y .mbr-section-btn {
  text-align: left;
}
.cid-uaSM67oV6Y .mbr-text,
.cid-uaSM67oV6Y .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uaSM67oV6Y .mbr-text {
  color: #000000;
}
.cid-uaSM67ADJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uaSM67ADJq .col-title {
    margin-bottom: 20px;
  }
}
.cid-uaSM67ADJq .mbr-section-title {
  color: #000000;
}
.cid-uaSM67ADJq .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uaSM67ADJq .mbr-text {
  color: #000000;
}
.cid-uaSM68aoPs {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uaSM68aoPs .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uaSM68aoPs {
    align-items: center;
  }
  .cid-uaSM68aoPs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaSM68aoPs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaSM68aoPs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaSM68aoPs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaSM68aoPs .content-wrap {
    width: 100%;
  }
}
.cid-uaSM68aoPs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaSM68aoPs .mbr-text,
.cid-uaSM68aoPs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uaSM68n0LG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaSM68n0LG .item-img {
  position: relative;
}
.cid-uaSM68n0LG .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uaSM68n0LG .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uaSM68n0LG .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaSM68n0LG .image-wrapper {
  overflow: hidden;
}
.cid-uaSM68n0LG .item1 {
  margin-bottom: 2rem !important;
}
.cid-uaSM68n0LG .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaSM68n0LG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaSM68n0LG .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaSM68n0LG .item1,
.cid-uaSM68n0LG .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uaSM68n0LG .item1 .item:hover,
.cid-uaSM68n0LG .item .item:hover {
  cursor: pointer;
}
.cid-uaSM68n0LG .item1:hover .link-icon-wrapper span,
.cid-uaSM68n0LG .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uaSM68n0LG .card2 {
    margin-top: 1rem;
  }
}
.cid-uaSM68n0LG .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaSM68n0LG .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaSM68n0LG .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaSM68n0LG .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaSM68n0LG .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaSM68n0LG .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaSM68n0LG img,
.cid-uaSM68n0LG .item-img {
  width: 100%;
}
.cid-uaSM68n0LG .item:focus,
.cid-uaSM68n0LG span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaSM68n0LG .item {
    margin-bottom: 1rem;
  }
}
.cid-uaSM68n0LG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaSM68n0LG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM68n0LG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM68n0LG .mbr-section-subtitle,
.cid-uaSM68n0LG .subtitle-wrap,
.cid-uaSM68n0LG .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaSM68n0LG .mbr-text,
.cid-uaSM68n0LG .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaSM68BNVK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaSM68BNVK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaSM68BNVK .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-uaTy3ZC6Zl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaTy3ZC6Zl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaTy3ZC6Zl .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uaTy3ZC6Zl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaTy3ZC6Zl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaTy3ZC6Zl .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uaTy3ZC6Zl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaTy3ZC6Zl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaTy3ZC6Zl .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uaTy3ZC6Zl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uaTy3ZC6Zl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uaTy3ZC6Zl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaTy3ZC6Zl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaTy3ZC6Zl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uaTy3ZC6Zl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaTy3ZC6Zl .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uaTy3ZC6Zl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaTy3ZC6Zl .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaTy3ZC6Zl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uaTy3ZC6Zl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uaTy3ZC6Zl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaTy3ZC6Zl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uaTy3ZC6Zl .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaTy3ZC6Zl .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaTy3ZC6Zl .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uaTy3ZC6Zl .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uaTy3ZC6Zl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaTy3ZC6Zl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-uaTy3ZC6Zl .nav-item:focus,
.cid-uaTy3ZC6Zl .nav-link:focus {
  outline: none;
}
.cid-uaTy3ZC6Zl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaTy3ZC6Zl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaTy3ZC6Zl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaTy3ZC6Zl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaTy3ZC6Zl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaTy3ZC6Zl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaTy3ZC6Zl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaTy3ZC6Zl .navbar.opened {
  transition: all 0.3s;
}
.cid-uaTy3ZC6Zl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaTy3ZC6Zl .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-uaTy3ZC6Zl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaTy3ZC6Zl .navbar.collapsed {
  justify-content: center;
}
.cid-uaTy3ZC6Zl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaTy3ZC6Zl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-uaTy3ZC6Zl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uaTy3ZC6Zl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaTy3ZC6Zl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaTy3ZC6Zl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaTy3ZC6Zl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaTy3ZC6Zl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaTy3ZC6Zl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaTy3ZC6Zl .navbar {
    min-height: 72px;
  }
  .cid-uaTy3ZC6Zl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-uaTy3ZC6Zl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaTy3ZC6Zl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaTy3ZC6Zl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaTy3ZC6Zl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaTy3ZC6Zl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaTy3ZC6Zl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaTy3ZC6Zl .dropdown-item.active,
.cid-uaTy3ZC6Zl .dropdown-item:active {
  background-color: transparent;
}
.cid-uaTy3ZC6Zl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaTy3ZC6Zl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaTy3ZC6Zl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaTy3ZC6Zl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaTy3ZC6Zl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaTy3ZC6Zl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaTy3ZC6Zl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaTy3ZC6Zl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaTy3ZC6Zl .navbar-buttons {
    text-align: left;
  }
}
.cid-uaTy3ZC6Zl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaTy3ZC6Zl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaTy3ZC6Zl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaTy3ZC6Zl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaTy3ZC6Zl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaTy3ZC6Zl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaTy3ZC6Zl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaTy3ZC6Zl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaTy3ZC6Zl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaTy3ZC6Zl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaTy3ZC6Zl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaTy3ZC6Zl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaTy3ZC6Zl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaTy3ZC6Zl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaTy3ZC6Zl .navbar {
    height: 70px;
  }
  .cid-uaTy3ZC6Zl .navbar.opened {
    height: auto;
  }
  .cid-uaTy3ZC6Zl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaTy3ZC6Zl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaTy3ZC6Zl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaTy3ZC6Zl .navbar-brand {
    margin-right: auto;
  }
  .cid-uaTy3ZC6Zl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uaTy3ZC6Zl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaTy3ZC6Zl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaTy3ZC6Zl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaTy3ZC6Zl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaTy3ZR0g1 {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaTy3ZR0g1 .item-img {
  position: relative;
}
.cid-uaTy3ZR0g1 .button1 {
  background: #bd9a5e;
}
.cid-uaTy3ZR0g1 .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uaTy3ZR0g1 .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .button2 {
    margin-top: 1rem;
  }
}
.cid-uaTy3ZR0g1 .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .title {
    top: 25%;
  }
}
.cid-uaTy3ZR0g1 .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaTy3ZR0g1 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uaTy3ZR0g1 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uaTy3ZR0g1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uaTy3ZR0g1 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uaTy3ZR0g1 .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uaTy3ZR0g1 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaTy3ZR0g1 .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaTy3ZR0g1 .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uaTy3ZR0g1 img,
.cid-uaTy3ZR0g1 .item-img {
  width: 100%;
}
.cid-uaTy3ZR0g1 .item-title2,
.cid-uaTy3ZR0g1 .icon2 {
  color: #2a2c2d;
}
.cid-uaTy3ZR0g1 .item-title1,
.cid-uaTy3ZR0g1 .icon1 {
  color: #ffffff;
}
.cid-uaTy3ZR0g1 .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uaTy3ZR0g1 .main-title DIV {
  text-align: center;
}
.cid-uaTy3ZR0g1 .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-uaTy402nNE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaTy402nNE .mbr-section-title {
  color: #000000;
}
.cid-uaTy402nNE .mbr-section-subtitle {
  color: #000000;
}
.cid-uaTy402nNE .mbr-text {
  color: #000000;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-uaTy402nNE .mbr-text {
    padding: 0;
    margin-top: 2rem;
  }
}
.cid-uaTy402nNE .line {
  height: 2px;
  background: currentColor;
  margin-bottom: 1.5rem;
}
.cid-uaTy402nNE .mbr-section-title,
.cid-uaTy402nNE .line {
  color: #aa935f;
  text-align: center;
}
.cid-uaTN94gRMa {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaTN94gRMa img {
  width: 180px;
  margin: auto;
}
.cid-uaTN94gRMa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uaTN94gRMa .mbr-section-title {
  color: #000000;
}
.cid-uaTN94gRMa .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #d9db4d;
}
.cid-uaTN94gRMa .mbr-section-subtitle,
.cid-uaTN94gRMa .subtitle-wrap,
.cid-uaTN94gRMa .mbr-section-btn {
  text-align: center;
}
.cid-uaTy40xToZ {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uaTy40xToZ .mbr-overlay {
  background-color: #f7f7f7;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uaTy40xToZ {
    align-items: center;
  }
  .cid-uaTy40xToZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaTy40xToZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaTy40xToZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaTy40xToZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaTy40xToZ .content-wrap {
    width: 100%;
  }
}
.cid-uaTy40xToZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uaTy40xToZ .mbr-text,
.cid-uaTy40xToZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uaTy40JEsO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uaTy40JEsO .item-img {
  position: relative;
}
.cid-uaTy40JEsO .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uaTy40JEsO .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-uaTy40JEsO .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uaTy40JEsO .image-wrapper {
  overflow: hidden;
}
.cid-uaTy40JEsO .item1 {
  margin-bottom: 2rem !important;
}
.cid-uaTy40JEsO .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uaTy40JEsO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uaTy40JEsO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uaTy40JEsO .item1,
.cid-uaTy40JEsO .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uaTy40JEsO .item1 .item:hover,
.cid-uaTy40JEsO .item .item:hover {
  cursor: pointer;
}
.cid-uaTy40JEsO .item1:hover .link-icon-wrapper span,
.cid-uaTy40JEsO .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uaTy40JEsO .card2 {
    margin-top: 1rem;
  }
}
.cid-uaTy40JEsO .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uaTy40JEsO .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uaTy40JEsO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uaTy40JEsO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uaTy40JEsO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uaTy40JEsO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uaTy40JEsO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uaTy40JEsO .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uaTy40JEsO .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uaTy40JEsO img,
.cid-uaTy40JEsO .item-img {
  width: 100%;
}
.cid-uaTy40JEsO .item:focus,
.cid-uaTy40JEsO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uaTy40JEsO .item {
    margin-bottom: 1rem;
  }
}
.cid-uaTy40JEsO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uaTy40JEsO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uaTy40JEsO .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uaTy40JEsO .mbr-section-subtitle,
.cid-uaTy40JEsO .subtitle-wrap,
.cid-uaTy40JEsO .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uaTy40JEsO .mbr-text,
.cid-uaTy40JEsO .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uaTy40VBqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uaTy40VBqp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uaTy40VBqp .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
@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;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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

.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.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s 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: 25px;
  right: 90px;
  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: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

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

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

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

.mbr-arrow-up-icon::before {
  content: "›";
  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;
  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);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

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

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.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: 1.2rem 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;
}

.row>* {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {

  .container-fluid {
    padding: 0 6rem;
  }
}

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

.app-video-wrapper {
  background: transparent;
}

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.resaltado{
	font-weight: 500;
	font-size: 1.3em;
	color: #bd9a5e;
		
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14 {position:relative; min-height:1px; padding-left:15px; padding-right:15px; padding-bottom: 10px; }

@media (min-width:0px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9, .col-sm-10,.col-sm-11,.col-sm-12, .col-sm-13,.col-sm-14{float:left}

	.orillas{padding-left: 10px;padding-right: 10px}
	.col-sm-14{width:70%}
	.col-sm-13{width:15%}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:70%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:48.5%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:30%}
	.col-sm-2{width:25%}
	.col-sm-1{width:2.0%}
}

@media only screen and (max-width: 1050px){
	
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14{float:none;width:100%;  }
	.vertical{border-right:0px}
	.orillas{padding-left: 10px;padding-right: 10px}
	.padre {

   align-items: left;
}
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parent {
  position: relative; /* Establece el contexto de posición */
}

.child {
  position: absolute; /* Establece la posición absoluta */
  top: 50%; /* Coloca el elemento en la mitad superior del padre */
  transform: translateY(-50%); /* Lo mueve hacia arriba un 50% de su propio alto */
}.cid-ucZ1w9ESmu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ucZ1w9ESmu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucZ1w9ESmu .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ucZ1w9ESmu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucZ1w9ESmu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-ucZ1w9ESmu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucZ1w9ESmu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucZ1w9ESmu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-ucZ1w9ESmu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ucZ1w9ESmu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ucZ1w9ESmu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-ucZ1w9ESmu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ucZ1w9ESmu .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ucZ1w9ESmu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ucZ1w9ESmu .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-ucZ1w9ESmu .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-ucZ1w9ESmu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucZ1w9ESmu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}
.cid-ucZ1w9ESmu .nav-item:focus,
.cid-ucZ1w9ESmu .nav-link:focus {
  outline: none;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucZ1w9ESmu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucZ1w9ESmu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucZ1w9ESmu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucZ1w9ESmu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ucZ1w9ESmu .navbar.opened {
  transition: all 0.3s;
}
.cid-ucZ1w9ESmu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucZ1w9ESmu .navbar .navbar-logo img {
  width: 90%;
  height: auto;
}
.cid-ucZ1w9ESmu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ucZ1w9ESmu .navbar.collapsed {
  justify-content: center;
}
.cid-ucZ1w9ESmu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucZ1w9ESmu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 1992px) {
  .cid-ucZ1w9ESmu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucZ1w9ESmu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucZ1w9ESmu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucZ1w9ESmu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ucZ1w9ESmu .navbar {
    min-height: 72px;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 1750px) {
  .cid-ucZ1w9ESmu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucZ1w9ESmu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ucZ1w9ESmu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucZ1w9ESmu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucZ1w9ESmu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ucZ1w9ESmu .dropdown-item.active,
.cid-ucZ1w9ESmu .dropdown-item:active {
  background-color: transparent;
}
.cid-ucZ1w9ESmu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucZ1w9ESmu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucZ1w9ESmu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucZ1w9ESmu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ucZ1w9ESmu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ucZ1w9ESmu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucZ1w9ESmu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .navbar-buttons {
    text-align: left;
  }
}
.cid-ucZ1w9ESmu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucZ1w9ESmu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucZ1w9ESmu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucZ1w9ESmu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucZ1w9ESmu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucZ1w9ESmu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucZ1w9ESmu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucZ1w9ESmu .navbar {
    height: 70px;
  }
  .cid-ucZ1w9ESmu .navbar.opened {
    height: auto;
  }
  .cid-ucZ1w9ESmu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ucZ1w9ESmu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ucZ1w9ESmu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ucZ1w9ESmu .navbar-brand {
    margin-right: auto;
  }
  .cid-ucZ1w9ESmu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ucZ1w9ESmu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ucZ1w9ESmu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ucZ1w9ESmu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ucZ1w9ESmu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ucZ1w9ESmu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ucZ1w9XaRz {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucZ1w9XaRz .item-img {
  position: relative;
}
.cid-ucZ1w9XaRz .button1 {
  background: #bd9a5e;
}
.cid-ucZ1w9XaRz .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-ucZ1w9XaRz .button2 {
  background: #bed2f5;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .button2 {
    margin-top: 1rem;
  }
}
.cid-ucZ1w9XaRz .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .title {
    top: 25%;
  }
}
.cid-ucZ1w9XaRz .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ucZ1w9XaRz .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .image-wrapper {
    min-height: 400px;
  }
}
.cid-ucZ1w9XaRz .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ucZ1w9XaRz .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-ucZ1w9XaRz .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-ucZ1w9XaRz .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-ucZ1w9XaRz .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-ucZ1w9XaRz .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ucZ1w9XaRz .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ucZ1w9XaRz .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-ucZ1w9XaRz img,
.cid-ucZ1w9XaRz .item-img {
  width: 100%;
}
.cid-ucZ1w9XaRz .item-title2,
.cid-ucZ1w9XaRz .icon2 {
  color: #2a2c2d;
}
.cid-ucZ1w9XaRz .item-title1,
.cid-ucZ1w9XaRz .icon1 {
  color: #ffffff;
}
.cid-ucZ1w9XaRz .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucZ1w9XaRz .main-title DIV {
  text-align: center;
}
.cid-ucZ1w9XaRz .borde {
  border: 2px solid #bd9a5e;
  text-shadow: 1px 1px 0 #bd9a5e, -1px -1px 0 #bd9a5e, 1px -1px 0 #bd9a5e, -1px 1px 0 #bd9a5e;
  background-color: rgba(189, 154, 94, 0.5);
  padding: 0.2em 0.4em;
}
.cid-ucZgHP1wum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucZgHP1wum .item-img {
  position: relative;
}
.cid-ucZgHP1wum .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-ucZgHP1wum .card-text {
    padding-left: 4rem;
  }
}
.cid-ucZgHP1wum h5 {
  line-height: 1.2;
}
.cid-ucZgHP1wum .card {
  margin-bottom: 2rem;
}
.cid-ucZgHP1wum .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-ucZgHP1wum .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ucZgHP1wum .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #d9db4d;
}
@media (max-width: 992px) {
  .cid-ucZgHP1wum .image-wrapper {
    min-height: 200px;
  }
}
.cid-ucZgHP1wum .item-wrapper {
  position: relative;
  background: #005241;
  border: 3px solid #005241;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucZgHP1wum .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucZgHP1wum .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ucZgHP1wum .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #005241;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ucZgHP1wum .link-icon-wrapper .icon-wrap {
  background: #2e481a;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ucZgHP1wum .link-icon-wrapper .icon-wrap span {
  color: #2e481a;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg1 path {
  fill: #005241;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ucZgHP1wum .link-icon-wrapper .svg2 path {
  fill: #005241;
}
.cid-ucZgHP1wum .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ucZgHP1wum .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ucZgHP1wum img,
.cid-ucZgHP1wum .item-img {
  width: 100%;
}
.cid-ucZgHP1wum .item:focus,
.cid-ucZgHP1wum span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ucZgHP1wum .item {
    margin-bottom: 1rem;
  }
}
.cid-ucZgHP1wum .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ucZgHP1wum .item-title {
  text-align: left;
  color: #000000;
}
.cid-ucZgHP1wum .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ucZgHP1wum .mbr-section-subtitle,
.cid-ucZgHP1wum .subtitle-wrap,
.cid-ucZgHP1wum .mbr-section-btn {
  text-align: left;
}
.cid-ucZgHP1wum .mbr-text,
.cid-ucZgHP1wum .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ucZgHP1wum .mbr-text {
  color: #000000;
}
.cid-ucZgHP1wum .mbr-title2 {
  text-align: center;
}
.cid-ucZ1wbqqGs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ucZ1wbqqGs .item-img {
  position: relative;
}
.cid-ucZ1wbqqGs .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-ucZ1wbqqGs .cardbg {
  background: #0046c7;
  height: 100%;
  min-height: 160px;
}
.cid-ucZ1wbqqGs .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-ucZ1wbqqGs .image-wrapper {
  overflow: hidden;
}
.cid-ucZ1wbqqGs .item1 {
  margin-bottom: 2rem !important;
}
.cid-ucZ1wbqqGs .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ucZ1wbqqGs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucZ1wbqqGs .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .item1,
.cid-ucZ1wbqqGs .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-ucZ1wbqqGs .item1 .item:hover,
.cid-ucZ1wbqqGs .item .item:hover {
  cursor: pointer;
}
.cid-ucZ1wbqqGs .item1:hover .link-icon-wrapper span,
.cid-ucZ1wbqqGs .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-ucZ1wbqqGs .card2 {
    margin-top: 1rem;
  }
}
.cid-ucZ1wbqqGs .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .icon-wrap {
  background: #bd9a5e;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-ucZ1wbqqGs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-ucZ1wbqqGs .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ucZ1wbqqGs .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-ucZ1wbqqGs img,
.cid-ucZ1wbqqGs .item-img {
  width: 100%;
}
.cid-ucZ1wbqqGs .item:focus,
.cid-ucZ1wbqqGs span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-ucZ1wbqqGs .item {
    margin-bottom: 1rem;
  }
}
.cid-ucZ1wbqqGs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ucZ1wbqqGs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .mbr-section-subtitle,
.cid-ucZ1wbqqGs .subtitle-wrap,
.cid-ucZ1wbqqGs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ucZ1wbqqGs .mbr-text,
.cid-ucZ1wbqqGs .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucZ1wbHv4w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ucZ1wbHv4w .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ucZ1wbHv4w .item-wrapper {
  background: #2a2c2d;
  border-radius: 2rem;
  padding: 1.5rem;
}
