body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Allura', handwriting;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.65rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.1375rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 0.65rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 1.7999999999999998rem + (5 - 1.7999999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7999999999999998rem + (5 - 1.7999999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.4rem + (3 - 1.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4rem + (3 - 1.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.1875rem + (1.75 - 1.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1875rem + (1.75 - 1.1875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.65rem;
}
.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: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.65rem;
}
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-tfw5EMTwpc .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-tfw5EMTwpc .dropdown-menu {
  padding: 0;
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .dropdown-item {
    text-align: left !important;
  }
}
.cid-tfw5EMTwpc .dropdown-item:hover {
  background-position: right !important;
}
.cid-tfw5EMTwpc .dropdown-item:hover:after {
  color: #94a393;
}
.cid-tfw5EMTwpc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfw5EMTwpc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfw5EMTwpc .nav-link {
  position: relative;
}
.cid-tfw5EMTwpc .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .container {
    flex-wrap: wrap;
  }
}
.cid-tfw5EMTwpc .dropdown-menu,
.cid-tfw5EMTwpc .navbar.opened {
  background: #ffffff !important;
}
.cid-tfw5EMTwpc .nav-item:focus,
.cid-tfw5EMTwpc .nav-link:focus {
  outline: none;
}
.cid-tfw5EMTwpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfw5EMTwpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfw5EMTwpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfw5EMTwpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfw5EMTwpc .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-tfw5EMTwpc .navbar.opened {
  transition: all 0.3s;
}
.cid-tfw5EMTwpc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfw5EMTwpc .navbar .navbar-logo img {
  width: auto;
}
.cid-tfw5EMTwpc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfw5EMTwpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfw5EMTwpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfw5EMTwpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfw5EMTwpc .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-tfw5EMTwpc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfw5EMTwpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfw5EMTwpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfw5EMTwpc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfw5EMTwpc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfw5EMTwpc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfw5EMTwpc .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-tfw5EMTwpc .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfw5EMTwpc .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .navbar-brand {
    display: none;
  }
}
.cid-tfw5EMTwpc .dropdown-item.active,
.cid-tfw5EMTwpc .dropdown-item:active {
  background-color: transparent;
}
.cid-tfw5EMTwpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfw5EMTwpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfw5EMTwpc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfw5EMTwpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tfw5EMTwpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfw5EMTwpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfw5EMTwpc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfw5EMTwpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfw5EMTwpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfw5EMTwpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfw5EMTwpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfw5EMTwpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfw5EMTwpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfw5EMTwpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfw5EMTwpc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfw5EMTwpc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfw5EMTwpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfw5EMTwpc .navbar-dropdown {
  padding: 0;
}
.cid-tfw5EMTwpc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .navbar {
    height: 70px;
  }
  .cid-tfw5EMTwpc .navbar.opened {
    height: auto;
  }
  .cid-tfw5EMTwpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfw5EMTwpc .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-tfw5EMTwpc .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-tfw5EMTwpc .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-tfw5EMTwpc .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-tfw5EMTwpc .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfw5EMTwpc .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-tfw5EMTwpc .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-tfw5EMTwpc .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-tfw5EMTwpc .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-tfw5EMTwpc .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-tfw5EMTwpc .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-tfw5EMTwpc .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tfw5EMTwpc .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-tfw5EMTwpc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-tfw5EMTwpc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-tfw5EMTwpc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-tfw5EMTwpc .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-tfw5EMTwpc nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-tfw5EMTwpc .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-tfw5EMTwpc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tfw5EMTwpc .image-wrapper {
    display: none;
  }
}
.cid-tfw5EMTwpc .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-tfw5EMTwpc .offcanvas-body {
    max-width: 100%;
  }
}
.cid-tfw5EMTwpc .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-tfw5EMTwpc .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfw5EMTwpc .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfw5EMTwpc .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfw5EMTwpc .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfw5EMTwpc .navbar-nav {
  display: flex !important;
}
.cid-tfw5EMTwpc .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-tfw5EMTwpc .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-tfw5EMTwpc .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-tfw5EMTwpc .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tfw5EMTwpc .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-tfw5EMTwpc .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tfw5EMTwpc .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-tfw5EMTwpc .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tfw5EMTwpc .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tfw5EMTwpc .offcanvas_text {
  width: 60%;
}
.cid-tfw5EMTwpc .mbr-text {
  color: #FFFFFF;
}
.cid-tfw5EMTwpc .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-tfw5EMTwpc .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-tfw5EMTwpc .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tfw5EMTwpc .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tfw5EMTwpc .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-tfw5EMTwpc .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-tfw5EMTwpc .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-tfw5Ko6eOP {
  display: flex;
  background-image: url("../../../assets/images/karaincir-suit-otel-20240123115542-1024x682.jpg");
  align-items: center;
}
.cid-tfw5Ko6eOP .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .cid-tfw5Ko6eOP .row {
    justify-content: center;
  }
  .cid-tfw5Ko6eOP .content-wrap {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .cid-tfw5Ko6eOP .content-wrap {
    width: 100%;
  }
}
.cid-tfw5Ko6eOP .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tfw5Ko6eOP .mbr-section-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-tfw5Ko6eOP .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tfw5Ko6eOP .mbr-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tfw5Ko6eOP .mbr-section-btn {
    text-align: center;
  }
}
.cid-tfw5Ko6eOP .mbr-section-title,
.cid-tfw5Ko6eOP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tfw6XOUXI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfw6XOUXI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfw6XOUXI2 .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-tfw6XOUXI2 .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tfw6XOUXI2 .col-img {
    order: 2;
  }
}
.cid-tfw6XOUXI2 .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tfw6XOUXI2 .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tfw6XOUXI2 .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tfw6XOUXI2 .col-tex {
    order: 1;
  }
}
.cid-tfw6XOUXI2 .card-title {
  color: #45494E;
}
.cid-tfw6XOUXI2 .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tfw6XOUXI2 .mbr-section-btn {
  margin-top: 60px;
}
.cid-tfw6XOUXI2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-vf0q9mgWsm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-vf0q9mgWsm .row {
  justify-content: flex-start;
}
.cid-vf0q9mgWsm .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-vf0q9mgWsm .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vf0q9mgWsm .mbr-section-title {
  color: #45494E;
}
.cid-vf0q9mgWsm .mbr-section-subtitle {
  color: #45494E;
}
.cid-vf0q9mgWsm .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-vf0q9mgWsm .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-vf0q9mgWsm .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-vf0q9mgWsm .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-vf0q9mgWsm .item-title {
  color: #45494E;
}
.cid-vf0q9mgWsm .item-subtitle {
  color: #45494E;
  margin-top: 16px;
}
.cid-vf0q9mgWsm .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf0q9mgWsm .mbr-text {
  color: #A2A4A7;
  padding-top: 16px;
  margin-top: auto;
}
.cid-vf0q9mgWsm .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.666%;
  background-color: #ffffff;
}
.cid-vf0q9mgWsm .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-vf0q9mgWsm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vf0q9mgWsm .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vf0q9mgWsm .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-vfnHt2eREn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfnHt2eREn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnHt2eREn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnHt2eREn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfnHt2eREn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfnHt2eREn .container {
    padding: 0 25px;
  }
}
.cid-vfnHt2eREn .row {
  justify-content: center;
}
.cid-vfnHt2eREn .item-wrapper {
  margin-bottom: 32px;
}
.cid-vfnHt2eREn .item-img {
  overflow: hidden;
}
.cid-vfnHt2eREn .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vfnHt2eREn .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-tfwboYGLtr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.cid-tfwboYGLtr .row {
  justify-content: flex-start;
}
.cid-tfwboYGLtr .mbr-section-title {
  color: #45494E;
  text-align: center;
}
.cid-tfwboYGLtr .mbr-section-subtitle {
  margin-top: 24px;
  color: #45494E;
}
@media (max-width: 991px) {
  .cid-tfwboYGLtr .mbr-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tfwboYGLtr .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tfwboYGLtr .mbr-text {
  margin-top: 36px;
  color: #45494E;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tfwboYGLtr .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tfwboYGLtr .mbr-text {
    margin-top: 20px;
  }
}
.cid-tmvxV0mlQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.cid-tmvxV0mlQJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tmvxV0mlQJ .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tmvxV0mlQJ .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tmvxV0mlQJ .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tmvxV0mlQJ .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tmvxV0mlQJ .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tmvxV0mlQJ .item-img {
  width: 100%;
  opacity: 0.9;
  filter: brightness(80%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tmvxV0mlQJ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-tmvxV0mlQJ .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-tmvxV0mlQJ .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tmvxV0mlQJ .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tmvxV0mlQJ .mbr-section-btn {
  margin-top: 20px;
}
.cid-tmvxV0mlQJ .mbr-section-btn .btn:before {
  display: none;
}
.cid-tmvxV0mlQJ .mbr-section-btn .btn:after {
  display: none;
}
.cid-tmvxV0mlQJ .mbr-text,
.cid-tmvxV0mlQJ .mbr-section-btn {
  text-align: left;
}
.cid-tfwe9ALCQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-tfwe9ALCQ7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-tfwe9ALCQ7 .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-tfwe9ALCQ7 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-tfwe9ALCQ7 .mbr-section-title {
  color: #45494E;
}
.cid-tfwe9ALCQ7 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-tfwe9ALCQ7 .form-container {
  display: flex;
}
.cid-tfwe9ALCQ7 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tfwe9ALCQ7 form {
  width: 100%;
}
.cid-tfwe9ALCQ7 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tfwe9ALCQ7 form h5 {
  margin: 40px 0 20px;
}
.cid-tfwe9ALCQ7 form p {
  color: #45494E;
}
.cid-tfwe9ALCQ7 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tfwe9ALCQ7 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-tfwe9ALCQ7 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-tfwe9ALCQ7 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-tfwe9ALCQ7 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form select {
  color: #A2A4A7 !important;
}
.cid-tfwe9ALCQ7 form textarea {
  height: 90px !important;
}
.cid-tfwe9ALCQ7 form input:active,
.cid-tfwe9ALCQ7 form textarea:active,
.cid-tfwe9ALCQ7 form input:focus,
.cid-tfwe9ALCQ7 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-tfwe9ALCQ7 form input:active::-webkit-input-placeholder,
.cid-tfwe9ALCQ7 form textarea:active::-webkit-input-placeholder,
.cid-tfwe9ALCQ7 form input:focus::-webkit-input-placeholder,
.cid-tfwe9ALCQ7 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form input:active::-moz-placeholder,
.cid-tfwe9ALCQ7 form textarea:active::-moz-placeholder,
.cid-tfwe9ALCQ7 form input:focus::-moz-placeholder,
.cid-tfwe9ALCQ7 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form input:active:-moz-placeholder,
.cid-tfwe9ALCQ7 form textarea:active:-moz-placeholder,
.cid-tfwe9ALCQ7 form input:focus:-moz-placeholder,
.cid-tfwe9ALCQ7 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form input:active:-ms-input-placeholder,
.cid-tfwe9ALCQ7 form textarea:active:-ms-input-placeholder,
.cid-tfwe9ALCQ7 form input:focus:-ms-input-placeholder,
.cid-tfwe9ALCQ7 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-tfwe9ALCQ7 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tfwe9ALCQ7 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tfwe9ALCQ7 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-tfwe9ALCQ7 form .form-control-label {
  width: 100%;
}
.cid-tfwe9ALCQ7 form .form-check-label {
  margin-bottom: 10px;
}
.cid-tfwe9ALCQ7 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tfwe9ALCQ7 form .form-check-input:focus,
.cid-tfwe9ALCQ7 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-tfwe9ALCQ7 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-veZxtHst9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-veZxtHst9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-veZxtHst9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veZxtHst9w .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-veZxtHst9w .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-veZxtHst9w .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-veZxtHst9w .google-map {
  height: 600px;
  position: relative;
}
.cid-veZxtHst9w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veZxtHst9w .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-veZxtHst9w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veZxtHst9w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf4AlFCpKc {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vf4AlFCpKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4AlFCpKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf4AlFCpKc .container {
    padding: 0 16px;
  }
}
.cid-vf4AlFCpKc .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf4AlFCpKc .card {
    margin-bottom: 40px;
  }
}
.cid-vf4AlFCpKc .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4AlFCpKc .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf4AlFCpKc .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vf4AlFCpKc .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf4AlFCpKc .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf4AlFCpKc .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vf4AlFCpKc .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4AlFCpKc .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vf4AlFCpKc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4AlFCpKc .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vf4AlFCpKc .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vf4AlFCpKc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf4AlFCpKc .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4AlFCpKc .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vf4AlFCpKc .mbr-section-title {
  color: #ffffff;
}
.cid-vf4AlFCpKc .copyright {
  color: #ffffff;
}
.cid-vf4AlFCpKc .mbr-card-title {
  color: #ffffff;
}
.cid-vf4AlFCpKc .list {
  color: #ffffff;
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .dropdown-menu {
  padding: 0;
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .dropdown-item {
    text-align: left !important;
  }
}
.cid-vf4CIxR7AX .dropdown-item:hover {
  background-position: right !important;
}
.cid-vf4CIxR7AX .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vf4CIxR7AX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf4CIxR7AX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf4CIxR7AX .nav-link {
  position: relative;
}
.cid-vf4CIxR7AX .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .container {
    flex-wrap: wrap;
  }
}
.cid-vf4CIxR7AX .dropdown-menu,
.cid-vf4CIxR7AX .navbar.opened {
  background: #ffffff !important;
}
.cid-vf4CIxR7AX .nav-item:focus,
.cid-vf4CIxR7AX .nav-link:focus {
  outline: none;
}
.cid-vf4CIxR7AX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf4CIxR7AX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf4CIxR7AX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf4CIxR7AX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf4CIxR7AX .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vf4CIxR7AX .navbar.opened {
  transition: all 0.3s;
}
.cid-vf4CIxR7AX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vf4CIxR7AX .navbar .navbar-logo img {
  width: auto;
}
.cid-vf4CIxR7AX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf4CIxR7AX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf4CIxR7AX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf4CIxR7AX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf4CIxR7AX .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-vf4CIxR7AX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf4CIxR7AX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf4CIxR7AX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vf4CIxR7AX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vf4CIxR7AX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf4CIxR7AX .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vf4CIxR7AX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vf4CIxR7AX .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4CIxR7AX .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .navbar-brand {
    display: none;
  }
}
.cid-vf4CIxR7AX .dropdown-item.active,
.cid-vf4CIxR7AX .dropdown-item:active {
  background-color: transparent;
}
.cid-vf4CIxR7AX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf4CIxR7AX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf4CIxR7AX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf4CIxR7AX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vf4CIxR7AX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf4CIxR7AX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf4CIxR7AX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf4CIxR7AX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vf4CIxR7AX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vf4CIxR7AX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf4CIxR7AX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4CIxR7AX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4CIxR7AX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf4CIxR7AX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4CIxR7AX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf4CIxR7AX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf4CIxR7AX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4CIxR7AX .navbar-dropdown {
  padding: 0;
}
.cid-vf4CIxR7AX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .navbar {
    height: 70px;
  }
  .cid-vf4CIxR7AX .navbar.opened {
    height: auto;
  }
  .cid-vf4CIxR7AX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf4CIxR7AX .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vf4CIxR7AX .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vf4CIxR7AX .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vf4CIxR7AX .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vf4CIxR7AX .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vf4CIxR7AX .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vf4CIxR7AX .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vf4CIxR7AX .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vf4CIxR7AX .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vf4CIxR7AX .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vf4CIxR7AX .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vf4CIxR7AX .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vf4CIxR7AX .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vf4CIxR7AX .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vf4CIxR7AX .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vf4CIxR7AX .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vf4CIxR7AX .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vf4CIxR7AX nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vf4CIxR7AX .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vf4CIxR7AX .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vf4CIxR7AX .image-wrapper {
    display: none;
  }
}
.cid-vf4CIxR7AX .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-vf4CIxR7AX .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vf4CIxR7AX .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vf4CIxR7AX .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4CIxR7AX .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vf4CIxR7AX .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vf4CIxR7AX .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vf4CIxR7AX .navbar-nav {
  display: flex !important;
}
.cid-vf4CIxR7AX .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vf4CIxR7AX .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vf4CIxR7AX .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vf4CIxR7AX .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vf4CIxR7AX .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vf4CIxR7AX .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4CIxR7AX .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vf4CIxR7AX .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vf4CIxR7AX .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vf4CIxR7AX .offcanvas_text {
  width: 60%;
}
.cid-vf4CIxR7AX .mbr-text {
  color: #FFFFFF;
}
.cid-vf4CIxR7AX .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vf4CIxR7AX .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vf4CIxR7AX .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vf4CIxR7AX .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vf4CIxR7AX .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vf4CIxR7AX .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vf4CIxR7AX .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vf4DgnibWg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf4DgnibWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4DgnibWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4DgnibWg .row {
  justify-content: flex-start;
}
.cid-vf4DgnibWg .mbr-section-title {
  color: #45494E;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vf4DgnibWg .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vf4DgnibWg .mbr-section-title {
    margin-bottom: 45px;
  }
}
.cid-vf4DgnibWg .image-wrapper {
  width: 100%;
}
.cid-vf4DgnibWg .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-vf4DgnibWg .mbr-text {
  margin-top: 56px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-vf4DgnibWg .mbr-text {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vf4DgnibWg .mbr-text {
    margin-top: 45px;
  }
}
.cid-vf4DgnibWg .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-vf4DgnibWg .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-vf4DgnibWg .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-vf4DgnibWg .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-vf4CIA7EJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vf4CIA7EJ3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vf4CIA7EJ3 .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vf4CIA7EJ3 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vf4CIA7EJ3 .mbr-section-title {
  color: #45494E;
}
.cid-vf4CIA7EJ3 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vf4CIA7EJ3 .form-container {
  display: flex;
}
.cid-vf4CIA7EJ3 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vf4CIA7EJ3 form {
  width: 100%;
}
.cid-vf4CIA7EJ3 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vf4CIA7EJ3 form h5 {
  margin: 40px 0 20px;
}
.cid-vf4CIA7EJ3 form p {
  color: #45494E;
}
.cid-vf4CIA7EJ3 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vf4CIA7EJ3 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vf4CIA7EJ3 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vf4CIA7EJ3 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-vf4CIA7EJ3 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form select {
  color: #A2A4A7 !important;
}
.cid-vf4CIA7EJ3 form textarea {
  height: 90px !important;
}
.cid-vf4CIA7EJ3 form input:active,
.cid-vf4CIA7EJ3 form textarea:active,
.cid-vf4CIA7EJ3 form input:focus,
.cid-vf4CIA7EJ3 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vf4CIA7EJ3 form input:active::-webkit-input-placeholder,
.cid-vf4CIA7EJ3 form textarea:active::-webkit-input-placeholder,
.cid-vf4CIA7EJ3 form input:focus::-webkit-input-placeholder,
.cid-vf4CIA7EJ3 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form input:active::-moz-placeholder,
.cid-vf4CIA7EJ3 form textarea:active::-moz-placeholder,
.cid-vf4CIA7EJ3 form input:focus::-moz-placeholder,
.cid-vf4CIA7EJ3 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form input:active:-moz-placeholder,
.cid-vf4CIA7EJ3 form textarea:active:-moz-placeholder,
.cid-vf4CIA7EJ3 form input:focus:-moz-placeholder,
.cid-vf4CIA7EJ3 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form input:active:-ms-input-placeholder,
.cid-vf4CIA7EJ3 form textarea:active:-ms-input-placeholder,
.cid-vf4CIA7EJ3 form input:focus:-ms-input-placeholder,
.cid-vf4CIA7EJ3 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4CIA7EJ3 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vf4CIA7EJ3 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vf4CIA7EJ3 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vf4CIA7EJ3 form .form-control-label {
  width: 100%;
}
.cid-vf4CIA7EJ3 form .form-check-label {
  margin-bottom: 10px;
}
.cid-vf4CIA7EJ3 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vf4CIA7EJ3 form .form-check-input:focus,
.cid-vf4CIA7EJ3 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vf4CIA7EJ3 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vf4CIALBfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vf4CIALBfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4CIALBfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4CIALBfz .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vf4CIALBfz .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vf4CIALBfz .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vf4CIALBfz .google-map {
  height: 600px;
  position: relative;
}
.cid-vf4CIALBfz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vf4CIALBfz .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-vf4CIALBfz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf4CIALBfz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf4CIBb6p8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vf4CIBb6p8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4CIBb6p8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf4CIBb6p8 .container {
    padding: 0 16px;
  }
}
.cid-vf4CIBb6p8 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf4CIBb6p8 .card {
    margin-bottom: 40px;
  }
}
.cid-vf4CIBb6p8 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4CIBb6p8 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf4CIBb6p8 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vf4CIBb6p8 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf4CIBb6p8 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf4CIBb6p8 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vf4CIBb6p8 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4CIBb6p8 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vf4CIBb6p8 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4CIBb6p8 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vf4CIBb6p8 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vf4CIBb6p8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf4CIBb6p8 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4CIBb6p8 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vf4CIBb6p8 .mbr-section-title {
  color: #ffffff;
}
.cid-vf4CIBb6p8 .copyright {
  color: #ffffff;
}
.cid-vf4CIBb6p8 .mbr-card-title {
  color: #ffffff;
}
.cid-vf4CIBb6p8 .list {
  color: #ffffff;
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .dropdown-menu {
  padding: 0;
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .dropdown-item {
    text-align: left !important;
  }
}
.cid-vf4FRB8qhA .dropdown-item:hover {
  background-position: right !important;
}
.cid-vf4FRB8qhA .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vf4FRB8qhA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf4FRB8qhA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf4FRB8qhA .nav-link {
  position: relative;
}
.cid-vf4FRB8qhA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .container {
    flex-wrap: wrap;
  }
}
.cid-vf4FRB8qhA .dropdown-menu,
.cid-vf4FRB8qhA .navbar.opened {
  background: #ffffff !important;
}
.cid-vf4FRB8qhA .nav-item:focus,
.cid-vf4FRB8qhA .nav-link:focus {
  outline: none;
}
.cid-vf4FRB8qhA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf4FRB8qhA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf4FRB8qhA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf4FRB8qhA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf4FRB8qhA .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vf4FRB8qhA .navbar.opened {
  transition: all 0.3s;
}
.cid-vf4FRB8qhA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vf4FRB8qhA .navbar .navbar-logo img {
  width: auto;
}
.cid-vf4FRB8qhA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf4FRB8qhA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf4FRB8qhA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf4FRB8qhA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf4FRB8qhA .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-vf4FRB8qhA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf4FRB8qhA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf4FRB8qhA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vf4FRB8qhA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vf4FRB8qhA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf4FRB8qhA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vf4FRB8qhA .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vf4FRB8qhA .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4FRB8qhA .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .navbar-brand {
    display: none;
  }
}
.cid-vf4FRB8qhA .dropdown-item.active,
.cid-vf4FRB8qhA .dropdown-item:active {
  background-color: transparent;
}
.cid-vf4FRB8qhA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf4FRB8qhA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf4FRB8qhA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf4FRB8qhA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vf4FRB8qhA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf4FRB8qhA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf4FRB8qhA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf4FRB8qhA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vf4FRB8qhA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vf4FRB8qhA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf4FRB8qhA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4FRB8qhA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf4FRB8qhA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf4FRB8qhA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4FRB8qhA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf4FRB8qhA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf4FRB8qhA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf4FRB8qhA .navbar-dropdown {
  padding: 0;
}
.cid-vf4FRB8qhA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .navbar {
    height: 70px;
  }
  .cid-vf4FRB8qhA .navbar.opened {
    height: auto;
  }
  .cid-vf4FRB8qhA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf4FRB8qhA .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vf4FRB8qhA .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vf4FRB8qhA .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vf4FRB8qhA .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vf4FRB8qhA .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vf4FRB8qhA .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vf4FRB8qhA .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vf4FRB8qhA .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vf4FRB8qhA .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vf4FRB8qhA .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vf4FRB8qhA .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vf4FRB8qhA .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vf4FRB8qhA .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vf4FRB8qhA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vf4FRB8qhA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vf4FRB8qhA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vf4FRB8qhA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vf4FRB8qhA nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vf4FRB8qhA .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vf4FRB8qhA .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vf4FRB8qhA .image-wrapper {
    display: none;
  }
}
.cid-vf4FRB8qhA .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-vf4FRB8qhA .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vf4FRB8qhA .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vf4FRB8qhA .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4FRB8qhA .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vf4FRB8qhA .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vf4FRB8qhA .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vf4FRB8qhA .navbar-nav {
  display: flex !important;
}
.cid-vf4FRB8qhA .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vf4FRB8qhA .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vf4FRB8qhA .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vf4FRB8qhA .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vf4FRB8qhA .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vf4FRB8qhA .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vf4FRB8qhA .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vf4FRB8qhA .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vf4FRB8qhA .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vf4FRB8qhA .offcanvas_text {
  width: 60%;
}
.cid-vf4FRB8qhA .mbr-text {
  color: #FFFFFF;
}
.cid-vf4FRB8qhA .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vf4FRB8qhA .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vf4FRB8qhA .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vf4FRB8qhA .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vf4FRB8qhA .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vf4FRB8qhA .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vf4FRB8qhA .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vf4MlOgBJc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vf4MlOgBJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4MlOgBJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4MlOgBJc .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vf4MlOgBJc .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vf4MlOgBJc .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf4MlOgBJc .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vf4MlOgBJc .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf4MlOgBJc .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf4MlOgBJc .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vf4MlOgBJc .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vf4MlOgBJc .mbr-label,
.cid-vf4MlOgBJc .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vf4MlOgBJc .mbr-section-title {
  color: #000000;
}
.cid-vf4MlOgBJc .mbr-text,
.cid-vf4MlOgBJc .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vf4MlOgBJc .mbr-section-title,
.cid-vf4MlOgBJc .mbr-section-btn {
  text-align: center;
}
.cid-vf4L1ocjys {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vf4L1ocjys .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-vf4L1ocjys .content {
    flex-wrap: wrap;
  }
}
.cid-vf4L1ocjys h2,
.cid-vf4L1ocjys h4,
.cid-vf4L1ocjys h5,
.cid-vf4L1ocjys p {
  margin: 0;
}
.cid-vf4L1ocjys .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-vf4L1ocjys .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-vf4L1ocjys .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-vf4L1ocjys .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-vf4L1ocjys .item-container {
    margin: 0;
  }
}
.cid-vf4L1ocjys .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-vf4L1ocjys .item .item-img {
  height: 100%;
}
.cid-vf4L1ocjys .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vf4L1ocjys .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-vf4L1ocjys .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-vf4L1ocjys .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vf4L1ocjys .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-vf4L1ocjys .text {
    width: 100%;
  }
}
.cid-vf4L1ocjys .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-vf4L1ocjys .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vf4L1ocjys .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-vf4L1ocjys .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-vf4L1ocjys .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-vf4L1ocjys .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-vf4L1ocjys .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-vf4L1ocjys .link {
  position: relative;
  margin-right: 5px;
}
.cid-vf4L1ocjys .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-vfkThUsUWo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f6f2;
}
.cid-vfkThUsUWo .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-vfkThUsUWo .content {
    flex-wrap: wrap;
  }
}
.cid-vfkThUsUWo h2,
.cid-vfkThUsUWo h4,
.cid-vfkThUsUWo h5,
.cid-vfkThUsUWo p {
  margin: 0;
}
.cid-vfkThUsUWo .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-vfkThUsUWo .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-vfkThUsUWo .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-vfkThUsUWo .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-vfkThUsUWo .item-container {
    margin: 0;
  }
}
.cid-vfkThUsUWo .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-vfkThUsUWo .item .item-img {
  height: 100%;
}
.cid-vfkThUsUWo .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfkThUsUWo .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-vfkThUsUWo .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-vfkThUsUWo .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfkThUsUWo .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-vfkThUsUWo .text {
    width: 100%;
  }
}
.cid-vfkThUsUWo .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-vfkThUsUWo .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vfkThUsUWo .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-vfkThUsUWo .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-vfkThUsUWo .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-vfkThUsUWo .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-vfkThUsUWo .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-vfkThUsUWo .link {
  position: relative;
  margin-right: 5px;
}
.cid-vfkThUsUWo .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-vfkTETiO6a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vfkTETiO6a .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-vfkTETiO6a .content {
    flex-wrap: wrap;
  }
}
.cid-vfkTETiO6a h2,
.cid-vfkTETiO6a h4,
.cid-vfkTETiO6a h5,
.cid-vfkTETiO6a p {
  margin: 0;
}
.cid-vfkTETiO6a .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-vfkTETiO6a .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-vfkTETiO6a .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-vfkTETiO6a .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-vfkTETiO6a .item-container {
    margin: 0;
  }
}
.cid-vfkTETiO6a .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-vfkTETiO6a .item .item-img {
  height: 100%;
}
.cid-vfkTETiO6a .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfkTETiO6a .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-vfkTETiO6a .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-vfkTETiO6a .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vfkTETiO6a .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-vfkTETiO6a .text {
    width: 100%;
  }
}
.cid-vfkTETiO6a .mbr-section-title {
  color: #000000;
  margin: -14px 0 15px;
}
.cid-vfkTETiO6a .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vfkTETiO6a .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-vfkTETiO6a .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-vfkTETiO6a .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-vfkTETiO6a .mbr-info-title {
  color: #000000;
  margin: 5px 14px 5px 0;
}
.cid-vfkTETiO6a .mbr-details {
  color: #6b6b6b;
  margin: 5px 0;
}
.cid-vfkTETiO6a .link {
  position: relative;
  margin-right: 5px;
}
.cid-vfkTETiO6a .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-vf54QRQL2z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vf54QRQL2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf54QRQL2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf54QRQL2z p {
  line-height: 2;
}
.cid-vf54QRQL2z a:hover {
  text-decoration: underline;
}
.cid-vf54QRQL2z .mbr-text {
  text-align: left;
}
.cid-vf4FRE3E45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vf4FRE3E45 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vf4FRE3E45 .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vf4FRE3E45 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vf4FRE3E45 .mbr-section-title {
  color: #45494E;
}
.cid-vf4FRE3E45 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vf4FRE3E45 .form-container {
  display: flex;
}
.cid-vf4FRE3E45 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vf4FRE3E45 form {
  width: 100%;
}
.cid-vf4FRE3E45 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vf4FRE3E45 form h5 {
  margin: 40px 0 20px;
}
.cid-vf4FRE3E45 form p {
  color: #45494E;
}
.cid-vf4FRE3E45 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vf4FRE3E45 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vf4FRE3E45 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vf4FRE3E45 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-vf4FRE3E45 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form select {
  color: #A2A4A7 !important;
}
.cid-vf4FRE3E45 form textarea {
  height: 90px !important;
}
.cid-vf4FRE3E45 form input:active,
.cid-vf4FRE3E45 form textarea:active,
.cid-vf4FRE3E45 form input:focus,
.cid-vf4FRE3E45 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vf4FRE3E45 form input:active::-webkit-input-placeholder,
.cid-vf4FRE3E45 form textarea:active::-webkit-input-placeholder,
.cid-vf4FRE3E45 form input:focus::-webkit-input-placeholder,
.cid-vf4FRE3E45 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form input:active::-moz-placeholder,
.cid-vf4FRE3E45 form textarea:active::-moz-placeholder,
.cid-vf4FRE3E45 form input:focus::-moz-placeholder,
.cid-vf4FRE3E45 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form input:active:-moz-placeholder,
.cid-vf4FRE3E45 form textarea:active:-moz-placeholder,
.cid-vf4FRE3E45 form input:focus:-moz-placeholder,
.cid-vf4FRE3E45 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form input:active:-ms-input-placeholder,
.cid-vf4FRE3E45 form textarea:active:-ms-input-placeholder,
.cid-vf4FRE3E45 form input:focus:-ms-input-placeholder,
.cid-vf4FRE3E45 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vf4FRE3E45 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vf4FRE3E45 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vf4FRE3E45 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vf4FRE3E45 form .form-control-label {
  width: 100%;
}
.cid-vf4FRE3E45 form .form-check-label {
  margin-bottom: 10px;
}
.cid-vf4FRE3E45 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vf4FRE3E45 form .form-check-input:focus,
.cid-vf4FRE3E45 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vf4FRE3E45 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vf4FREtlUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vf4FREtlUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4FREtlUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4FREtlUP .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vf4FREtlUP .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vf4FREtlUP .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vf4FREtlUP .google-map {
  height: 600px;
  position: relative;
}
.cid-vf4FREtlUP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vf4FREtlUP .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-vf4FREtlUP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf4FREtlUP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf4FREW7XH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vf4FREW7XH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4FREW7XH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf4FREW7XH .container {
    padding: 0 16px;
  }
}
.cid-vf4FREW7XH .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf4FREW7XH .card {
    margin-bottom: 40px;
  }
}
.cid-vf4FREW7XH .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4FREW7XH .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vf4FREW7XH .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vf4FREW7XH .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf4FREW7XH .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vf4FREW7XH .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vf4FREW7XH .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4FREW7XH .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vf4FREW7XH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vf4FREW7XH .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vf4FREW7XH .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vf4FREW7XH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf4FREW7XH .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf4FREW7XH .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vf4FREW7XH .mbr-section-title {
  color: #ffffff;
}
.cid-vf4FREW7XH .copyright {
  color: #ffffff;
}
.cid-vf4FREW7XH .mbr-card-title {
  color: #ffffff;
}
.cid-vf4FREW7XH .list {
  color: #ffffff;
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .dropdown-menu {
  padding: 0;
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfkVSDZgJp .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfkVSDZgJp .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vfkVSDZgJp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfkVSDZgJp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfkVSDZgJp .nav-link {
  position: relative;
}
.cid-vfkVSDZgJp .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .container {
    flex-wrap: wrap;
  }
}
.cid-vfkVSDZgJp .dropdown-menu,
.cid-vfkVSDZgJp .navbar.opened {
  background: #ffffff !important;
}
.cid-vfkVSDZgJp .nav-item:focus,
.cid-vfkVSDZgJp .nav-link:focus {
  outline: none;
}
.cid-vfkVSDZgJp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfkVSDZgJp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfkVSDZgJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfkVSDZgJp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfkVSDZgJp .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vfkVSDZgJp .navbar.opened {
  transition: all 0.3s;
}
.cid-vfkVSDZgJp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfkVSDZgJp .navbar .navbar-logo img {
  width: auto;
}
.cid-vfkVSDZgJp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfkVSDZgJp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfkVSDZgJp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfkVSDZgJp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfkVSDZgJp .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-vfkVSDZgJp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfkVSDZgJp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfkVSDZgJp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfkVSDZgJp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfkVSDZgJp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfkVSDZgJp .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfkVSDZgJp .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vfkVSDZgJp .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfkVSDZgJp .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .navbar-brand {
    display: none;
  }
}
.cid-vfkVSDZgJp .dropdown-item.active,
.cid-vfkVSDZgJp .dropdown-item:active {
  background-color: transparent;
}
.cid-vfkVSDZgJp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfkVSDZgJp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfkVSDZgJp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfkVSDZgJp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfkVSDZgJp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfkVSDZgJp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfkVSDZgJp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfkVSDZgJp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfkVSDZgJp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfkVSDZgJp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfkVSDZgJp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkVSDZgJp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfkVSDZgJp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfkVSDZgJp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkVSDZgJp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfkVSDZgJp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfkVSDZgJp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfkVSDZgJp .navbar-dropdown {
  padding: 0;
}
.cid-vfkVSDZgJp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .navbar {
    height: 70px;
  }
  .cid-vfkVSDZgJp .navbar.opened {
    height: auto;
  }
  .cid-vfkVSDZgJp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfkVSDZgJp .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vfkVSDZgJp .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vfkVSDZgJp .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vfkVSDZgJp .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vfkVSDZgJp .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfkVSDZgJp .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vfkVSDZgJp .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vfkVSDZgJp .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfkVSDZgJp .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vfkVSDZgJp .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vfkVSDZgJp .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vfkVSDZgJp .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfkVSDZgJp .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vfkVSDZgJp .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vfkVSDZgJp .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vfkVSDZgJp .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vfkVSDZgJp .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vfkVSDZgJp nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vfkVSDZgJp .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vfkVSDZgJp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vfkVSDZgJp .image-wrapper {
    display: none;
  }
}
.cid-vfkVSDZgJp .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-vfkVSDZgJp .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vfkVSDZgJp .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vfkVSDZgJp .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfkVSDZgJp .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfkVSDZgJp .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfkVSDZgJp .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfkVSDZgJp .navbar-nav {
  display: flex !important;
}
.cid-vfkVSDZgJp .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vfkVSDZgJp .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vfkVSDZgJp .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vfkVSDZgJp .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vfkVSDZgJp .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vfkVSDZgJp .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfkVSDZgJp .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfkVSDZgJp .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfkVSDZgJp .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfkVSDZgJp .offcanvas_text {
  width: 60%;
}
.cid-vfkVSDZgJp .mbr-text {
  color: #FFFFFF;
}
.cid-vfkVSDZgJp .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vfkVSDZgJp .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vfkVSDZgJp .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfkVSDZgJp .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vfkVSDZgJp .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vfkVSDZgJp .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfkVSDZgJp .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfkWrST1kf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfkWrST1kf .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfkWrST1kf .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vfkWrST1kf .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfkWrST1kf .card_info {
  margin-bottom: 12px;
}
.cid-vfkWrST1kf .card_date {
  color: #555555;
}
.cid-vfkWrST1kf .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfkWrST1kf .card_text {
  margin-top: 4px;
}
.cid-vfkWrST1kf .item-img {
  margin-bottom: 30px;
}
.cid-vfkWrST1kf .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vfkWrST1kf .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vfkWrST1kf .linkBtn a:after,
.cid-vfkWrST1kf .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vfkWrST1kf .linkBtn a:before {
  left: 0;
}
.cid-vfkWrST1kf .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vfkWrST1kf .linkBtn a:hover:before,
.cid-vfkWrST1kf .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vfkY6wIp4M {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vfkY6wIp4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkY6wIp4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkY6wIp4M .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vfkY6wIp4M .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vfkY6wIp4M .container {
    padding: 0 25px;
  }
}
.cid-vfkY6wIp4M .row {
  justify-content: center;
}
.cid-vfkY6wIp4M .item-wrapper {
  margin-bottom: 32px;
}
.cid-vfkY6wIp4M .item-img {
  overflow: hidden;
}
.cid-vfkY6wIp4M .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-vfkY6wIp4M .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-vfnzimgvOF {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vfnzimgvOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnzimgvOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnzimgvOF .row {
  justify-content: flex-start;
}
.cid-vfnzimgvOF .mbr-section-title {
  color: #45494E;
}
.cid-vfnzimgvOF .mbr-text {
  margin-top: 36px;
  color: #5c6064;
  max-width: 655px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-vfnzimgvOF .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-vfnzimgvOF .mbr-text {
    margin-top: 20px;
  }
}
.cid-vfnzimgvOF .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-vfnzimgvOF .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-vfnzimgvOF .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-vfnzimgvOF .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-vfkVSGdMKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vfkVSGdMKy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vfkVSGdMKy .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vfkVSGdMKy .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vfkVSGdMKy .mbr-section-title {
  color: #45494E;
}
.cid-vfkVSGdMKy .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vfkVSGdMKy .form-container {
  display: flex;
}
.cid-vfkVSGdMKy .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vfkVSGdMKy form {
  width: 100%;
}
.cid-vfkVSGdMKy form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vfkVSGdMKy form h5 {
  margin: 40px 0 20px;
}
.cid-vfkVSGdMKy form p {
  color: #45494E;
}
.cid-vfkVSGdMKy form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vfkVSGdMKy form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vfkVSGdMKy form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vfkVSGdMKy 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-vfkVSGdMKy form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form select {
  color: #A2A4A7 !important;
}
.cid-vfkVSGdMKy form textarea {
  height: 90px !important;
}
.cid-vfkVSGdMKy form input:active,
.cid-vfkVSGdMKy form textarea:active,
.cid-vfkVSGdMKy form input:focus,
.cid-vfkVSGdMKy form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vfkVSGdMKy form input:active::-webkit-input-placeholder,
.cid-vfkVSGdMKy form textarea:active::-webkit-input-placeholder,
.cid-vfkVSGdMKy form input:focus::-webkit-input-placeholder,
.cid-vfkVSGdMKy form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form input:active::-moz-placeholder,
.cid-vfkVSGdMKy form textarea:active::-moz-placeholder,
.cid-vfkVSGdMKy form input:focus::-moz-placeholder,
.cid-vfkVSGdMKy form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form input:active:-moz-placeholder,
.cid-vfkVSGdMKy form textarea:active:-moz-placeholder,
.cid-vfkVSGdMKy form input:focus:-moz-placeholder,
.cid-vfkVSGdMKy form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form input:active:-ms-input-placeholder,
.cid-vfkVSGdMKy form textarea:active:-ms-input-placeholder,
.cid-vfkVSGdMKy form input:focus:-ms-input-placeholder,
.cid-vfkVSGdMKy form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfkVSGdMKy form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vfkVSGdMKy form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vfkVSGdMKy form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vfkVSGdMKy form .form-control-label {
  width: 100%;
}
.cid-vfkVSGdMKy form .form-check-label {
  margin-bottom: 10px;
}
.cid-vfkVSGdMKy form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vfkVSGdMKy form .form-check-input:focus,
.cid-vfkVSGdMKy form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vfkVSGdMKy form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vfkVSGwmN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vfkVSGwmN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkVSGwmN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfkVSGwmN5 .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vfkVSGwmN5 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfkVSGwmN5 .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vfkVSGwmN5 .google-map {
  height: 600px;
  position: relative;
}
.cid-vfkVSGwmN5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfkVSGwmN5 .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-vfkVSGwmN5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfkVSGwmN5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfkVSGQfGm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vfkVSGQfGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfkVSGQfGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfkVSGQfGm .container {
    padding: 0 16px;
  }
}
.cid-vfkVSGQfGm .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfkVSGQfGm .card {
    margin-bottom: 40px;
  }
}
.cid-vfkVSGQfGm .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfkVSGQfGm .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfkVSGQfGm .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vfkVSGQfGm .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfkVSGQfGm .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfkVSGQfGm .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vfkVSGQfGm .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfkVSGQfGm .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vfkVSGQfGm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfkVSGQfGm .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vfkVSGQfGm .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vfkVSGQfGm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfkVSGQfGm .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfkVSGQfGm .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vfkVSGQfGm .mbr-section-title {
  color: #ffffff;
}
.cid-vfkVSGQfGm .copyright {
  color: #ffffff;
}
.cid-vfkVSGQfGm .mbr-card-title {
  color: #ffffff;
}
.cid-vfkVSGQfGm .list {
  color: #ffffff;
}
.cid-vfl174XFy9 .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-vfl174XFy9 .dropdown-menu {
  padding: 0;
}
.cid-vfl174XFy9 .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-vfl174XFy9 .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfl174XFy9 .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfl174XFy9 .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vfl174XFy9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfl174XFy9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfl174XFy9 .nav-link {
  position: relative;
}
.cid-vfl174XFy9 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .container {
    flex-wrap: wrap;
  }
}
.cid-vfl174XFy9 .dropdown-menu,
.cid-vfl174XFy9 .navbar.opened {
  background: #ffffff !important;
}
.cid-vfl174XFy9 .nav-item:focus,
.cid-vfl174XFy9 .nav-link:focus {
  outline: none;
}
.cid-vfl174XFy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfl174XFy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfl174XFy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfl174XFy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfl174XFy9 .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vfl174XFy9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfl174XFy9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfl174XFy9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfl174XFy9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfl174XFy9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfl174XFy9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfl174XFy9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfl174XFy9 .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-vfl174XFy9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfl174XFy9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfl174XFy9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfl174XFy9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfl174XFy9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfl174XFy9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfl174XFy9 .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-vfl174XFy9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfl174XFy9 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vfl174XFy9 .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfl174XFy9 .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .navbar-brand {
    display: none;
  }
}
.cid-vfl174XFy9 .dropdown-item.active,
.cid-vfl174XFy9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfl174XFy9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfl174XFy9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfl174XFy9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfl174XFy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfl174XFy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfl174XFy9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfl174XFy9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfl174XFy9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfl174XFy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfl174XFy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfl174XFy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfl174XFy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfl174XFy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfl174XFy9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfl174XFy9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfl174XFy9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfl174XFy9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfl174XFy9 .navbar-dropdown {
  padding: 0;
}
.cid-vfl174XFy9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfl174XFy9 .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-vfl174XFy9 .navbar {
    height: 70px;
  }
  .cid-vfl174XFy9 .navbar.opened {
    height: auto;
  }
  .cid-vfl174XFy9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfl174XFy9 .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vfl174XFy9 .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vfl174XFy9 .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vfl174XFy9 .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vfl174XFy9 .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfl174XFy9 .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vfl174XFy9 .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vfl174XFy9 .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfl174XFy9 .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vfl174XFy9 .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vfl174XFy9 .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vfl174XFy9 .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-vfl174XFy9 .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vfl174XFy9 .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfl174XFy9 .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-vfl174XFy9 .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfl174XFy9 .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vfl174XFy9 .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-vfl174XFy9 .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vfl174XFy9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vfl174XFy9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vfl174XFy9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vfl174XFy9 .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vfl174XFy9 nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vfl174XFy9 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vfl174XFy9 .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-vfl174XFy9 .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vfl174XFy9 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vfl174XFy9 .image-wrapper {
    display: none;
  }
}
.cid-vfl174XFy9 .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-vfl174XFy9 .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vfl174XFy9 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vfl174XFy9 .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfl174XFy9 .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfl174XFy9 .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfl174XFy9 .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfl174XFy9 .navbar-nav {
  display: flex !important;
}
.cid-vfl174XFy9 .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vfl174XFy9 .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vfl174XFy9 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vfl174XFy9 .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vfl174XFy9 .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vfl174XFy9 .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfl174XFy9 .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfl174XFy9 .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfl174XFy9 .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfl174XFy9 .offcanvas_text {
  width: 60%;
}
.cid-vfl174XFy9 .mbr-text {
  color: #FFFFFF;
}
.cid-vfl174XFy9 .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vfl174XFy9 .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vfl174XFy9 .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfl174XFy9 .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vfl174XFy9 .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vfl174XFy9 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfl174XFy9 .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vflanvkUJs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vflanvkUJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflanvkUJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflanvkUJs .card-wrapper {
  width: 100%;
}
.cid-vflanvkUJs .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-vflanvkUJs .image-wrapper {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-vflanvkUJs .image-wrapper {
    margin-top: 24px;
  }
}
.cid-vflanvkUJs .image-wrapper img {
  max-width: 80px;
}
.cid-vflanvkUJs .card-title {
  color: #45494E;
  margin-bottom: 0;
}
.cid-vflanvkUJs .card-text {
  color: #45494E;
  margin-bottom: 0;
  margin-top: 24px;
}
.cid-vfl1kjQili {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfl1kjQili .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl1kjQili .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl1kjQili .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vfl1kjQili img {
  margin: auto;
  width: 140px;
}
.cid-vfl1kjQili .row {
  align-items: flex-start;
}
.cid-vfl1kjQili .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-vfl1kjQili .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vfl1kjQili .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfl1kjQili .item-wrapper {
    padding: 1rem;
  }
}
.cid-vfl4oYqj5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfl4oYqj5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl4oYqj5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl4oYqj5G .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vfl4oYqj5G img {
  margin: auto;
  width: 140px;
}
.cid-vfl4oYqj5G .row {
  align-items: flex-start;
}
.cid-vfl4oYqj5G .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-vfl4oYqj5G .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vfl4oYqj5G .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfl4oYqj5G .item-wrapper {
    padding: 1rem;
  }
}
.cid-vfl7fiQJt7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfl7fiQJt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl7fiQJt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl7fiQJt7 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-vfl7fiQJt7 img {
  margin: auto;
  width: 140px;
}
.cid-vfl7fiQJt7 .row {
  align-items: flex-start;
}
.cid-vfl7fiQJt7 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-vfl7fiQJt7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vfl7fiQJt7 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vfl7fiQJt7 .item-wrapper {
    padding: 1rem;
  }
}
.cid-vfl176zRKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vfl176zRKN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vfl176zRKN .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vfl176zRKN .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vfl176zRKN .mbr-section-title {
  color: #45494E;
}
.cid-vfl176zRKN .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vfl176zRKN .form-container {
  display: flex;
}
.cid-vfl176zRKN .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vfl176zRKN form {
  width: 100%;
}
.cid-vfl176zRKN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vfl176zRKN form h5 {
  margin: 40px 0 20px;
}
.cid-vfl176zRKN form p {
  color: #45494E;
}
.cid-vfl176zRKN form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vfl176zRKN form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vfl176zRKN form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vfl176zRKN 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-vfl176zRKN form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form select {
  color: #A2A4A7 !important;
}
.cid-vfl176zRKN form textarea {
  height: 90px !important;
}
.cid-vfl176zRKN form input:active,
.cid-vfl176zRKN form textarea:active,
.cid-vfl176zRKN form input:focus,
.cid-vfl176zRKN form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vfl176zRKN form input:active::-webkit-input-placeholder,
.cid-vfl176zRKN form textarea:active::-webkit-input-placeholder,
.cid-vfl176zRKN form input:focus::-webkit-input-placeholder,
.cid-vfl176zRKN form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form input:active::-moz-placeholder,
.cid-vfl176zRKN form textarea:active::-moz-placeholder,
.cid-vfl176zRKN form input:focus::-moz-placeholder,
.cid-vfl176zRKN form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form input:active:-moz-placeholder,
.cid-vfl176zRKN form textarea:active:-moz-placeholder,
.cid-vfl176zRKN form input:focus:-moz-placeholder,
.cid-vfl176zRKN form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form input:active:-ms-input-placeholder,
.cid-vfl176zRKN form textarea:active:-ms-input-placeholder,
.cid-vfl176zRKN form input:focus:-ms-input-placeholder,
.cid-vfl176zRKN form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfl176zRKN form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vfl176zRKN form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vfl176zRKN form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vfl176zRKN form .form-control-label {
  width: 100%;
}
.cid-vfl176zRKN form .form-check-label {
  margin-bottom: 10px;
}
.cid-vfl176zRKN form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vfl176zRKN form .form-check-input:focus,
.cid-vfl176zRKN form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vfl176zRKN form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vfl176Ps97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vfl176Ps97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl176Ps97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfl176Ps97 .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vfl176Ps97 .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfl176Ps97 .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vfl176Ps97 .google-map {
  height: 600px;
  position: relative;
}
.cid-vfl176Ps97 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfl176Ps97 .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-vfl176Ps97 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfl176Ps97 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfl1781Kb9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vfl1781Kb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfl1781Kb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfl1781Kb9 .container {
    padding: 0 16px;
  }
}
.cid-vfl1781Kb9 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfl1781Kb9 .card {
    margin-bottom: 40px;
  }
}
.cid-vfl1781Kb9 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfl1781Kb9 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfl1781Kb9 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vfl1781Kb9 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfl1781Kb9 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfl1781Kb9 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vfl1781Kb9 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfl1781Kb9 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vfl1781Kb9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfl1781Kb9 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vfl1781Kb9 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vfl1781Kb9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfl1781Kb9 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfl1781Kb9 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vfl1781Kb9 .mbr-section-title {
  color: #ffffff;
}
.cid-vfl1781Kb9 .copyright {
  color: #ffffff;
}
.cid-vfl1781Kb9 .mbr-card-title {
  color: #ffffff;
}
.cid-vfl1781Kb9 .list {
  color: #ffffff;
}
.cid-vflb6AbgwV .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-vflb6AbgwV .dropdown-menu {
  padding: 0;
}
.cid-vflb6AbgwV .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-vflb6AbgwV .dropdown-item {
    text-align: left !important;
  }
}
.cid-vflb6AbgwV .dropdown-item:hover {
  background-position: right !important;
}
.cid-vflb6AbgwV .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vflb6AbgwV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vflb6AbgwV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vflb6AbgwV .nav-link {
  position: relative;
}
.cid-vflb6AbgwV .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .container {
    flex-wrap: wrap;
  }
}
.cid-vflb6AbgwV .dropdown-menu,
.cid-vflb6AbgwV .navbar.opened {
  background: #ffffff !important;
}
.cid-vflb6AbgwV .nav-item:focus,
.cid-vflb6AbgwV .nav-link:focus {
  outline: none;
}
.cid-vflb6AbgwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vflb6AbgwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vflb6AbgwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vflb6AbgwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vflb6AbgwV .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vflb6AbgwV .navbar.opened {
  transition: all 0.3s;
}
.cid-vflb6AbgwV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vflb6AbgwV .navbar .navbar-logo img {
  width: auto;
}
.cid-vflb6AbgwV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vflb6AbgwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vflb6AbgwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vflb6AbgwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vflb6AbgwV .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-vflb6AbgwV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vflb6AbgwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vflb6AbgwV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vflb6AbgwV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vflb6AbgwV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vflb6AbgwV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vflb6AbgwV .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-vflb6AbgwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vflb6AbgwV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vflb6AbgwV .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vflb6AbgwV .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .navbar-brand {
    display: none;
  }
}
.cid-vflb6AbgwV .dropdown-item.active,
.cid-vflb6AbgwV .dropdown-item:active {
  background-color: transparent;
}
.cid-vflb6AbgwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vflb6AbgwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vflb6AbgwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vflb6AbgwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vflb6AbgwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vflb6AbgwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vflb6AbgwV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vflb6AbgwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vflb6AbgwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vflb6AbgwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vflb6AbgwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflb6AbgwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vflb6AbgwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vflb6AbgwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflb6AbgwV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vflb6AbgwV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vflb6AbgwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vflb6AbgwV .navbar-dropdown {
  padding: 0;
}
.cid-vflb6AbgwV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vflb6AbgwV .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-vflb6AbgwV .navbar {
    height: 70px;
  }
  .cid-vflb6AbgwV .navbar.opened {
    height: auto;
  }
  .cid-vflb6AbgwV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vflb6AbgwV .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vflb6AbgwV .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vflb6AbgwV .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vflb6AbgwV .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vflb6AbgwV .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vflb6AbgwV .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vflb6AbgwV .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vflb6AbgwV .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vflb6AbgwV .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vflb6AbgwV .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vflb6AbgwV .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vflb6AbgwV .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-vflb6AbgwV .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vflb6AbgwV .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vflb6AbgwV .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-vflb6AbgwV .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vflb6AbgwV .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vflb6AbgwV .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-vflb6AbgwV .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vflb6AbgwV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vflb6AbgwV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vflb6AbgwV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vflb6AbgwV .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vflb6AbgwV nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vflb6AbgwV .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vflb6AbgwV .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-vflb6AbgwV .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vflb6AbgwV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vflb6AbgwV .image-wrapper {
    display: none;
  }
}
.cid-vflb6AbgwV .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-vflb6AbgwV .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vflb6AbgwV .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vflb6AbgwV .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vflb6AbgwV .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflb6AbgwV .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vflb6AbgwV .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vflb6AbgwV .navbar-nav {
  display: flex !important;
}
.cid-vflb6AbgwV .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vflb6AbgwV .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vflb6AbgwV .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vflb6AbgwV .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vflb6AbgwV .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vflb6AbgwV .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vflb6AbgwV .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vflb6AbgwV .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vflb6AbgwV .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vflb6AbgwV .offcanvas_text {
  width: 60%;
}
.cid-vflb6AbgwV .mbr-text {
  color: #FFFFFF;
}
.cid-vflb6AbgwV .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vflb6AbgwV .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vflb6AbgwV .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vflb6AbgwV .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vflb6AbgwV .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vflb6AbgwV .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vflb6AbgwV .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vflbUnONQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
  position: relative;
}
.cid-vflbUnONQJ::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f7f7f7;
}
.cid-vflbUnONQJ .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vflbUnONQJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vflbUnONQJ .container {
    padding: 0 25px;
  }
}
.cid-vflbUnONQJ .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vflbUnONQJ .title-wrapper {
    padding: 0 25px;
  }
}
.cid-vflbUnONQJ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vflbUnONQJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vflbUnONQJ .item:focus,
.cid-vflbUnONQJ span:focus {
  outline: none;
}
.cid-vflbUnONQJ .item-wrapper {
  position: relative;
}
.cid-vflbUnONQJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-vflbUnONQJ .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-vflbUnONQJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vflbUnONQJ .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-vflbUnONQJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vflbUnONQJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vflbUnONQJ .embla__button--next,
.cid-vflbUnONQJ .embla__button--prev {
  display: flex;
}
.cid-vflbUnONQJ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vflbUnONQJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vflbUnONQJ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-vflbUnONQJ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-vflbUnONQJ .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-vflbUnONQJ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-vflbUnONQJ .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-vflbUnONQJ .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-vflbUnONQJ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-vflbUnONQJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vflbUnONQJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vflbUnONQJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vflbUnONQJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vflbUnONQJ .mbr-section-title {
  color: #45494e;
  text-align: center;
}
.cid-vflbUnONQJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vflb6CXpAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vflb6CXpAb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vflb6CXpAb .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vflb6CXpAb .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vflb6CXpAb .mbr-section-title {
  color: #45494E;
}
.cid-vflb6CXpAb .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vflb6CXpAb .form-container {
  display: flex;
}
.cid-vflb6CXpAb .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vflb6CXpAb form {
  width: 100%;
}
.cid-vflb6CXpAb form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vflb6CXpAb form h5 {
  margin: 40px 0 20px;
}
.cid-vflb6CXpAb form p {
  color: #45494E;
}
.cid-vflb6CXpAb form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vflb6CXpAb form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vflb6CXpAb form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vflb6CXpAb 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-vflb6CXpAb form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form select {
  color: #A2A4A7 !important;
}
.cid-vflb6CXpAb form textarea {
  height: 90px !important;
}
.cid-vflb6CXpAb form input:active,
.cid-vflb6CXpAb form textarea:active,
.cid-vflb6CXpAb form input:focus,
.cid-vflb6CXpAb form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vflb6CXpAb form input:active::-webkit-input-placeholder,
.cid-vflb6CXpAb form textarea:active::-webkit-input-placeholder,
.cid-vflb6CXpAb form input:focus::-webkit-input-placeholder,
.cid-vflb6CXpAb form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form input:active::-moz-placeholder,
.cid-vflb6CXpAb form textarea:active::-moz-placeholder,
.cid-vflb6CXpAb form input:focus::-moz-placeholder,
.cid-vflb6CXpAb form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form input:active:-moz-placeholder,
.cid-vflb6CXpAb form textarea:active:-moz-placeholder,
.cid-vflb6CXpAb form input:focus:-moz-placeholder,
.cid-vflb6CXpAb form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form input:active:-ms-input-placeholder,
.cid-vflb6CXpAb form textarea:active:-ms-input-placeholder,
.cid-vflb6CXpAb form input:focus:-ms-input-placeholder,
.cid-vflb6CXpAb form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vflb6CXpAb form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vflb6CXpAb form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vflb6CXpAb form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vflb6CXpAb form .form-control-label {
  width: 100%;
}
.cid-vflb6CXpAb form .form-check-label {
  margin-bottom: 10px;
}
.cid-vflb6CXpAb form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vflb6CXpAb form .form-check-input:focus,
.cid-vflb6CXpAb form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vflb6CXpAb form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vflb6DKkzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vflb6DKkzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflb6DKkzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vflb6DKkzS .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vflb6DKkzS .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vflb6DKkzS .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vflb6DKkzS .google-map {
  height: 600px;
  position: relative;
}
.cid-vflb6DKkzS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vflb6DKkzS .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-vflb6DKkzS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vflb6DKkzS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vflb6EUYJk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vflb6EUYJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vflb6EUYJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vflb6EUYJk .container {
    padding: 0 16px;
  }
}
.cid-vflb6EUYJk .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vflb6EUYJk .card {
    margin-bottom: 40px;
  }
}
.cid-vflb6EUYJk .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vflb6EUYJk .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vflb6EUYJk .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vflb6EUYJk .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vflb6EUYJk .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vflb6EUYJk .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vflb6EUYJk .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vflb6EUYJk .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vflb6EUYJk .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vflb6EUYJk .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vflb6EUYJk .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vflb6EUYJk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vflb6EUYJk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vflb6EUYJk .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vflb6EUYJk .mbr-section-title {
  color: #ffffff;
}
.cid-vflb6EUYJk .copyright {
  color: #ffffff;
}
.cid-vflb6EUYJk .mbr-card-title {
  color: #ffffff;
}
.cid-vflb6EUYJk .list {
  color: #ffffff;
}
.cid-vfldXZFK3E .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-vfldXZFK3E .dropdown-menu {
  padding: 0;
}
.cid-vfldXZFK3E .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-vfldXZFK3E .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfldXZFK3E .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfldXZFK3E .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vfldXZFK3E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfldXZFK3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfldXZFK3E .nav-link {
  position: relative;
}
.cid-vfldXZFK3E .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .container {
    flex-wrap: wrap;
  }
}
.cid-vfldXZFK3E .dropdown-menu,
.cid-vfldXZFK3E .navbar.opened {
  background: #ffffff !important;
}
.cid-vfldXZFK3E .nav-item:focus,
.cid-vfldXZFK3E .nav-link:focus {
  outline: none;
}
.cid-vfldXZFK3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfldXZFK3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfldXZFK3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfldXZFK3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfldXZFK3E .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vfldXZFK3E .navbar.opened {
  transition: all 0.3s;
}
.cid-vfldXZFK3E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfldXZFK3E .navbar .navbar-logo img {
  width: auto;
}
.cid-vfldXZFK3E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfldXZFK3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfldXZFK3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfldXZFK3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfldXZFK3E .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-vfldXZFK3E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfldXZFK3E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfldXZFK3E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfldXZFK3E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfldXZFK3E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfldXZFK3E .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfldXZFK3E .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-vfldXZFK3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfldXZFK3E .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vfldXZFK3E .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfldXZFK3E .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .navbar-brand {
    display: none;
  }
}
.cid-vfldXZFK3E .dropdown-item.active,
.cid-vfldXZFK3E .dropdown-item:active {
  background-color: transparent;
}
.cid-vfldXZFK3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfldXZFK3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfldXZFK3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfldXZFK3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfldXZFK3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfldXZFK3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfldXZFK3E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfldXZFK3E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfldXZFK3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfldXZFK3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfldXZFK3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfldXZFK3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfldXZFK3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfldXZFK3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfldXZFK3E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfldXZFK3E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfldXZFK3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfldXZFK3E .navbar-dropdown {
  padding: 0;
}
.cid-vfldXZFK3E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfldXZFK3E .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-vfldXZFK3E .navbar {
    height: 70px;
  }
  .cid-vfldXZFK3E .navbar.opened {
    height: auto;
  }
  .cid-vfldXZFK3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfldXZFK3E .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vfldXZFK3E .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vfldXZFK3E .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vfldXZFK3E .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vfldXZFK3E .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfldXZFK3E .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vfldXZFK3E .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vfldXZFK3E .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfldXZFK3E .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vfldXZFK3E .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vfldXZFK3E .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vfldXZFK3E .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-vfldXZFK3E .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vfldXZFK3E .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfldXZFK3E .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-vfldXZFK3E .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfldXZFK3E .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vfldXZFK3E .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-vfldXZFK3E .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vfldXZFK3E .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vfldXZFK3E .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vfldXZFK3E .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vfldXZFK3E .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vfldXZFK3E nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vfldXZFK3E .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vfldXZFK3E .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-vfldXZFK3E .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vfldXZFK3E .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vfldXZFK3E .image-wrapper {
    display: none;
  }
}
.cid-vfldXZFK3E .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-vfldXZFK3E .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vfldXZFK3E .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vfldXZFK3E .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfldXZFK3E .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfldXZFK3E .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfldXZFK3E .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfldXZFK3E .navbar-nav {
  display: flex !important;
}
.cid-vfldXZFK3E .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vfldXZFK3E .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vfldXZFK3E .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vfldXZFK3E .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vfldXZFK3E .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vfldXZFK3E .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfldXZFK3E .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfldXZFK3E .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfldXZFK3E .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfldXZFK3E .offcanvas_text {
  width: 60%;
}
.cid-vfldXZFK3E .mbr-text {
  color: #FFFFFF;
}
.cid-vfldXZFK3E .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vfldXZFK3E .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vfldXZFK3E .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfldXZFK3E .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vfldXZFK3E .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vfldXZFK3E .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfldXZFK3E .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfldY0nlg5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfldY0nlg5 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfldY0nlg5 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vfldY0nlg5 .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfldY0nlg5 .card_info {
  margin-bottom: 12px;
}
.cid-vfldY0nlg5 .card_date {
  color: #555555;
}
.cid-vfldY0nlg5 .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfldY0nlg5 .card_text {
  margin-top: 4px;
}
.cid-vfldY0nlg5 .item-img {
  margin-bottom: 30px;
}
.cid-vfldY0nlg5 .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vfldY0nlg5 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vfldY0nlg5 .linkBtn a:after,
.cid-vfldY0nlg5 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vfldY0nlg5 .linkBtn a:before {
  left: 0;
}
.cid-vfldY0nlg5 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vfldY0nlg5 .linkBtn a:hover:before,
.cid-vfldY0nlg5 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vfldY1lk4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vfldY1lk4a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vfldY1lk4a .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vfldY1lk4a .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vfldY1lk4a .mbr-section-title {
  color: #45494E;
}
.cid-vfldY1lk4a .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vfldY1lk4a .form-container {
  display: flex;
}
.cid-vfldY1lk4a .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vfldY1lk4a form {
  width: 100%;
}
.cid-vfldY1lk4a form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vfldY1lk4a form h5 {
  margin: 40px 0 20px;
}
.cid-vfldY1lk4a form p {
  color: #45494E;
}
.cid-vfldY1lk4a form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vfldY1lk4a form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vfldY1lk4a form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vfldY1lk4a 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-vfldY1lk4a form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form select {
  color: #A2A4A7 !important;
}
.cid-vfldY1lk4a form textarea {
  height: 90px !important;
}
.cid-vfldY1lk4a form input:active,
.cid-vfldY1lk4a form textarea:active,
.cid-vfldY1lk4a form input:focus,
.cid-vfldY1lk4a form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vfldY1lk4a form input:active::-webkit-input-placeholder,
.cid-vfldY1lk4a form textarea:active::-webkit-input-placeholder,
.cid-vfldY1lk4a form input:focus::-webkit-input-placeholder,
.cid-vfldY1lk4a form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form input:active::-moz-placeholder,
.cid-vfldY1lk4a form textarea:active::-moz-placeholder,
.cid-vfldY1lk4a form input:focus::-moz-placeholder,
.cid-vfldY1lk4a form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form input:active:-moz-placeholder,
.cid-vfldY1lk4a form textarea:active:-moz-placeholder,
.cid-vfldY1lk4a form input:focus:-moz-placeholder,
.cid-vfldY1lk4a form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form input:active:-ms-input-placeholder,
.cid-vfldY1lk4a form textarea:active:-ms-input-placeholder,
.cid-vfldY1lk4a form input:focus:-ms-input-placeholder,
.cid-vfldY1lk4a form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfldY1lk4a form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vfldY1lk4a form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vfldY1lk4a form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vfldY1lk4a form .form-control-label {
  width: 100%;
}
.cid-vfldY1lk4a form .form-check-label {
  margin-bottom: 10px;
}
.cid-vfldY1lk4a form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vfldY1lk4a form .form-check-input:focus,
.cid-vfldY1lk4a form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vfldY1lk4a form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vfldY1QKGu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vfldY1QKGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfldY1QKGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfldY1QKGu .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vfldY1QKGu .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfldY1QKGu .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vfldY1QKGu .google-map {
  height: 600px;
  position: relative;
}
.cid-vfldY1QKGu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfldY1QKGu .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-vfldY1QKGu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfldY1QKGu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfldY2lhnH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vfldY2lhnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfldY2lhnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfldY2lhnH .container {
    padding: 0 16px;
  }
}
.cid-vfldY2lhnH .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfldY2lhnH .card {
    margin-bottom: 40px;
  }
}
.cid-vfldY2lhnH .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfldY2lhnH .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfldY2lhnH .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vfldY2lhnH .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfldY2lhnH .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfldY2lhnH .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vfldY2lhnH .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfldY2lhnH .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vfldY2lhnH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfldY2lhnH .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vfldY2lhnH .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vfldY2lhnH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfldY2lhnH .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfldY2lhnH .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vfldY2lhnH .mbr-section-title {
  color: #ffffff;
}
.cid-vfldY2lhnH .copyright {
  color: #ffffff;
}
.cid-vfldY2lhnH .mbr-card-title {
  color: #ffffff;
}
.cid-vfldY2lhnH .list {
  color: #ffffff;
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .dropdown-menu {
  padding: 0;
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .dropdown-item {
    text-align: left !important;
  }
}
.cid-vfnwrkzqgG .dropdown-item:hover {
  background-position: right !important;
}
.cid-vfnwrkzqgG .dropdown-item:hover:after {
  color: #94a393;
}
.cid-vfnwrkzqgG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfnwrkzqgG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfnwrkzqgG .nav-link {
  position: relative;
}
.cid-vfnwrkzqgG .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .container {
    flex-wrap: wrap;
  }
}
.cid-vfnwrkzqgG .dropdown-menu,
.cid-vfnwrkzqgG .navbar.opened {
  background: #ffffff !important;
}
.cid-vfnwrkzqgG .nav-item:focus,
.cid-vfnwrkzqgG .nav-link:focus {
  outline: none;
}
.cid-vfnwrkzqgG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfnwrkzqgG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfnwrkzqgG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfnwrkzqgG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnwrkzqgG .navbar {
  min-height: 60px;
  transition: all .3s !important;
  box-sizing: content-box;
  min-height: 80px;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}
