body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam';
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Be Vietnam';
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 0.9rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Be Vietnam';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #a15547 !important;
}
.bg-success {
  background-color: #5b686b !important;
}
.bg-info {
  background-color: #cebfaf !important;
}
.bg-warning {
  background-color: #ffcc00 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-primary:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6c3930 !important;
  border-color: #6c3930 !important;
}
.btn-secondary:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-info,
.btn-info:active {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-info:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-success:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-warning:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a15547;
  color: #a15547;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #a15547;
  border-color: #a15547;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a15547;
  color: #a15547;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a15547;
  border-color: #a15547;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a15547 !important;
  border-color: #a15547 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cebfaf;
  color: #cebfaf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #a15547 !important;
}
.text-secondary {
  color: #a15547 !important;
}
.text-success {
  color: #5b686b !important;
}
.text-info {
  color: #cebfaf !important;
}
.text-warning {
  color: #ffcc00 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c98f85 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c98f85 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8e9b9e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f5f2ee !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffe066 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #333333 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cebfaf;
}
.alert-warning {
  background-color: #ffcc00;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a15547;
  border-color: #a15547;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a15547;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1a097;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #a15547;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a15547;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a15547;
  border-bottom-color: #a15547;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a15547 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #a15547 !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='%23a15547' %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-rVtZLIAGc8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}
.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtZLIAGc8 .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: 55%;
}
.cid-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtZLIAGc8 .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: 55%;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #5b686b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #333333 !important;
}
.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtZLIAGc8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtZLIAGc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtZLIAGc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }
  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }
  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQVJzKm2qo {
  background-image: url("../../../assets/images/dsc-3549-2000x1333.jpg");
}
.cid-sQVJzKm2qo .link-align {
  width: 100%;
}
.cid-sQVJzKm2qo .link-wrap {
  display: inline-block;
}
.cid-sQVJzKm2qo .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sQVJzKm2qo .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sQVJzKm2qo .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sQVJzKm2qo .link:hover:before {
  width: 60px;
}
.cid-sQVJzKm2qo .mbr-text,
.cid-sQVJzKm2qo .link-align {
  color: #ffffff;
}
.cid-sQVJzKm2qo H1 {
  color: #ffffff;
}
.cid-sQVoQDAPzt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a15547;
}
.cid-sQVoQDAPzt .link-align {
  width: 100%;
}
.cid-sQVoQDAPzt .link-wrap {
  display: inline-block;
}
.cid-sQVoQDAPzt .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sQVoQDAPzt .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sQVoQDAPzt .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sQVoQDAPzt .link:hover:before {
  width: 60px;
}
.cid-sQVoQDAPzt .mbr-text,
.cid-sQVoQDAPzt .link-align {
  color: #e5e5e5;
}
.cid-sQVOO4yq2p {
  background-image: url("../../../assets/images/tartas-dsc-3933-1800x1200.jpg");
}
.cid-sQVOO4yq2p .mbr-overlay {
  background: #2bdc9d;
}
.cid-sQVOO4yq2p .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sQVrVgcf7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #414142;
}
.cid-sQVrVgcf7D .image-h {
  height: 23rem;
}
.cid-sQVrVgcf7D .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sQVuCEsWZl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQVuCEsWZl .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sQVuCEsWZl .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sQVuCEsWZl .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sQVuCEsWZl .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQVuCEsWZl .mbr-text,
.cid-sQVuCEsWZl .mbr-section-btn {
  color: #999999;
}
.cid-sQVuCEsWZl H4 {
  color: #999999;
}
.cid-sQVuCEsWZl p {
  text-align: justify;
}
.cid-sQVuCEsWZl .mbr-text,
.cid-sQVuCEsWZl .col {
  color: #5b686b;
}
.cid-sQWc5iCIlF {
  background-image: url("../../../assets/images/dsc-4073-2-2000x1125.jpg");
}
.cid-sQWc5iCIlF .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sR7w4CZOez {
  background-color: #ffffff;
}
.cid-sR7w4CZOez .wrapper {
  position: relative;
  border-top: 3px solid #a15547;
  border-right: 3px solid #a15547;
  border-left: 3px solid #a15547;
  padding: 2.5rem 2.5rem;
}
.cid-sR7w4CZOez .wrapper:before {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sR7w4CZOez .wrapper:after {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sR7w4CZOez img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sR7w4CZOez .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sR7w4CZOez H1 {
  color: #414142;
}
.cid-sR7w4CZOez H3 {
  color: #5b686b;
  text-align: justify;
}
.cid-sR7w4CZOez .mbr-text,
.cid-sR7w4CZOez .mbr-section-btn {
  color: #a15547;
}
.cid-sR7qibFNzf {
  background-image: url("../../../assets/images/tarta-fresa-dsc-3596-1800x1012.jpg");
}
.cid-sR7qibFNzf .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sQVdr8ppPK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQVdr8ppPK .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sQVdr8ppPK .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #414142;
}
.cid-sQVdr8ppPK .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sQVdr8ppPK .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sQVdr8ppPK .right-side {
  max-width: 554px;
}
.cid-sQVdr8ppPK .rs {
  margin-right: 60px;
}
.cid-sQVdr8ppPK .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sQVdr8ppPK .margin {
  margin-right: 14px;
}
.cid-sQVdr8ppPK .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-sQVdr8ppPK img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sQVdr8ppPK .gray {
    padding: 0px 0 5px;
  }
  .cid-sQVdr8ppPK img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sQVdr8ppPK .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sQVdr8ppPK .b {
    margin-bottom: 10px;
  }
}
.cid-sQVdr8ppPK .btn {
  margin-top: 20px;
}
.cid-sQVdr8ppPK a.btn > span {
  margin-left: 0.5rem;
}
.cid-sQVdr8ppPK p {
  text-align: justify;
}
.cid-sQVdr8ppPK .mbr-text,
.cid-sQVdr8ppPK .button-align {
  color: #465052;
}
.cid-sQVrOFtrn5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #414142;
}
.cid-sQVrOFtrn5 .image-h {
  height: 23rem;
}
.cid-sQVrOFtrn5 .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sQWjsmXZp6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pasteles-dsc-3545-1800x1200.jpg");
}
.cid-sQWjsmXZp6 .image-h {
  height: 30rem;
}
.cid-sQWjsmXZp6 .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-rVtZOHX6D6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a15547;
}
.cid-rVtZOHX6D6 .box {
  display: block!important;
}
.cid-rVtZOHX6D6 .box {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: none;
}
.cid-rVtZOHX6D6 .row {
  box-shadow: 0px 65px 40px -40px rgba(51, 51, 51, 0.06);
}
.cid-rVtZOHX6D6 .mbr-usd {
  vertical-align: top;
  display: inline-block;
  padding-top: 20px;
  color: #232323;
}
.cid-rVtZOHX6D6 .card {
  padding: 0!important;
}
.cid-rVtZOHX6D6 .card-wrapper {
  background: #ffffff;
  background-position: center;
  padding: 4rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rVtZOHX6D6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rVtZOHX6D6 .card-subtitle {
  color: #a15547;
}
.cid-rVtZOHX6D6 .mbr-price {
  color: #232323;
}
.cid-rVtZOHX6D6 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-rVtZOHX6D6 .mbr-text,
.cid-rVtZOHX6D6 .link-align {
  color: #999999;
  text-align: center;
}
.cid-rVtZOHX6D6 .main-title {
  color: #ffffff;
}
.cid-rVtZOHX6D6 .month {
  color: #999999;
}
.cid-sQWrp8Qgtc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc-4002-2000x1333.png");
}
.cid-sQWrp8Qgtc .image-h {
  height: 30rem;
}
.cid-sQWrp8Qgtc .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sQWggV2RTE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a15547;
}
.cid-sQWggV2RTE .box {
  display: block!important;
}
.cid-sQWggV2RTE .box {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: none;
}
.cid-sQWggV2RTE .row {
  box-shadow: 0px 65px 40px -40px rgba(51, 51, 51, 0.06);
}
.cid-sQWggV2RTE .mbr-usd {
  vertical-align: top;
  display: inline-block;
  padding-top: 20px;
  color: #232323;
}
.cid-sQWggV2RTE .card {
  padding: 0!important;
}
.cid-sQWggV2RTE .card-wrapper {
  background: #ffffff;
  background-position: center;
  padding: 4rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sQWggV2RTE .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sQWggV2RTE .card-subtitle {
  color: #a15547;
}
.cid-sQWggV2RTE .mbr-price {
  color: #232323;
}
.cid-sQWggV2RTE .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sQWggV2RTE .mbr-text,
.cid-sQWggV2RTE .link-align {
  color: #999999;
}
.cid-sQWggV2RTE .main-title {
  color: #ffffff;
}
.cid-sQWggV2RTE .month {
  color: #999999;
}
.cid-sQWskSkEMf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc-3609-1200x800.jpg");
}
.cid-sQWskSkEMf .image-h {
  height: 30rem;
}
.cid-sQWskSkEMf .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sVswtZyZYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sVswtZyZYC .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sVswtZyZYC .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #414142;
}
.cid-sVswtZyZYC .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sVswtZyZYC .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-sVswtZyZYC .right-side {
  max-width: 554px;
}
.cid-sVswtZyZYC .rs {
  margin-right: 60px;
}
.cid-sVswtZyZYC .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-sVswtZyZYC .margin {
  margin-right: 14px;
}
.cid-sVswtZyZYC .gray {
  padding: 45px 0;
  background-color: #eff0f6;
}
.cid-sVswtZyZYC img {
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .cid-sVswtZyZYC .gray {
    padding: 0px 0 5px;
  }
  .cid-sVswtZyZYC img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-sVswtZyZYC .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-sVswtZyZYC .b {
    margin-bottom: 10px;
  }
}
.cid-sVswtZyZYC .btn {
  margin-top: 20px;
}
.cid-sVswtZyZYC a.btn > span {
  margin-left: 0.5rem;
}
.cid-sVswtZyZYC p {
  text-align: justify;
}
.cid-sVswtZyZYC .mbr-text,
.cid-sVswtZyZYC .button-align {
  color: #465052;
}
.cid-sVszaySk7N {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/alaska-sala-4-1500x1000.jpg");
}
.cid-sVszaySk7N .image-h {
  height: 30rem;
}
.cid-sVszaySk7N .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sQVmShBQnf {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQVmShBQnf .card-subtitle {
  margin: 0;
}
.cid-sQVmShBQnf .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sQVmShBQnf .card {
  padding: 0.5rem;
}
.cid-sQVmShBQnf img {
  object-fit: cover;
  height: 100%;
}
.cid-sQVmShBQnf h4 {
  margin: 0;
}
.cid-sQVmShBQnf .card-img {
  height: 550px;
}
.cid-sQVmShBQnf h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sQVmShBQnf h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sQVmShBQnf .card-img {
    height: 350px;
  }
}
.cid-sQVmShBQnf H1 {
  color: #a15547;
}
.cid-sQVmShBQnf .mbr-section-subtitle,
.cid-sQVmShBQnf .title-align {
  color: #414142;
}
.cid-sQVn4BKUKj {
  background-image: url("../../../assets/images/alaska-sala-39-1500x1000.jpg");
}
.cid-sQVn4BKUKj .mbr-overlay {
  background: #a15547;
}
.cid-sQVn4BKUKj .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sQWxfOgTXd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQWxfOgTXd .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sQWxfOgTXd .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sQWxfOgTXd .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sQWxfOgTXd .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sQWxfOgTXd .mbr-text,
.cid-sQWxfOgTXd .mbr-section-btn {
  color: #999999;
}
.cid-sQWxfOgTXd .mbr-text,
.cid-sQWxfOgTXd .col {
  color: #414142;
}
.cid-sQVocAIFpJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sQVocAIFpJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQVocAIFpJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQVocAIFpJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sQVocAIFpJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rVtZNbzk8e {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #414142;
}
.cid-rVtZNbzk8e .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-rVtZNbzk8e .card-title {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.cid-rVtZNbzk8e .card-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-rVtZNbzk8e .card-title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-rVtZNbzk8e .card-title:hover:before {
  width: 100%;
}
.cid-rVtZNbzk8e .card:hover {
  cursor: pointer;
}
.cid-rVtZNbzk8e .card:hover .card-title:before {
  width: 100%;
}
.cid-rVtZNbzk8e .card-text {
  color: #999999;
}
.cid-rVtZNbzk8e .main-title {
  color: #ffffff;
}
.cid-sVsGuHXthl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-sVsGuHXthl h4 {
  color: #ffffff;
}
.cid-rVtZRboH4T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVtZRboH4T .copyright {
  display: flex;
}
.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }
  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }
  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
}
.cid-sR7bDZvAHJ {
  background-image: url("../../../assets/images/tarta-fresa-mano-dsc-3604-1800x1012.jpg");
}
.cid-sR7bDZvAHJ .link-align {
  width: 100%;
}
.cid-sR7bDZvAHJ .link-wrap {
  display: inline-block;
}
.cid-sR7bDZvAHJ .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sR7bDZvAHJ .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sR7bDZvAHJ .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sR7bDZvAHJ .link:hover:before {
  width: 60px;
}
.cid-sR7bDZvAHJ .mbr-text,
.cid-sR7bDZvAHJ .link-align {
  color: #ffffff;
}
.cid-sR7bDZvAHJ H1 {
  color: #ffffff;
}
.cid-sR7bQQQd7q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7bQQQd7q .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #a15547;
  text-align: right;
}
.cid-sR7bQQQd7q .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7bQQQd7q .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7bQQQd7q .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7bQQQd7q .mbr-text,
.cid-sR7bQQQd7q .mbr-section-btn {
  color: #999999;
}
.cid-sR7bQQQd7q H4 {
  color: #999999;
}
.cid-sR7bQQQd7q .mbr-section-title,
.cid-sR7bQQQd7q .col {
  text-align: left;
}
.cid-sR7bQQQd7q .mbr-text,
.cid-sR7bQQQd7q .col {
  color: #5b686b;
  text-align: left;
}
.cid-sR7fKHPSjE {
  background-image: url("../../../assets/images/tartas-general-redondo-dsc-3916-1800x1200.jpg");
}
.cid-sR7fKHPSjE .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sR7hCYaiGS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7hCYaiGS .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #a15547;
  text-align: right;
}
.cid-sR7hCYaiGS .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7hCYaiGS .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7hCYaiGS .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7hCYaiGS .mbr-text,
.cid-sR7hCYaiGS .mbr-section-btn {
  color: #999999;
}
.cid-sR7hCYaiGS .mbr-text,
.cid-sR7hCYaiGS .col {
  color: #5b686b;
}
.cid-sR7i9bU1c2 {
  background-image: url("../../../assets/images/alaska-sala-35-1350x900.jpg");
}
.cid-sR7i9bU1c2 .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sR7fT5642e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7fT5642e .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sR7fT5642e .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7fT5642e .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7fT5642e .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7fT5642e .mbr-text,
.cid-sR7fT5642e .mbr-section-btn {
  color: #999999;
}
.cid-sR7fT5642e H4 {
  color: #999999;
}
.cid-sR7fT5642e .mbr-section-title,
.cid-sR7fT5642e .col {
  text-align: left;
}
.cid-sR7fT5642e .mbr-text,
.cid-sR7fT5642e .col {
  color: #5b686b;
}
.cid-sR7wGeI2ch {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/alaska-sala-4-1500x1000.jpg");
}
.cid-sR7wGeI2ch .image-h {
  height: 30rem;
}
.cid-sR7wGeI2ch .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sR7hhAn0Vt {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sR7hhAn0Vt .card-subtitle {
  margin: 0;
}
.cid-sR7hhAn0Vt .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sR7hhAn0Vt .card {
  padding: 0.5rem;
}
.cid-sR7hhAn0Vt img {
  object-fit: cover;
  height: 100%;
}
.cid-sR7hhAn0Vt h4 {
  margin: 0;
}
.cid-sR7hhAn0Vt .card-img {
  height: 550px;
}
.cid-sR7hhAn0Vt h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sR7hhAn0Vt h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sR7hhAn0Vt .card-img {
    height: 350px;
  }
}
.cid-sR7hhAn0Vt H1 {
  color: #a15547;
}
.cid-sR7hhAn0Vt .mbr-section-subtitle,
.cid-sR7hhAn0Vt .title-align {
  color: #5b686b;
}
.cid-rVtYZIVwm2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .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: 55%;
}
.cid-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .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: 55%;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #5b686b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #333333 !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR7heNmjs8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7heNmjs8 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sR7heNmjs8 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7heNmjs8 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7heNmjs8 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7heNmjs8 .mbr-text,
.cid-sR7heNmjs8 .mbr-section-btn {
  color: #999999;
}
.cid-sR7heNmjs8 .mbr-text,
.cid-sR7heNmjs8 .col {
  color: #5b686b;
}
.cid-sR7hg56J9i {
  background-image: url("../../../assets/images/alaska-sala-39-1500x1000.jpg");
}
.cid-sR7hg56J9i .mbr-overlay {
  background: #a15547;
}
.cid-sR7hg56J9i .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sR7hgEHzkJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sR7hgEHzkJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sR7hgEHzkJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sR7hgEHzkJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sR7hgEHzkJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sR7hQ6z3Iz {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #414142;
}
.cid-sR7hQ6z3Iz .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sR7hQ6z3Iz .card-title {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.cid-sR7hQ6z3Iz .card-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7hQ6z3Iz .card-title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sR7hQ6z3Iz .card-title:hover:before {
  width: 100%;
}
.cid-sR7hQ6z3Iz .card:hover {
  cursor: pointer;
}
.cid-sR7hQ6z3Iz .card:hover .card-title:before {
  width: 100%;
}
.cid-sR7hQ6z3Iz .card-text {
  color: #999999;
}
.cid-sR7hQ6z3Iz .main-title {
  color: #ffffff;
}
.cid-sVsFOx9fuw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-sVsFOx9fuw h4 {
  color: #ffffff;
}
.cid-sR7ho8A2wa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR7ho8A2wa .copyright {
  display: flex;
}
.cid-sR7ho8A2wa .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sR7ho8A2wa .item:hover a,
.cid-sR7ho8A2wa .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sR7ho8A2wa .copyright,
  .cid-sR7ho8A2wa .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-sR7ho8A2wa .align-left,
  .cid-sR7ho8A2wa .align-right {
    text-align: center;
  }
  .cid-sR7ho8A2wa .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sR7ho8A2wa .copyright {
    flex-direction: column;
  }
  .cid-sR7ho8A2wa .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-sR7ho8A2wa .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sR7ho8A2wa .mbr-text {
  color: #cccccc;
}
.cid-rVtZLIAGc8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtZLIAGc8 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtZLIAGc8 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.opened {
  transition: all .3s;
}
.cid-rVtZLIAGc8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtZLIAGc8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtZLIAGc8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtZLIAGc8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtZLIAGc8 .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: 55%;
}
.cid-rVtZLIAGc8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtZLIAGc8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtZLIAGc8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtZLIAGc8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtZLIAGc8 .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: 55%;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtZLIAGc8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtZLIAGc8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtZLIAGc8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtZLIAGc8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtZLIAGc8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtZLIAGc8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtZLIAGc8 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtZLIAGc8 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtZLIAGc8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtZLIAGc8 .mbr-iconfont {
  color: #5b686b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtZLIAGc8 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtZLIAGc8 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtZLIAGc8 .dropdown-menu,
.cid-rVtZLIAGc8 .navbar.opened {
  background: #333333 !important;
}
.cid-rVtZLIAGc8 .nav-item:focus,
.cid-rVtZLIAGc8 .nav-link:focus {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtZLIAGc8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtZLIAGc8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtZLIAGc8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtZLIAGc8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtZLIAGc8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtZLIAGc8 .dropdown-item.active,
.cid-rVtZLIAGc8 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtZLIAGc8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtZLIAGc8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtZLIAGc8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtZLIAGc8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtZLIAGc8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtZLIAGc8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtZLIAGc8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtZLIAGc8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtZLIAGc8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtZLIAGc8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtZLIAGc8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtZLIAGc8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtZLIAGc8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtZLIAGc8 .navbar {
    height: 77px;
  }
  .cid-rVtZLIAGc8 .navbar.opened {
    height: auto;
  }
  .cid-rVtZLIAGc8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR7t6pZ7LB {
  background-color: #a15547;
}
.cid-sR7t6pZ7LB .link-align {
  width: 100%;
}
.cid-sR7t6pZ7LB .link-wrap {
  display: inline-block;
}
.cid-sR7t6pZ7LB .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sR7t6pZ7LB .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sR7t6pZ7LB .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sR7t6pZ7LB .link:hover:before {
  width: 60px;
}
.cid-sR7t6pZ7LB .mbr-text,
.cid-sR7t6pZ7LB .link-align {
  color: #ffffff;
}
.cid-sR7t6pZ7LB H1 {
  color: #ffffff;
}
.cid-sR7t7hPlyC {
  background-color: #ffffff;
}
.cid-sR7t7hPlyC .wrapper {
  position: relative;
  border-top: 3px solid #a15547;
  border-right: 3px solid #a15547;
  border-left: 3px solid #a15547;
  padding: 2.5rem 2.5rem;
}
.cid-sR7t7hPlyC .wrapper:before {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sR7t7hPlyC .wrapper:after {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sR7t7hPlyC img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sR7t7hPlyC .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sR7t7hPlyC H1 {
  color: #414142;
}
.cid-sR7t7hPlyC H3 {
  color: #5b686b;
  text-align: justify;
}
.cid-sR7t7hPlyC .mbr-text,
.cid-sR7t7hPlyC .mbr-section-btn {
  color: #a15547;
}
.cid-sR7u7nGzSl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #414142;
}
.cid-sR7u7nGzSl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sR7u7nGzSl textarea {
  min-height: 160px;
}
@media (min-width: 992px) {
  .cid-sR7u7nGzSl .text {
    max-width: 360px;
  }
}
.cid-sR7u7nGzSl .align-right {
  width: 100%;
}
.cid-sR7u7nGzSl .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR7u7nGzSl .socicon-wrap .mbr-iconfont {
  font-size: 1.1rem;
  color: #ffffff !important;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR7u7nGzSl .form-control,
.cid-sR7u7nGzSl .field-input {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sR7u7nGzSl .form-control::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input::-webkit-input-placeholder,
.cid-sR7u7nGzSl .form-control::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sR7u7nGzSl .form-control:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:-moz-placeholder,
.cid-sR7u7nGzSl .form-control:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sR7u7nGzSl .form-control:hover,
.cid-sR7u7nGzSl .field-input:hover,
.cid-sR7u7nGzSl .form-control:focus,
.cid-sR7u7nGzSl .field-input:focus {
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sR7u7nGzSl .form-control:hover::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input:hover::-webkit-input-placeholder,
.cid-sR7u7nGzSl .form-control:focus::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input:focus::-webkit-input-placeholder,
.cid-sR7u7nGzSl .form-control:hover::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input:hover::-webkit-input-placeholder,
.cid-sR7u7nGzSl .form-control:focus::-webkit-input-placeholder,
.cid-sR7u7nGzSl .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sR7u7nGzSl .form-control:hover:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:hover:-moz-placeholder,
.cid-sR7u7nGzSl .form-control:focus:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:focus:-moz-placeholder,
.cid-sR7u7nGzSl .form-control:hover:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:hover:-moz-placeholder,
.cid-sR7u7nGzSl .form-control:focus:-moz-placeholder,
.cid-sR7u7nGzSl .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sR7u7nGzSl .jq-number__spin:hover,
.cid-sR7u7nGzSl .jq-number__spin:focus {
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sR7u7nGzSl .jq-number__spin {
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sR7u7nGzSl input::-webkit-clear-button {
  display: none;
}
.cid-sR7u7nGzSl input::-webkit-inner-spin-button {
  display: none;
}
.cid-sR7u7nGzSl input::-webkit-outer-spin-button {
  display: none;
}
.cid-sR7u7nGzSl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sR7u7nGzSl .title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sR7u7nGzSl .socicon-wrap {
    margin: auto;
  }
}
.cid-sR7u7nGzSl .mbr-text {
  color: #999999;
}
.cid-sVsHSzd4DP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-sVsHSzd4DP h4 {
  color: #ffffff;
}
.cid-rVtZRboH4T {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVtZRboH4T .copyright {
  display: flex;
}
.cid-rVtZRboH4T .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-rVtZRboH4T .item:hover a,
.cid-rVtZRboH4T .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-rVtZRboH4T .copyright,
  .cid-rVtZRboH4T .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-rVtZRboH4T .align-left,
  .cid-rVtZRboH4T .align-right {
    text-align: center;
  }
  .cid-rVtZRboH4T .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rVtZRboH4T .copyright {
    flex-direction: column;
  }
  .cid-rVtZRboH4T .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-rVtZRboH4T .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rVtZRboH4T .mbr-text {
  color: #cccccc;
}
.cid-rVtYZIVwm2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .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: 55%;
}
.cid-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .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: 55%;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #5b686b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #333333 !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR7xQ5vQqt {
  background-image: url("../../../assets/images/alaska-sala-39-1500x1000.jpg");
}
.cid-sR7xQ5vQqt .link-align {
  width: 100%;
}
.cid-sR7xQ5vQqt .link-wrap {
  display: inline-block;
}
.cid-sR7xQ5vQqt .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sR7xQ5vQqt .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sR7xQ5vQqt .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sR7xQ5vQqt .link:hover:before {
  width: 60px;
}
.cid-sR7xQ5vQqt .mbr-text,
.cid-sR7xQ5vQqt .link-align {
  color: #ffffff;
}
.cid-sR7xQ5vQqt H1 {
  color: #ffffff;
}
.cid-sR7zHNi4MV {
  background-color: #ffffff;
}
.cid-sR7zHNi4MV .wrapper {
  position: relative;
  border-top: 3px solid #a15547;
  border-right: 3px solid #a15547;
  border-left: 3px solid #a15547;
  padding: 2.5rem 2.5rem;
}
.cid-sR7zHNi4MV .wrapper:before {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sR7zHNi4MV .wrapper:after {
  content: "";
  background: #a15547;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sR7zHNi4MV img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sR7zHNi4MV .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sR7zHNi4MV H1 {
  color: #414142;
}
.cid-sR7zHNi4MV H3 {
  color: #5b686b;
  text-align: justify;
}
.cid-sR7zHNi4MV .mbr-text,
.cid-sR7zHNi4MV .mbr-section-btn {
  color: #a15547;
}
.cid-sR7zISLM1t .google-map {
  height: 30rem;
  position: relative;
}
.cid-sR7zISLM1t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sR7zISLM1t .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sR7zISLM1t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sR7zISLM1t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVsIhVt57w {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #414142;
}
.cid-sVsIhVt57w .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sVsIhVt57w .card-title {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.cid-sVsIhVt57w .card-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-sVsIhVt57w .card-title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sVsIhVt57w .card-title:hover:before {
  width: 100%;
}
.cid-sVsIhVt57w .card:hover {
  cursor: pointer;
}
.cid-sVsIhVt57w .card:hover .card-title:before {
  width: 100%;
}
.cid-sVsIhVt57w .card-text {
  color: #999999;
}
.cid-sVsIhVt57w .main-title {
  color: #ffffff;
}
.cid-sVsIiw870Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-sVsIiw870Z h4 {
  color: #ffffff;
}
.cid-sR7zpV11JU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR7zpV11JU .copyright {
  display: flex;
}
.cid-sR7zpV11JU .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sR7zpV11JU .item:hover a,
.cid-sR7zpV11JU .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sR7zpV11JU .copyright,
  .cid-sR7zpV11JU .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-sR7zpV11JU .align-left,
  .cid-sR7zpV11JU .align-right {
    text-align: center;
  }
  .cid-sR7zpV11JU .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sR7zpV11JU .copyright {
    flex-direction: column;
  }
  .cid-sR7zpV11JU .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-sR7zpV11JU .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sR7zpV11JU .mbr-text {
  color: #cccccc;
}
.cid-rVtYZIVwm2 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .display-2 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-rVtYZIVwm2 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-rVtYZIVwm2 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.opened {
  transition: all .3s;
}
.cid-rVtYZIVwm2 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rVtYZIVwm2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVtYZIVwm2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVtYZIVwm2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVtYZIVwm2 .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: 55%;
}
.cid-rVtYZIVwm2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVtYZIVwm2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVtYZIVwm2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVtYZIVwm2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVtYZIVwm2 .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: 55%;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVtYZIVwm2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVtYZIVwm2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVtYZIVwm2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVtYZIVwm2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVtYZIVwm2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVtYZIVwm2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-rVtYZIVwm2 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-rVtYZIVwm2 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rVtYZIVwm2 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .2em 1em !important;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVtYZIVwm2 .mbr-iconfont {
  color: #5b686b !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVtYZIVwm2 .navbar-caption {
  padding-right: 4rem;
}
.cid-rVtYZIVwm2 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-rVtYZIVwm2 .dropdown-menu,
.cid-rVtYZIVwm2 .navbar.opened {
  background: #333333 !important;
}
.cid-rVtYZIVwm2 .nav-item:focus,
.cid-rVtYZIVwm2 .nav-link:focus {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVtYZIVwm2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVtYZIVwm2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVtYZIVwm2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVtYZIVwm2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVtYZIVwm2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVtYZIVwm2 .dropdown-item.active,
.cid-rVtYZIVwm2 .dropdown-item:active {
  background-color: transparent;
}
.cid-rVtYZIVwm2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVtYZIVwm2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rVtYZIVwm2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVtYZIVwm2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVtYZIVwm2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVtYZIVwm2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rVtYZIVwm2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVtYZIVwm2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVtYZIVwm2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVtYZIVwm2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVtYZIVwm2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVtYZIVwm2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVtYZIVwm2 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVtYZIVwm2 .navbar {
    height: 77px;
  }
  .cid-rVtYZIVwm2 .navbar.opened {
    height: auto;
  }
  .cid-rVtYZIVwm2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR7iT6FZOb {
  background-image: url("../../../assets/images/dsc-3609-1200x800.jpg");
}
.cid-sR7iT6FZOb .link-align {
  width: 100%;
}
.cid-sR7iT6FZOb .link-wrap {
  display: inline-block;
}
.cid-sR7iT6FZOb .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sR7iT6FZOb .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-sR7iT6FZOb .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-sR7iT6FZOb .link:hover:before {
  width: 60px;
}
.cid-sR7iT6FZOb .mbr-text,
.cid-sR7iT6FZOb .link-align {
  color: #ffffff;
}
.cid-sR7iT6FZOb H1 {
  color: #ffffff;
}
.cid-sR7j4fxZqj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7j4fxZqj .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sR7j4fxZqj .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7j4fxZqj .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7j4fxZqj .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7j4fxZqj .mbr-text,
.cid-sR7j4fxZqj .mbr-section-btn {
  color: #999999;
}
.cid-sR7j4fxZqj H4 {
  color: #999999;
}
.cid-sR7j4fxZqj .mbr-section-title,
.cid-sR7j4fxZqj .col {
  text-align: left;
}
.cid-sR7j4fxZqj p {
  text-align: justify;
}
.cid-sR7j4fxZqj .mbr-text,
.cid-sR7j4fxZqj .col {
  color: #5b686b;
}
.cid-sR7jU9nsHr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #414142;
}
.cid-sR7jU9nsHr .image-h {
  height: 23rem;
}
.cid-sR7jU9nsHr .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-sR7iN8VqfI {
  padding-top: 165px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sR7iN8VqfI .card-subtitle {
  margin: 0;
}
.cid-sR7iN8VqfI .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-sR7iN8VqfI .card {
  padding: 0.5rem;
}
.cid-sR7iN8VqfI img {
  object-fit: cover;
  height: 100%;
}
.cid-sR7iN8VqfI h4 {
  margin: 0;
}
.cid-sR7iN8VqfI .card-img {
  height: 550px;
}
.cid-sR7iN8VqfI h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-sR7iN8VqfI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-sR7iN8VqfI .card-img {
    height: 350px;
  }
}
.cid-sR7iN8VqfI H1 {
  color: #a15547;
}
.cid-sR7iN8VqfI .mbr-section-subtitle,
.cid-sR7iN8VqfI .title-align {
  color: #5b686b;
}
.cid-sR7iNWrhZJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sR7iNWrhZJ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #5758e0;
  text-align: right;
}
.cid-sR7iNWrhZJ .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7iNWrhZJ .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sR7iNWrhZJ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sR7iNWrhZJ .mbr-text,
.cid-sR7iNWrhZJ .mbr-section-btn {
  color: #999999;
}
.cid-sR7iNWrhZJ .mbr-text,
.cid-sR7iNWrhZJ .col {
  color: #5b686b;
}
.cid-sR7iJiDtt5 {
  background-image: url("../../../assets/images/alaska-sala-39-1500x1000.jpg");
}
.cid-sR7iJiDtt5 .mbr-overlay {
  background: #a15547;
}
.cid-sR7iJiDtt5 .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-sR7iIE4xeJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-sR7iIE4xeJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sR7iIE4xeJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sR7iIE4xeJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sR7iIE4xeJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sR7iHYeDrr {
  padding-top: 105px;
  padding-bottom: 120px;
  background-color: #414142;
}
.cid-sR7iHYeDrr .mbr-iconfont {
  font-size: 4rem;
  color: #ffffff;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sR7iHYeDrr .card-title {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.cid-sR7iHYeDrr .card-title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-sR7iHYeDrr .card-title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sR7iHYeDrr .card-title:hover:before {
  width: 100%;
}
.cid-sR7iHYeDrr .card:hover {
  cursor: pointer;
}
.cid-sR7iHYeDrr .card:hover .card-title:before {
  width: 100%;
}
.cid-sR7iHYeDrr .card-text {
  color: #999999;
}
.cid-sR7iHYeDrr .main-title {
  color: #ffffff;
}
.cid-sVsHE855UX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f49846;
}
.cid-sVsHE855UX h4 {
  color: #ffffff;
}
.cid-sR7iK15vdL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sR7iK15vdL .copyright {
  display: flex;
}
.cid-sR7iK15vdL .item {
  padding-right: 1.5rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sR7iK15vdL .item:hover a,
.cid-sR7iK15vdL .item:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .cid-sR7iK15vdL .copyright,
  .cid-sR7iK15vdL .col-lg-1 {
    margin-bottom: 1rem;
  }
  .cid-sR7iK15vdL .align-left,
  .cid-sR7iK15vdL .align-right {
    text-align: center;
  }
  .cid-sR7iK15vdL .copyright {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sR7iK15vdL .copyright {
    flex-direction: column;
  }
  .cid-sR7iK15vdL .item {
    padding-right: 0rem;
    padding-bottom: 0.4rem;
  }
}
.cid-sR7iK15vdL .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-sR7iK15vdL .mbr-text {
  color: #cccccc;
}
