.btn {
  border-width: 2px;
}
body {
  background-color: #faf7e6;
}
body {
  font-family: 'Golos Text', sans-serif;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #f6be9a !important;
}
.bg-success {
  background-color: #77e6b3 !important;
}
.bg-info {
  background-color: #66dff7 !important;
}
.bg-warning {
  background-color: #ffd75e !important;
}
.bg-danger {
  background-color: #e77681 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f6be9a !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #f6be9a !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #f6be9a !important;
  border-color: #f6be9a !important;
}
.btn-primary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary:hover span {
  color: white;
  background: #000000;
}
.btn-primary span {
  background: #000000;
  transition: all 0.3s;
  color: #f6be9a;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-primary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #333c3e !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #333c3e !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #333c3e !important;
  border-color: #333c3e !important;
}
.btn-secondary:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary:hover span {
  color: white;
  background: #000000;
}
.btn-secondary span {
  background: #ffffff;
  transition: all 0.3s;
  color: #333c3e;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary span:before {
  transform: translateX(1px);
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #66dff7 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #66dff7 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #66dff7 !important;
  border-color: #66dff7 !important;
}
.btn-info:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info:hover span {
  color: white;
  background: #000000;
}
.btn-info span {
  background: #000000;
  transition: all 0.3s;
  color: #66dff7;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info span:before {
  transform: translateX(1px);
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #77e6b3 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #77e6b3 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #77e6b3 !important;
  border-color: #77e6b3 !important;
}
.btn-success:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success:hover span {
  color: white;
  background: #000000;
}
.btn-success span {
  background: #000000;
  transition: all 0.3s;
  color: #77e6b3;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success span:before {
  transform: translateX(1px);
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd75e !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #ffd75e !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd75e !important;
  border-color: #ffd75e !important;
}
.btn-warning:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning:hover span {
  color: white;
  background: #000000;
}
.btn-warning span {
  background: #000000;
  transition: all 0.3s;
  color: #ffd75e;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning span:before {
  transform: translateX(1px);
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #e77681 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #e77681 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e77681 !important;
  border-color: #e77681 !important;
}
.btn-danger:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger:hover span {
  color: white;
  background: #000000;
}
.btn-danger span {
  background: #ffffff;
  transition: all 0.3s;
  color: #e77681;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger span:before {
  transform: translateX(1px);
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white:hover span {
  color: white;
  background: #000000;
}
.btn-white span {
  background: #000000;
  transition: all 0.3s;
  color: #fafafa;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white span:before {
  transform: translateX(1px);
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  background-color: white!important;
  box-shadow: 0 27px 30px -20px #000000 !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black:hover span {
  color: white;
  background: #000000;
}
.btn-black span {
  background: #ffffff;
  transition: all 0.3s;
  color: #232323;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black span:before {
  transform: translateX(1px);
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f6be9a;
  color: #f6be9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f6be9a !important;
  background-color: transparent!important;
  border-color: #f6be9a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f6be9a !important;
  border-color: #f6be9a !important;
}
.btn-primary-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-primary-outline:hover span {
  color: #000000 !important;
}
.btn-primary-outline span {
  background: #f6be9a;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333c3e;
  color: #333c3e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #333c3e !important;
  background-color: transparent!important;
  border-color: #333c3e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333c3e !important;
  border-color: #333c3e !important;
}
.btn-secondary-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #333c3e;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #66dff7;
  color: #66dff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #66dff7 !important;
  background-color: transparent!important;
  border-color: #66dff7 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #66dff7 !important;
  border-color: #66dff7 !important;
}
.btn-info-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-info-outline:hover span {
  color: #000000 !important;
}
.btn-info-outline span {
  background: #66dff7;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #77e6b3;
  color: #77e6b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #77e6b3 !important;
  background-color: transparent!important;
  border-color: #77e6b3 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #77e6b3 !important;
  border-color: #77e6b3 !important;
}
.btn-success-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-success-outline:hover span {
  color: #000000 !important;
}
.btn-success-outline span {
  background: #77e6b3;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd75e;
  color: #ffd75e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd75e !important;
  background-color: transparent!important;
  border-color: #ffd75e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffd75e !important;
  border-color: #ffd75e !important;
}
.btn-warning-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-warning-outline:hover span {
  color: #000000 !important;
}
.btn-warning-outline span {
  background: #ffd75e;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e77681;
  color: #e77681;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e77681 !important;
  background-color: transparent!important;
  border-color: #e77681 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e77681 !important;
  border-color: #e77681 !important;
}
.btn-danger-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #e77681;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  border-color: #232323 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-black-outline:hover span {
  color: #ffffff !important;
}
.btn-black-outline span {
  background: #232323;
  transition: all 0.3s;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: #fafafa !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background-color: #f6be9a !important;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.1) rotateX(1deg) rotateY(0deg) rotateZ(4deg);
  color: #000000 !important;
}
.btn-white-outline:hover span {
  color: #000000 !important;
}
.btn-white-outline span {
  background: #fafafa;
  transition: all 0.3s;
  color: #000000;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem!important;
  font-weight: 700;
  margin-left: 12px;
}
.btn-white:hover {
  background: #f6be9a !important;
}
.btn-white:hover span {
  color: #f6be9a !important;
}
.text-primary {
  color: #f6be9a !important;
}
.text-secondary {
  color: #333c3e !important;
}
.text-success {
  color: #77e6b3 !important;
}
.text-info {
  color: #66dff7 !important;
}
.text-warning {
  color: #ffd75e !important;
}
.text-danger {
  color: #e77681 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ee823c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #050606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #26d182 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cc6eb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f7ba00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d22536 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f6be9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #66dff7;
}
.alert-warning {
  background-color: #ffd75e;
}
.alert-danger {
  background-color: #e77681;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f6be9a;
  border-color: #f6be9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f6be9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #f6be9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f6be9a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f6be9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f6be9a;
}
.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: #f6be9a;
  border-bottom-color: #f6be9a;
}
.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: #f6be9a !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: #333c3e !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='%23f6be9a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v2xzArY3GK .navbar-dropdown {
  position: relative !important;
}
.cid-v2xzArY3GK .navbar-dropdown {
  position: absolute !important;
}
@media (min-width: 992px) {
  .cid-v2xzArY3GK .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-v2xzArY3GK .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v2xzArY3GK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v2xzArY3GK .navbar-caption {
  font-weight: 500;
  color: #000000;
}
.cid-v2xzArY3GK .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-v2xzArY3GK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2xzArY3GK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2xzArY3GK .dropdown-item:hover,
.cid-v2xzArY3GK .dropdown-item:focus {
  background: #f6be9a !important;
  color: white !important;
}
.cid-v2xzArY3GK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2xzArY3GK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2xzArY3GK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2xzArY3GK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2xzArY3GK .nav-link {
  position: relative;
}
.cid-v2xzArY3GK .container {
  display: flex;
  margin: auto;
}
.cid-v2xzArY3GK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-v2xzArY3GK .dropdown-menu,
.cid-v2xzArY3GK .navbar.opened {
  background: #faf7e6 !important;
}
.cid-v2xzArY3GK .nav-item:focus,
.cid-v2xzArY3GK .nav-link:focus {
  outline: none;
}
.cid-v2xzArY3GK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2xzArY3GK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2xzArY3GK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2xzArY3GK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2xzArY3GK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2xzArY3GK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2xzArY3GK .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #faf7e6;
}
.cid-v2xzArY3GK .navbar.opened {
  transition: all 0.3s;
}
.cid-v2xzArY3GK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2xzArY3GK .navbar .navbar-logo img {
  width: auto;
}
.cid-v2xzArY3GK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2xzArY3GK .navbar.collapsed {
  justify-content: center;
}
.cid-v2xzArY3GK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2xzArY3GK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2xzArY3GK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2xzArY3GK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2xzArY3GK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v2xzArY3GK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2xzArY3GK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2xzArY3GK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2xzArY3GK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2xzArY3GK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2xzArY3GK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2xzArY3GK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2xzArY3GK .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-v2xzArY3GK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2xzArY3GK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2xzArY3GK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2xzArY3GK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2xzArY3GK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2xzArY3GK .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2xzArY3GK .navbar.navbar-short {
  min-height: 80px;
}
.cid-v2xzArY3GK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2xzArY3GK .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v2xzArY3GK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2xzArY3GK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2xzArY3GK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2xzArY3GK .dropdown-item.active,
.cid-v2xzArY3GK .dropdown-item:active {
  background-color: transparent;
}
.cid-v2xzArY3GK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2xzArY3GK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2xzArY3GK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2xzArY3GK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #faf7e6;
}
.cid-v2xzArY3GK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2xzArY3GK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2xzArY3GK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2xzArY3GK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2xzArY3GK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2xzArY3GK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2xzArY3GK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2xzArY3GK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2xzArY3GK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2xzArY3GK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2xzArY3GK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2xzArY3GK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2xzArY3GK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2xzArY3GK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2xzArY3GK .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-v2xzArY3GK .navbar {
    height: 70px;
  }
  .cid-v2xzArY3GK .navbar.opened {
    height: auto;
  }
  .cid-v2xzArY3GK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2xzArY3GK .nav-link,
