.btn {
  border-width: 2px;
}
body {
  background-color: #f7f9f2;
}
body {
  font-family: 'Brygada 1918', sans-serif;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Brygada 1918', 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: #a98467 !important;
}
.bg-success {
  background-color: #23ba74 !important;
}
.bg-info {
  background-color: #0bb0d2 !important;
}
.bg-warning {
  background-color: #dda600 !important;
}
.bg-danger {
  background-color: #bc2130 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a98467 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #a98467 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a98467 !important;
  border-color: #a98467 !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: #ffffff;
  transition: all 0.3s;
  color: #a98467;
  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: #6c584c !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: #6c584c !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: #6c584c !important;
  border-color: #6c584c !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: #6c584c;
  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: #0bb0d2 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #0bb0d2 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0bb0d2 !important;
  border-color: #0bb0d2 !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: #ffffff;
  transition: all 0.3s;
  color: #0bb0d2;
  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: #23ba74 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #23ba74 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #23ba74 !important;
  border-color: #23ba74 !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: #ffffff;
  transition: all 0.3s;
  color: #23ba74;
  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: #dda600 !important;
  border-color: #ffffff !important;
  color: #ffffff !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: #dda600 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dda600 !important;
  border-color: #dda600 !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: #ffffff;
  transition: all 0.3s;
  color: #dda600;
  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: #bc2130 !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: #bc2130 !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: #bc2130 !important;
  border-color: #bc2130 !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: #bc2130;
  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: #a98467;
  color: #a98467;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a98467 !important;
  background-color: transparent!important;
  border-color: #a98467 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a98467 !important;
  border-color: #a98467 !important;
}
.btn-primary-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-primary-outline:hover span {
  color: #ffffff !important;
}
.btn-primary-outline span {
  background: #a98467;
  transition: all 0.3s;
  color: #ffffff;
  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: #6c584c;
  color: #6c584c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6c584c !important;
  background-color: transparent!important;
  border-color: #6c584c !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c584c !important;
  border-color: #6c584c !important;
}
.btn-secondary-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-secondary-outline:hover span {
  color: #ffffff !important;
}
.btn-secondary-outline span {
  background: #6c584c;
  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: #0bb0d2;
  color: #0bb0d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0bb0d2 !important;
  background-color: transparent!important;
  border-color: #0bb0d2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0bb0d2 !important;
  border-color: #0bb0d2 !important;
}
.btn-info-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-info-outline:hover span {
  color: #ffffff !important;
}
.btn-info-outline span {
  background: #0bb0d2;
  transition: all 0.3s;
  color: #ffffff;
  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: #23ba74;
  color: #23ba74;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #23ba74 !important;
  background-color: transparent!important;
  border-color: #23ba74 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23ba74 !important;
  border-color: #23ba74 !important;
}
.btn-success-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-success-outline:hover span {
  color: #ffffff !important;
}
.btn-success-outline span {
  background: #23ba74;
  transition: all 0.3s;
  color: #ffffff;
  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: #dda600;
  color: #dda600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dda600 !important;
  background-color: transparent!important;
  border-color: #dda600 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dda600 !important;
  border-color: #dda600 !important;
}
.btn-warning-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-warning-outline:hover span {
  color: #ffffff !important;
}
.btn-warning-outline span {
  background: #dda600;
  transition: all 0.3s;
  color: #ffffff;
  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: #bc2130;
  color: #bc2130;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #bc2130 !important;
  background-color: transparent!important;
  border-color: #bc2130 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc2130 !important;
  border-color: #bc2130 !important;
}
.btn-danger-outline:hover {
  background-color: #a98467 !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: #ffffff !important;
}
.btn-danger-outline:hover span {
  color: #ffffff !important;
}
.btn-danger-outline span {
  background: #bc2130;
  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: #a98467 !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: #ffffff !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: #a98467 !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: #ffffff !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: #a98467 !important;
}
.btn-white:hover span {
  color: #a98467 !important;
}
.text-primary {
  color: #a98467 !important;
}
.text-secondary {
  color: #6c584c !important;
}
.text-success {
  color: #23ba74 !important;
}
.text-info {
  color: #0bb0d2 !important;
}
.text-warning {
  color: #dda600 !important;
}
.text-danger {
  color: #bc2130 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d523d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #302722 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #13643e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #065f71 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #775900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #65121a !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: #a98467;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0bb0d2;
}
.alert-warning {
  background-color: #dda600;
}
.alert-danger {
  background-color: #bc2130;
}
.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: #a98467;
  border-color: #a98467;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a98467;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7c6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #77e5b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aeeefb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeaaa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e77681;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', 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: #a98467 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', 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: #a98467;
}
/* 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: #a98467;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a98467;
}
.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: #a98467;
  border-bottom-color: #a98467;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #a98467 !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: #6c584c !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='%23a98467' %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-uUUmiIr8U7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIr8U7 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uUUmiIr8U7 .mbr-text2 {
  text-decoration: underline;
  text-align: center;
  color: #FFFFFF;
}
.cid-uUUmiIr8U7 .row-bg {
  align-items: center;
  background: #6c584c;
  padding: 8rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUUmiIr8U7 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUUmiIr8U7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uUUmiIr8U7 .mbr-text,
.cid-uUUmiIr8U7 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uUUmiIr8U7 .mbr-text3 {
  text-align: center;
  color: #FFFFFF;
}
.cid-uUUmiIr8U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIr8U7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIslNw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIslNw img,
.cid-uUUmiIslNw .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uUUmiIslNw .item:focus,
.cid-uUUmiIslNw span:focus {
  outline: none;
}
.cid-uUUmiIslNw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUUmiIslNw .card1 {
  background: #a98467;
}
.cid-uUUmiIslNw .card2 {
  background: #6c584c;
}
.cid-uUUmiIslNw .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-uUUmiIslNw .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUUmiIslNw .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uUUmiIslNw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUUmiIslNw .mbr-section-title {
  color: #232323;
}
.cid-uUUmiIslNw .item-title1 {
  color: #000000;
}
.cid-uUUmiIslNw .item-title2 {
  color: #FFFFFF;
}
.cid-uUUmiIsGdj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uUUmiIsGdj .image-wrapper {
    padding: 1rem;
  }
}
.cid-uUUmiIsGdj img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uUUmiIsGdj img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uUUmiIsGdj .mbr-text,
.cid-uUUmiIsGdj .mbr-section-btn {
  color: #000000;
}
.cid-uUUmiIsGdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIsGdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIsGdj .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIsxOs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIsxOs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uUUmiIsxOs .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uUUmiIsxOs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6edd6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uUUmiIsxOs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uUUmiIsxOs .mbr-text {
  color: #000000;
}
.cid-uUUmiItCOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiItCOy .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uUUmiItCOy .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uUUmiItCOy .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUUmiItCOy .mbr-flex {
  justify-content: center;
}
.cid-uUUmiItCOy .mbr-flex {
  justify-content: center;
}
.cid-uUUmiItCOy .mbr-text1 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uUUmiItCOy .mbr-text2 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uUUmiItCOy .mbr-text3 {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
  color: #121212;
  text-align: center;
}
.cid-uUUmiItCOy img,
.cid-uUUmiItCOy .item-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.cid-uUUmiItCOy .item:focus,
.cid-uUUmiItCOy span:focus {
  outline: none;
}
.cid-uUUmiItCOy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUUmiItCOy .card1 {
  background: #a98467;
}
.cid-uUUmiItCOy .card2 {
  background: #adc178;
}
.cid-uUUmiItCOy .card3 {
  background: #6c584c;
}
.cid-uUUmiItCOy .item-wrap {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uUUmiItCOy .item-wrap {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUUmiItCOy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUUmiItCOy .mbr-section-title {
  color: #000000;
}
.cid-uUUmiItCOy .item-title1 {
  color: #000000;
  text-align: center;
}
.cid-uUUmiItCOy .item-title2 {
  color: #000000;
  text-align: center;
}
.cid-uUUmiItCOy .item-title3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUUmiItCOy .item-subtitle1 {
  color: #000000;
  text-align: center;
}
.cid-uUUmiItCOy .item-subtitle2 {
  color: #000000;
  text-align: center;
}
.cid-uUUmiItCOy .item-subtitle3 {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUUmiItCOy .price1 {
  color: #121212;
  text-align: center;
}
.cid-uUUmiItCOy .price2 {
  color: #121212;
  text-align: center;
}
.cid-uUUmiItCOy .price3 {
  color: #121212;
  text-align: center;
}
.cid-uUUmiItyJL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a98467;
}
.cid-uUUmiItyJL .item:focus,
.cid-uUUmiItyJL span:focus {
  outline: none;
}
.cid-uUUmiItyJL .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUUmiItyJL .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUUmiItyJL .item {
    min-height: 45px;
  }
}
.cid-uUUmiItvOU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiItvOU .row-bg {
  align-items: center;
  background: #e6edd6;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUUmiItvOU .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
.cid-uUUmiItvOU .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-uUUmiItvOU .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUUmiItvOU img {
  border-radius: 1rem;
}
.cid-uUUmiItvOU .mbr-text,
.cid-uUUmiItvOU .mbr-section-btn {
  color: #000000;
}
.cid-uUUmiItvOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiItvOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiItvOU .mbr-section-title {
  color: #000000;
}
.cid-uUUmiItvOU .mbr-role {
  color: #000000;
}
.cid-uUUmiIut1x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIut1x .title-border {
  border-bottom: 2px solid currentColor;
  padding-bottom: 1rem;
}
.cid-uUUmiIut1x .card {
  height: 100%;
  justify-content: space-between;
  background: #ffffff;
}
.cid-uUUmiIut1x .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto !important;
}
@media (max-width: 767px) {
  .cid-uUUmiIut1x .mbr-section-btn {
    flex-direction: column;
  }
}
.cid-uUUmiIut1x .row-bg {
  background: #a98467;
  padding: 2rem 1rem;
  margin: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uUUmiIut1x .row-bg {
    padding: 1rem 0;
  }
}
.cid-uUUmiIut1x img,
.cid-uUUmiIut1x .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-uUUmiIut1x .item:focus,
.cid-uUUmiIut1x span:focus {
  outline: none;
}
.cid-uUUmiIut1x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUUmiIut1x .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-uUUmiIut1x .item-wrapper {
    padding: 1rem;
  }
}
.cid-uUUmiIut1x .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uUUmiIut1x .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIut1x .item-title1 {
  color: #000000;
}
.cid-uUUmiIut1x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUUmiIut1x .item-title {
  color: #000000;
}
.cid-uUUmiIut1x .mbr-text,
.cid-uUUmiIut1x .mbr-section-btn {
  color: #000000;
}
.cid-uUUmiIuTbP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIuTbP .container {
  max-width: 1000px;
}
.cid-uUUmiIuTbP .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #000000;
}
.cid-uUUmiIuTbP .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIuSfZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIuSfZ .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-uUUmiIuSfZ .mbr-figure .app-video-wrapper img {
  border-radius: 2rem;
}
.cid-uUUmiIuSfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIuSfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIuSfZ .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIuuJ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIuuJ0 .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #e6edd6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUUmiIuuJ0 .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-uUUmiIuuJ0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uUUmiIuuJ0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUUmiIuuJ0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uUUmiIuuJ0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uUUmiIuuJ0 img,
.cid-uUUmiIuuJ0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uUUmiIuuJ0 .item:focus,
.cid-uUUmiIuuJ0 span:focus {
  outline: none;
}
.cid-uUUmiIuuJ0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUUmiIuuJ0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUUmiIuuJ0 .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIuuJ0 .mbr-text,
.cid-uUUmiIuuJ0 .mbr-section-btn {
  text-align: center;
}
.cid-uUUmiIuuJ0 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uUUmiIuuJ0 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uUUmiIya8J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIya8J .mbr-section-title,
.cid-uUUmiIya8J .mbr-section-subtitle {
  text-align: center;
}
.cid-uUUmiIya8J .cost {
  word-break: normal;
  margin-bottom: 0.5rem;
}
.cid-uUUmiIya8J .item-wrapper {
  margin-bottom: 2rem;
  border-radius: 2rem;
  background: #e6edd6;
  transition: all 0.3s;
}
.cid-uUUmiIya8J .item-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUUmiIya8J .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-uUUmiIya8J .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUmiIya8J .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uUUmiIya8J .mbr-text {
  color: #000000;
}
.cid-uUUmiIya8J .card-price {
  color: #000000;
}
.cid-uUUmiIya8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIya8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIya8J .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uUUmiIya8J .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIya8J .card-title {
  color: #000000;
  text-align: center;
}
.cid-uUUmiIyEOJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIyEOJ .inner-row {
  height: 100%;
}
.cid-uUUmiIyEOJ .line {
  border-bottom: 2px solid #000000;
  padding-top: 2rem;
}
.cid-uUUmiIyEOJ .image-wrapper {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uUUmiIyEOJ .image-wrapper {
    padding: 0rem;
    padding-top: 2rem;
  }
}
.cid-uUUmiIyEOJ .card2 {
  background: #6c584c;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uUUmiIyEOJ .card2 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUUmiIyEOJ .card3 {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uUUmiIyEOJ .card3 {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUUmiIyEOJ .card-bg {
  align-items: center;
  background: #e6edd6;
  overflow: hidden;
  padding: 1rem 1rem;
  border-radius: 2rem;
  margin: 0;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUUmiIyEOJ .card-bg {
    padding: 0rem 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uUUmiIyEOJ img {
  width: 100%;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uUUmiIyEOJ .align-left,
  .cid-uUUmiIyEOJ .align-right {
    text-align: center;
  }
}
.cid-uUUmiIyEOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIyEOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIyEOJ .mbr-card-title1 {
  color: #000000;
}
.cid-uUUmiIyEOJ .mbr-card-title2,
.cid-uUUmiIyEOJ .card-btn {
  color: #FFFFFF;
}
.cid-uUUmiIyEOJ .mbr-card-title3 {
  color: #000000;
}
.cid-uUUmiICa1e {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiICa1e .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #000000;
}
.cid-uUUmiICa1e .row-bg {
  align-items: center;
  background: #e6edd6;
  transition: all 0.3s;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUUmiICa1e .row-bg {
    padding: 1rem 0;
  }
}
.cid-uUUmiICa1e .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-uUUmiICa1e .image-wrapper {
    padding: 0 1rem;
  }
}
.cid-uUUmiICa1e img {
  border-radius: 1rem;
}
.cid-uUUmiICa1e .mbr-text,
.cid-uUUmiICa1e .mbr-section-btn {
  color: #000000;
}
.cid-uUUmiICa1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiICa1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIHHYj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIHHYj .carousel-item {
  justify-content: center;
}
.cid-uUUmiIHHYj .carousel-item.active,
.cid-uUUmiIHHYj .carousel-item-next,
.cid-uUUmiIHHYj .carousel-item-prev {
  display: flex;
}
.cid-uUUmiIHHYj .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-uUUmiIHHYj .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uUUmiIHHYj .carousel-control-next span {
  padding-left: 5px;
}
.cid-uUUmiIHHYj .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uUUmiIHHYj .carousel-inner {
  padding-top: 1rem;
}
.cid-uUUmiIHHYj .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-uUUmiIHHYj .user_image img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.cid-uUUmiIHHYj .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-uUUmiIHHYj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uUUmiIHHYj .user_text {
  color: #000000;
}
.cid-uUUmiIHHYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIHHYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIHHYj .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIHHYj .user_name {
  color: #000000;
}
.cid-uUUmiIHHYj .user_desk {
  color: #000000;
}
.cid-uUUmiIJGdG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIJGdG .container {
  max-width: 1000px;
}
.cid-uUUmiIJGdG .mbr-text {
  color: #000000;
}
.cid-uUUmiIJGdG .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIJr7O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIJr7O .item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uUUmiIJr7O .item:nth-child(2n) {
    border-left: 1px solid currentColor;
  }
}
@media (max-width: 991px) {
  .cid-uUUmiIJr7O .item {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }
}
.cid-uUUmiIJr7O .item-wrapper {
  position: relative;
  padding: 30px 0;
}
.cid-uUUmiIJr7O .mbr-text,
.cid-uUUmiIJr7O .mbr-section-btn {
  color: #696969;
}
.cid-uUUmiIJr7O .mbr-section-title {
  color: #000000;
}
.cid-uUUmiIJr7O .mbr-text,
.cid-uUUmiIJr7O .mbr-section-btn,
.cid-uUUmiIJr7O .card {
  color: #000000;
}
.cid-uUUmiIJr7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIJr7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIL8Kk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiIL8Kk .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-uUUmiIL8Kk .panel-group {
  border: none;
}
.cid-uUUmiIL8Kk .card-header {
  border: none;
}
.cid-uUUmiIL8Kk .card {
  background: #a98467;
  border: 1px solid #f7f9f2;
  padding: 2rem 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uUUmiIL8Kk .card {
    padding: 0 1rem;
  }
}
.cid-uUUmiIL8Kk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUUmiIL8Kk .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUUmiIL8Kk .panel-body,
.cid-uUUmiIL8Kk .card-header {
  padding: 1rem 0;
}
.cid-uUUmiIL8Kk .panel-title-edit {
  color: #000000;
}
.cid-uUUmiIL8Kk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uUUmiIL8Kk .panel-title-edit,
.cid-uUUmiIL8Kk .mbr-iconfont {
  color: #000000;
}
.cid-uUUmiIL8Kk .panel-text {
  color: #000000;
}
.cid-uUUmiIL8Kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiIL8Kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiIL8Kk .mbr-section-title {
  color: #000000;
}
.cid-uUUmiILu0W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-uUUmiILu0W .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uUUmiILu0W .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #e6edd6;
}
.cid-uUUmiILu0W .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-uUUmiILu0W .item-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUUmiILu0W .item-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uUUmiILu0W .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uUUmiILu0W .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-uUUmiILu0W .mbr-section-subtitle {
  color: #000000;
}
.cid-uUUmiILu0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUmiILu0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUmiILu0W .mbr-section-title {
  color: #000000;
}
.cid-uUUmiILu0W .card-title {
  color: #000000;
}
.cid-uUUmiILu0W .mbr-text {
  color: #000000;
}
.cid-uUUmiIMYUh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a98467;
  overflow: hidden;
}
.cid-uUUmiIMYUh .media-container-row .mbr-text {
  color: #000000;
}