.cid-vfnwrkzqgG .navbar.opened {
  transition: all 0.3s;
}
.cid-vfnwrkzqgG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfnwrkzqgG .navbar .navbar-logo img {
  width: auto;
}
.cid-vfnwrkzqgG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfnwrkzqgG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfnwrkzqgG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfnwrkzqgG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfnwrkzqgG .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-vfnwrkzqgG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfnwrkzqgG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfnwrkzqgG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfnwrkzqgG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfnwrkzqgG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfnwrkzqgG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfnwrkzqgG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 1599px) {
  .cid-vfnwrkzqgG .navbar-brand {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfnwrkzqgG .navbar-brand {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .navbar-brand {
    display: none;
  }
}
.cid-vfnwrkzqgG .dropdown-item.active,
.cid-vfnwrkzqgG .dropdown-item:active {
  background-color: transparent;
}
.cid-vfnwrkzqgG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfnwrkzqgG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfnwrkzqgG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfnwrkzqgG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vfnwrkzqgG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfnwrkzqgG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfnwrkzqgG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfnwrkzqgG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfnwrkzqgG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfnwrkzqgG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfnwrkzqgG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfnwrkzqgG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfnwrkzqgG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfnwrkzqgG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnwrkzqgG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfnwrkzqgG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfnwrkzqgG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnwrkzqgG .navbar-dropdown {
  padding: 0;
}
.cid-vfnwrkzqgG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .navbar {
    height: 70px;
  }
  .cid-vfnwrkzqgG .navbar.opened {
    height: auto;
  }
  .cid-vfnwrkzqgG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfnwrkzqgG .navbar-short {
  min-height: 80px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
}
.cid-vfnwrkzqgG .navbar-short .btn-wrap .mbr-section-btn .btn-white {
  border-bottom: none !important;
}
.cid-vfnwrkzqgG .navbar-caption-wrap {
  padding: 8px 0;
}
.cid-vfnwrkzqgG .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .logo-wrap {
    order: 2;
  }
}
@media (max-width: 575px) {
  .cid-vfnwrkzqgG .logo-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfnwrkzqgG .navbar-logo {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 8px;
  margin-right: 0 !important;
}
.cid-vfnwrkzqgG .btn-wrap {
  width: 40%;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .btn-wrap {
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-vfnwrkzqgG .btn-wrap {
    width: 33.33333333% !important;
  }
}
.cid-vfnwrkzqgG .btn-wrap .mbr-section-btn {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%;
}
.cid-vfnwrkzqgG .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;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .cid-vfnwrkzqgG .btn-wrap .mbr-section-btn .btn {
    padding: 20px 15px !important;
  }
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .btn-wrap .mbr-section-btn .btn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.cid-vfnwrkzqgG .btn-wrap .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .offcanvas_box {
    order: 1;
    width: 40% !important;
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vfnwrkzqgG .offcanvas_box {
    width: 33.33333333% !important;
  }
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .offcanvas_box button.btn_offcanvas {
    margin-right: auto;
  }
}
.cid-vfnwrkzqgG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  overflow: hidden;
  right: 30px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.cid-vfnwrkzqgG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 34px;
}
.cid-vfnwrkzqgG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  width: 20px;
  top: 39px;
}
.cid-vfnwrkzqgG .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  width: 20px;
  top: 44px;
}
.cid-vfnwrkzqgG nav.navbar {
  flex-wrap: nowrap;
  border-radius: 0 !important;
}
.cid-vfnwrkzqgG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.8s ease-in-out;
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .image-wrapper {
  position: fixed;
  height: 100vh;
  width: 65%;
  top: 0;
  left: 0;
}
.cid-vfnwrkzqgG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vfnwrkzqgG .image-wrapper {
    display: none;
  }
}
.cid-vfnwrkzqgG .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-vfnwrkzqgG .offcanvas-body {
    max-width: 100%;
  }
}
.cid-vfnwrkzqgG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 12px 60px 80px;
  margin-bottom: auto;
}
@media (max-width: 1599px) {
  .cid-vfnwrkzqgG .offcanvas_link {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfnwrkzqgG .offcanvas_link {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfnwrkzqgG .offcanvas_link {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfnwrkzqgG .offcanvas_link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfnwrkzqgG .navbar-nav {
  display: flex !important;
}
.cid-vfnwrkzqgG .navbar-nav .nav-item {
  width: 100%;
  text-align: left;
}
.cid-vfnwrkzqgG .navbar-nav .nav-item .nav-link {
  padding: 5px 0 !important;
  margin: 0 !important;
  justify-content: flex-start;
}
.cid-vfnwrkzqgG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #45494e !important;
}
.cid-vfnwrkzqgG .offcanvas_footer {
  margin-top: auto;
  padding-top: 40px;
}
.cid-vfnwrkzqgG .offcanvas_contact {
  display: flex;
  align-items: center;
  padding: 0 60px 40px;
}
@media (max-width: 1599px) {
  .cid-vfnwrkzqgG .offcanvas_contact {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-vfnwrkzqgG .offcanvas_contact {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .cid-vfnwrkzqgG .offcanvas_contact {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 575px) {
  .cid-vfnwrkzqgG .offcanvas_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vfnwrkzqgG .offcanvas_text {
  width: 60%;
}
.cid-vfnwrkzqgG .mbr-text {
  color: #FFFFFF;
}
.cid-vfnwrkzqgG .offcanvas_logo {
  display: flex;
  justify-content: flex-end;
  width: 40%;
  margin-left: auto;
}
.cid-vfnwrkzqgG .offcanvas_logo-wrapper {
  width: 2.5rem;
}
.cid-vfnwrkzqgG .offcanvas_logo-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vfnwrkzqgG .offcanvas_btn {
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-vfnwrkzqgG .offcanvas_btn .mbr-section-btn {
  display: flex;
  width: 100%;
}
.cid-vfnwrkzqgG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-vfnwrkzqgG .offcanvas_btn .mbr-section-btn .btn-white {
  color: #45494E !important;
  background-color: #FFFFFF !important;
}
.cid-vfnwrlbxJV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vfnwrlbxJV .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfnwrlbxJV .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-vfnwrlbxJV .card_box {
  margin-bottom: 65px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfnwrlbxJV .card_info {
  margin-bottom: 12px;
}
.cid-vfnwrlbxJV .card_date {
  color: #555555;
}
.cid-vfnwrlbxJV .card_title {
  line-height: 1.1em;
  margin-bottom: 18px;
  color: #202020;
}
.cid-vfnwrlbxJV .card_text {
  margin-top: 4px;
}
.cid-vfnwrlbxJV .item-img {
  margin-bottom: 30px;
}
.cid-vfnwrlbxJV .item-img img {
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 450px;
}
.cid-vfnwrlbxJV .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vfnwrlbxJV .linkBtn a:after,
.cid-vfnwrlbxJV .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vfnwrlbxJV .linkBtn a:before {
  left: 0;
}
.cid-vfnwrlbxJV .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vfnwrlbxJV .linkBtn a:hover:before,
.cid-vfnwrlbxJV .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vfnwrlweuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3ece6;
}
.cid-vfnwrlweuH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-vfnwrlweuH .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-vfnwrlweuH .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-vfnwrlweuH .mbr-section-title {
  color: #45494E;
}
.cid-vfnwrlweuH .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-vfnwrlweuH .form-container {
  display: flex;
}
.cid-vfnwrlweuH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vfnwrlweuH form {
  width: 100%;
}
.cid-vfnwrlweuH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vfnwrlweuH form h5 {
  margin: 40px 0 20px;
}
.cid-vfnwrlweuH form p {
  color: #45494E;
}
.cid-vfnwrlweuH form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-vfnwrlweuH form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-vfnwrlweuH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-vfnwrlweuH 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-vfnwrlweuH form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form select {
  color: #A2A4A7 !important;
}
.cid-vfnwrlweuH form textarea {
  height: 90px !important;
}
.cid-vfnwrlweuH form input:active,
.cid-vfnwrlweuH form textarea:active,
.cid-vfnwrlweuH form input:focus,
.cid-vfnwrlweuH form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-vfnwrlweuH form input:active::-webkit-input-placeholder,
.cid-vfnwrlweuH form textarea:active::-webkit-input-placeholder,
.cid-vfnwrlweuH form input:focus::-webkit-input-placeholder,
.cid-vfnwrlweuH form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form input:active::-moz-placeholder,
.cid-vfnwrlweuH form textarea:active::-moz-placeholder,
.cid-vfnwrlweuH form input:focus::-moz-placeholder,
.cid-vfnwrlweuH form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form input:active:-moz-placeholder,
.cid-vfnwrlweuH form textarea:active:-moz-placeholder,
.cid-vfnwrlweuH form input:focus:-moz-placeholder,
.cid-vfnwrlweuH form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form input:active:-ms-input-placeholder,
.cid-vfnwrlweuH form textarea:active:-ms-input-placeholder,
.cid-vfnwrlweuH form input:focus:-ms-input-placeholder,
.cid-vfnwrlweuH form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-vfnwrlweuH form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-vfnwrlweuH form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-vfnwrlweuH form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-vfnwrlweuH form .form-control-label {
  width: 100%;
}
.cid-vfnwrlweuH form .form-check-label {
  margin-bottom: 10px;
}
.cid-vfnwrlweuH form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vfnwrlweuH form .form-check-input:focus,
.cid-vfnwrlweuH form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-vfnwrlweuH form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-vfnwrlP9kH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vfnwrlP9kH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnwrlP9kH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnwrlP9kH .mbr-section-head {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .cid-vfnwrlP9kH .mbr-section-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-vfnwrlP9kH .mbr-section-head {
    margin-bottom: 45px;
  }
}
.cid-vfnwrlP9kH .google-map {
  height: 600px;
  position: relative;
}
.cid-vfnwrlP9kH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vfnwrlP9kH .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-vfnwrlP9kH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vfnwrlP9kH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vfnwrm6Fed {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #26292c;
}
.cid-vfnwrm6Fed .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnwrm6Fed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfnwrm6Fed .container {
    padding: 0 16px;
  }
}
.cid-vfnwrm6Fed .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfnwrm6Fed .card {
    margin-bottom: 40px;
  }
}
.cid-vfnwrm6Fed .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfnwrm6Fed .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfnwrm6Fed .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-vfnwrm6Fed .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnwrm6Fed .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vfnwrm6Fed .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-vfnwrm6Fed .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfnwrm6Fed .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-vfnwrm6Fed .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vfnwrm6Fed .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-vfnwrm6Fed .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vfnwrm6Fed .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vfnwrm6Fed .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vfnwrm6Fed .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vfnwrm6Fed .mbr-section-title {
  color: #ffffff;
}
.cid-vfnwrm6Fed .copyright {
  color: #ffffff;
}
.cid-vfnwrm6Fed .mbr-card-title {
  color: #ffffff;
}
.cid-vfnwrm6Fed .list {
  color: #ffffff;
}