.cid-v2xzArY3GK .dropdown-item {
  color: #000000;
}
.cid-v2xzAs0cnZ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs0cnZ .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-v2xzAs0cnZ .row-bg {
  align-items: center;
  background: #f6be9a;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAs0cnZ .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-v2xzAs0cnZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAs0cnZ img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-v2xzAs0cnZ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs0cnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs0cnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs0cnZ .mbr-text,
.cid-v2xzAs0cnZ .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs05IZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs05IZ .row-bg {
  background: #f6be9a;
  padding: 0 1rem 2rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAs05IZ .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAs05IZ .item-content {
  padding: 1.5rem;
}
.cid-v2xzAs05IZ .item-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v2xzAs05IZ .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-v2xzAs05IZ img,
.cid-v2xzAs05IZ .item-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cid-v2xzAs05IZ .item:focus,
.cid-v2xzAs05IZ span:focus {
  outline: none;
}
.cid-v2xzAs05IZ .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAs05IZ .item:first-child {
    margin-top: 0;
  }
}
.cid-v2xzAs05IZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAs05IZ .item-wrapper {
    padding: 0rem;
  }
}
.cid-v2xzAs05IZ .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs05IZ .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs05IZ .item-subtitle {
  color: #000000;
}
.cid-v2xzAs05IZ .price {
  color: #000000;
}
.cid-v2xzAs1d41 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs1d41 .row-bg {
  align-items: center;
  background: #eae6ce;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAs1d41 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-v2xzAs1d41 .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v2xzAs1d41 .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-v2xzAs1d41 img {
  border-radius: 1rem;
}
.cid-v2xzAs1d41 .mbr-text,
.cid-v2xzAs1d41 .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs1d41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs1d41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs1d41 .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs1d41 .mbr-role {
  color: #000000;
}
.cid-v2xzAs1wOK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs1wOK .mbr-text,
.cid-v2xzAs1wOK .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs1wOK .container {
  max-width: 1000px;
}
.cid-v2xzAs1wOK .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v2xzAs1wOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs1wOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs1uGT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs1uGT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v2xzAs1uGT .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAs1uGT .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .item:focus,
.cid-v2xzAs1uGT span:focus {
  outline: none;
}
.cid-v2xzAs1uGT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAs1uGT .card1 {
  background: #333c3e;
}
.cid-v2xzAs1uGT .card1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v2xzAs1uGT .card2 {
  background: #d1ac00;
}
.cid-v2xzAs1uGT .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAs1uGT .card3 {
  background: #f6be9a;
}
.cid-v2xzAs1uGT .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAs1uGT .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAs1uGT .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAs1uGT .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs1uGT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAs1uGT .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs1uGT .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs1uGT .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs1uGT .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs1uGT .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs1uGT .price1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs1uGT .price2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs1uGT .price3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs1uGT .item-title1,
.cid-v2xzAs1uGT .mbr-iconfont {
  text-align: center;
}
.cid-v2xzAs1uGT .item-title1,
.cid-v2xzAs1uGT .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v2xzAs1uGT .item-title2,
.cid-v2xzAs1uGT .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAs1uGT .item-title3,
.cid-v2xzAs1uGT .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAs2zXp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs2zXp .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v2xzAs2zXp .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs2zXp .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAs2zXp .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAs2zXp .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAs2zXp .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAs2zXp img,
.cid-v2xzAs2zXp .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v2xzAs2zXp .item:focus,
.cid-v2xzAs2zXp span:focus {
  outline: none;
}
.cid-v2xzAs2zXp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAs2zXp .card1 {
  background: #333c3e;
}
.cid-v2xzAs2zXp .card2 {
  background: #d1ac00;
}
.cid-v2xzAs2zXp .card3 {
  background: #f6be9a;
}
.cid-v2xzAs2zXp .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAs2zXp .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAs2zXp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAs2zXp .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs2zXp .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs2zXp .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs2zXp .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs2zXp .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs2zXp .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs2zXp .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs2zXp .price1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs2zXp .price2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs2zXp .price3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs3lNb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs3lNb .item-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v2xzAs3lNb img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v2xzAs3lNb .mbr-text {
  margin-bottom: 0;
}
.cid-v2xzAs3lNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs3lNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs3uRk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs3uRk .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-v2xzAs3uRk .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-v2xzAs3uRk .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-v2xzAs3uRk .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-v2xzAs3uRk .row-bg {
  background: #f6be9a;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAs3uRk .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAs3uRk img,
.cid-v2xzAs3uRk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v2xzAs3uRk .item:focus,
.cid-v2xzAs3uRk span:focus {
  outline: none;
}
.cid-v2xzAs3uRk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAs3uRk .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAs3uRk .item-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAs3uRk .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs3uRk .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs3uRk .item-title1 {
  color: #000000;
}
.cid-v2xzAs3uRk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2xzAs3uRk .item-title {
  color: #000000;
}
.cid-v2xzAs3uRk .mbr-text,
.cid-v2xzAs3uRk .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs4cC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs4cC6 .list-group-item {
  background-color: transparent;
  padding: 0.5rem 3.25rem;
  color: #000000;
}
.cid-v2xzAs4cC6 .plan-body {
  padding-bottom: 2rem;
}
.cid-v2xzAs4cC6 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2xzAs4cC6 .price {
  color: #000000;
}
.cid-v2xzAs4cC6 .item-wrapper {
  word-break: break-word;
  background-color: #eae6ce;
  border-radius: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v2xzAs4cC6 .item-wrapper .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v2xzAs4cC6 .item-wrapper .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v2xzAs4cC6 .item-wrapper .list-group-item:last-child::after {
  display: none;
}
.cid-v2xzAs4cC6 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs4cC6 UL {
  color: #696969;
}
.cid-v2xzAs4cC6 .plan-title {
  color: #000000;
}
.cid-v2xzAs4cC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs4cC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs4cC6 .price-term {
  color: #000000;
}
.cid-v2xzAs4cC6 .list-group,
.cid-v2xzAs4cC6 .list-group-item {
  color: #000000;
}
.cid-v2xzAs5kgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs5kgT .container {
  max-width: 1000px;
}
.cid-v2xzAs5kgT .mbr-text {
  color: #000000;
}
.cid-v2xzAs5kgT .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs5YTo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs5YTo img {
  width: 120px;
  margin: auto;
  object-fit: cover;
  height: 65px;
}
.cid-v2xzAs5YTo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2xzAs5YTo .card {
    max-width: 12.5%;
  }
}
.cid-v2xzAs66ug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs66ug .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2xzAs66ug .mbr-text,
.cid-v2xzAs66ug .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2xzAs66ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs66ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs6yfg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-v2xzAs6yfg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2xzAs6yfg .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2xzAs6yfg .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-v2xzAs6yfg .item-wrapper {
  border-radius: 2rem;
  background-color: #eae6ce;
  transition: all 0.3s;
}
.cid-v2xzAs6yfg .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-v2xzAs6yfg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v2xzAs6yfg .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v2xzAs6yfg .mbr-text {
  color: #000000;
}
.cid-v2xzAs6yfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs6yfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs6yfg .card-title {
  color: #000000;
}
.cid-v2xzAs6yfg .price {
  color: #000000;
}
.cid-v2xzAs7o1q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-v2xzAs7o1q .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAs7o1q img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v2xzAs7o1q img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs7o1q .mbr-text,
.cid-v2xzAs7o1q .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs7o1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs7o1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs7o1q .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs7rEb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs7rEb .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-v2xzAs7rEb .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-v2xzAs7rEb .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-v2xzAs7rEb .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-v2xzAs7rEb .mbr-text,
.cid-v2xzAs7rEb .mbr-section-btn {
  color: #696969;
}
.cid-v2xzAs7rEb .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs7rEb .mbr-text,
.cid-v2xzAs7rEb .mbr-section-btn,
.cid-v2xzAs7rEb .card {
  color: #000000;
}
.cid-v2xzAs7rEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs7rEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs7siF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6be9a;
}
.cid-v2xzAs7siF h1 {
  border-bottom: 1px solid currentColor;
  padding-bottom: 2rem;
}
.cid-v2xzAs7siF .row {
  align-items: center;
  background: #faf7e6;
  overflow: hidden;
  padding: 0rem;
  border: 2px solid #faf7e6;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
.cid-v2xzAs7siF .col-lg-6 {
  padding: 0 2rem;
}
.cid-v2xzAs7siF .image-wrapper {
  padding: 2rem;
}
@media (max-width: 991px) {
  .cid-v2xzAs7siF .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAs7siF img {
  width: 100%;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
  .cid-v2xzAs7siF .align-left,
  .cid-v2xzAs7siF .align-right {
    text-align: center;
  }
}
.cid-v2xzAs7siF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs7siF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs8f5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs8f5R .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAs8f5R .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAs8f5R .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v2xzAs8f5R .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAs8f5R .mbr-flex {
  justify-content: center;
}
.cid-v2xzAs8f5R .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .item:focus,
.cid-v2xzAs8f5R span:focus {
  outline: none;
}
.cid-v2xzAs8f5R .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAs8f5R .item:first-child {
    margin-top: 0;
  }
}
.cid-v2xzAs8f5R .card1 {
  background: #333c3e;
}
.cid-v2xzAs8f5R .card1 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v2xzAs8f5R .card2 {
  background: #d1ac00;
}
.cid-v2xzAs8f5R .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAs8f5R .card3 {
  background: #f6be9a;
}
.cid-v2xzAs8f5R .card3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAs8f5R .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAs8f5R .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAs8f5R .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAs8f5R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAs8f5R .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs8f5R .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAs8f5R .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs8f5R .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAs8f5R .price1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .price2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .price3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAs8f5R .item-title1,
.cid-v2xzAs8f5R .mbr-iconfont {
  text-align: center;
}
.cid-v2xzAs8f5R .item-title1,
.cid-v2xzAs8f5R .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v2xzAs8f5R .item-title2,
.cid-v2xzAs8f5R .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAs8f5R .item-title3,
.cid-v2xzAs8f5R .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAs8NqO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs8NqO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v2xzAs8NqO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2xzAs8NqO .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-v2xzAs8NqO .card-box {
  margin: auto;
}
.cid-v2xzAs8NqO img,
.cid-v2xzAs8NqO .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v2xzAs8NqO img,
  .cid-v2xzAs8NqO .item-img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v2xzAs8NqO .mbr-section-title {
  border-top: 1px solid #000000;
  padding-top: 1rem;
  color: #000000;
}
.cid-v2xzAs8NqO .card-text {
  color: #000000;
}
.cid-v2xzAs8NqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs8NqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs8NqO .card-title {
  color: #000000;
}
.cid-v2xzAs9fUW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs9fUW .container {
  max-width: 1000px;
}
.cid-v2xzAs9fUW .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-v2xzAs9fUW .mbr-section-title {
  color: #000000;
}
.cid-v2xzAs9Q8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f9f9f9;
}
.cid-v2xzAs9Q8m .google-map {
  height: 35rem;
  position: relative;
}
.cid-v2xzAs9Q8m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2xzAs9Q8m .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-v2xzAs9Q8m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2xzAs9Q8m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2xzAs9Q8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs9Q8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAs9Yr8 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAs9Yr8 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-v2xzAs9Yr8 .row-bg {
  align-items: center;
  background: #eae6ce;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAs9Yr8 .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAs9Yr8 .row-bg:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-v2xzAs9Yr8 .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-v2xzAs9Yr8 img {
  border-radius: 1rem;
}
.cid-v2xzAs9Yr8 .mbr-text,
.cid-v2xzAs9Yr8 .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAs9Yr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAs9Yr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsaP3W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsaP3W .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v2xzAsaP3W .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v2xzAsaP3W .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #eae6ce;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-v2xzAsaP3W .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2xzAsaP3W .mbr-text {
  color: #000000;
}
.cid-v2xzAsamjS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsamjS .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-v2xzAsamjS .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsamjS .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAsamjS .mbr-flex {
  justify-content: center;
}
.cid-v2xzAsamjS .mbr-flex {
  justify-content: center;
}
.cid-v2xzAsamjS .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsamjS .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsamjS .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsamjS img,
.cid-v2xzAsamjS .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-v2xzAsamjS .item:focus,
.cid-v2xzAsamjS span:focus {
  outline: none;
}
.cid-v2xzAsamjS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAsamjS .card1 {
  background: #f6be9a;
}
.cid-v2xzAsamjS .card2 {
  background: #d1ac00;
}
.cid-v2xzAsamjS .card3 {
  background: #333c3e;
}
.cid-v2xzAsamjS .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAsamjS .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsamjS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAsamjS .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsamjS .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsamjS .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsamjS .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsamjS .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsamjS .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsamjS .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsamjS .price1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsamjS .price2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsamjS .price3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbZlz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsbZlz .mbr-text,
.cid-v2xzAsbZlz .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsbZlz .container {
  max-width: 1000px;
}
.cid-v2xzAsbZlz .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v2xzAsbZlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsbZlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsbdn0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsbdn0 .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAsbdn0 .mbr-flex {
  justify-content: center;
}
.cid-v2xzAsbdn0 .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 img,
.cid-v2xzAsbdn0 .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v2xzAsbdn0 .item:focus,
.cid-v2xzAsbdn0 span:focus {
  outline: none;
}
.cid-v2xzAsbdn0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAsbdn0 .card1 {
  background: #333c3e;
}
.cid-v2xzAsbdn0 .card2 {
  background: #d1ac00;
}
.cid-v2xzAsbdn0 .card3 {
  background: #f6be9a;
}
.cid-v2xzAsbdn0 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAsbdn0 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsbdn0 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsbdn0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAsbdn0 .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsbdn0 .item-title1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsbdn0 .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsbdn0 .item-title3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsbdn0 .item-subtitle1 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsbdn0 .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsbdn0 .item-subtitle3 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsbdn0 .price1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 .price2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 .price3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsbdn0 .mbr-text1,
.cid-v2xzAsbdn0 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2xzAsbdn0 .mbr-text2,
.cid-v2xzAsbdn0 .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsbdn0 .mbr-text3,
.cid-v2xzAsbdn0 .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsc5ET {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsc5ET .inner-row {
  height: 100%;
}
.cid-v2xzAsc5ET .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-v2xzAsc5ET .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-v2xzAsc5ET .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsc5ET .card2 {
  background: #333c3e;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-v2xzAsc5ET .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsc5ET .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v2xzAsc5ET .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsc5ET .card-bg {
  align-items: center;
  background: #eae6ce;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAsc5ET .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-v2xzAsc5ET img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-v2xzAsc5ET .align-left,
  .cid-v2xzAsc5ET .align-right {
    text-align: center;
  }
}
.cid-v2xzAsc5ET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsc5ET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsc5ET .mbr-card-title1 {
  color: #000000;
}
.cid-v2xzAsc5ET .mbr-card-title2,
.cid-v2xzAsc5ET .card-btn {
  color: #FFFFFF;
}
.cid-v2xzAsc5ET .mbr-card-title3 {
  color: #000000;
}
.cid-v2xzAsc2tN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsc2tN .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-v2xzAsc2tN .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-v2xzAsc2tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsc2tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsc2tN .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsdmUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6be9a;
}
.cid-v2xzAsdmUv .item:focus,
.cid-v2xzAsdmUv span:focus {
  outline: none;
}
.cid-v2xzAsdmUv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v2xzAsdmUv .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2xzAsdmUv .item {
    min-height: 45px;
  }
}
.cid-v2xzAsdxIe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsdxIe .carousel-item {
  justify-content: center;
}
.cid-v2xzAsdxIe .carousel-item.active,
.cid-v2xzAsdxIe .carousel-item-next,
.cid-v2xzAsdxIe .carousel-item-prev {
  display: flex;
}
.cid-v2xzAsdxIe .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #000000;
}
.cid-v2xzAsdxIe .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-v2xzAsdxIe .carousel-control-next span {
  padding-left: 5px;
}
.cid-v2xzAsdxIe .carousel-control-prev span {
  padding-right: 5px;
}
.cid-v2xzAsdxIe .carousel-inner {
  padding-top: 1rem;
}
.cid-v2xzAsdxIe .user_image {
  width: 225px;
  height: 225px;
  overflow: visible;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  transition: all 0.3s;
}
.cid-v2xzAsdxIe .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-v2xzAsdxIe .user_image:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 230px) {
  .cid-v2xzAsdxIe .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v2xzAsdxIe .user_text {
  color: #000000;
}
.cid-v2xzAsdxIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsdxIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsdxIe .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsdxIe .user_name {
  color: #000000;
}
.cid-v2xzAsdxIe .user_desk {
  color: #000000;
}
.cid-v2xzAsd3Lk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsd3Lk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.cid-v2xzAsd3Lk .panel-group {
  border: none;
}
.cid-v2xzAsd3Lk .card-header {
  border: none;
}
.cid-v2xzAsd3Lk .card {
  background: #f6be9a;
  border: 1px solid #faf7e6;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAsd3Lk .card {
    padding: 0 1rem;
  }
}
.cid-v2xzAsd3Lk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAsd3Lk .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v2xzAsd3Lk .panel-body,
.cid-v2xzAsd3Lk .card-header {
  padding: 1rem 0;
}
.cid-v2xzAsd3Lk .panel-title-edit {
  color: #000000;
}
.cid-v2xzAsd3Lk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v2xzAsd3Lk .panel-title-edit,
.cid-v2xzAsd3Lk .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAsd3Lk .panel-text {
  color: #000000;
}
.cid-v2xzAsd3Lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsd3Lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsd3Lk .mbr-section-title {
  color: #000000;
}
.cid-v2xzAseA5G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAseA5G .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #eae6ce;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2xzAseA5G .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v2xzAseA5G .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2xzAseA5G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2xzAseA5G .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2xzAseA5G .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2xzAseA5G img,
.cid-v2xzAseA5G .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v2xzAseA5G .item:focus,
.cid-v2xzAseA5G span:focus {
  outline: none;
}
.cid-v2xzAseA5G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAseA5G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAseA5G .mbr-section-title {
  color: #000000;
}
.cid-v2xzAseA5G .mbr-text,
.cid-v2xzAseA5G .mbr-section-btn {
  text-align: center;
}
.cid-v2xzAseA5G .item-title {
  text-align: center;
  color: #000000;
}
.cid-v2xzAseA5G .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v2xzAsf6kq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsf6kq .mbr-section-title,
.cid-v2xzAsf6kq .mbr-section-subtitle {
  text-align: center;
}
.cid-v2xzAsf6kq .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-v2xzAsf6kq .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #eae6ce;
  transition: all 0.3s;
}
.cid-v2xzAsf6kq .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-v2xzAsf6kq .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
@media (min-width: 768px) {
  .cid-v2xzAsf6kq .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2xzAsf6kq .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v2xzAsf6kq .mbr-text {
  color: #000000;
}
.cid-v2xzAsf6kq .card-price {
  color: #000000;
}
.cid-v2xzAsf6kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsf6kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsf6kq .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v2xzAsf6kq .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsf6kq .card-title {
  color: #000000;
}
.cid-v2xzAsfdjF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsfdjF img,
.cid-v2xzAsfdjF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v2xzAsfdjF .item:focus,
.cid-v2xzAsfdjF span:focus {
  outline: none;
}
.cid-v2xzAsfdjF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAsfdjF .card1 {
  background: #f6be9a;
}
.cid-v2xzAsfdjF .card2 {
  background: #333c3e;
}
.cid-v2xzAsfdjF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAsfdjF .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsfdjF .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsfdjF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAsfdjF .mbr-section-title {
  color: #232323;
}
.cid-v2xzAsfdjF .item-title1 {
  color: #000000;
}
.cid-v2xzAsfdjF .item-title2 {
  color: #FFFFFF;
}
.cid-v2xzAsg7Ej {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsg7Ej .img-wrapper {
  text-align: center;
}
.cid-v2xzAsg7Ej img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.cid-v2xzAsg7Ej .row {
  align-items: flex-start;
}
.cid-v2xzAsg7Ej .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #eae6ce;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-v2xzAsg7Ej .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2xzAsg7Ej .item-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAsg7Ej .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsg7Ej .mbr-text,
.cid-v2xzAsg7Ej .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsg7Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsg7Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsg7Ej .card-title {
  color: #000000;
}
.cid-v2xzAsgLI2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsgLI2 .mbr-text,
.cid-v2xzAsgLI2 .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsgLI2 .container {
  max-width: 1000px;
}
.cid-v2xzAsgLI2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #000000;
  padding-bottom: 1rem;
}
.cid-v2xzAsgLI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsgLI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsgQea {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsgQea .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2xzAsgQea .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #FFFFFF;
}
.cid-v2xzAsgQea .row-bg {
  align-items: center;
  background: #333c3e;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAsgQea .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2xzAsgQea .image-wrapper {
    padding: 1rem;
  }
}
.cid-v2xzAsgQea .mbr-text,
.cid-v2xzAsgQea .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2xzAsgQea .mbr-text3 {
  text-align: center;
  color: #FFFFFF;
}
.cid-v2xzAsgQea .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsgQea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAshBrV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAshBrV .item:focus,
.cid-v2xzAshBrV span:focus {
  outline: none;
}
.cid-v2xzAshBrV .item {
  cursor: pointer;
}
.cid-v2xzAshBrV .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAshBrV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v2xzAshBrV .grid-container-1,
.cid-v2xzAshBrV .grid-container-2,
.cid-v2xzAshBrV .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAshBrV .grid-container-1,
  .cid-v2xzAshBrV .grid-container-2,
  .cid-v2xzAshBrV .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v2xzAshBrV .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-v2xzAshBrV .content-head {
  max-width: 800px;
}
.cid-v2xzAshBrV .container,
.cid-v2xzAshBrV .container-fluid {
  overflow: hidden;
}
.cid-v2xzAshBrV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v2xzAshBrV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2xzAshBrV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-v2xzAshBrV .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v2xzAshBrV .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v2xzAshBrV .grid-container-1,
.cid-v2xzAshBrV .grid-container-2,
.cid-v2xzAshBrV .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v2xzAshBrV .grid-container-1 {
  align-items: flex-end;
}
.cid-v2xzAshBrV .grid-container-2 {
  align-items: flex-start;
}
.cid-v2xzAsh2hQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-v2xzAsh2hQ .media-container-row {
  justify-content: space-between;
}
.cid-v2xzAsh2hQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2xzAsh2hQ .text-content {
    max-width: none;
  }
}
.cid-v2xzAsh2hQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2xzAsh2hQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2xzAsh2hQ .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v2xzAsh2hQ .icons {
    justify-content: center !important;
  }
  .cid-v2xzAsh2hQ .text-content * {
    text-align: center;
  }
}
.cid-v2xzAsh2hQ P {
  color: #696969;
}
.cid-v2xzAsh2hQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsh2hQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAsh2hQ .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsh2hQ .mbr-text {
  color: #000000;
}
.cid-v2xzAshypa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-v2xzAshypa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-v2xzAshypa .container {
    max-width: 1400px;
  }
}
.cid-v2xzAshypa .card {
  margin: auto;
}
.cid-v2xzAshypa .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-v2xzAshypa .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2xzAshypa .row {
  justify-content: center;
}
.cid-v2xzAshypa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAshypa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAshypa .card-title,
.cid-v2xzAshypa .card-box {
  color: #000000;
}
.cid-v2xzAsiiFN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsiiFN .row-bg {
  background: #ffffff;
  margin: 0;
  padding: 0 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAsiiFN .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAsiiFN .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAsiiFN .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAsiiFN .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAsiiFN .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
}
.cid-v2xzAsiiFN img,
.cid-v2xzAsiiFN .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v2xzAsiiFN .item:focus,
.cid-v2xzAsiiFN span:focus {
  outline: none;
}
.cid-v2xzAsiiFN .item {
  cursor: pointer;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v2xzAsiiFN .item:first-child {
    margin-top: 0;
  }
}
.cid-v2xzAsiiFN .card1 {
  background: #f6be9a;
}
.cid-v2xzAsiiFN .card2 {
  background: #d1ac00;
}
.cid-v2xzAsiiFN .card3 {
  background: #333c3e;
}
.cid-v2xzAsiiFN .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAsiiFN .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsiiFN .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsiiFN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAsiiFN .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsiiFN .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsiiFN .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsiiFN .price1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .price2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsiiFN .price3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsjGvA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAsjGvA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.cid-v2xzAsjGvA .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v2xzAsjGvA .mbr-flex {
  justify-content: center;
}
.cid-v2xzAsjGvA .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .item:focus,
.cid-v2xzAsjGvA span:focus {
  outline: none;
}
.cid-v2xzAsjGvA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v2xzAsjGvA .card1 {
  background: #f6be9a;
}
.cid-v2xzAsjGvA .card1 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAsjGvA .card2 {
  background: #d1ac00;
}
.cid-v2xzAsjGvA .card2 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2xzAsjGvA .card3 {
  background: #333c3e;
}
.cid-v2xzAsjGvA .card3 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-v2xzAsjGvA .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v2xzAsjGvA .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-v2xzAsjGvA .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-v2xzAsjGvA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAsjGvA .mbr-section-title {
  color: #000000;
}
.cid-v2xzAsjGvA .item-title1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .item-title2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .item-title3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsjGvA .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-v2xzAsjGvA .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-v2xzAsjGvA .price1 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .price2 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .price3 {
  color: #121212;
  text-align: center;
}
.cid-v2xzAsjGvA .item-title1,
.cid-v2xzAsjGvA .mbr-iconfont {
  text-align: center;
}
.cid-v2xzAsjGvA .item-title1,
.cid-v2xzAsjGvA .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAsjGvA .mbr-text1,
.cid-v2xzAsjGvA .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsjGvA .item-title2,
.cid-v2xzAsjGvA .iconfont-wrapper {
  color: #000000;
}
.cid-v2xzAsjGvA .mbr-text2,
.cid-v2xzAsjGvA .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAsjGvA .item-title3,
.cid-v2xzAsjGvA .iconfont-wrapper {
  color: #FFFFFF;
}
.cid-v2xzAsjGvA .mbr-text3,
.cid-v2xzAsjGvA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v2xzAsjb7M {
  background-image: url("../../../assets/images/photo-1758691737278-3af15b37af48.jpeg");
}
.cid-v2xzAsjb7M .row {
  min-height: 500px;
}
.cid-v2xzAsjb7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAsjb7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAskuxu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAskuxu .row-bg {
  background: #f6be9a;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAskuxu .row-bg {
    padding: 1rem 0;
  }
}
.cid-v2xzAskuxu .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v2xzAskuxu .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v2xzAskuxu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v2xzAskuxu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v2xzAskuxu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v2xzAskuxu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v2xzAskuxu img,
.cid-v2xzAskuxu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v2xzAskuxu .item:focus,
.cid-v2xzAskuxu span:focus {
  outline: none;
}
.cid-v2xzAskuxu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2xzAskuxu .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2xzAskuxu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v2xzAskuxu .mbr-section-title {
  color: #000000;
}
.cid-v2xzAskuxu .item-subtitle {
  color: #000000;
}
.cid-v2xzAskuxu .mbr-section-subtitle {
  color: #000000;
}
.cid-v2xzAskuxu .item-title {
  color: #000000;
}
.cid-v2xzAskuxu .mbr-text,
.cid-v2xzAskuxu .mbr-section-btn {
  color: #000000;
}
.cid-v2xzAskHmN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAskHmN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v2xzAskHmN form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-v2xzAskHmN input,
.cid-v2xzAskHmN textarea {
  border-radius: 0.5rem;
}
.cid-v2xzAskHmN textarea {
  min-height: 10rem;
}
.cid-v2xzAskHmN .mbr-form {
  background: #333c3e;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-v2xzAskHmN .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-v2xzAskHmN .form-control:hover,
.cid-v2xzAskHmN .form-control:focus {
  border-color: transparent !important;
}
.cid-v2xzAskHmN .mbr-section-title {
  color: #000000;
}
.cid-v2xzAslB32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-v2xzAslB32 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000000;
  margin-bottom: 2rem;
}
.cid-v2xzAslB32 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #eae6ce;
}
.cid-v2xzAslB32 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 767px) {
  .cid-v2xzAslB32 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-v2xzAslB32 .mbr-text {
  color: #696969;
}
.cid-v2xzAslB32 .mbr-section-subtitle {
  color: #000000;
}
.cid-v2xzAslB32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xzAslB32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xzAslB32 .mbr-section-title {
  color: #000000;
}
.cid-v2xzAslB32 .card-title {
  color: #000000;
}
.cid-v2xzAslB32 .link {
  color: #000000;
}
.cid-v2xzAsl5ly {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f6be9a;
  overflow: hidden;
}
.cid-v2xzAsl5ly .media-container-row .mbr-text {
  color: #000000;
}
