body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Newsreader', serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.225rem;
}
.display-2 {
  font-family: 'Newsreader', serif;
  font-size: 4.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.00625rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.975rem;
}
.display-5 {
  font-family: 'Newsreader', serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.4625rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.8125rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0999999999999996rem + (6.5 - 2.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.7rem;
    font-size: calc( 1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7249999999999996rem + (4.625 - 1.7249999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3125rem + (2.25 - 1.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #94a393 !important;
}
.bg-success {
  background-color: #526b51 !important;
}
.bg-info {
  background-color: #c9beb5 !important;
}
.bg-warning {
  background-color: #a09099 !important;
}
.bg-danger {
  background-color: #694f5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #94a393 !important;
  border-color: #94a393 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #687967 !important;
  border-color: #687967 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #454c4c !important;
  border-color: #454c4c !important;
}
.btn-info,
.btn-info:active {
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a49283 !important;
  border-color: #a49283 !important;
}
.btn-success,
.btn-success:active {
  background-color: #526b51 !important;
  border-color: #526b51 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c3a2c !important;
  border-color: #2c3a2c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a09099 !important;
  border-color: #a09099 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #75646e !important;
  border-color: #75646e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #694f5f !important;
  border-color: #694f5f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #382a32 !important;
  border-color: #382a32 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #45494e !important;
  border-color: #45494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c1e20 !important;
  border-color: #1c1e20 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #94a393;
}
.btn-primary-outline:before,
.btn-primary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #94a393;
  opacity: 0.1;
}
.btn-primary-outline:after,
.btn-primary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #94a393;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #94a393;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-primary-outline .mbr-iconfont:before,
.btn-primary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #94a393 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background: #94a393;
  color: #ffffff;
}
.btn-primary-outline:hover .mbr-iconfont::before,
.btn-primary-outline:focus .mbr-iconfont::before,
.btn-primary-outline.focus .mbr-iconfont::before,
.btn-primary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: scaleX(1);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #94a393 !important;
  border-color: #94a393 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #6e7a7a;
}
.btn-secondary-outline:before,
.btn-secondary-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  opacity: 0.1;
}
.btn-secondary-outline:after,
.btn-secondary-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #6e7a7a;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #6e7a7a;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-secondary-outline .mbr-iconfont:before,
.btn-secondary-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6e7a7a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background: #6e7a7a;
  color: #ffffff;
}
.btn-secondary-outline:hover .mbr-iconfont::before,
.btn-secondary-outline:focus .mbr-iconfont::before,
.btn-secondary-outline.focus .mbr-iconfont::before,
.btn-secondary-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: scaleX(1);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6e7a7a !important;
  border-color: #6e7a7a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #c9beb5;
}
.btn-info-outline:before,
.btn-info-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  opacity: 0.1;
}
.btn-info-outline:after,
.btn-info-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #c9beb5;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #c9beb5;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-info-outline .mbr-iconfont:before,
.btn-info-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c9beb5 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background: #c9beb5;
  color: #ffffff;
}
.btn-info-outline:hover .mbr-iconfont::before,
.btn-info-outline:focus .mbr-iconfont::before,
.btn-info-outline.focus .mbr-iconfont::before,
.btn-info-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: scaleX(1);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c9beb5 !important;
  border-color: #c9beb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #526b51;
}
.btn-success-outline:before,
.btn-success-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  opacity: 0.1;
}
.btn-success-outline:after,
.btn-success-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #526b51;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #526b51;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-success-outline .mbr-iconfont:before,
.btn-success-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526b51 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background: #526b51;
  color: #ffffff;
}
.btn-success-outline:hover .mbr-iconfont::before,
.btn-success-outline:focus .mbr-iconfont::before,
.btn-success-outline.focus .mbr-iconfont::before,
.btn-success-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: scaleX(1);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #526b51 !important;
  border-color: #526b51 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #a09099;
}
.btn-warning-outline:before,
.btn-warning-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  opacity: 0.1;
}
.btn-warning-outline:after,
.btn-warning-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #a09099;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #a09099;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-warning-outline .mbr-iconfont:before,
.btn-warning-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a09099 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background: #a09099;
  color: #ffffff;
}
.btn-warning-outline:hover .mbr-iconfont::before,
.btn-warning-outline:focus .mbr-iconfont::before,
.btn-warning-outline.focus .mbr-iconfont::before,
.btn-warning-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: scaleX(1);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a09099 !important;
  border-color: #a09099 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #694f5f;
}
.btn-danger-outline:before,
.btn-danger-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #694f5f;
  opacity: 0.1;
}
.btn-danger-outline:after,
.btn-danger-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #694f5f;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #694f5f;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-danger-outline .mbr-iconfont:before,
.btn-danger-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #694f5f !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background: #694f5f;
  color: #ffffff;
}
.btn-danger-outline:hover .mbr-iconfont::before,
.btn-danger-outline:focus .mbr-iconfont::before,
.btn-danger-outline.focus .mbr-iconfont::before,
.btn-danger-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: scaleX(1);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #694f5f !important;
  border-color: #694f5f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #45494e;
}
.btn-black-outline:before,
.btn-black-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  opacity: 0.1;
}
.btn-black-outline:after,
.btn-black-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #45494e;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #45494e;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-black-outline .mbr-iconfont:before,
.btn-black-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #45494e !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background: #45494e;
  color: #ffffff;
}
.btn-black-outline:hover .mbr-iconfont::before,
.btn-black-outline:focus .mbr-iconfont::before,
.btn-black-outline.focus .mbr-iconfont::before,
.btn-black-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: scaleX(1);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #45494e !important;
  border-color: #45494e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  position: relative !important;
  min-height: auto !important;
  color: #fafafa;
}
.btn-white-outline:before,
.btn-white-outline:active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  opacity: 0.1;
}
.btn-white-outline:after,
.btn-white-outline:active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background: #fafafa;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  position: relative;
  padding: 0.3em;
  border-radius: 50%;
  border: 1px solid #fafafa;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease !important;
}
.btn-white-outline .mbr-iconfont:before,
.btn-white-outline:active .mbr-iconfont:before {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move 0.3s ease;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover .mbr-iconfont::before,
.btn-white-outline:focus .mbr-iconfont::before,
.btn-white-outline.focus .mbr-iconfont::before,
.btn-white-outline.active .mbr-iconfont::before {
  animation: btn-move-hover 0.3s ease;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: scaleX(1);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #94a393 !important;
}
.text-secondary {
  color: #6e7a7a !important;
}
.text-success {
  color: #526b51 !important;
}
.text-info {
  color: #c9beb5 !important;
}
.text-warning {
  color: #a09099 !important;
}
.text-danger {
  color: #694f5f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #45494E !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #617060 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e4444 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263125 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9e8a7a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6d5d66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2f232a !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: #151618 !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: #94a393;
}
.nav-tabs .nav-link:not(.active) {
  color: #26292C;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c9beb5;
}
.alert-warning {
  background-color: #a09099;
}
.alert-danger {
  background-color: #694f5f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #94a393;
  border-color: #94a393;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #94a393;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8ded8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #91ab90;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbd5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aa8e9f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.975rem;
}
.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: #94a393 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.975rem;
}
blockquote {
  border-color: #94a393;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #94a393;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #94a393;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #94a393;
  border-bottom-color: #94a393;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #94a393 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6e7a7a !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='%2394a393' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container {
  max-width: 1920px;
  margin: 0 auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .row {
    margin-left: -18px;
    margin-right: -18px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 60px;
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@keyframes btn-move {
  0% {
    left: 0;
  }
  49% {
    left: -100%;
  }
  50% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
  52% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
@keyframes btn-move-hover {
  0% {
    left: 0;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: 0;
  }
}
.cid-tfwzcPyqUW {
  z-index: 1000;
  width: 100%;
}
.cid-tfwzcPyqUW .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-tfwzcPyqUW .dropdown-menu {
  padding: 0;
}
.cid-tfwzcPyqUW .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .dropdown-item {
    text-align: left !important;
  }
}
.cid-tfwzcPyqUW .dropdown-item:hover {
  background-position: right !important;
}
.cid-tfwzcPyqUW .dropdown-item:hover:after {
  color: #94a393;
}
.cid-tfwzcPyqUW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfwzcPyqUW .nav-link {
  position: relative;
}
.cid-tfwzcPyqUW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .container {
    flex-wrap: wrap;
  }
}
.cid-tfwzcPyqUW .dropdown-menu,
.cid-tfwzcPyqUW .navbar.opened {
  background: #ffffff !important;
}
.cid-tfwzcPyqUW .nav-item:focus,
.cid-tfwzcPyqUW .nav-link:focus {
  outline: none;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfwzcPyqUW .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-tfwzcPyqUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tfwzcPyqUW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfwzcPyqUW .navbar .navbar-logo img {
  width: auto;
}
.cid-tfwzcPyqUW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfwzcPyqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfwzcPyqUW .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-tfwzcPyqUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfwzcPyqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfwzcPyqUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfwzcPyqUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfwzcPyqUW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfwzcPyqUW .navbar .navbar-short {
  position: fixed !important;
}
.cid-tfwzcPyqUW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-tfwzcPyqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfwzcPyqUW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .navbar-brand {
    display: none;
  }
}
.cid-tfwzcPyqUW .dropdown-item.active,
.cid-tfwzcPyqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tfwzcPyqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfwzcPyqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfwzcPyqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfwzcPyqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfwzcPyqUW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfwzcPyqUW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tfwzcPyqUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfwzcPyqUW .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-tfwzcPyqUW .navbar {
    height: 70px;
  }
  .cid-tfwzcPyqUW .navbar.opened {
    height: auto;
  }
  .cid-tfwzcPyqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfwzcPyqUW .navbar-short {
  background-color: #ffffff !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-tfwzcPyqUW .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-tfwzcPyqUW .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-tfwzcPyqUW .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-tfwzcPyqUW .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfwzcPyqUW .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas {
  background-color: #45494e;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-tfwzcPyqUW nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-tfwzcPyqUW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-tfwzcPyqUW .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-tfwzcPyqUW .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-tfwzcPyqUW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .image-wrapper {
    display: none;
  }
}
.cid-tfwzcPyqUW .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #45494e;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas-body {
    max-width: 100%;
  }
}
.cid-tfwzcPyqUW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwzcPyqUW .navbar-nav {
  display: flex !important;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-tfwzcPyqUW .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tfwzcPyqUW .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwzcPyqUW .offcanvas_text {
  width: 60%;
}
.cid-tfwzcPyqUW .mbr-text {
  color: #FFFFFF;
}
.cid-tfwzcPyqUW .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-tfwzcPyqUW .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-tfwzcPyqUW .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwzcPyqUW .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfwx17tgaw {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f3ece6;
}
.cid-tfwx17tgaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwx17tgaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwx17tgaw .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwx17tgaw .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwx17tgaw .col-img {
    order: 2;
  }
}
.cid-tfwx17tgaw .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwx17tgaw .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwx17tgaw .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwx17tgaw .col-tex {
    order: 1;
  }
}
.cid-tfwx17tgaw .card-title {
  color: #45494E;
}
.cid-tfwx17tgaw .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwx17tgaw .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwx17tgaw .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwx4l1XzE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f3ece6;
}
.cid-tfwx4l1XzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwx4l1XzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwx4l1XzE .container {
  max-width: 100%;
  width: 100%;
}
.cid-tfwx4l1XzE .row {
  justify-content: center;
}
.cid-tfwx4l1XzE .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwx4l1XzE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tfwx4l1XzE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwxf35PPv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-tfwxf35PPv .row {
  justify-content: flex-start;
}
.cid-tfwxf35PPv .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tfwxf35PPv .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tfwxf35PPv .mbr-section-title {
  color: #45494E;
}
.cid-tfwxf35PPv .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwxf35PPv .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwxf35PPv .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwxf35PPv .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwxf35PPv .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #bbc4bb;
}
.cid-tfwxf35PPv .item-title {
  color: #45494E;
  text-align: center;
}
.cid-tfwxf35PPv .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tfwxf35PPv .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwxf35PPv .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-tfwxf35PPv .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 166.665%;
  background-color: #bbc4bb;
}
.cid-tfwxf35PPv .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwxf35PPv .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwxf35PPv .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwxf35PPv .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwxf35PPv .item-subtitle,
.cid-tfwxf35PPv .mbr-section-btn {
  text-align: center;
}
.cid-tfwylMAC9T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f3ece6;
}
.cid-tfwylMAC9T .row {
  justify-content: center;
}
.cid-tfwylMAC9T .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tfwylMAC9T .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tfwylMAC9T .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tfwylMAC9T .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tfwylMAC9T .col-video .link {
  margin-right: 1rem;
}
.cid-tfwylMAC9T .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tfwylMAC9T .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tfwylMAC9T .mbr-media {
  position: relative;
}
.cid-tfwylMAC9T .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwylMAC9T .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tfwylMAC9T .icon-wrap .mbr-iconfont {
  padding: 32px;
  border-radius: 50%;
  background-color: #45494e;
}
@media (max-width: 991px) {
  .cid-tfwylMAC9T .icon-wrap .mbr-iconfont {
    padding: 24px;
  }
}
.cid-tfwylMAC9T .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tfwylMAC9T .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tfwylMAC9T .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfwylMAC9T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfwylMAC9T .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfwylMAC9T .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tfwylMAC9T .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfwylMAC9T a:hover {
  text-decoration-line: none !important;
}
.cid-tfwynG9180 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-tfwynG9180 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwynG9180 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwynG9180 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwynG9180 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwynG9180 .col-img {
    order: 2;
  }
}
.cid-tfwynG9180 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwynG9180 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwynG9180 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwynG9180 .col-tex {
    order: 1;
  }
}
.cid-tfwynG9180 .card-title {
  color: #45494E;
}
.cid-tfwynG9180 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwynG9180 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwynG9180 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwzej8Zhu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tfwzej8Zhu .mbr-text {
  color: #FFFFFF;
}
.cid-tfwzcPyqUW {
  z-index: 1000;
  width: 100%;
}
.cid-tfwzcPyqUW .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-tfwzcPyqUW .dropdown-menu {
  padding: 0;
}
.cid-tfwzcPyqUW .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .dropdown-item {
    text-align: left !important;
  }
}
.cid-tfwzcPyqUW .dropdown-item:hover {
  background-position: right !important;
}
.cid-tfwzcPyqUW .dropdown-item:hover:after {
  color: #94a393;
}
.cid-tfwzcPyqUW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfwzcPyqUW .nav-link {
  position: relative;
}
.cid-tfwzcPyqUW .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .container {
    flex-wrap: wrap;
  }
}
.cid-tfwzcPyqUW .dropdown-menu,
.cid-tfwzcPyqUW .navbar.opened {
  background: #ffffff !important;
}
.cid-tfwzcPyqUW .nav-item:focus,
.cid-tfwzcPyqUW .nav-link:focus {
  outline: none;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfwzcPyqUW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfwzcPyqUW .navbar {
  min-height: 60px;
  transition: all .3s !important;
  position: fixed;
  background-color: transparent !important;
  min-height: 80px;
  box-sizing: content-box;
}
.cid-tfwzcPyqUW .navbar.opened {
  transition: all 0.3s;
}
.cid-tfwzcPyqUW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfwzcPyqUW .navbar .navbar-logo img {
  width: auto;
}
.cid-tfwzcPyqUW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfwzcPyqUW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfwzcPyqUW .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-tfwzcPyqUW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfwzcPyqUW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfwzcPyqUW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfwzcPyqUW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfwzcPyqUW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfwzcPyqUW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfwzcPyqUW .navbar .navbar-short {
  position: fixed !important;
}
.cid-tfwzcPyqUW .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 40%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.cid-tfwzcPyqUW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfwzcPyqUW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .navbar-brand {
    display: none;
  }
}
.cid-tfwzcPyqUW .dropdown-item.active,
.cid-tfwzcPyqUW .dropdown-item:active {
  background-color: transparent;
}
.cid-tfwzcPyqUW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfwzcPyqUW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfwzcPyqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfwzcPyqUW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfwzcPyqUW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfwzcPyqUW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfwzcPyqUW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfwzcPyqUW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfwzcPyqUW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfwzcPyqUW .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-tfwzcPyqUW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfwzcPyqUW .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-tfwzcPyqUW .navbar {
    height: 70px;
  }
  .cid-tfwzcPyqUW .navbar.opened {
    height: auto;
  }
  .cid-tfwzcPyqUW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfwzcPyqUW .navbar-short {
  background-color: #ffffff !important;
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-tfwzcPyqUW .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-tfwzcPyqUW .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-tfwzcPyqUW .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-tfwzcPyqUW .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn {
  position: relative;
  min-height: 80px;
  margin: 0 !important;
  height: 100%;
  padding: 20px 30px !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  width: auto !important;
  height: 1px;
  margin-top: 0.625em;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-tfwzcPyqUW .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfwzcPyqUW .offcanvas_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px !important;
  margin-left: -80px;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas {
  background-color: #45494e;
  outline: none;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-tfwzcPyqUW .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-tfwzcPyqUW nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-tfwzcPyqUW .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-tfwzcPyqUW .offcanvas .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-tfwzcPyqUW .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-tfwzcPyqUW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .image-wrapper {
    display: none;
  }
}
.cid-tfwzcPyqUW .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35%;
  margin-left: auto;
  text-align: left;
  padding: 70px 0 0;
  background-color: #45494e;
}
@media (max-width: 991px) {
  .cid-tfwzcPyqUW .offcanvas-body {
    max-width: 100%;
  }
}
.cid-tfwzcPyqUW .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwzcPyqUW .navbar-nav {
  display: flex !important;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-tfwzcPyqUW .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-tfwzcPyqUW .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tfwzcPyqUW .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfwzcPyqUW .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfwzcPyqUW .offcanvas_text {
  width: 60%;
}
.cid-tfwzcPyqUW .mbr-text {
  color: #FFFFFF;
}
.cid-tfwzcPyqUW .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-tfwzcPyqUW .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-tfwzcPyqUW .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwzcPyqUW .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tfwzcPyqUW .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfwBIaWcuw {
  display: flex;
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/background1.jpg");
  align-items: flex-end;
}
.cid-tfwBIaWcuw .mbr-overlay {
  background-color: #45494e;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-tfwBIaWcuw .row {
    justify-content: flex-start;
  }
  .cid-tfwBIaWcuw .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-tfwBIaWcuw .content-wrap {
    width: 100%;
  }
}
.cid-tfwBIaWcuw .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tfwBIaWcuw .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBIaWcuw .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tfwBIaWcuw .mbr-section-btn {
    text-align: center;
  }
}
.cid-tfwBLywOnm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #94a393;
}
.cid-tfwBLywOnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBLywOnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBLywOnm .card-wrapper {
  width: 100%;
}
.cid-tfwBLywOnm .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tfwBLywOnm .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tfwBLywOnm .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-tfwBLywOnm .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tfwBLywOnm .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-tfwBLywOnm .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfwBLywOnm .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-tfwBLywOnm .text-wrap {
    padding: 8px 16px;
  }
}
.cid-tfwBLywOnm .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-tfwBLywOnm .card-title {
    text-align: center !important;
  }
}
.cid-tfwBLywOnm .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tfwBLywOnm .card-text {
    text-align: center !important;
  }
}
.cid-tfwBIMqaWG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/background4.jpg");
}
.cid-tfwBIMqaWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBIMqaWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBIMqaWG .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tfwBSw0WXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwBSw0WXF .row {
  justify-content: flex-start;
}
.cid-tfwBSw0WXF .mbr-section-title {
  color: #45494E;
}
.cid-tfwBSw0WXF .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBSw0WXF .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBSw0WXF .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwBSw0WXF .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBSw0WXF .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBSw0WXF .mbr-text {
    margin-top: 20px;
  }
}
.cid-tfwBVyUpbL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f6f2;
}
.cid-tfwBVyUpbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBVyUpbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBVyUpbL .container {
  max-width: 100%;
  width: 100%;
}
.cid-tfwBVyUpbL .row {
  justify-content: center;
}
.cid-tfwBVyUpbL .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwBVyUpbL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tfwBVyUpbL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwBXk8wz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwBXk8wz7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tfwBXk8wz7 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwBXk8wz7 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBXk8wz7 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwBXk8wz7 .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tfwBXk8wz7 .item-wrap:hover .item-img {
  transform: scale(1.1);
}
.cid-tfwBXk8wz7 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tfwBXk8wz7 .item1 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery1.jpg");
}
.cid-tfwBXk8wz7 .item2 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery2.jpg");
}
.cid-tfwBXk8wz7 .item3 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery3.jpg");
}
.cid-tfwBXk8wz7 .item-content {
  display: flex;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 22% 10%;
}
.cid-tfwBXk8wz7 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 340px;
}
.cid-tfwBXk8wz7 .item-title {
  color: #FFFFFF;
}
.cid-tfwBXk8wz7 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tfwBXk8wz7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwBM9hEGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBM9hEGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBM9hEGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tfwBM9hEGV .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwBM9hEGV .col-img {
    order: 2;
  }
}
.cid-tfwBM9hEGV .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwBM9hEGV .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwBM9hEGV .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwBM9hEGV .col-tex {
    order: 1;
  }
}
.cid-tfwBM9hEGV .card-title {
  color: #45494E;
}
.cid-tfwBM9hEGV .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwBM9hEGV .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwBM9hEGV .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwBMZHQVQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #94a393;
}
.cid-tfwBMZHQVQ .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tfwBMZHQVQ .mbr-section-title {
    margin-bottom: 24px !important;
  }
}
.cid-tfwBMZHQVQ .mbr-text {
  color: #FFFFFF;
}
.cid-tfwBMZHQVQ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tfwBMZHQVQ .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tfwBNKWkP6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tfwBNKWkP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBNKWkP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBNKWkP6 .card-wrapper {
  width: 100%;
}
.cid-tfwBNKWkP6 .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tfwBNKWkP6 .image-wrapper {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tfwBNKWkP6 .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tfwBNKWkP6 .image-wrapper img {
  max-width: 80px;
}
.cid-tfwBNKWkP6 .card-title {
  color: #45494E;
  margin-bottom: 0;
}
.cid-tfwBNKWkP6 .card-text {
  color: #45494E;
  margin-bottom: 0;
  margin-top: 24px;
}
.cid-tfwBXVTn7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwBXVTn7l .row {
  justify-content: flex-start;
}
.cid-tfwBXVTn7l .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tfwBXVTn7l .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tfwBXVTn7l .mbr-section-title {
  color: #45494E;
}
.cid-tfwBXVTn7l .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwBXVTn7l .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwBXVTn7l .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBXVTn7l .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwBXVTn7l .item-content {
  display: flex;
  flex-direction: column;
  min-height: calc(((100vw - 15rem) / 3) * 0.67);
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tfwBXVTn7l .item-title {
  color: #45494E;
}
.cid-tfwBXVTn7l .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-tfwBXVTn7l .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwBXVTn7l .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-tfwBXVTn7l .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-tfwBXVTn7l .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwBXVTn7l .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwBXVTn7l .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwBXVTn7l .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwBPERLZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBPERLZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBPERLZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBPERLZC .row {
  justify-content: flex-start;
}
.cid-tfwBPERLZC .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tfwBPERLZC .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBPERLZC .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-tfwBPERLZC .image-wrapper {
  width: 100%;
}
.cid-tfwBPERLZC .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tfwBPERLZC .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tfwBPERLZC .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBPERLZC .mbr-text {
    margin-top: 45px;
  }
}
.cid-tfwBPERLZC .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tfwBPERLZC .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tfwBPERLZC .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwBPERLZC .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwBWph1T8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBWph1T8 .row {
  justify-content: center;
}
.cid-tfwBWph1T8 .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tfwBWph1T8 .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tfwBWph1T8 .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tfwBWph1T8 .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tfwBWph1T8 .col-video .link {
  margin-right: 1rem;
}
.cid-tfwBWph1T8 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tfwBWph1T8 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tfwBWph1T8 .mbr-media {
  position: relative;
}
.cid-tfwBWph1T8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwBWph1T8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tfwBWph1T8 .icon-wrap .mbr-iconfont {
  padding: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwBWph1T8 .icon-wrap .mbr-iconfont {
    padding: 24px;
  }
}
.cid-tfwBWph1T8 .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tfwBWph1T8 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tfwBWph1T8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tfwBWph1T8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tfwBWph1T8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tfwBWph1T8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tfwBWph1T8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tfwBWph1T8 a:hover {
  text-decoration-line: none !important;
}
.cid-tfwBYMnRbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwBYMnRbG .row {
  justify-content: flex-start;
}
.cid-tfwBYMnRbG .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tfwBYMnRbG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tfwBYMnRbG .mbr-section-title {
  color: #45494E;
}
.cid-tfwBYMnRbG .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwBYMnRbG .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tfwBYMnRbG .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBYMnRbG .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwBYMnRbG .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tfwBYMnRbG .item-content {
    padding-bottom: 10%;
  }
}
.cid-tfwBYMnRbG .item-title {
  color: #45494E;
}
.cid-tfwBYMnRbG .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tfwBYMnRbG .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-tfwBYMnRbG .mbr-section-btn {
  margin-top: auto;
}
.cid-tfwBYMnRbG .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-tfwBYMnRbG .item-img {
    margin-bottom: 24px;
  }
}
.cid-tfwBYMnRbG .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tfwBYMnRbG .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwBYMnRbG .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwBTbOr5r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBTbOr5r .row {
  justify-content: flex-start;
}
.cid-tfwBTbOr5r .mbr-section-title {
  color: #45494E;
}
.cid-tfwBTbOr5r .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBTbOr5r .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBTbOr5r .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwBTbOr5r .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBTbOr5r .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBTbOr5r .mbr-text {
    margin-top: 20px;
  }
}
.cid-tfwBTbOr5r .border-col {
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .cid-tfwBTbOr5r .border-col {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBTbOr5r .border-col {
    margin-top: 50px;
  }
}
.cid-tfwBTbOr5r .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-tfwBZv386b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBZv386b .row {
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tfwBZv386b .item {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .cid-tfwBZv386b .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBZv386b .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tfwBZv386b .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tfwBZv386b .item-wrap:hover .item-img {
  transform: scale(1.1);
}
.cid-tfwBZv386b .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 3;
}
.cid-tfwBZv386b .item-img-overlay {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #45494e;
}
.cid-tfwBZv386b .item1 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery9.jpg");
}
.cid-tfwBZv386b .item2 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery10.jpg");
}
.cid-tfwBZv386b .item3 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery11.jpg");
}
.cid-tfwBZv386b .item-content {
  display: flex;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 40% 10% 10%;
}
@media (max-width: 575px) {
  .cid-tfwBZv386b .item-content {
    padding: 20% 10% 10%;
  }
}
.cid-tfwBZv386b .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 340px;
}
.cid-tfwBZv386b .item-title {
  color: #FFFFFF;
}
.cid-tfwBZv386b .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tfwBZv386b .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwBZv386b .mbr-section-btn .btn:before {
  display: none;
}
.cid-tfwBZv386b .mbr-section-btn .btn:after {
  display: none;
}
.cid-tfwBKfVqNH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f8f6f2;
}
.cid-tfwBKfVqNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBKfVqNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBKfVqNH .row {
  justify-content: flex-start;
}
.cid-tfwBKfVqNH .mbr-section-title {
  color: #45494E;
}
.cid-tfwBKfVqNH .mbr-text {
  margin-top: 36px;
  color: #5c6064;
  max-width: 655px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tfwBKfVqNH .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBKfVqNH .mbr-text {
    margin-top: 20px;
  }
}
.cid-tfwBKfVqNH .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tfwBKfVqNH .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tfwBKfVqNH .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwBKfVqNH .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwBQik8QR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBQik8QR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBQik8QR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBQik8QR .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tfwBQik8QR .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfwBQik8QR .col-img {
    order: 2;
  }
}
.cid-tfwBQik8QR .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwBQik8QR .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfwBQik8QR .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfwBQik8QR .col-tex {
    order: 1;
  }
}
.cid-tfwBQik8QR .card-title {
  color: #45494E;
}
.cid-tfwBQik8QR .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwBQik8QR .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfwBQik8QR .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tfwC5Va2ai {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tfwC5Va2ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwC5Va2ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwC5Va2ai .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-tfwC5Va2ai .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC5Va2ai .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-tfwC5Va2ai .google-map {
  height: 600px;
  position: relative;
}
.cid-tfwC5Va2ai .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfwC5Va2ai .google-map [data-state-details] {
  color: #6b6763;
  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-tfwC5Va2ai .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfwC5Va2ai .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfwC08lEPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC08lEPZ .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-tfwC08lEPZ .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-tfwC08lEPZ .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-tfwC08lEPZ .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-tfwC08lEPZ .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-tfwC08lEPZ .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-tfwC08lEPZ .mbr-section-title {
  color: #45494E;
}
.cid-tfwC08lEPZ .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwC08lEPZ .item-col {
  order: 1;
}
.cid-tfwC08lEPZ .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-tfwC08lEPZ .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC08lEPZ .item {
    margin-bottom: 52px;
  }
}
.cid-tfwC08lEPZ .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-tfwC08lEPZ .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tfwC08lEPZ .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tfwC08lEPZ .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tfwC08lEPZ .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tfwC08lEPZ .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tfwC08lEPZ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120%;
}
.cid-tfwC08lEPZ .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwC08lEPZ .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwC08lEPZ .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwC08lEPZ .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwBKFOccH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #45494e;
}
.cid-tfwBKFOccH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBKFOccH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBKFOccH .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tfwBONKR38 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwBONKR38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwBONKR38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwBONKR38 .row {
  justify-content: flex-start;
}
.cid-tfwBONKR38 .mbr-section-title {
  color: #45494E;
}
.cid-tfwBONKR38 .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tfwBONKR38 .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBONKR38 .mbr-text {
    margin-top: 20px;
  }
}
.cid-tfwBONKR38 .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tfwBONKR38 .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tfwBONKR38 .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwBONKR38 .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwC0TYguz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwC0TYguz .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tfwC0TYguz .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tfwC0TYguz .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC0TYguz .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tfwC0TYguz .mbr-section-title {
  color: #45494E;
}
.cid-tfwC0TYguz .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwC0TYguz .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tfwC0TYguz .item {
    margin-bottom: 50px;
  }
}
.cid-tfwC0TYguz .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tfwC0TYguz .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tfwC0TYguz .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tfwC0TYguz .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tfwC0TYguz .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tfwC0TYguz .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tfwC0TYguz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tfwC0TYguz .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tfwC0TYguz .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfwC0TYguz .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tfwC0TYguz .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tfwCc6P6eL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwCc6P6eL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwCc6P6eL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwCc6P6eL .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tfwCc6P6eL .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-tfwCc6P6eL .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-tfwCc6P6eL .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-tfwC92crVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC92crVr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-tfwC92crVr .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-tfwC92crVr .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-tfwC92crVr .mbr-section-title {
  color: #45494E;
}
.cid-tfwC92crVr .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tfwC92crVr .form-container {
  display: flex;
}
.cid-tfwC92crVr .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwC92crVr form {
  width: 100%;
}
.cid-tfwC92crVr form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tfwC92crVr form h5 {
  margin: 40px 0 20px;
}
.cid-tfwC92crVr form p {
  color: #45494E;
}
.cid-tfwC92crVr form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tfwC92crVr form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tfwC92crVr form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tfwC92crVr form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tfwC92crVr form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form select {
  color: #A2A4A7 !important;
}
.cid-tfwC92crVr form textarea {
  height: 90px !important;
}
.cid-tfwC92crVr form input:active,
.cid-tfwC92crVr form textarea:active,
.cid-tfwC92crVr form input:focus,
.cid-tfwC92crVr form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tfwC92crVr form input:active::-webkit-input-placeholder,
.cid-tfwC92crVr form textarea:active::-webkit-input-placeholder,
.cid-tfwC92crVr form input:focus::-webkit-input-placeholder,
.cid-tfwC92crVr form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form input:active::-moz-placeholder,
.cid-tfwC92crVr form textarea:active::-moz-placeholder,
.cid-tfwC92crVr form input:focus::-moz-placeholder,
.cid-tfwC92crVr form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form input:active:-moz-placeholder,
.cid-tfwC92crVr form textarea:active:-moz-placeholder,
.cid-tfwC92crVr form input:focus:-moz-placeholder,
.cid-tfwC92crVr form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form input:active:-ms-input-placeholder,
.cid-tfwC92crVr form textarea:active:-ms-input-placeholder,
.cid-tfwC92crVr form input:focus:-ms-input-placeholder,
.cid-tfwC92crVr form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC92crVr form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tfwC92crVr form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tfwC92crVr form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tfwC92crVr form .form-control-label {
  width: 100%;
}
.cid-tfwC92crVr form .form-check-label {
  margin-bottom: 10px;
}
.cid-tfwC92crVr form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tfwC92crVr form .form-check-input:focus,
.cid-tfwC92crVr form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tfwC92crVr form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwC35RJK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC35RJK9 img {
  width: 120px;
  margin: auto;
}
.cid-tfwC35RJK9 .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-tfwC35RJK9 .card img {
  height: 80px;
  width: auto;
}
.cid-tfwC35RJK9 .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-tfwC35RJK9 .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC35RJK9 .border-col {
    margin-bottom: 50px;
  }
}
.cid-tfwC35RJK9 .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.07;
}
.cid-tfwC9VtF0R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC9VtF0R .main-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-tfwC9VtF0R .history-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 180px;
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .history-item {
    flex-wrap: wrap;
    margin-top: 110px;
  }
}
@media (max-width: 575px) {
  .cid-tfwC9VtF0R .history-item {
    margin-top: 100px;
  }
}
.cid-tfwC9VtF0R .history-item-first {
  margin-top: 0;
}
.cid-tfwC9VtF0R .img-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-tfwC9VtF0R .img-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .img-container {
    order: 1;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
  }
}
.cid-tfwC9VtF0R .image-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .image-wrapper {
    max-width: 550px;
  }
}
.cid-tfwC9VtF0R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfwC9VtF0R .text-container {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .cid-tfwC9VtF0R .text-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .text-container {
    order: 2;
    width: 100%;
    padding-left: 35px !important;
    padding-right: 0 !important;
    padding-top: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-tfwC9VtF0R .history-item-reverse .img-container {
    padding-left: 55px;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-tfwC9VtF0R .history-item-reverse .text-container {
    padding-left: 0;
    padding-right: 55px;
  }
}
.cid-tfwC9VtF0R .text-wrapper {
  max-width: 605px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .text-wrapper {
    max-width: 550px;
  }
}
.cid-tfwC9VtF0R .card-title {
  width: 100%;
  color: #A2A4A7;
}
.cid-tfwC9VtF0R .card-subtitle {
  width: 100%;
  color: #45494E;
  margin-top: 16px;
}
.cid-tfwC9VtF0R .mbr-text {
  width: 100%;
  color: #45494E;
  margin-top: 36px;
}
.cid-tfwC9VtF0R .mbr-section-btn {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-tfwC9VtF0R .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tfwC9VtF0R .center-line {
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 100%;
  background-color: #45494e;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .center-line {
    left: 5px;
    transform: translateX(0);
  }
}
.cid-tfwC9VtF0R .item-circle {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #45494e;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .cid-tfwC9VtF0R .item-circle {
    left: 0;
    transform: translateX(0);
  }
}
.cid-tfwBRitCQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwBRitCQV .row {
  justify-content: flex-start;
}
.cid-tfwBRitCQV .mbr-section-title {
  color: #45494E;
}
.cid-tfwBRitCQV .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBRitCQV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBRitCQV .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwBRitCQV .mbr-text {
  margin-top: 36px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwBRitCQV .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwBRitCQV .mbr-text {
    margin-top: 20px;
  }
}
.cid-tfwC1YtJGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC1YtJGR .row {
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tfwC1YtJGR .item {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tfwC1YtJGR .item {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC1YtJGR .item {
    padding-bottom: 26px;
  }
}
.cid-tfwC1YtJGR .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tfwC1YtJGR .item-wrap:hover .item-img {
  transform: scale(1.1);
}
.cid-tfwC1YtJGR .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 3;
}
.cid-tfwC1YtJGR .item-img-overlay {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #45494e;
}
.cid-tfwC1YtJGR .item1 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery14.jpg");
}
.cid-tfwC1YtJGR .item2 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery15.jpg");
}
.cid-tfwC1YtJGR .item3 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery16.jpg");
}
.cid-tfwC1YtJGR .item4 .item-img {
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/gallery17.jpg");
}
.cid-tfwC1YtJGR .item-content {
  display: flex;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 20% 10% 10%;
}
@media (max-width: 991px) {
  .cid-tfwC1YtJGR .item-content {
    padding: 10% 10% 10%;
  }
}
.cid-tfwC1YtJGR .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
}
.cid-tfwC1YtJGR .item-title {
  color: #FFFFFF;
}
.cid-tfwC1YtJGR .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tfwC1YtJGR .mbr-section-btn {
  margin-top: 20px;
}
.cid-tfwC1YtJGR .mbr-section-btn .btn:before {
  display: none;
}
.cid-tfwC1YtJGR .mbr-section-btn .btn:after {
  display: none;
}
.cid-tfwCaBjaeo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfwCaBjaeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwCaBjaeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwCaBjaeo .mbr-section-head {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tfwCaBjaeo .mbr-section-head {
    margin-bottom: 18px;
  }
}
.cid-tfwCaBjaeo .mbr-section-title {
  color: #45494E;
}
.cid-tfwCaBjaeo .mbr-section-subtitle {
  color: #45494E;
}
.cid-tfwCaBjaeo .card {
  padding-bottom: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwCaBjaeo .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-tfwCaBjaeo .panel-title {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tfwCaBjaeo .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-tfwCaBjaeo .panel-title:hover .sign:after {
  opacity: 1;
  transform: scale(1);
}
.cid-tfwCaBjaeo .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #45494e;
  margin-left: 1rem;
}
.cid-tfwCaBjaeo .panel-group {
  border: none;
}
.cid-tfwCaBjaeo .panel-body {
  padding: 0 0 28px;
}
.cid-tfwCaBjaeo .panel-text {
  color: #45494E;
}
.cid-tfwCaBjaeo .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .cid-tfwCaBjaeo .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tfwCaBjaeo .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tfwCaBjaeo .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwCaBjaeo .panel-title-edit {
  color: #45494E;
}
.cid-tfwCaBjaeo .sign {
  width: 34px;
  height: 34px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwCaBjaeo .sign:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cid-tfwC4LJbR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tfwC4LJbR7 .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tfwC4LJbR7 .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tfwC4LJbR7 .card-title {
  color: #45494E;
}
.cid-tfwC4LJbR7 .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tfwC4LJbR7 .mbr-text {
    margin-top: 24px;
  }
}
.cid-tfwC4LJbR7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tfwC4LJbR7 .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tfwC4LJbR7 .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tfwC4LJbR7 .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tfwC4LJbR7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tfwC4LJbR7 .google-map [data-state-details] {
  color: #6b6763;
  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-tfwC4LJbR7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tfwC4LJbR7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tfwC4bpFxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC4bpFxX .row {
  justify-content: flex-start;
}
.cid-tfwC4bpFxX .mbr-section-head {
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .cid-tfwC4bpFxX .mbr-section-head {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-tfwC4bpFxX .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-tfwC4bpFxX .mbr-section-title {
  color: #45494E;
}
.cid-tfwC4bpFxX .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwC4bpFxX .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC4bpFxX .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwC4bpFxX .card-container {
  width: 100%;
  padding: 7.5% 10%;
  background-color: #fafafa;
  border-left: 1px solid #000000;
}
.cid-tfwC4bpFxX .mbr-text {
  color: #45494E;
}
.cid-tfwC4bpFxX .card-text-wrap {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tfwC4bpFxX .card-text-wrap {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .cid-tfwC4bpFxX .card-text-wrap {
    margin-top: 22px;
  }
}
.cid-tfwC4bpFxX .name-text {
  color: #45494E;
}
.cid-tfwC4bpFxX .date-text {
  color: #5c6064;
}
.cid-tfwBJoMg44 {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/lodgem5/assets/images/background3.jpg");
}
.cid-tfwBJoMg44 .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-tfwBJoMg44 .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tfwBJoMg44 .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tfwBJoMg44 .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tfwBJoMg44 .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-tfwBJoMg44 .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tfwBJoMg44 .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tfwBJoMg44 .mbr-text {
  margin-top: 5px;
}
.cid-tfwBU4jLoA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tfwBU4jLoA .col-title {
    margin-bottom: 20px;
  }
}
.cid-tfwBU4jLoA .mbr-section-title {
  color: #45494E;
}
.cid-tfwBU4jLoA .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tfwBU4jLoA .mbr-text {
  color: #5c6064;
}
.cid-tfwC8c0LKL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tfwC8c0LKL .mbr-overlay {
  background-color: #f8f6f2;
  opacity: 0.2;
}
.cid-tfwC8c0LKL .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tfwC8c0LKL .mbr-section-title {
  color: #45494E;
}
.cid-tfwC8c0LKL .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tfwC8c0LKL .form-container {
  display: flex;
  width: 100%;
}
.cid-tfwC8c0LKL .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwC8c0LKL form {
  width: 100%;
}
.cid-tfwC8c0LKL form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tfwC8c0LKL form h5 {
  margin: 40px 0 20px;
}
.cid-tfwC8c0LKL form p {
  color: #45494E;
}
.cid-tfwC8c0LKL form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tfwC8c0LKL form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tfwC8c0LKL form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tfwC8c0LKL form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-tfwC8c0LKL form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form select {
  color: #A2A4A7 !important;
}
.cid-tfwC8c0LKL form textarea {
  height: 250px !important;
}
.cid-tfwC8c0LKL form input:active,
.cid-tfwC8c0LKL form textarea:active,
.cid-tfwC8c0LKL form input:focus,
.cid-tfwC8c0LKL form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tfwC8c0LKL form input:active::-webkit-input-placeholder,
.cid-tfwC8c0LKL form textarea:active::-webkit-input-placeholder,
.cid-tfwC8c0LKL form input:focus::-webkit-input-placeholder,
.cid-tfwC8c0LKL form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form input:active::-moz-placeholder,
.cid-tfwC8c0LKL form textarea:active::-moz-placeholder,
.cid-tfwC8c0LKL form input:focus::-moz-placeholder,
.cid-tfwC8c0LKL form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form input:active:-moz-placeholder,
.cid-tfwC8c0LKL form textarea:active:-moz-placeholder,
.cid-tfwC8c0LKL form input:focus:-moz-placeholder,
.cid-tfwC8c0LKL form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form input:active:-ms-input-placeholder,
.cid-tfwC8c0LKL form textarea:active:-ms-input-placeholder,
.cid-tfwC8c0LKL form input:focus:-ms-input-placeholder,
.cid-tfwC8c0LKL form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwC8c0LKL form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tfwC8c0LKL form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tfwC8c0LKL form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tfwC8c0LKL form .form-control-label {
  width: 100%;
}
.cid-tfwC8c0LKL form .form-check-label {
  margin-bottom: 10px;
}
.cid-tfwC8c0LKL form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tfwC8c0LKL form .form-check-input:focus,
.cid-tfwC8c0LKL form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tfwC8c0LKL form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-tfwCehuwrA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwCehuwrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwCehuwrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwCehuwrA .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-tfwCehuwrA .mbr-section-title {
  color: #45494E;
}
.cid-tfwCehuwrA .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tfwCehuwrA .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwCehuwrA .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tfwCehuwrA .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-tfwCehuwrA .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-tfwCehuwrA .tabl-item-column {
    padding: 10px;
  }
}
.cid-tfwCehuwrA .card-title {
  color: #45494E;
}
.cid-tfwCehuwrA .card-text {
  color: #45494E;
}
.cid-tfwC7fJc9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfwC7fJc9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfwC7fJc9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfwC7fJc9u .content-container {
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 575px) {
  .cid-tfwC7fJc9u .content-container {
    flex-direction: column;
  }
}
.cid-tfwC7fJc9u .icons-menu {
  display: flex;
}
.cid-tfwC7fJc9u .mbr-section-title {
  color: #45494E;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .cid-tfwC7fJc9u .mbr-section-title {
    text-align: center !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}
.cid-tfwC7fJc9u .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 40px;
  aspect-ratio: 1;
  border: 1px solid #45494e;
  transition: .3s all;
}
.cid-tfwC7fJc9u .iconfont-wrapper:not(:first-child) {
  margin-left: 10px;
}
.cid-tfwC7fJc9u .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #45494e;
  transition: .3s all;
}
.cid-tfwC7fJc9u .iconfont-wrapper:hover {
  background-color: #45494e;
}
.cid-tfwC7fJc9u .iconfont-wrapper:hover .mbr-iconfont {
  font-size: 20px;
  color: #FFFFFF;
}
.cid-tfwzej8Zhu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #45494e;
  overflow: hidden;
}
.cid-tfwzej8Zhu .mbr-text {
  color: #FFFFFF;
}
