.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #82162d !important;
}
.bg-success {
  background-color: #2e481a !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #82162d !important;
  border-color: #82162d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ae1d3c !important;
  border-color: #ae1d3c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ae1d3c !important;
  border-color: #ae1d3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b8905c !important;
  border-color: #b8905c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c7a880 !important;
  border-color: #c7a880 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7a880 !important;
  border-color: #c7a880 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #82162d;
  color: #82162d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #380913 !important;
  background-color: transparent !important;
  border-color: #380913 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #82162d !important;
  border-color: #82162d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #b8905c;
  color: #b8905c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #846439 !important;
  background-color: transparent !important;
  border-color: #846439 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b8905c !important;
  border-color: #b8905c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #82162d !important;
}
.text-secondary {
  color: #b8905c !important;
}
.text-success {
  color: #2e481a !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b070f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #795b35 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #82162d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #82162d;
  border-color: #82162d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #82162d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #de3a5d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #82162d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #82162d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #82162d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #82162d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #82162d;
  border-bottom-color: #82162d;
}
.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: #82162d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b8905c !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='%2382162d' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ubIeCeJGaR {
  z-index: 1000;
  width: 100%;
}
.cid-ubIeCeJGaR nav.navbar {
  position: fixed;
}
.cid-ubIeCeJGaR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubIeCeJGaR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubIeCeJGaR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubIeCeJGaR .dropdown-item:hover,
.cid-ubIeCeJGaR .dropdown-item:focus {
  background: #82162d !important;
  color: white !important;
}
.cid-ubIeCeJGaR .dropdown-item:hover span {
  color: white;
}
.cid-ubIeCeJGaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubIeCeJGaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubIeCeJGaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubIeCeJGaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubIeCeJGaR .nav-link {
  position: relative;
}
.cid-ubIeCeJGaR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubIeCeJGaR .container {
    flex-wrap: wrap;
  }
}
.cid-ubIeCeJGaR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubIeCeJGaR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubIeCeJGaR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubIeCeJGaR .dropdown-menu,
.cid-ubIeCeJGaR .navbar.opened {
  background: #b8905c !important;
}
.cid-ubIeCeJGaR .nav-item:focus,
.cid-ubIeCeJGaR .nav-link:focus {
  outline: none;
}
.cid-ubIeCeJGaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubIeCeJGaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubIeCeJGaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubIeCeJGaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubIeCeJGaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubIeCeJGaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubIeCeJGaR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #b8905c;
}
.cid-ubIeCeJGaR .navbar.opened {
  transition: all 0.3s;
}
.cid-ubIeCeJGaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubIeCeJGaR .navbar .navbar-logo img {
  width: auto;
}
.cid-ubIeCeJGaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubIeCeJGaR .navbar.collapsed {
  justify-content: center;
}
.cid-ubIeCeJGaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubIeCeJGaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubIeCeJGaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubIeCeJGaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubIeCeJGaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubIeCeJGaR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubIeCeJGaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubIeCeJGaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubIeCeJGaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubIeCeJGaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubIeCeJGaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubIeCeJGaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubIeCeJGaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubIeCeJGaR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubIeCeJGaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubIeCeJGaR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubIeCeJGaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubIeCeJGaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubIeCeJGaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubIeCeJGaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubIeCeJGaR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubIeCeJGaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubIeCeJGaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubIeCeJGaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubIeCeJGaR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubIeCeJGaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubIeCeJGaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubIeCeJGaR .dropdown-item.active,
.cid-ubIeCeJGaR .dropdown-item:active {
  background-color: transparent;
}
.cid-ubIeCeJGaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubIeCeJGaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubIeCeJGaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubIeCeJGaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b8905c;
}
.cid-ubIeCeJGaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubIeCeJGaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubIeCeJGaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubIeCeJGaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubIeCeJGaR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubIeCeJGaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubIeCeJGaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubIeCeJGaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubIeCeJGaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubIeCeJGaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubIeCeJGaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubIeCeJGaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubIeCeJGaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubIeCeJGaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubIeCeJGaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubIeCeJGaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubIeCeJGaR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubIeCeJGaR .navbar {
    height: 70px;
  }
  .cid-ubIeCeJGaR .navbar.opened {
    height: auto;
  }
  .cid-ubIeCeJGaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubIfKiL2fV {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-3-2000x1125.webp");
}
.cid-ubIfKiL2fV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIfKiL2fV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIfKiL2fV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubIfKiL2fV .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-ubIfKiL2fV .mbr-section-title {
  color: #82162d;
}
.cid-ubIfKiL2fV .mbr-text,
.cid-ubIfKiL2fV .mbr-section-btn {
  color: #3d0909;
}
.cid-ubIi3i7Xk2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/freios-ok-680x510.webp");
}
.cid-ubIi3i7Xk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIi3i7Xk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIi3i7Xk2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubIi3i7Xk2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubIi3i7Xk2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubIi3i7Xk2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubIi3i7Xk2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubIi3i7Xk2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubIi3i7Xk2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubIi3i7Xk2 .card-title {
  text-align: center;
  color: #82162d;
}
.cid-ubIi3i7Xk2 .mbr-text,
.cid-ubIi3i7Xk2 .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubIoN9SK6j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #dec8ac;
}
.cid-ubIoN9SK6j img,
.cid-ubIoN9SK6j .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubIoN9SK6j .item:focus,
.cid-ubIoN9SK6j span:focus {
  outline: none;
}
.cid-ubIoN9SK6j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubIoN9SK6j .item {
    margin-bottom: 1rem;
  }
}
.cid-ubIoN9SK6j .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubIoN9SK6j .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubIoN9SK6j .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ubIoN9SK6j .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubIoN9SK6j .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubIoN9SK6j .mbr-section-title {
  color: #82162d;
}
.cid-ubIoN9SK6j .item-title {
  text-align: center;
  color: #82162d;
}
.cid-ubIoN9SK6j .item-subtitle {
  text-align: left;
}
.cid-ubIoN9SK6j .mbr-text,
.cid-ubIoN9SK6j .item .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubIoN9SK6j .content-head {
  max-width: 800px;
}
.cid-ubIs46yIZ3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b8905c;
}
.cid-ubIs46yIZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIs46yIZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIs46yIZ3 .mbr-section-title {
  color: #ffffff;
}
.cid-ubIseduQXl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubIseduQXl h6 {
  line-height: 1.2;
}
.cid-ubIseduQXl img,
.cid-ubIseduQXl .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubIseduQXl .item:focus,
.cid-ubIseduQXl span:focus {
  outline: none;
}
.cid-ubIseduQXl .item-img a {
  cursor: pointer;
}
.cid-ubIseduQXl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubIseduQXl .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubIseduQXl .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubIseduQXl .mbr-text,
.cid-ubIseduQXl .mbr-section-btn {
  color: #000000;
}
.cid-ubIseduQXl .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubIseduQXl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubIseduQXl .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubIseduQXl .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubIseduQXl .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubItfYl7wR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubItfYl7wR h6 {
  line-height: 1.2;
}
.cid-ubItfYl7wR img,
.cid-ubItfYl7wR .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubItfYl7wR .item:focus,
.cid-ubItfYl7wR span:focus {
  outline: none;
}
.cid-ubItfYl7wR .item-img a {
  cursor: pointer;
}
.cid-ubItfYl7wR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubItfYl7wR .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubItfYl7wR .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubItfYl7wR .mbr-text,
.cid-ubItfYl7wR .mbr-section-btn {
  color: #000000;
}
.cid-ubItfYl7wR .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubItfYl7wR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubItfYl7wR .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubItfYl7wR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubItfYl7wR .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubItK2DJOV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubItK2DJOV h6 {
  line-height: 1.2;
}
.cid-ubItK2DJOV img,
.cid-ubItK2DJOV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubItK2DJOV .item:focus,
.cid-ubItK2DJOV span:focus {
  outline: none;
}
.cid-ubItK2DJOV .item-img a {
  cursor: pointer;
}
.cid-ubItK2DJOV .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubItK2DJOV .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubItK2DJOV .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubItK2DJOV .mbr-text,
.cid-ubItK2DJOV .mbr-section-btn {
  color: #000000;
}
.cid-ubItK2DJOV .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubItK2DJOV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubItK2DJOV .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubItK2DJOV .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubItK2DJOV .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubIu7nnjkY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubIu7nnjkY h6 {
  line-height: 1.2;
}
.cid-ubIu7nnjkY img,
.cid-ubIu7nnjkY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubIu7nnjkY .item:focus,
.cid-ubIu7nnjkY span:focus {
  outline: none;
}
.cid-ubIu7nnjkY .item-img a {
  cursor: pointer;
}
.cid-ubIu7nnjkY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubIu7nnjkY .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubIu7nnjkY .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubIu7nnjkY .mbr-text,
.cid-ubIu7nnjkY .mbr-section-btn {
  color: #000000;
}
.cid-ubIu7nnjkY .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubIu7nnjkY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubIu7nnjkY .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubIu7nnjkY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubIu7nnjkY .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubIuFeIfjp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubIuFeIfjp h6 {
  line-height: 1.2;
}
.cid-ubIuFeIfjp img,
.cid-ubIuFeIfjp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubIuFeIfjp .item:focus,
.cid-ubIuFeIfjp span:focus {
  outline: none;
}
.cid-ubIuFeIfjp .item-img a {
  cursor: pointer;
}
.cid-ubIuFeIfjp .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubIuFeIfjp .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubIuFeIfjp .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubIuFeIfjp .mbr-text,
.cid-ubIuFeIfjp .mbr-section-btn {
  color: #000000;
}
.cid-ubIuFeIfjp .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubIuFeIfjp .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubIuFeIfjp .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubIuFeIfjp .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubIuFeIfjp .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubIv1Fl8h4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dec8ac;
}
.cid-ubIv1Fl8h4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubIv1Fl8h4 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubIv1Fl8h4 form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-ubIv1Fl8h4 form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubIv1Fl8h4 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubIv1Fl8h4 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubIv1Fl8h4 .mbr-section-title {
  color: #82162d;
}
.cid-ubIvyruJqd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8905c;
}
.cid-ubIvyruJqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubIvyruJqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubIvyruJqd .card-wrapper {
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubIvyruJqd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubIvyruJqd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubIvyruJqd .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubIvyruJqd .mbr-text,
.cid-ubIvyruJqd .mbr-section-btn {
  color: #ffffff;
}
.cid-ubIvyruJqd .card-title,
.cid-ubIvyruJqd .card-box {
  text-align: center;
  color: #82162d;
}
.cid-ubIvSDONup {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dec8ac;
}
@media (max-width: 767px) {
  .cid-ubIvSDONup .content {
    text-align: center;
  }
  .cid-ubIvSDONup .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubIvSDONup .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ubIvSDONup .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubIvSDONup .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ubIvSDONup .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubIvSDONup .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubIvSDONup .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-ubIvSDONup .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubIvSDONup .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubIvSDONup .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubIvSDONup .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubIvSDONup .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ubIvSDONup .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubIvSDONup .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubIvSDONup .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubIvSDONup .list {
  list-style-type: none;
  padding: 0;
}
.cid-ubIvSDONup H5 {
  color: #3d0909;
}
.cid-ubIvSDONup .mbr-text {
  color: #82162d;
}
.cid-ubZL8ZaMe1 {
  z-index: 1000;
  width: 100%;
}
.cid-ubZL8ZaMe1 nav.navbar {
  position: fixed;
}
.cid-ubZL8ZaMe1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZL8ZaMe1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubZL8ZaMe1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubZL8ZaMe1 .dropdown-item:hover,
.cid-ubZL8ZaMe1 .dropdown-item:focus {
  background: #82162d !important;
  color: white !important;
}
.cid-ubZL8ZaMe1 .dropdown-item:hover span {
  color: white;
}
.cid-ubZL8ZaMe1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubZL8ZaMe1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubZL8ZaMe1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubZL8ZaMe1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubZL8ZaMe1 .nav-link {
  position: relative;
}
.cid-ubZL8ZaMe1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZL8ZaMe1 .container {
    flex-wrap: wrap;
  }
}
.cid-ubZL8ZaMe1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZL8ZaMe1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubZL8ZaMe1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZL8ZaMe1 .dropdown-menu,
.cid-ubZL8ZaMe1 .navbar.opened {
  background: #b8905c !important;
}
.cid-ubZL8ZaMe1 .nav-item:focus,
.cid-ubZL8ZaMe1 .nav-link:focus {
  outline: none;
}
.cid-ubZL8ZaMe1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZL8ZaMe1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZL8ZaMe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZL8ZaMe1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZL8ZaMe1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZL8ZaMe1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZL8ZaMe1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #b8905c;
}
.cid-ubZL8ZaMe1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZL8ZaMe1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZL8ZaMe1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZL8ZaMe1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZL8ZaMe1 .navbar.collapsed {
  justify-content: center;
}
.cid-ubZL8ZaMe1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZL8ZaMe1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZL8ZaMe1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubZL8ZaMe1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZL8ZaMe1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZL8ZaMe1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubZL8ZaMe1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZL8ZaMe1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZL8ZaMe1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubZL8ZaMe1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZL8ZaMe1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZL8ZaMe1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZL8ZaMe1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZL8ZaMe1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubZL8ZaMe1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubZL8ZaMe1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZL8ZaMe1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZL8ZaMe1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubZL8ZaMe1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZL8ZaMe1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubZL8ZaMe1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubZL8ZaMe1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubZL8ZaMe1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubZL8ZaMe1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubZL8ZaMe1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZL8ZaMe1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZL8ZaMe1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZL8ZaMe1 .dropdown-item.active,
.cid-ubZL8ZaMe1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZL8ZaMe1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZL8ZaMe1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZL8ZaMe1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZL8ZaMe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b8905c;
}
.cid-ubZL8ZaMe1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZL8ZaMe1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubZL8ZaMe1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZL8ZaMe1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubZL8ZaMe1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZL8ZaMe1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZL8ZaMe1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZL8ZaMe1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZL8ZaMe1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZL8ZaMe1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZL8ZaMe1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZL8ZaMe1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZL8ZaMe1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZL8ZaMe1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZL8ZaMe1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubZL8ZaMe1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZL8ZaMe1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZL8ZaMe1 .navbar {
    height: 70px;
  }
  .cid-ubZL8ZaMe1 .navbar.opened {
    height: auto;
  }
  .cid-ubZL8ZaMe1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZL8ZwXc8 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.webp");
}
.cid-ubZL8ZwXc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZL8ZwXc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZL8ZwXc8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZL8ZwXc8 .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ubZL8ZwXc8 .mbr-section-title {
  color: #82162d;
}
.cid-ubZL8ZwXc8 .mbr-text,
.cid-ubZL8ZwXc8 .mbr-section-btn {
  color: #3d0909;
}
.cid-ubZL8ZPbQG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/freios-ok-680x510.webp");
}
.cid-ubZL8ZPbQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZL8ZPbQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZL8ZPbQG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubZL8ZPbQG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZL8ZPbQG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZL8ZPbQG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZL8ZPbQG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubZL8ZPbQG .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubZL8ZPbQG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubZL8ZPbQG .card-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZL8ZPbQG .mbr-text,
.cid-ubZL8ZPbQG .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZL9055UY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #dec8ac;
}
.cid-ubZL9055UY img,
.cid-ubZL9055UY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZL9055UY .item:focus,
.cid-ubZL9055UY span:focus {
  outline: none;
}
.cid-ubZL9055UY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubZL9055UY .item {
    margin-bottom: 1rem;
  }
}
.cid-ubZL9055UY .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubZL9055UY .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZL9055UY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ubZL9055UY .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZL9055UY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubZL9055UY .mbr-section-title {
  color: #82162d;
}
.cid-ubZL9055UY .item-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZL9055UY .item-subtitle {
  text-align: left;
}
.cid-ubZL9055UY .mbr-text,
.cid-ubZL9055UY .item .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZL9055UY .content-head {
  max-width: 800px;
}
.cid-ubZL90pNpb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b8905c;
}
.cid-ubZL90pNpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZL90pNpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZL90pNpb .mbr-section-title {
  color: #ffffff;
}
.cid-ubZL90EPaY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZL90EPaY h6 {
  line-height: 1.2;
}
.cid-ubZL90EPaY img,
.cid-ubZL90EPaY .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZL90EPaY .item:focus,
.cid-ubZL90EPaY span:focus {
  outline: none;
}
.cid-ubZL90EPaY .item-img a {
  cursor: pointer;
}
.cid-ubZL90EPaY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZL90EPaY .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZL90EPaY .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZL90EPaY .mbr-text,
.cid-ubZL90EPaY .mbr-section-btn {
  color: #000000;
}
.cid-ubZL90EPaY .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZL90EPaY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZL90EPaY .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZL90EPaY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZL90EPaY .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZL90YwZk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZL90YwZk h6 {
  line-height: 1.2;
}
.cid-ubZL90YwZk img,
.cid-ubZL90YwZk .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZL90YwZk .item:focus,
.cid-ubZL90YwZk span:focus {
  outline: none;
}
.cid-ubZL90YwZk .item-img a {
  cursor: pointer;
}
.cid-ubZL90YwZk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZL90YwZk .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZL90YwZk .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZL90YwZk .mbr-text,
.cid-ubZL90YwZk .mbr-section-btn {
  color: #000000;
}
.cid-ubZL90YwZk .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZL90YwZk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZL90YwZk .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZL90YwZk .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZL90YwZk .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZL91dHi6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZL91dHi6 h6 {
  line-height: 1.2;
}
.cid-ubZL91dHi6 img,
.cid-ubZL91dHi6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZL91dHi6 .item:focus,
.cid-ubZL91dHi6 span:focus {
  outline: none;
}
.cid-ubZL91dHi6 .item-img a {
  cursor: pointer;
}
.cid-ubZL91dHi6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZL91dHi6 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZL91dHi6 .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZL91dHi6 .mbr-text,
.cid-ubZL91dHi6 .mbr-section-btn {
  color: #000000;
}
.cid-ubZL91dHi6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZL91dHi6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZL91dHi6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZL91dHi6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZL91dHi6 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZL91v1RW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZL91v1RW h6 {
  line-height: 1.2;
}
.cid-ubZL91v1RW img,
.cid-ubZL91v1RW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZL91v1RW .item:focus,
.cid-ubZL91v1RW span:focus {
  outline: none;
}
.cid-ubZL91v1RW .item-img a {
  cursor: pointer;
}
.cid-ubZL91v1RW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZL91v1RW .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZL91v1RW .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZL91v1RW .mbr-text,
.cid-ubZL91v1RW .mbr-section-btn {
  color: #000000;
}
.cid-ubZL91v1RW .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZL91v1RW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZL91v1RW .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZL91v1RW .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZL91v1RW .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZL91Ss7V {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubZL91Ss7V h6 {
  line-height: 1.2;
}
.cid-ubZL91Ss7V img,
.cid-ubZL91Ss7V .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZL91Ss7V .item:focus,
.cid-ubZL91Ss7V span:focus {
  outline: none;
}
.cid-ubZL91Ss7V .item-img a {
  cursor: pointer;
}
.cid-ubZL91Ss7V .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZL91Ss7V .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZL91Ss7V .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZL91Ss7V .mbr-text,
.cid-ubZL91Ss7V .mbr-section-btn {
  color: #000000;
}
.cid-ubZL91Ss7V .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZL91Ss7V .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZL91Ss7V .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZL91Ss7V .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZL91Ss7V .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZL92bHaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dec8ac;
}
.cid-ubZL92bHaE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubZL92bHaE form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubZL92bHaE form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-ubZL92bHaE form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubZL92bHaE form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubZL92bHaE form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubZL92bHaE .mbr-section-title {
  color: #82162d;
}
.cid-ubZL92r667 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8905c;
}
.cid-ubZL92r667 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZL92r667 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZL92r667 .card-wrapper {
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubZL92r667 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZL92r667 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZL92r667 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubZL92r667 .mbr-text,
.cid-ubZL92r667 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubZL92r667 .card-title,
.cid-ubZL92r667 .card-box {
  text-align: center;
  color: #82162d;
}
.cid-ubZL92K8Er {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dec8ac;
}
@media (max-width: 767px) {
  .cid-ubZL92K8Er .content {
    text-align: center;
  }
  .cid-ubZL92K8Er .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubZL92K8Er .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ubZL92K8Er .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubZL92K8Er .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ubZL92K8Er .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubZL92K8Er .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubZL92K8Er .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-ubZL92K8Er .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubZL92K8Er .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubZL92K8Er .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZL92K8Er .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubZL92K8Er .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ubZL92K8Er .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubZL92K8Er .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubZL92K8Er .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubZL92K8Er .list {
  list-style-type: none;
  padding: 0;
}
.cid-ubZL92K8Er H5 {
  color: #3d0909;
}
.cid-ubZL92K8Er .mbr-text {
  color: #82162d;
}
.cid-ubZLzcFASO {
  z-index: 1000;
  width: 100%;
}
.cid-ubZLzcFASO nav.navbar {
  position: fixed;
}
.cid-ubZLzcFASO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLzcFASO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubZLzcFASO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubZLzcFASO .dropdown-item:hover,
.cid-ubZLzcFASO .dropdown-item:focus {
  background: #82162d !important;
  color: white !important;
}
.cid-ubZLzcFASO .dropdown-item:hover span {
  color: white;
}
.cid-ubZLzcFASO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubZLzcFASO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubZLzcFASO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubZLzcFASO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubZLzcFASO .nav-link {
  position: relative;
}
.cid-ubZLzcFASO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLzcFASO .container {
    flex-wrap: wrap;
  }
}
.cid-ubZLzcFASO .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLzcFASO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubZLzcFASO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZLzcFASO .dropdown-menu,
.cid-ubZLzcFASO .navbar.opened {
  background: #b8905c !important;
}
.cid-ubZLzcFASO .nav-item:focus,
.cid-ubZLzcFASO .nav-link:focus {
  outline: none;
}
.cid-ubZLzcFASO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZLzcFASO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZLzcFASO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZLzcFASO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLzcFASO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZLzcFASO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZLzcFASO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #b8905c;
}
.cid-ubZLzcFASO .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZLzcFASO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZLzcFASO .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZLzcFASO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZLzcFASO .navbar.collapsed {
  justify-content: center;
}
.cid-ubZLzcFASO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZLzcFASO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZLzcFASO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubZLzcFASO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZLzcFASO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZLzcFASO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubZLzcFASO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZLzcFASO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZLzcFASO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubZLzcFASO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZLzcFASO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZLzcFASO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZLzcFASO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZLzcFASO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubZLzcFASO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubZLzcFASO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZLzcFASO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZLzcFASO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubZLzcFASO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZLzcFASO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubZLzcFASO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubZLzcFASO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubZLzcFASO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubZLzcFASO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubZLzcFASO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZLzcFASO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZLzcFASO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZLzcFASO .dropdown-item.active,
.cid-ubZLzcFASO .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZLzcFASO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZLzcFASO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZLzcFASO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZLzcFASO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b8905c;
}
.cid-ubZLzcFASO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZLzcFASO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubZLzcFASO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZLzcFASO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubZLzcFASO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZLzcFASO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZLzcFASO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZLzcFASO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLzcFASO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLzcFASO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZLzcFASO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLzcFASO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZLzcFASO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZLzcFASO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLzcFASO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubZLzcFASO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZLzcFASO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZLzcFASO .navbar {
    height: 70px;
  }
  .cid-ubZLzcFASO .navbar.opened {
    height: auto;
  }
  .cid-ubZLzcFASO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZLzcU1ER {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.webp");
}
.cid-ubZLzcU1ER .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLzcU1ER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLzcU1ER .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZLzcU1ER .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ubZLzcU1ER .mbr-section-title {
  color: #82162d;
}
.cid-ubZLzcU1ER .mbr-text,
.cid-ubZLzcU1ER .mbr-section-btn {
  color: #3d0909;
}
.cid-ubZLzd7T1g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/freios-ok-680x510.webp");
}
.cid-ubZLzd7T1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLzd7T1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLzd7T1g .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubZLzd7T1g .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLzd7T1g .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLzd7T1g .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLzd7T1g .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubZLzd7T1g .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubZLzd7T1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubZLzd7T1g .card-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLzd7T1g .mbr-text,
.cid-ubZLzd7T1g .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLzdmVHC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #dec8ac;
}
.cid-ubZLzdmVHC img,
.cid-ubZLzdmVHC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLzdmVHC .item:focus,
.cid-ubZLzdmVHC span:focus {
  outline: none;
}
.cid-ubZLzdmVHC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubZLzdmVHC .item {
    margin-bottom: 1rem;
  }
}
.cid-ubZLzdmVHC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubZLzdmVHC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLzdmVHC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ubZLzdmVHC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZLzdmVHC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubZLzdmVHC .mbr-section-title {
  color: #82162d;
}
.cid-ubZLzdmVHC .item-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLzdmVHC .item-subtitle {
  text-align: left;
}
.cid-ubZLzdmVHC .mbr-text,
.cid-ubZLzdmVHC .item .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLzdmVHC .content-head {
  max-width: 800px;
}
.cid-ubZLzdG3wn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b8905c;
}
.cid-ubZLzdG3wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLzdG3wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLzdG3wn .mbr-section-title {
  color: #ffffff;
}
.cid-ubZLzdTcAJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLzdTcAJ h6 {
  line-height: 1.2;
}
.cid-ubZLzdTcAJ img,
.cid-ubZLzdTcAJ .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLzdTcAJ .item:focus,
.cid-ubZLzdTcAJ span:focus {
  outline: none;
}
.cid-ubZLzdTcAJ .item-img a {
  cursor: pointer;
}
.cid-ubZLzdTcAJ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLzdTcAJ .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLzdTcAJ .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLzdTcAJ .mbr-text,
.cid-ubZLzdTcAJ .mbr-section-btn {
  color: #000000;
}
.cid-ubZLzdTcAJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLzdTcAJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLzdTcAJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLzdTcAJ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLzdTcAJ .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLzedfwH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLzedfwH h6 {
  line-height: 1.2;
}
.cid-ubZLzedfwH img,
.cid-ubZLzedfwH .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLzedfwH .item:focus,
.cid-ubZLzedfwH span:focus {
  outline: none;
}
.cid-ubZLzedfwH .item-img a {
  cursor: pointer;
}
.cid-ubZLzedfwH .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLzedfwH .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLzedfwH .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLzedfwH .mbr-text,
.cid-ubZLzedfwH .mbr-section-btn {
  color: #000000;
}
.cid-ubZLzedfwH .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLzedfwH .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLzedfwH .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLzedfwH .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLzedfwH .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLzeuH6c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLzeuH6c h6 {
  line-height: 1.2;
}
.cid-ubZLzeuH6c img,
.cid-ubZLzeuH6c .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZLzeuH6c .item:focus,
.cid-ubZLzeuH6c span:focus {
  outline: none;
}
.cid-ubZLzeuH6c .item-img a {
  cursor: pointer;
}
.cid-ubZLzeuH6c .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLzeuH6c .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLzeuH6c .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLzeuH6c .mbr-text,
.cid-ubZLzeuH6c .mbr-section-btn {
  color: #000000;
}
.cid-ubZLzeuH6c .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeuH6c .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeuH6c .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeuH6c .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLzeuH6c .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLzeK544 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLzeK544 h6 {
  line-height: 1.2;
}
.cid-ubZLzeK544 img,
.cid-ubZLzeK544 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLzeK544 .item:focus,
.cid-ubZLzeK544 span:focus {
  outline: none;
}
.cid-ubZLzeK544 .item-img a {
  cursor: pointer;
}
.cid-ubZLzeK544 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLzeK544 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLzeK544 .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLzeK544 .mbr-text,
.cid-ubZLzeK544 .mbr-section-btn {
  color: #000000;
}
.cid-ubZLzeK544 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeK544 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeK544 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLzeK544 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLzeK544 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLzf5wwY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubZLzf5wwY h6 {
  line-height: 1.2;
}
.cid-ubZLzf5wwY img,
.cid-ubZLzf5wwY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLzf5wwY .item:focus,
.cid-ubZLzf5wwY span:focus {
  outline: none;
}
.cid-ubZLzf5wwY .item-img a {
  cursor: pointer;
}
.cid-ubZLzf5wwY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLzf5wwY .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLzf5wwY .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLzf5wwY .mbr-text,
.cid-ubZLzf5wwY .mbr-section-btn {
  color: #000000;
}
.cid-ubZLzf5wwY .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLzf5wwY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLzf5wwY .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLzf5wwY .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLzf5wwY .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLzfqtQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dec8ac;
}
.cid-ubZLzfqtQX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubZLzfqtQX form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubZLzfqtQX form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-ubZLzfqtQX form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubZLzfqtQX form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubZLzfqtQX form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubZLzfqtQX .mbr-section-title {
  color: #82162d;
}
.cid-ubZLzfGT5t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8905c;
}
.cid-ubZLzfGT5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLzfGT5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLzfGT5t .card-wrapper {
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubZLzfGT5t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLzfGT5t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLzfGT5t .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubZLzfGT5t .mbr-text,
.cid-ubZLzfGT5t .mbr-section-btn {
  color: #ffffff;
}
.cid-ubZLzfGT5t .card-title,
.cid-ubZLzfGT5t .card-box {
  text-align: center;
  color: #82162d;
}
.cid-ubZLzfXf3C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dec8ac;
}
@media (max-width: 767px) {
  .cid-ubZLzfXf3C .content {
    text-align: center;
  }
  .cid-ubZLzfXf3C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubZLzfXf3C .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ubZLzfXf3C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubZLzfXf3C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ubZLzfXf3C .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubZLzfXf3C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubZLzfXf3C .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-ubZLzfXf3C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubZLzfXf3C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubZLzfXf3C .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZLzfXf3C .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubZLzfXf3C .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ubZLzfXf3C .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubZLzfXf3C .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubZLzfXf3C .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubZLzfXf3C .list {
  list-style-type: none;
  padding: 0;
}
.cid-ubZLzfXf3C H5 {
  color: #3d0909;
}
.cid-ubZLzfXf3C .mbr-text {
  color: #82162d;
}
.cid-ubZLunRzbQ {
  z-index: 1000;
  width: 100%;
}
.cid-ubZLunRzbQ nav.navbar {
  position: fixed;
}
.cid-ubZLunRzbQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLunRzbQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubZLunRzbQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubZLunRzbQ .dropdown-item:hover,
.cid-ubZLunRzbQ .dropdown-item:focus {
  background: #82162d !important;
  color: white !important;
}
.cid-ubZLunRzbQ .dropdown-item:hover span {
  color: white;
}
.cid-ubZLunRzbQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubZLunRzbQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubZLunRzbQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubZLunRzbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubZLunRzbQ .nav-link {
  position: relative;
}
.cid-ubZLunRzbQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLunRzbQ .container {
    flex-wrap: wrap;
  }
}
.cid-ubZLunRzbQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLunRzbQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubZLunRzbQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZLunRzbQ .dropdown-menu,
.cid-ubZLunRzbQ .navbar.opened {
  background: #b8905c !important;
}
.cid-ubZLunRzbQ .nav-item:focus,
.cid-ubZLunRzbQ .nav-link:focus {
  outline: none;
}
.cid-ubZLunRzbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZLunRzbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZLunRzbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZLunRzbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLunRzbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZLunRzbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZLunRzbQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #b8905c;
}
.cid-ubZLunRzbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZLunRzbQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZLunRzbQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZLunRzbQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZLunRzbQ .navbar.collapsed {
  justify-content: center;
}
.cid-ubZLunRzbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZLunRzbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZLunRzbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubZLunRzbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZLunRzbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZLunRzbQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubZLunRzbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZLunRzbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZLunRzbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubZLunRzbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZLunRzbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZLunRzbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZLunRzbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZLunRzbQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubZLunRzbQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubZLunRzbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZLunRzbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZLunRzbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubZLunRzbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZLunRzbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubZLunRzbQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubZLunRzbQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubZLunRzbQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubZLunRzbQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubZLunRzbQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZLunRzbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZLunRzbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZLunRzbQ .dropdown-item.active,
.cid-ubZLunRzbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZLunRzbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZLunRzbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZLunRzbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZLunRzbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b8905c;
}
.cid-ubZLunRzbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZLunRzbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubZLunRzbQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZLunRzbQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubZLunRzbQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZLunRzbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZLunRzbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZLunRzbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLunRzbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLunRzbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZLunRzbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLunRzbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZLunRzbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZLunRzbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLunRzbQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubZLunRzbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZLunRzbQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZLunRzbQ .navbar {
    height: 70px;
  }
  .cid-ubZLunRzbQ .navbar.opened {
    height: auto;
  }
  .cid-ubZLunRzbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZLuoagyB {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.webp");
}
.cid-ubZLuoagyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLuoagyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLuoagyB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZLuoagyB .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ubZLuoagyB .mbr-section-title {
  color: #82162d;
}
.cid-ubZLuoagyB .mbr-text,
.cid-ubZLuoagyB .mbr-section-btn {
  color: #3d0909;
}
.cid-ubZLuonldA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/freios-ok-680x510.webp");
}
.cid-ubZLuonldA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLuonldA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLuonldA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubZLuonldA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLuonldA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLuonldA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLuonldA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubZLuonldA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubZLuonldA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubZLuonldA .card-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLuonldA .mbr-text,
.cid-ubZLuonldA .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLuoDiyn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #dec8ac;
}
.cid-ubZLuoDiyn img,
.cid-ubZLuoDiyn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLuoDiyn .item:focus,
.cid-ubZLuoDiyn span:focus {
  outline: none;
}
.cid-ubZLuoDiyn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubZLuoDiyn .item {
    margin-bottom: 1rem;
  }
}
.cid-ubZLuoDiyn .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubZLuoDiyn .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLuoDiyn .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ubZLuoDiyn .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZLuoDiyn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubZLuoDiyn .mbr-section-title {
  color: #82162d;
}
.cid-ubZLuoDiyn .item-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLuoDiyn .item-subtitle {
  text-align: left;
}
.cid-ubZLuoDiyn .mbr-text,
.cid-ubZLuoDiyn .item .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLuoDiyn .content-head {
  max-width: 800px;
}
.cid-ubZLuoWoV1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b8905c;
}
.cid-ubZLuoWoV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLuoWoV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLuoWoV1 .mbr-section-title {
  color: #ffffff;
}
.cid-ubZLup9ySW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLup9ySW h6 {
  line-height: 1.2;
}
.cid-ubZLup9ySW img,
.cid-ubZLup9ySW .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLup9ySW .item:focus,
.cid-ubZLup9ySW span:focus {
  outline: none;
}
.cid-ubZLup9ySW .item-img a {
  cursor: pointer;
}
.cid-ubZLup9ySW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLup9ySW .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLup9ySW .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLup9ySW .mbr-text,
.cid-ubZLup9ySW .mbr-section-btn {
  color: #000000;
}
.cid-ubZLup9ySW .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLup9ySW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLup9ySW .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLup9ySW .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLup9ySW .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLupto3m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLupto3m h6 {
  line-height: 1.2;
}
.cid-ubZLupto3m img,
.cid-ubZLupto3m .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLupto3m .item:focus,
.cid-ubZLupto3m span:focus {
  outline: none;
}
.cid-ubZLupto3m .item-img a {
  cursor: pointer;
}
.cid-ubZLupto3m .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLupto3m .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLupto3m .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLupto3m .mbr-text,
.cid-ubZLupto3m .mbr-section-btn {
  color: #000000;
}
.cid-ubZLupto3m .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLupto3m .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLupto3m .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLupto3m .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLupto3m .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLupJXcT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLupJXcT h6 {
  line-height: 1.2;
}
.cid-ubZLupJXcT img,
.cid-ubZLupJXcT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZLupJXcT .item:focus,
.cid-ubZLupJXcT span:focus {
  outline: none;
}
.cid-ubZLupJXcT .item-img a {
  cursor: pointer;
}
.cid-ubZLupJXcT .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLupJXcT .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLupJXcT .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLupJXcT .mbr-text,
.cid-ubZLupJXcT .mbr-section-btn {
  color: #000000;
}
.cid-ubZLupJXcT .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLupJXcT .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLupJXcT .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLupJXcT .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLupJXcT .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLupZN4M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLupZN4M h6 {
  line-height: 1.2;
}
.cid-ubZLupZN4M img,
.cid-ubZLupZN4M .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLupZN4M .item:focus,
.cid-ubZLupZN4M span:focus {
  outline: none;
}
.cid-ubZLupZN4M .item-img a {
  cursor: pointer;
}
.cid-ubZLupZN4M .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLupZN4M .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLupZN4M .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLupZN4M .mbr-text,
.cid-ubZLupZN4M .mbr-section-btn {
  color: #000000;
}
.cid-ubZLupZN4M .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLupZN4M .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLupZN4M .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLupZN4M .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLupZN4M .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLuqj6Ut {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubZLuqj6Ut h6 {
  line-height: 1.2;
}
.cid-ubZLuqj6Ut img,
.cid-ubZLuqj6Ut .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLuqj6Ut .item:focus,
.cid-ubZLuqj6Ut span:focus {
  outline: none;
}
.cid-ubZLuqj6Ut .item-img a {
  cursor: pointer;
}
.cid-ubZLuqj6Ut .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLuqj6Ut .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLuqj6Ut .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLuqj6Ut .mbr-text,
.cid-ubZLuqj6Ut .mbr-section-btn {
  color: #000000;
}
.cid-ubZLuqj6Ut .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLuqj6Ut .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLuqj6Ut .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLuqj6Ut .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLuqj6Ut .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLuqDBjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dec8ac;
}
.cid-ubZLuqDBjn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubZLuqDBjn form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubZLuqDBjn form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-ubZLuqDBjn form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubZLuqDBjn form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubZLuqDBjn form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubZLuqDBjn .mbr-section-title {
  color: #82162d;
}
.cid-ubZLuqTRyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8905c;
}
.cid-ubZLuqTRyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLuqTRyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLuqTRyD .card-wrapper {
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubZLuqTRyD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLuqTRyD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLuqTRyD .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubZLuqTRyD .mbr-text,
.cid-ubZLuqTRyD .mbr-section-btn {
  color: #ffffff;
}
.cid-ubZLuqTRyD .card-title,
.cid-ubZLuqTRyD .card-box {
  text-align: center;
  color: #82162d;
}
.cid-ubZLurbe2t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dec8ac;
}
@media (max-width: 767px) {
  .cid-ubZLurbe2t .content {
    text-align: center;
  }
  .cid-ubZLurbe2t .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubZLurbe2t .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ubZLurbe2t .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubZLurbe2t .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ubZLurbe2t .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubZLurbe2t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubZLurbe2t .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-ubZLurbe2t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubZLurbe2t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubZLurbe2t .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZLurbe2t .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubZLurbe2t .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ubZLurbe2t .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubZLurbe2t .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubZLurbe2t .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubZLurbe2t .list {
  list-style-type: none;
  padding: 0;
}
.cid-ubZLurbe2t H5 {
  color: #3d0909;
}
.cid-ubZLurbe2t .mbr-text {
  color: #82162d;
}
.cid-ubZLkPp7iL {
  z-index: 1000;
  width: 100%;
}
.cid-ubZLkPp7iL nav.navbar {
  position: fixed;
}
.cid-ubZLkPp7iL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLkPp7iL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubZLkPp7iL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubZLkPp7iL .dropdown-item:hover,
.cid-ubZLkPp7iL .dropdown-item:focus {
  background: #82162d !important;
  color: white !important;
}
.cid-ubZLkPp7iL .dropdown-item:hover span {
  color: white;
}
.cid-ubZLkPp7iL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubZLkPp7iL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubZLkPp7iL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubZLkPp7iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubZLkPp7iL .nav-link {
  position: relative;
}
.cid-ubZLkPp7iL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLkPp7iL .container {
    flex-wrap: wrap;
  }
}
.cid-ubZLkPp7iL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ubZLkPp7iL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ubZLkPp7iL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubZLkPp7iL .dropdown-menu,
.cid-ubZLkPp7iL .navbar.opened {
  background: #b8905c !important;
}
.cid-ubZLkPp7iL .nav-item:focus,
.cid-ubZLkPp7iL .nav-link:focus {
  outline: none;
}
.cid-ubZLkPp7iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubZLkPp7iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubZLkPp7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubZLkPp7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubZLkPp7iL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubZLkPp7iL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubZLkPp7iL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #b8905c;
}
.cid-ubZLkPp7iL .navbar.opened {
  transition: all 0.3s;
}
.cid-ubZLkPp7iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubZLkPp7iL .navbar .navbar-logo img {
  width: auto;
}
.cid-ubZLkPp7iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubZLkPp7iL .navbar.collapsed {
  justify-content: center;
}
.cid-ubZLkPp7iL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubZLkPp7iL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubZLkPp7iL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubZLkPp7iL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubZLkPp7iL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubZLkPp7iL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubZLkPp7iL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubZLkPp7iL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubZLkPp7iL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubZLkPp7iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubZLkPp7iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubZLkPp7iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubZLkPp7iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubZLkPp7iL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubZLkPp7iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubZLkPp7iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubZLkPp7iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubZLkPp7iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubZLkPp7iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubZLkPp7iL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubZLkPp7iL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubZLkPp7iL .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubZLkPp7iL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubZLkPp7iL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubZLkPp7iL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubZLkPp7iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubZLkPp7iL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubZLkPp7iL .dropdown-item.active,
.cid-ubZLkPp7iL .dropdown-item:active {
  background-color: transparent;
}
.cid-ubZLkPp7iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubZLkPp7iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubZLkPp7iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubZLkPp7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b8905c;
}
.cid-ubZLkPp7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubZLkPp7iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubZLkPp7iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubZLkPp7iL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubZLkPp7iL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubZLkPp7iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubZLkPp7iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubZLkPp7iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLkPp7iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubZLkPp7iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubZLkPp7iL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLkPp7iL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubZLkPp7iL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubZLkPp7iL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubZLkPp7iL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubZLkPp7iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubZLkPp7iL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubZLkPp7iL .navbar {
    height: 70px;
  }
  .cid-ubZLkPp7iL .navbar.opened {
    height: auto;
  }
  .cid-ubZLkPp7iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubZLkPFQyz {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background.webp");
}
.cid-ubZLkPFQyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLkPFQyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLkPFQyz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubZLkPFQyz .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-ubZLkPFQyz .mbr-section-title {
  color: #82162d;
}
.cid-ubZLkPFQyz .mbr-text,
.cid-ubZLkPFQyz .mbr-section-btn {
  color: #3d0909;
}
.cid-ubZLkPV0G3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/freios-ok-680x510.webp");
}
.cid-ubZLkPV0G3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLkPV0G3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLkPV0G3 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ubZLkPV0G3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLkPV0G3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLkPV0G3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLkPV0G3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubZLkPV0G3 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ubZLkPV0G3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubZLkPV0G3 .card-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLkPV0G3 .mbr-text,
.cid-ubZLkPV0G3 .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLkQacK8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #dec8ac;
}
.cid-ubZLkQacK8 img,
.cid-ubZLkQacK8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLkQacK8 .item:focus,
.cid-ubZLkQacK8 span:focus {
  outline: none;
}
.cid-ubZLkQacK8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubZLkQacK8 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubZLkQacK8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubZLkQacK8 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubZLkQacK8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-ubZLkQacK8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubZLkQacK8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubZLkQacK8 .mbr-section-title {
  color: #82162d;
}
.cid-ubZLkQacK8 .item-title {
  text-align: center;
  color: #82162d;
}
.cid-ubZLkQacK8 .item-subtitle {
  text-align: left;
}
.cid-ubZLkQacK8 .mbr-text,
.cid-ubZLkQacK8 .item .mbr-section-btn {
  text-align: center;
  color: #3d0909;
}
.cid-ubZLkQacK8 .content-head {
  max-width: 800px;
}
.cid-ubZLkQsGKD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b8905c;
}
.cid-ubZLkQsGKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLkQsGKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLkQsGKD .mbr-section-title {
  color: #ffffff;
}
.cid-ubZLkQKZBq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLkQKZBq h6 {
  line-height: 1.2;
}
.cid-ubZLkQKZBq img,
.cid-ubZLkQKZBq .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLkQKZBq .item:focus,
.cid-ubZLkQKZBq span:focus {
  outline: none;
}
.cid-ubZLkQKZBq .item-img a {
  cursor: pointer;
}
.cid-ubZLkQKZBq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLkQKZBq .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLkQKZBq .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLkQKZBq .mbr-text,
.cid-ubZLkQKZBq .mbr-section-btn {
  color: #000000;
}
.cid-ubZLkQKZBq .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLkQKZBq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLkQKZBq .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLkQKZBq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLkQKZBq .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLkR1ODA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLkR1ODA h6 {
  line-height: 1.2;
}
.cid-ubZLkR1ODA img,
.cid-ubZLkR1ODA .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ubZLkR1ODA .item:focus,
.cid-ubZLkR1ODA span:focus {
  outline: none;
}
.cid-ubZLkR1ODA .item-img a {
  cursor: pointer;
}
.cid-ubZLkR1ODA .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLkR1ODA .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLkR1ODA .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLkR1ODA .mbr-text,
.cid-ubZLkR1ODA .mbr-section-btn {
  color: #000000;
}
.cid-ubZLkR1ODA .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLkR1ODA .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLkR1ODA .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLkR1ODA .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLkR1ODA .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLkRh6A3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLkRh6A3 h6 {
  line-height: 1.2;
}
.cid-ubZLkRh6A3 img,
.cid-ubZLkRh6A3 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubZLkRh6A3 .item:focus,
.cid-ubZLkRh6A3 span:focus {
  outline: none;
}
.cid-ubZLkRh6A3 .item-img a {
  cursor: pointer;
}
.cid-ubZLkRh6A3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLkRh6A3 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLkRh6A3 .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLkRh6A3 .mbr-text,
.cid-ubZLkRh6A3 .mbr-section-btn {
  color: #000000;
}
.cid-ubZLkRh6A3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRh6A3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRh6A3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRh6A3 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLkRh6A3 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLkRAxoF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ubZLkRAxoF h6 {
  line-height: 1.2;
}
.cid-ubZLkRAxoF img,
.cid-ubZLkRAxoF .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLkRAxoF .item:focus,
.cid-ubZLkRAxoF span:focus {
  outline: none;
}
.cid-ubZLkRAxoF .item-img a {
  cursor: pointer;
}
.cid-ubZLkRAxoF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLkRAxoF .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLkRAxoF .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLkRAxoF .mbr-text,
.cid-ubZLkRAxoF .mbr-section-btn {
  color: #000000;
}
.cid-ubZLkRAxoF .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRAxoF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRAxoF .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRAxoF .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLkRAxoF .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLkRTsMW {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ubZLkRTsMW h6 {
  line-height: 1.2;
}
.cid-ubZLkRTsMW img,
.cid-ubZLkRTsMW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubZLkRTsMW .item:focus,
.cid-ubZLkRTsMW span:focus {
  outline: none;
}
.cid-ubZLkRTsMW .item-img a {
  cursor: pointer;
}
.cid-ubZLkRTsMW .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-ubZLkRTsMW .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-ubZLkRTsMW .mbr-section-title {
  color: #82162d;
  text-align: center;
}
.cid-ubZLkRTsMW .mbr-text,
.cid-ubZLkRTsMW .mbr-section-btn {
  color: #000000;
}
.cid-ubZLkRTsMW .item-title {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRTsMW .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRTsMW .item-text {
  color: #000000;
  text-align: center;
}
.cid-ubZLkRTsMW .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-ubZLkRTsMW .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-ubZLkSdmRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dec8ac;
}
.cid-ubZLkSdmRu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubZLkSdmRu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ubZLkSdmRu form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-ubZLkSdmRu form.mbr-form {
    padding: 1rem;
  }
}
.cid-ubZLkSdmRu form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ubZLkSdmRu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ubZLkSdmRu .mbr-section-title {
  color: #82162d;
}
.cid-ubZLkSu2d7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8905c;
}
.cid-ubZLkSu2d7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubZLkSu2d7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubZLkSu2d7 .card-wrapper {
  background: #f7f7f7;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ubZLkSu2d7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubZLkSu2d7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubZLkSu2d7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ubZLkSu2d7 .mbr-text,
.cid-ubZLkSu2d7 .mbr-section-btn {
  color: #ffffff;
}
.cid-ubZLkSu2d7 .card-title,
.cid-ubZLkSu2d7 .card-box {
  text-align: center;
  color: #82162d;
}
.cid-ubZLkSKEO4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #dec8ac;
}
@media (max-width: 767px) {
  .cid-ubZLkSKEO4 .content {
    text-align: center;
  }
  .cid-ubZLkSKEO4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ubZLkSKEO4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ubZLkSKEO4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ubZLkSKEO4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ubZLkSKEO4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-ubZLkSKEO4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ubZLkSKEO4 .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-ubZLkSKEO4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ubZLkSKEO4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ubZLkSKEO4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubZLkSKEO4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ubZLkSKEO4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ubZLkSKEO4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ubZLkSKEO4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ubZLkSKEO4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ubZLkSKEO4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-ubZLkSKEO4 H5 {
  color: #3d0909;
}
.cid-ubZLkSKEO4 .mbr-text {
  color: #82162d;
}
