@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #7aba59 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #f5cd47 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5cd47 !important;
  border-color: #f5cd47 !important;
  color: #3a2d03 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3a2d03 !important;
  background-color: #e3b20c !important;
  border-color: #e3b20c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3a2d03 !important;
  background-color: #e3b20c !important;
  border-color: #e3b20c !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #f5cd47 inset !important;
  background: transparent !important;
  border: none !important;
  color: #f5cd47 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #7aba59 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7aba59 !important;
  border-color: #7aba59 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #568c3a !important;
  border-color: #568c3a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #7aba59 inset !important;
  background: transparent !important;
  border: none !important;
  color: #7aba59 !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #000000 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #000000 inset !important;
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #f5cd47 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cb9f0b;
  color: #cb9f0b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a2d03;
  background-color: #f5cd47;
  border-color: #f5cd47;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3a2d03 !important;
  background-color: #f5cd47 !important;
  border-color: #f5cd47 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #f5cd47 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #f5cd47;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #7aba59 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4b7a33;
  color: #4b7a33;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7aba59;
  border-color: #7aba59;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7aba59 !important;
  border-color: #7aba59 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #7aba59 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #7aba59;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #000000 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #000000 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #000000;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #f5cd47 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #7aba59 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f5cd47 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4b7a33 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #7aba59;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c2dfb3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5cd47 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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%;
  -webkit-transform: translateX(-50%) translateY(-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='%23ffffff' %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;
}
.cid-ssaarVsCin .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssaarVsCin .nav-item:focus,
.cid-ssaarVsCin .nav-link:focus {
  outline: none;
}
.cid-ssaarVsCin .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item:hover,
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item:active,
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ssaarVsCin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ssaarVsCin .navbar-caption:hover {
  color: inherit !important;
}
.cid-ssaarVsCin .container {
  max-width: 1380px;
}
.cid-ssaarVsCin .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-ssaarVsCin .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-ssaarVsCin .nav-link:hover,
.cid-ssaarVsCin .nav-link:active,
.cid-ssaarVsCin .nav-link:focus {
  border-bottom: 3px solid #ffffff;
  color: #ffffff !important;
}
.cid-ssaarVsCin .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000;
  background: none;
}
.cid-ssaarVsCin .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-ssaarVsCin .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-ssaarVsCin .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ssaarVsCin .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ssaarVsCin .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ssaarVsCin .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-ssaarVsCin .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ssaarVsCin .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ssaarVsCin .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ssaarVsCin .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ssaarVsCin .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ssaarVsCin .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ssaarVsCin .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ssaarVsCin .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ssaarVsCin .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ssaarVsCin .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ssaarVsCin .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ssaarVsCin .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ssaarVsCin .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ssaarVsCin .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ssaarVsCin .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ssaarVsCin .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ssaarVsCin .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ssaarVsCin .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ssaarVsCin .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ssaarVsCin .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-ssaarVsCin .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ssaarVsCin .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ssaarVsCin .icons-menu span {
  color: #f5cd47 !important;
}
.cid-ssaarVsCin .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ssaarVsCin .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-ssaarVsCin .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ssaarVsCin .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ssaarVsCin .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ssaarVsCin .dropdown-item.active,
.cid-ssaarVsCin .dropdown-item:active {
  background-color: transparent;
}
.cid-ssaarVsCin .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ssaarVsCin .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ssaarVsCin .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ssaarVsCin .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ssaarVsCin .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ssaarVsCin .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ssaarVsCin ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ssaarVsCin .navbar-buttons {
  text-align: center;
}
.cid-ssaarVsCin button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssaarVsCin button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5cd47;
}
.cid-ssaarVsCin button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-ssaarVsCin button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-ssaarVsCin button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-ssaarVsCin button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-ssaarVsCin nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-ssaarVsCin nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-ssaarVsCin nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-ssaarVsCin nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-ssaarVsCin .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ssaarVsCin a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-ssaarVsCin .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ssaarVsCin .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-ssaarVsCin .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ssaarVsCin .navbar {
    height: 77px;
  }
  .cid-ssaarVsCin .navbar.opened {
    height: auto;
  }
  .cid-ssaarVsCin .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ssac9rEBtl {
  background-image: url("../../../assets/images/whatsapp-image-2021-03-18-at-23.14.30-1-2000x1333.jpg?v=1OyfWj");
  background-position: right;
}
.cid-ssac9rEBtl .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ssac9rEBtl .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-ssac9rEBtl .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ssac9rEBtl img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ssac9rEBtl .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ssac9rEBtl H1 {
  color: #ffffff;
}
.cid-ssavefYqZc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssavefYqZc .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-ssavefYqZc .mbr-section-title {
  margin: 0;
}
.cid-ssavefYqZc .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ssavefYqZc .card-img span {
  color: #f5cd47;
}
.cid-ssavefYqZc .row-item {
  margin-bottom: 2rem;
}
.cid-ssavefYqZc .row-item:hover .wrapper {
  background: linear-gradient(90deg, #000000, #f5cd47);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-ssavefYqZc .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-ssavefYqZc .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-ssavefYqZc .wrapper {
  padding: 2.5rem 1rem;
  background: #000000;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ssavefYqZc .mbr-card-title,
.cid-ssavefYqZc .card-img {
  color: #ffffff;
}
.cid-ssapU1O6BO {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr.jpg?v=1OyfWj");
}
.cid-ssapU1O6BO .container {
  margin-bottom: 15%;
}
.cid-ssapU1O6BO .content-container .btn-bgr {
  z-index: 0;
}
.cid-ssapU1O6BO .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f5cd47;
}
.cid-ssapU1O6BO .icon-block-top span {
  background-color: #f5cd47;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-ssapU1O6BO .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-ssapU1O6BO .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-ssapU1O6BO .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-ssapU1O6BO .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-ssapU1O6BO .box-item-text,
.cid-ssapU1O6BO .mbr-section-btn {
  color: #8d97ad;
}
.cid-ssapU1O6BO .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-ssapU1O6BO .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-ssapU1O6BO .box-list li:last-child {
  border-bottom: none;
}
.cid-ssapU1O6BO .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-ssapU1O6BO .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ssapU1O6BO .mbr-section-btn {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.cid-ssapU1O6BO .mbr-section-btn > .btn-underline {
  padding: .5rem;
}
@media (min-width: 992px) {
  .cid-ssapU1O6BO .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-ssapU1O6BO .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ssapU1O6BO .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-ssapU1O6BO .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-ssapU1O6BO .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-ssapU1O6BO .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-ssapU1O6BO .mbr-text {
  color: #efefef;
}
.cid-ssapU1O6BO H1 {
  color: #ffffff;
}
.cid-ssaFDsrKnz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f2f4;
}
.cid-ssaFDsrKnz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ssaFDsrKnz .modal-body .close {
  background: #1b1b1b;
}
.cid-ssaFDsrKnz .modal-body .close span {
  font-style: normal;
}
.cid-ssaFDsrKnz .carousel-inner > .active,
.cid-ssaFDsrKnz .carousel-inner > .next,
.cid-ssaFDsrKnz .carousel-inner > .prev {
  display: flex;
}
.cid-ssaFDsrKnz .carousel-control .icon-next,
.cid-ssaFDsrKnz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ssaFDsrKnz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssaFDsrKnz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ssaFDsrKnz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-ssaFDsrKnz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ssaFDsrKnz .boxed-slider > div {
  position: relative;
}
.cid-ssaFDsrKnz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ssaFDsrKnz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ssaFDsrKnz .mbr-table-cell {
  padding: 0;
}
.cid-ssaFDsrKnz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ssaFDsrKnz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ssaFDsrKnz .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-ssaFDsrKnz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ssaFDsrKnz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-ssaFDsrKnz .carousel-item.active.right,
.cid-ssaFDsrKnz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ssaFDsrKnz .carousel-item.active.left,
.cid-ssaFDsrKnz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ssaFDsrKnz .carousel-item.active,
.cid-ssaFDsrKnz .carousel-item.next.left,
.cid-ssaFDsrKnz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-ssaFDsrKnz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators li {
  max-width: 19px;
  width: 19px;
  height: 19px;
  max-height: 19px;
  margin: 3px;
  background-color: white;
  border: none;
  border-radius: 0;
  opacity: .5;
  transition: all .3s;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators li.active,
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators li::after,
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ssaFDsrKnz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ssaFDsrKnz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ssaFDsrKnz .mbr-slider > .container img {
  width: 100%;
}
.cid-ssaFDsrKnz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ssaFDsrKnz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .cid-ssaFDsrKnz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ssaFDsrKnz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ssaFDsrKnz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ssaFDsrKnz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ssaFDsrKnz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ssaFDsrKnz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ssaFDsrKnz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ssaFDsrKnz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ssaFDsrKnz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ssaFDsrKnz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ssaFDsrKnz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ssaFDsrKnz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ssaFDsrKnz .carousel-inner {
  height: 100%;
}
.cid-ssaFDsrKnz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ssaFDsrKnz .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-ssaFDsrKnz .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-ssaFDsrKnz .carousel-item .container-slide {
  text-align: center;
}
.cid-ssaFDsrKnz .content-slider-wrap {
  width: 50%;
}
.cid-ssaFDsrKnz .carousel-control-prev {
  bottom: 2px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-ssaFDsrKnz .carousel-control-next {
  bottom: 54px!important;
  left: 0px!important;
  top: auto!important;
  margin-left: 2rem!important;
  background-color: white!important;
  opacity: 1!important;
  color: black!important;
  border-radius: 0!important;
}
.cid-ssaFDsrKnz .carousel-control {
  margin-left: 2px!important;
}
.cid-ssaCkeSUnk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssaCkeSUnk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssaCkeSUnk .photo-split {
  padding: 0;
}
.cid-ssaCkeSUnk .photo-split img {
  width: 100%;
}
.cid-ssaCkeSUnk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ssaCkeSUnk .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ssaCkeSUnk .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-ssaCkeSUnk .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-ssaCkeSUnk .wrap-block {
  padding: 3rem 3rem;
}
.cid-ssaCkeSUnk .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ssaCkeSUnk .wrap-block ul li {
  display: inline-block;
}
.cid-ssaCkeSUnk .wrap-block ul li span {
  text-align: center;
}
.cid-ssaCkeSUnk .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ssaCkeSUnk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssaCkeSUnk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssaCkeSUnk .mbr-list,
.cid-ssaCkeSUnk .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-ssaCkeSUnk .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ssaCkeSUnk .mbr-section-title,
  .cid-ssaCkeSUnk .mbr-section-subtitle,
  .cid-ssaCkeSUnk .mbr-text {
    text-align: center !important;
  }
  .cid-ssaCkeSUnk .social-list {
    text-align: center !important;
  }
}
.cid-ssaCkeSUnk .mbr-list,
.cid-ssaCkeSUnk .social-media {
  color: #767676;
}
.cid-ssabX3hcKP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5cd47;
}
.cid-ssabX3hcKP .google-map {
  height: 25rem;
  position: relative;
}
.cid-ssabX3hcKP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ssabX3hcKP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ssabX3hcKP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ssabX3hcKP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ssabX3hcKP .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-ssabX3hcKP .form-container {
  padding: 3rem;
}
.cid-ssabX3hcKP .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ssabX3hcKP .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #f5cd47, #383838);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ssabX3hcKP .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ssabX3hcKP .form-group,
  .cid-ssabX3hcKP .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ssabX3hcKP .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #f5cd47;
  border: 1px solid #efefef;
  color: #ffffff;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-ssabX3hcKP .form-control:focus,
.cid-ssabX3hcKP .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #000000;
}
.cid-ssabX3hcKP textarea.form-control {
  min-height: 170px;
}
.cid-ssabX3hcKP .form-group {
  margin-bottom: 1rem;
}
.cid-ssabX3hcKP input::-webkit-input-placeholder,
.cid-ssabX3hcKP textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ssabX3hcKP input:-moz-placeholder,
.cid-ssabX3hcKP textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-ssabX3hcKP .jq-selectbox li,
.cid-ssabX3hcKP .jq-selectbox li {
  background-color: #f5cd47;
  color: #000000;
}
.cid-ssabX3hcKP .jq-selectbox li:hover,
.cid-ssabX3hcKP .jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.cid-ssabX3hcKP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5cd47;
}
.cid-ssabX3hcKP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #000000;
}
@media (max-width: 767px) {
  .cid-ssabX3hcKP .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ssabX3hcKP .text-block {
    margin-bottom: 2rem;
  }
  .cid-ssabX3hcKP .wrapper {
    margin-top: 0;
  }
}
.cid-ssabX3hcKP .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssabX3hcKP .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-ssabX3hcKP .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-ssabX3hcKP .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-ssabX3hcKP .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ssabX3hcKP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ssabX3hcKP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ssaee3msFy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ssaee3msFy .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-ssaee3msFy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ssaee3msFy .mbr-text {
  color: #444;
}
.cid-ssaee3msFy h5 {
  margin-bottom: 0;
}
.cid-ssaee3msFy .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-ssaee3msFy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssaee3msFy .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-ssaee3msFy .socicon {
  font-size: 1.3rem;
  background: #f5cd47;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssaee3msFy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ssaee3msFy .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ssaee3msFy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ssaee3msFy .social-list a:hover {
  opacity: 0.4;
}
.cid-ssaee3msFy .media-container-row > div {
  padding: 0px;
}
.cid-ssaee3msFy .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-ssaee3msFy .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-ssaee3msFy .group-title SPAN {
  color: #ffffff;
}
.cid-ssaee3msFy .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-ssaee3msFy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ssaee3msFy .social-list,
  .cid-ssaee3msFy .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ssaee3msFy h3 {
    margin-bottom: 10px;
  }
  .cid-ssaee3msFy .navbar-brand {
    text-align: center;
  }
}
.cid-ssaee3msFy .links SPAN {
  color: #9e9e9e;
}
.cid-ssae5yc8cx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ssae5yc8cx a:link {
  text-decoration: none;
}
.cid-ssae5yc8cx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ssae5yc8cx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ssae5yc8cx .inner-text {
  line-height: 3em;
}
.cid-ssae5yc8cx .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ssae5yc8cx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ssae5yc8cx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ssae5yc8cx .content-text,
.cid-ssae5yc8cx .inner-text {
  color: #c1c1c1;
}
