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: #ed6436 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #25d366 !important;
}
.bg-warning {
  background-color: #fa8b10 !important;
}
.bg-danger {
  background-color: #25d366 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ed6436 !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 #ed6436 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: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ed6436 !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 #25d366 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: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #25d366 inset !important;
  background: transparent !important;
  border: none !important;
  color: #25d366 !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 #000000 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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #000000 inset !important;
  background: transparent !important;
  border: none !important;
  color: #000000 !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 #fa8b10 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: #fa8b10 !important;
  border-color: #fa8b10 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ba6304 !important;
  border-color: #ba6304 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ba6304 !important;
  border-color: #ba6304 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #fa8b10 inset !important;
  background: transparent !important;
  border: none !important;
  color: #fa8b10 !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 #25d366 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: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a9247 !important;
  border-color: #1a9247 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #25d366 inset !important;
  background: transparent !important;
  border: none !important;
  color: #25d366 !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 #ed6436 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: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436;
  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 #ed6436 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: #ad3710;
  color: #ad3710;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 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: #ed6436;
  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 #25d366 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: #167c3c;
  color: #167c3c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #25d366 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: #25d366;
  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 #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-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #000000 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: #000000;
  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 #fa8b10 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: #a15603;
  color: #a15603;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fa8b10;
  border-color: #fa8b10;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa8b10 !important;
  border-color: #fa8b10 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #fa8b10 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: #fa8b10;
  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 #25d366 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: #167c3c;
  color: #167c3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #25d366 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: #25d366;
  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: #ed6436 !important;
}
.text-secondary {
  color: #ed6436 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #25d366 !important;
}
.text-warning {
  color: #fa8b10 !important;
}
.text-danger {
  color: #25d366 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ed6436 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #167c3c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a15603 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #167c3c !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: #25d366;
}
.alert-warning {
  background-color: #fa8b10;
}
.alert-danger {
  background-color: #25d366;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cef6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #feecd8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cef6dd;
}
/* 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: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.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: #ed6436;
  border-bottom-color: #ed6436;
}
.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: #ed6436 !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: #ed6436 !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='%23ed6436' %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-sEcR2WQgAf {
  z-index: 1000;
  width: 100%;
}
.cid-sEcR2WQgAf nav.navbar {
  position: fixed;
}
.cid-sEcR2WQgAf img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEcR2WQgAf .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEcR2WQgAf .navbar-short .nav-link {
  color: black!important;
}
.cid-sEcR2WQgAf .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sEcR2WQgAf .navbar.opened {
  transition: all .3s;
}
.cid-sEcR2WQgAf .navbar .navbar-logo img {
  width: auto;
}
.cid-sEcR2WQgAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEcR2WQgAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEcR2WQgAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEcR2WQgAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEcR2WQgAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEcR2WQgAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEcR2WQgAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEcR2WQgAf .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEcR2WQgAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEcR2WQgAf .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEcR2WQgAf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEcR2WQgAf .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .nav-link:hover,
.cid-sEcR2WQgAf .nav-link:focus {
  color: #ed6436 !important;
}
.cid-sEcR2WQgAf .nav-link:hover:before,
.cid-sEcR2WQgAf .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEcR2WQgAf .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEcR2WQgAf .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEcR2WQgAf .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .dropdown-item:hover,
.cid-sEcR2WQgAf .dropdown-item:focus {
  color: #ed6436 !important;
  transform: translateX(10px);
}
.cid-sEcR2WQgAf .dropdown-item:hover:before,
.cid-sEcR2WQgAf .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEcR2WQgAf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ed6436 inset;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEcR2WQgAf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ed6436;
}
.cid-sEcR2WQgAf .navbar-nav {
  margin: auto;
}
.cid-sEcR2WQgAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEcR2WQgAf .container {
  display: flex;
  margin: auto;
}
.cid-sEcR2WQgAf .navbar-caption {
  padding-right: 4rem;
}
.cid-sEcR2WQgAf .dropdown-menu,
.cid-sEcR2WQgAf .navbar.opened {
  background: #ffffff !important;
}
.cid-sEcR2WQgAf .nav-item:focus,
.cid-sEcR2WQgAf .nav-link:focus {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEcR2WQgAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEcR2WQgAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown-item.active,
.cid-sEcR2WQgAf .dropdown-item:active {
  background-color: transparent;
}
.cid-sEcR2WQgAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEcR2WQgAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEcR2WQgAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEcR2WQgAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEcR2WQgAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEcR2WQgAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEcR2WQgAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEcR2WQgAf .navbar {
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar.opened {
    height: auto;
  }
  .cid-sEcR2WQgAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEcR2WQgAf .navbar {
    background: #ffffff;
  }
  .cid-sEcR2WQgAf .nav-link {
    color: black!important;
  }
}
.cid-sEcT6Mg9yc {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sEcT6Mg9yc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEcT6Mg9yc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEcT6Mg9yc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEcT6Mg9yc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEcT6Mg9yc .container {
  max-width: 1600px;
}
.cid-sEcT6Mg9yc .mbr-bold,
.cid-sEcT6Mg9yc b {
  font-weight: 900;
}
.cid-sEcT6Mg9yc .btn {
  color: white !important;
}
.cid-sEcT6Mg9yc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEcT6Mg9yc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEcT6Mg9yc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEcT6Mg9yc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEcT6Mg9yc svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEcT6Mg9yc .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEcT6Mg9yc H1 {
  text-align: right;
}
.cid-sEcT6Mg9yc .mbr-text,
.cid-sEcT6Mg9yc .mbr-section-btn {
  text-align: right;
}
.cid-sEcZKZ4rF7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEcZKZ4rF7 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEcZKZ4rF7 .content {
    padding: 0 2rem;
  }
}
.cid-sEcZKZ4rF7 .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sEcZKZ4rF7 .img-col {
  padding: 0;
}
.cid-sEcZKZ4rF7 .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sEcZKZ4rF7 .icon-wrap h3 {
  margin: 0;
}
.cid-sEcZKZ4rF7 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sEcZKZ4rF7 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sEcZKZ4rF7 .icon-title,
.cid-sEcZKZ4rF7 .mbr-iconfont {
  color: #181818;
}
.cid-sEcZKZ4rF7 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sEcZKZ4rF7 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sEcZKZ4rF7 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEcZKZ4rF7 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sEcXvCW1zW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEcXvCW1zW .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEcXvCW1zW .content {
    padding: 0 2rem;
  }
}
.cid-sEcXvCW1zW .img-col {
  padding: 0;
}
.cid-sEcXvCW1zW .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sEcXvCW1zW .icon-wrap h3 {
  margin: 0;
}
.cid-sEcXvCW1zW .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sEcXvCW1zW .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sEcXvCW1zW .icon-title,
.cid-sEcXvCW1zW .mbr-iconfont {
  color: #181818;
}
.cid-sEcXvCW1zW .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sEcXvCW1zW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sEcXvCW1zW .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEcXvCW1zW .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sEd29koo7m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEd29koo7m .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEd29koo7m .content {
    padding: 0 2rem;
  }
}
.cid-sEd29koo7m .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sEd29koo7m .img-col {
  padding: 0;
}
.cid-sEd29koo7m .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-sEd29koo7m .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sEd29koo7m .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sEd29koo7m .mbr-iconfont {
  font-size: 5rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #181818;
}
.cid-sEd29koo7m .icon-title,
.cid-sEd29koo7m .mbr-iconfont {
  color: #181818;
}
.cid-sEd29koo7m .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sEd29koo7m .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sEd29koo7m .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEd29koo7m .icon-wrap {
    margin-right: 0rem;
  }
  .cid-sEd29koo7m .link-wrap {
    margin: auto;
  }
}
.cid-sEd29koo7m .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sEd29koo7m .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sEd29koo7m .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sEd29koo7m .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sEd37j5TxV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEd37j5TxV .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-sEd37j5TxV .content {
    padding: 0 2rem;
  }
}
.cid-sEd37j5TxV .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-sEd37j5TxV .content {
    margin: auto;
  }
}
.cid-sEd37j5TxV li {
  list-style: none;
}
.cid-sEd37j5TxV .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEd37j5TxV .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEd37j5TxV .mbr-iconfont {
  font-size: 18px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEd37j5TxV h4 {
  margin: 0;
}
.cid-sEd37j5TxV ul {
  padding: 0;
  margin: 0;
}
.cid-sEd37j5TxV H2 {
  color: #ed6436;
}
.cid-sEe0WuG21m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEe0WuG21m .card-img {
  position: relative;
  height: 100%;
}
.cid-sEe0WuG21m .card-img img {
  width: 120%;
  position: absolute;
  bottom: 0;
  left: -10%;
}
.cid-sEe0WuG21m .bone-col {
  padding: 2rem 0;
}
.cid-sEe0WuG21m .card-wrapper {
  padding: 1.5rem 1rem;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-sEe0WuG21m .row {
  background: #ffc448;
  border-radius: 80px;
  margin-top: 6rem;
  border-top-left-radius: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0rem;
}
.cid-sEe0WuG21m p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-sEe0WuG21m .card-img img {
    width: 70%;
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .cid-sEe0WuG21m .row {
    margin: 0rem;
    border-radius: 50px;
  }
}
.cid-sEe0WuG21m .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sEe0WuG21m .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sEe0WuG21m .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sEe0WuG21m .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sEeffgB2AW {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sEeffgB2AW .carousel {
  z-index: 2;
  position: relative;
}
.cid-sEeffgB2AW .user {
  padding: 0 !important;
}
.cid-sEeffgB2AW .mbr-iconfont {
  font-size: 3rem;
  color: #181818 !important;
}
.cid-sEeffgB2AW .user_image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  position: relative;
}
.cid-sEeffgB2AW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sEeffgB2AW .user_image:before {
  content: '';
  position: absolute;
  height: 198px;
  width: 198px;
  left: 0px;
  top: 0px;
  background: transparent;
  border-radius: 100%;
  z-index: 0;
}
.cid-sEeffgB2AW .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sEeffgB2AW .carousel-item.active,
.cid-sEeffgB2AW .carousel-item-next,
.cid-sEeffgB2AW .carousel-item-prev {
  display: flex;
}
.cid-sEeffgB2AW .user_name {
  margin: 0;
}
.cid-sEeffgB2AW .carousel-controls a {
  font-size: 2rem;
}
.cid-sEeffgB2AW .carousel-controls a span {
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 100px;
  padding: 10px;
  border-radius: 50%;
  color: #383838;
  background: transparent;
  opacity: 0.5;
}
.cid-sEeffgB2AW .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sEeffgB2AW ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sEeffgB2AW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #383838;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-sEeffgB2AW .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sEeffgB2AW .carousel-indicators .active {
  opacity: 1;
  width: 8px;
  height: 8px;
}
.cid-sEeffgB2AW .carousel-indicators .active:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  left: -3px;
  top: -3px;
  background: transparent;
  border-radius: 100%;
  z-index: -1;
}
.cid-sEe8wVFjjz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEe8wVFjjz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sEe8wVFjjz .form-control,
.cid-sEe8wVFjjz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEe8wVFjjz .form-control::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input::-webkit-input-placeholder,
.cid-sEe8wVFjjz .form-control::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sEe8wVFjjz .form-control:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:-moz-placeholder,
.cid-sEe8wVFjjz .form-control:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sEe8wVFjjz .form-control:hover,
.cid-sEe8wVFjjz .field-input:hover,
.cid-sEe8wVFjjz .form-control:focus,
.cid-sEe8wVFjjz .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sEe8wVFjjz .form-control:hover::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input:hover::-webkit-input-placeholder,
.cid-sEe8wVFjjz .form-control:focus::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input:focus::-webkit-input-placeholder,
.cid-sEe8wVFjjz .form-control:hover::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input:hover::-webkit-input-placeholder,
.cid-sEe8wVFjjz .form-control:focus::-webkit-input-placeholder,
.cid-sEe8wVFjjz .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sEe8wVFjjz .form-control:hover:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:hover:-moz-placeholder,
.cid-sEe8wVFjjz .form-control:focus:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:focus:-moz-placeholder,
.cid-sEe8wVFjjz .form-control:hover:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:hover:-moz-placeholder,
.cid-sEe8wVFjjz .form-control:focus:-moz-placeholder,
.cid-sEe8wVFjjz .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sEe8wVFjjz .jq-number__spin:hover,
.cid-sEe8wVFjjz .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEe8wVFjjz .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEe8wVFjjz .jq-selectbox li,
.cid-sEe8wVFjjz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sEe8wVFjjz .jq-selectbox li:hover,
.cid-sEe8wVFjjz .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-sEe8wVFjjz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEe8wVFjjz .jq-number__spin.minus:hover:after,
.cid-sEe8wVFjjz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sEe8wVFjjz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEe8wVFjjz .jq-number__spin.minus:after,
.cid-sEe8wVFjjz .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-sEe8wVFjjz input::-webkit-clear-button {
  display: none;
}
.cid-sEe8wVFjjz input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEe8wVFjjz input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEe8wVFjjz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sEebPtuFd5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEebPtuFd5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sEebPtuFd5 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sEebPtuFd5 h3 {
  margin: 0;
}
.cid-sEebPtuFd5 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sEebPtuFd5 .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sEebPtuFd5 .text-wrap {
  width: 100%;
}
.cid-sEebPtuFd5 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sEebPtuFd5 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sEebPtuFd5 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sEebPtuFd5 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sEebPtuFd5 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sEebPtuFd5 .jq-selectbox__dropdown,
.cid-sEebPtuFd5 ul {
  border-radius: 20px !important;
}
.cid-sEebPtuFd5 .jq-selectbox {
  border-radius: 30px;
}
.cid-sEebPtuFd5 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sEebPtuFd5 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sEebPtuFd5 input,
.cid-sEebPtuFd5 textarea,
.cid-sEebPtuFd5 .select {
  border-radius: 30px;
}
.cid-sEebPtuFd5 input,
.cid-sEebPtuFd5 textarea {
  padding: 1rem 2rem;
}
.cid-sEebPtuFd5 textarea {
  min-height: 10rem;
}
.cid-sEebPtuFd5 .form-control,
.cid-sEebPtuFd5 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEebPtuFd5 .form-control::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input::-webkit-input-placeholder,
.cid-sEebPtuFd5 .form-control::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sEebPtuFd5 .form-control:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:-moz-placeholder,
.cid-sEebPtuFd5 .form-control:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sEebPtuFd5 .form-control:hover,
.cid-sEebPtuFd5 .field-input:hover,
.cid-sEebPtuFd5 .form-control:focus,
.cid-sEebPtuFd5 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sEebPtuFd5 .form-control:hover::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input:hover::-webkit-input-placeholder,
.cid-sEebPtuFd5 .form-control:focus::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input:focus::-webkit-input-placeholder,
.cid-sEebPtuFd5 .form-control:hover::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input:hover::-webkit-input-placeholder,
.cid-sEebPtuFd5 .form-control:focus::-webkit-input-placeholder,
.cid-sEebPtuFd5 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sEebPtuFd5 .form-control:hover:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:hover:-moz-placeholder,
.cid-sEebPtuFd5 .form-control:focus:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:focus:-moz-placeholder,
.cid-sEebPtuFd5 .form-control:hover:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:hover:-moz-placeholder,
.cid-sEebPtuFd5 .form-control:focus:-moz-placeholder,
.cid-sEebPtuFd5 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sEebPtuFd5 .jq-number__spin:hover,
.cid-sEebPtuFd5 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sEebPtuFd5 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sEebPtuFd5 .jq-selectbox li,
.cid-sEebPtuFd5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sEebPtuFd5 .jq-selectbox li:hover,
.cid-sEebPtuFd5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sEebPtuFd5 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sEebPtuFd5 .jq-number__spin.minus:hover:after,
.cid-sEebPtuFd5 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sEebPtuFd5 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sEebPtuFd5 .jq-number__spin.minus:after,
.cid-sEebPtuFd5 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sEebPtuFd5 input::-webkit-clear-button {
  display: none;
}
.cid-sEebPtuFd5 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sEebPtuFd5 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sEebPtuFd5 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sEebPtuFd5 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sEebPtuFd5 .form-group {
  margin-bottom: 0.4rem;
}
.cid-sEebPtuFd5 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sEebPtuFd5 .title1 {
  margin: 0;
}
.cid-sEebPtuFd5 .align-wrap {
  display: block;
}
.cid-sEebPtuFd5 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sEebPtuFd5 form {
    padding: 0;
  }
  .cid-sEebPtuFd5 .socicon-wrap {
    margin: auto;
  }
}
.cid-sEebPtuFd5 .title {
  color: #ed6436;
}
.cid-sEeezOZ43r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-sGZMPBTVB5.popup-builder {
  background-color: #ffffff;
}
.cid-sGZMPBTVB5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sGZMPBTVB5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sGZMPBTVB5 .modal-content,
.cid-sGZMPBTVB5 .modal-dialog {
  height: auto;
}
.cid-sGZMPBTVB5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sGZMPBTVB5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sGZMPBTVB5 .form-wrapper .mbr-form .form-group,
  .cid-sGZMPBTVB5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sGZMPBTVB5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sGZMPBTVB5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGZMPBTVB5 .mbr-text {
  text-align: center;
}
.cid-sGZMPBTVB5 .pt-0 {
  padding-top: 0 !important;
}
.cid-sGZMPBTVB5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sGZMPBTVB5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sGZMPBTVB5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sGZMPBTVB5 .modal-open {
  overflow: hidden;
}
.cid-sGZMPBTVB5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sGZMPBTVB5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sGZMPBTVB5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sGZMPBTVB5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sGZMPBTVB5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sGZMPBTVB5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sGZMPBTVB5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sGZMPBTVB5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sGZMPBTVB5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sGZMPBTVB5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sGZMPBTVB5 .modal-backdrop.show {
  opacity: .5;
}
.cid-sGZMPBTVB5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sGZMPBTVB5 .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGZMPBTVB5 .modal-header {
    padding: 1rem;
  }
}
.cid-sGZMPBTVB5 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sGZMPBTVB5 .modal-header .close:hover {
  opacity: 1;
}
.cid-sGZMPBTVB5 .modal-header .close:focus {
  outline: none;
}
.cid-sGZMPBTVB5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sGZMPBTVB5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sGZMPBTVB5 .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGZMPBTVB5 .modal-body {
    padding: 1rem;
  }
}
.cid-sGZMPBTVB5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sGZMPBTVB5 .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sGZMPBTVB5 .modal-footer {
    padding: 1rem;
  }
}
.cid-sGZMPBTVB5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sGZMPBTVB5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sGZMPBTVB5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sGZMPBTVB5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sGZMPBTVB5 .modal-sm {
    max-width: 300px;
  }
  .cid-sGZMPBTVB5 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sGZMPBTVB5 .modal-lg,
  .cid-sGZMPBTVB5 .modal-xl {
    max-width: 800px;
  }
  .cid-sGZMPBTVB5 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sGZMPBTVB5 .modal-xl {
    max-width: 1140px;
  }
  .cid-sGZMPBTVB5 .container {
    max-width: 1140px;
  }
}
.cid-sGZMPBTVB5 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sGZMPBTVB5 .container {
    max-width: 720px;
  }
}
.cid-sGZMPBTVB5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sGZMPBTVB5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sGZMPBTVB5 .form-group {
  margin-bottom: 1rem;
}
.cid-sGZMPBTVB5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sGZMPBTVB5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sGZMPBTVB5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sEekE61dZy {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/00.jpg");
}
.cid-sEekE61dZy .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEekE61dZy .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEekE61dZy .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEekE61dZy .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEekE61dZy .container {
  max-width: 1600px;
}
.cid-sEekE61dZy .mbr-bold,
.cid-sEekE61dZy b {
  font-weight: 900;
}
.cid-sEekE61dZy .btn {
  color: white !important;
}
.cid-sEekE61dZy svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEekE61dZy svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEekE61dZy svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEekE61dZy svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEekE61dZy svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEekE61dZy .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEcR2WQgAf {
  z-index: 1000;
  width: 100%;
}
.cid-sEcR2WQgAf nav.navbar {
  position: fixed;
}
.cid-sEcR2WQgAf img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEcR2WQgAf .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEcR2WQgAf .navbar-short .nav-link {
  color: black!important;
}
.cid-sEcR2WQgAf .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sEcR2WQgAf .navbar.opened {
  transition: all .3s;
}
.cid-sEcR2WQgAf .navbar .navbar-logo img {
  width: auto;
}
.cid-sEcR2WQgAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEcR2WQgAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEcR2WQgAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEcR2WQgAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEcR2WQgAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEcR2WQgAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEcR2WQgAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEcR2WQgAf .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEcR2WQgAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEcR2WQgAf .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEcR2WQgAf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEcR2WQgAf .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .nav-link:hover,
.cid-sEcR2WQgAf .nav-link:focus {
  color: #ed6436 !important;
}
.cid-sEcR2WQgAf .nav-link:hover:before,
.cid-sEcR2WQgAf .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEcR2WQgAf .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEcR2WQgAf .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEcR2WQgAf .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .dropdown-item:hover,
.cid-sEcR2WQgAf .dropdown-item:focus {
  color: #ed6436 !important;
  transform: translateX(10px);
}
.cid-sEcR2WQgAf .dropdown-item:hover:before,
.cid-sEcR2WQgAf .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEcR2WQgAf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ed6436 inset;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEcR2WQgAf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ed6436;
}
.cid-sEcR2WQgAf .navbar-nav {
  margin: auto;
}
.cid-sEcR2WQgAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEcR2WQgAf .container {
  display: flex;
  margin: auto;
}
.cid-sEcR2WQgAf .navbar-caption {
  padding-right: 4rem;
}
.cid-sEcR2WQgAf .dropdown-menu,
.cid-sEcR2WQgAf .navbar.opened {
  background: #ffffff !important;
}
.cid-sEcR2WQgAf .nav-item:focus,
.cid-sEcR2WQgAf .nav-link:focus {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEcR2WQgAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEcR2WQgAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown-item.active,
.cid-sEcR2WQgAf .dropdown-item:active {
  background-color: transparent;
}
.cid-sEcR2WQgAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEcR2WQgAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEcR2WQgAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEcR2WQgAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEcR2WQgAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEcR2WQgAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEcR2WQgAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEcR2WQgAf .navbar {
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar.opened {
    height: auto;
  }
  .cid-sEcR2WQgAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEcR2WQgAf .navbar {
    background: #ffffff;
  }
  .cid-sEcR2WQgAf .nav-link {
    color: black!important;
  }
}
.cid-sEeljSEcwh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sEeljSEcwh .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-sEeljSEcwh .card-title,
.cid-sEeljSEcwh .card-img {
  color: #ed6436;
}
.cid-sEeljSEcwh p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-sEeljSEcwh .card {
    margin-bottom: 2rem;
  }
}
.cid-sEeljSEcwh .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-sEeljSEcwh .card-title {
  margin-bottom: 0.3rem;
}
.cid-sEeljSEcwh .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sEeljSEcwh .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sEeljSEcwh .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sEeljSEcwh .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-sEeljSEcwh .link-wrap {
    margin: auto;
  }
  .cid-sEeljSEcwh .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-sEemqXYaLA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEemqXYaLA .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 3rem;
}
.cid-sEemqXYaLA .card:hover .mbr-iconfont {
  color: #0b1b3f !important;
}
.cid-sEemqXYaLA .text,
.cid-sEemqXYaLA .icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sEemqXYaLA .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sEemqXYaLA h3 {
  line-height: 1.3;
  margin: 0;
}
.cid-sEemqXYaLA .mbr-iconfont {
  font-size: 3rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #ed6436 !important;
  padding-right: 1.5rem;
  display: block;
}
@media (max-width: 992px) {
  .cid-sEemqXYaLA .content {
    margin: auto;
  }
}
.cid-sEemqXYaLA H3 {
  text-align: left;
  color: #0b1b3f;
}
.cid-sEemqXYaLA H1 {
  color: #0b1b3f;
  text-align: right;
}
.cid-sEepWF8MYY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sEepWF8MYY .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEepWF8MYY .content {
    padding: 0 2rem;
  }
}
.cid-sEepWF8MYY .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sEepWF8MYY .img-col {
  padding: 0;
}
.cid-sEepWF8MYY .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-sEepWF8MYY .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sEepWF8MYY .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sEepWF8MYY .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sEepWF8MYY .icon-title,
.cid-sEepWF8MYY .mbr-iconfont {
  color: #ed6436;
}
.cid-sEepWF8MYY .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sEepWF8MYY .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sEepWF8MYY .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEepWF8MYY .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEepWF8MYY .link-wrap {
    margin: auto;
  }
  .cid-sEepWF8MYY .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-sEepWF8MYY .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sEepWF8MYY .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sEepWF8MYY .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sEepWF8MYY .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sEepWF8MYY .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-sGYFCr1lEi {
  padding-top: 180px;
  padding-bottom: 150px;
  background-color: #ed6436;
}
.cid-sGYFCr1lEi .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #000000;
}
.cid-sGYFCr1lEi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sGYFCr1lEi .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #ed6436;
}
.cid-sGYFCr1lEi .container-fluid {
  max-width: 1200px;
}
.cid-sGYFCr1lEi .btn .inner-dashed-border {
  stroke: #ed6436;
}
.cid-sGYFCr1lEi .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sGYFCr1lEi rect {
  position: absolute;
  width: 95%;
}
.cid-sGYFCr1lEi .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sGYFCr1lEi .svg-1 path {
  fill: #ffffff;
}
.cid-sGYFCr1lEi .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sGYFCr1lEi .svg-2 path {
  fill: #ffffff;
}
.cid-sGYFCr1lEi .svg1 {
  padding: 2px;
}
.cid-sGYFCr1lEi .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sGYFCr1lEi {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .cid-sGYFCr1lEi .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sGYFCr1lEi .mbr-section-subtitle,
.cid-sGYFCr1lEi .mbr-section-btn {
  color: #000000;
}
.cid-sEeoBbvczq {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEeoBbvczq .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sEeoBbvczq h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sEeoBbvczq .svg11 path {
  fill: #7aba59;
}
.cid-sEeoBbvczq .svg21 path {
  fill: #f9b945;
}
.cid-sEeoBbvczq .svg31 path {
  fill: #ed6436;
}
.cid-sEeoBbvczq .svg4 path {
  fill: #ed6436 !important;
}
.cid-sEeoBbvczq .svg12 path,
.cid-sEeoBbvczq .svg22 path,
.cid-sEeoBbvczq .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sEeoBbvczq .card {
  position: relative;
  height: 300px;
}
.cid-sEeoBbvczq .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sEeoBbvczq .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sEeoBbvczq .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEeoBbvczq .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sEeoBbvczq .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEeoBbvczq .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sEeoBbvczq .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEeoBbvczq .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sEeoBbvczq .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sEeoBbvczq .card .svg22,
.cid-sEeoBbvczq .card .svg32,
.cid-sEeoBbvczq .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-sEeoBbvczq .card .svg21,
.cid-sEeoBbvczq .card .svg31,
.cid-sEeoBbvczq .card .svg11 {
  z-index: 2;
}
.cid-sEeoBbvczq .card div {
  z-index: 3;
}
.cid-sEeoBbvczq .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sEeoBbvczq .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sEeoBbvczq .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-sEeoBbvczq .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sEeoBbvczq .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sEeoBbvczq .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sEeoBbvczq .card {
    margin-bottom: 2rem;
  }
  .cid-sEeoBbvczq .card svg {
    left: 30px;
  }
  .cid-sEeoBbvczq .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sEeoBbvczq .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sEeoBbvczq h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sEeoBbvczq .card {
    max-width: 330px;
  }
  .cid-sEeoBbvczq .card svg {
    left: 0px;
  }
}
.cid-sHhnuUOmjd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHhnuUOmjd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHhnuUOmjd img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHhnuUOmjd h3 {
  margin: 0;
}
.cid-sHhnuUOmjd .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHhnuUOmjd .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sHhnuUOmjd .text-wrap {
  width: 100%;
}
.cid-sHhnuUOmjd .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHhnuUOmjd .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHhnuUOmjd .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHhnuUOmjd .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHhnuUOmjd .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHhnuUOmjd .jq-selectbox__dropdown,
.cid-sHhnuUOmjd ul {
  border-radius: 20px !important;
}
.cid-sHhnuUOmjd .jq-selectbox {
  border-radius: 30px;
}
.cid-sHhnuUOmjd .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnuUOmjd .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnuUOmjd input,
.cid-sHhnuUOmjd textarea,
.cid-sHhnuUOmjd .select {
  border-radius: 30px;
}
.cid-sHhnuUOmjd input,
.cid-sHhnuUOmjd textarea {
  padding: 1rem 2rem;
}
.cid-sHhnuUOmjd textarea {
  min-height: 10rem;
}
.cid-sHhnuUOmjd .form-control,
.cid-sHhnuUOmjd .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnuUOmjd .form-control::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input::-webkit-input-placeholder,
.cid-sHhnuUOmjd .form-control::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnuUOmjd .form-control:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:-moz-placeholder,
.cid-sHhnuUOmjd .form-control:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHhnuUOmjd .form-control:hover,
.cid-sHhnuUOmjd .field-input:hover,
.cid-sHhnuUOmjd .form-control:focus,
.cid-sHhnuUOmjd .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHhnuUOmjd .form-control:hover::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input:hover::-webkit-input-placeholder,
.cid-sHhnuUOmjd .form-control:focus::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input:focus::-webkit-input-placeholder,
.cid-sHhnuUOmjd .form-control:hover::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input:hover::-webkit-input-placeholder,
.cid-sHhnuUOmjd .form-control:focus::-webkit-input-placeholder,
.cid-sHhnuUOmjd .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnuUOmjd .form-control:hover:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:hover:-moz-placeholder,
.cid-sHhnuUOmjd .form-control:focus:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:focus:-moz-placeholder,
.cid-sHhnuUOmjd .form-control:hover:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:hover:-moz-placeholder,
.cid-sHhnuUOmjd .form-control:focus:-moz-placeholder,
.cid-sHhnuUOmjd .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHhnuUOmjd .jq-number__spin:hover,
.cid-sHhnuUOmjd .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHhnuUOmjd .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnuUOmjd .jq-selectbox li,
.cid-sHhnuUOmjd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnuUOmjd .jq-selectbox li:hover,
.cid-sHhnuUOmjd .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnuUOmjd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHhnuUOmjd .jq-number__spin.minus:hover:after,
.cid-sHhnuUOmjd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnuUOmjd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHhnuUOmjd .jq-number__spin.minus:after,
.cid-sHhnuUOmjd .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnuUOmjd input::-webkit-clear-button {
  display: none;
}
.cid-sHhnuUOmjd input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHhnuUOmjd input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHhnuUOmjd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHhnuUOmjd .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHhnuUOmjd .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHhnuUOmjd .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHhnuUOmjd .title1 {
  margin: 0;
}
.cid-sHhnuUOmjd .align-wrap {
  display: block;
}
.cid-sHhnuUOmjd .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHhnuUOmjd form {
    padding: 0;
  }
  .cid-sHhnuUOmjd .socicon-wrap {
    margin: auto;
  }
}
.cid-sHhnuUOmjd .title {
  color: #ed6436;
}
.cid-sEeezOZ43r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-sEcR2WQgAf {
  z-index: 1000;
  width: 100%;
}
.cid-sEcR2WQgAf nav.navbar {
  position: fixed;
}
.cid-sEcR2WQgAf img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEcR2WQgAf .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEcR2WQgAf .navbar-short .nav-link {
  color: black!important;
}
.cid-sEcR2WQgAf .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sEcR2WQgAf .navbar.opened {
  transition: all .3s;
}
.cid-sEcR2WQgAf .navbar .navbar-logo img {
  width: auto;
}
.cid-sEcR2WQgAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEcR2WQgAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEcR2WQgAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEcR2WQgAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEcR2WQgAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEcR2WQgAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEcR2WQgAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEcR2WQgAf .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEcR2WQgAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEcR2WQgAf .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEcR2WQgAf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEcR2WQgAf .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .nav-link:hover,
.cid-sEcR2WQgAf .nav-link:focus {
  color: #ed6436 !important;
}
.cid-sEcR2WQgAf .nav-link:hover:before,
.cid-sEcR2WQgAf .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEcR2WQgAf .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEcR2WQgAf .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEcR2WQgAf .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .dropdown-item:hover,
.cid-sEcR2WQgAf .dropdown-item:focus {
  color: #ed6436 !important;
  transform: translateX(10px);
}
.cid-sEcR2WQgAf .dropdown-item:hover:before,
.cid-sEcR2WQgAf .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEcR2WQgAf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ed6436 inset;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEcR2WQgAf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ed6436;
}
.cid-sEcR2WQgAf .navbar-nav {
  margin: auto;
}
.cid-sEcR2WQgAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEcR2WQgAf .container {
  display: flex;
  margin: auto;
}
.cid-sEcR2WQgAf .navbar-caption {
  padding-right: 4rem;
}
.cid-sEcR2WQgAf .dropdown-menu,
.cid-sEcR2WQgAf .navbar.opened {
  background: #ffffff !important;
}
.cid-sEcR2WQgAf .nav-item:focus,
.cid-sEcR2WQgAf .nav-link:focus {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEcR2WQgAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEcR2WQgAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown-item.active,
.cid-sEcR2WQgAf .dropdown-item:active {
  background-color: transparent;
}
.cid-sEcR2WQgAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEcR2WQgAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEcR2WQgAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEcR2WQgAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEcR2WQgAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEcR2WQgAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEcR2WQgAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEcR2WQgAf .navbar {
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar.opened {
    height: auto;
  }
  .cid-sEcR2WQgAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEcR2WQgAf .navbar {
    background: #ffffff;
  }
  .cid-sEcR2WQgAf .nav-link {
    color: black!important;
  }
}
.cid-sEsa2eU90w {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-sEsa2eU90w .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEsa2eU90w .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEsa2eU90w .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEsa2eU90w .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEsa2eU90w .container {
  max-width: 1600px;
}
.cid-sEsa2eU90w .mbr-bold,
.cid-sEsa2eU90w b {
  font-weight: 900;
}
.cid-sEsa2eU90w .btn {
  color: white !important;
}
.cid-sEsa2eU90w svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEsa2eU90w svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEsa2eU90w svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEsa2eU90w svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEsa2eU90w svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEsa2eU90w .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEsp4J20ee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sEsp4J20ee .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEsp4J20ee .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sEsp4J20ee .mbr-text {
  margin-bottom: 30px;
}
.cid-sEsp4J20ee .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sEsp4J20ee .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sEsp4J20ee .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sEsp4J20ee .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEsp4J20ee .btn_link:hover {
  cursor: pointer;
}
.cid-sEsp4J20ee .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sEsp4J20ee .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sEsp4J20ee .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEsp4J20ee .text-wrapper {
    text-align: center;
  }
  .cid-sEsp4J20ee .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sEsp4J20ee .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sEsp4J20ee .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sEspw2adnw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sEspw2adnw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEspw2adnw .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sEspw2adnw .mbr-text {
  margin-bottom: 30px;
}
.cid-sEspw2adnw .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sEspw2adnw .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sEspw2adnw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sEspw2adnw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEspw2adnw .btn_link:hover {
  cursor: pointer;
}
.cid-sEspw2adnw .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sEspw2adnw .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sEspw2adnw .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEspw2adnw .text-wrapper {
    text-align: center;
  }
  .cid-sEspw2adnw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sEspw2adnw .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sEspw2adnw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sEsqCMAUDQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sEsqCMAUDQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEsqCMAUDQ .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sEsqCMAUDQ .mbr-text {
  margin-bottom: 30px;
}
.cid-sEsqCMAUDQ .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sEsqCMAUDQ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sEsqCMAUDQ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sEsqCMAUDQ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEsqCMAUDQ .btn_link:hover {
  cursor: pointer;
}
.cid-sEsqCMAUDQ .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sEsqCMAUDQ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sEsqCMAUDQ .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sEsqCMAUDQ .text-wrapper {
    text-align: center;
  }
  .cid-sEsqCMAUDQ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sEsqCMAUDQ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sEsqCMAUDQ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sEsyX5ZmEy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEsyX5ZmEy li {
  list-style: none;
}
.cid-sEsyX5ZmEy .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEsyX5ZmEy .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEsyX5ZmEy .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEsyX5ZmEy h4 {
  margin: 0;
}
.cid-sEsyX5ZmEy ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sEsyX5ZmEy .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sEsyX5ZmEy .col-title2 {
  color: #ed6436;
}
.cid-sExxM5q8th {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sExxM5q8th .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sExxM5q8th .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sExxM5q8th .mbr-text {
  margin-bottom: 30px;
}
.cid-sExxM5q8th .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sExxM5q8th .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sExxM5q8th .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sExxM5q8th .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sExxM5q8th .btn_link:hover {
  cursor: pointer;
}
.cid-sExxM5q8th .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sExxM5q8th .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sExxM5q8th .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sExxM5q8th .text-wrapper {
    text-align: center;
  }
  .cid-sExxM5q8th .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sExxM5q8th .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sExxM5q8th .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sExBLgX0kr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sExBLgX0kr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sExBLgX0kr .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sExBLgX0kr .mbr-text {
  margin-bottom: 30px;
}
.cid-sExBLgX0kr .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sExBLgX0kr .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sExBLgX0kr .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sExBLgX0kr .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sExBLgX0kr .btn_link:hover {
  cursor: pointer;
}
.cid-sExBLgX0kr .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sExBLgX0kr .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sExBLgX0kr .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sExBLgX0kr .text-wrapper {
    text-align: center;
  }
  .cid-sExBLgX0kr .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sExBLgX0kr .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sExBLgX0kr .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sExGsXxrPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sExGsXxrPS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sExGsXxrPS .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sExGsXxrPS .mbr-text {
  margin-bottom: 30px;
}
.cid-sExGsXxrPS .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sExGsXxrPS .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sExGsXxrPS .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sExGsXxrPS .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sExGsXxrPS .btn_link:hover {
  cursor: pointer;
}
.cid-sExGsXxrPS .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sExGsXxrPS .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sExGsXxrPS .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sExGsXxrPS .text-wrapper {
    text-align: center;
  }
  .cid-sExGsXxrPS .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sExGsXxrPS .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sExGsXxrPS .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sExIwDQVgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sExIwDQVgG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sExIwDQVgG .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sExIwDQVgG .mbr-text {
  margin-bottom: 30px;
}
.cid-sExIwDQVgG .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sExIwDQVgG .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sExIwDQVgG .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sExIwDQVgG .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sExIwDQVgG .btn_link:hover {
  cursor: pointer;
}
.cid-sExIwDQVgG .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sExIwDQVgG .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sExIwDQVgG .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sExIwDQVgG .text-wrapper {
    text-align: center;
  }
  .cid-sExIwDQVgG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sExIwDQVgG .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sExIwDQVgG .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sExJgIbPaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sExJgIbPaw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sExJgIbPaw .card-title {
  margin-bottom: 26px;
  color: #ed6436;
}
.cid-sExJgIbPaw .mbr-text {
  margin-bottom: 30px;
}
.cid-sExJgIbPaw .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(237, 100, 54, 0.4);
  background-image: linear-gradient(40deg, #ed6436 0%, #f5ac94 100%);
}
.cid-sExJgIbPaw .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sExJgIbPaw .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sExJgIbPaw .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sExJgIbPaw .btn_link:hover {
  cursor: pointer;
}
.cid-sExJgIbPaw .btn_link:hover a {
  color: #ed6436 !important;
}
.cid-sExJgIbPaw .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sExJgIbPaw .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sExJgIbPaw .text-wrapper {
    text-align: center;
  }
  .cid-sExJgIbPaw .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sExJgIbPaw .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sExJgIbPaw .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sHhnl483MT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHhnl483MT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHhnl483MT img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHhnl483MT h3 {
  margin: 0;
}
.cid-sHhnl483MT .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHhnl483MT .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sHhnl483MT .text-wrap {
  width: 100%;
}
.cid-sHhnl483MT .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHhnl483MT .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHhnl483MT .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHhnl483MT .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHhnl483MT .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHhnl483MT .jq-selectbox__dropdown,
.cid-sHhnl483MT ul {
  border-radius: 20px !important;
}
.cid-sHhnl483MT .jq-selectbox {
  border-radius: 30px;
}
.cid-sHhnl483MT .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnl483MT .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnl483MT input,
.cid-sHhnl483MT textarea,
.cid-sHhnl483MT .select {
  border-radius: 30px;
}
.cid-sHhnl483MT input,
.cid-sHhnl483MT textarea {
  padding: 1rem 2rem;
}
.cid-sHhnl483MT textarea {
  min-height: 10rem;
}
.cid-sHhnl483MT .form-control,
.cid-sHhnl483MT .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnl483MT .form-control::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input::-webkit-input-placeholder,
.cid-sHhnl483MT .form-control::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnl483MT .form-control:-moz-placeholder,
.cid-sHhnl483MT .field-input:-moz-placeholder,
.cid-sHhnl483MT .form-control:-moz-placeholder,
.cid-sHhnl483MT .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHhnl483MT .form-control:hover,
.cid-sHhnl483MT .field-input:hover,
.cid-sHhnl483MT .form-control:focus,
.cid-sHhnl483MT .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHhnl483MT .form-control:hover::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input:hover::-webkit-input-placeholder,
.cid-sHhnl483MT .form-control:focus::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input:focus::-webkit-input-placeholder,
.cid-sHhnl483MT .form-control:hover::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input:hover::-webkit-input-placeholder,
.cid-sHhnl483MT .form-control:focus::-webkit-input-placeholder,
.cid-sHhnl483MT .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnl483MT .form-control:hover:-moz-placeholder,
.cid-sHhnl483MT .field-input:hover:-moz-placeholder,
.cid-sHhnl483MT .form-control:focus:-moz-placeholder,
.cid-sHhnl483MT .field-input:focus:-moz-placeholder,
.cid-sHhnl483MT .form-control:hover:-moz-placeholder,
.cid-sHhnl483MT .field-input:hover:-moz-placeholder,
.cid-sHhnl483MT .form-control:focus:-moz-placeholder,
.cid-sHhnl483MT .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHhnl483MT .jq-number__spin:hover,
.cid-sHhnl483MT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHhnl483MT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnl483MT .jq-selectbox li,
.cid-sHhnl483MT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnl483MT .jq-selectbox li:hover,
.cid-sHhnl483MT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnl483MT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHhnl483MT .jq-number__spin.minus:hover:after,
.cid-sHhnl483MT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnl483MT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHhnl483MT .jq-number__spin.minus:after,
.cid-sHhnl483MT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnl483MT input::-webkit-clear-button {
  display: none;
}
.cid-sHhnl483MT input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHhnl483MT input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHhnl483MT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHhnl483MT .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHhnl483MT .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHhnl483MT .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHhnl483MT .title1 {
  margin: 0;
}
.cid-sHhnl483MT .align-wrap {
  display: block;
}
.cid-sHhnl483MT .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHhnl483MT form {
    padding: 0;
  }
  .cid-sHhnl483MT .socicon-wrap {
    margin: auto;
  }
}
.cid-sHhnl483MT .title {
  color: #ed6436;
}
.cid-sEeezOZ43r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-sEcR2WQgAf {
  z-index: 1000;
  width: 100%;
}
.cid-sEcR2WQgAf nav.navbar {
  position: fixed;
}
.cid-sEcR2WQgAf img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEcR2WQgAf .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEcR2WQgAf .navbar-short .nav-link {
  color: black!important;
}
.cid-sEcR2WQgAf .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sEcR2WQgAf .navbar.opened {
  transition: all .3s;
}
.cid-sEcR2WQgAf .navbar .navbar-logo img {
  width: auto;
}
.cid-sEcR2WQgAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEcR2WQgAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEcR2WQgAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEcR2WQgAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEcR2WQgAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEcR2WQgAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEcR2WQgAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEcR2WQgAf .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEcR2WQgAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEcR2WQgAf .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEcR2WQgAf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEcR2WQgAf .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .nav-link:hover,
.cid-sEcR2WQgAf .nav-link:focus {
  color: #ed6436 !important;
}
.cid-sEcR2WQgAf .nav-link:hover:before,
.cid-sEcR2WQgAf .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEcR2WQgAf .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEcR2WQgAf .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEcR2WQgAf .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .dropdown-item:hover,
.cid-sEcR2WQgAf .dropdown-item:focus {
  color: #ed6436 !important;
  transform: translateX(10px);
}
.cid-sEcR2WQgAf .dropdown-item:hover:before,
.cid-sEcR2WQgAf .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEcR2WQgAf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ed6436 inset;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEcR2WQgAf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ed6436;
}
.cid-sEcR2WQgAf .navbar-nav {
  margin: auto;
}
.cid-sEcR2WQgAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEcR2WQgAf .container {
  display: flex;
  margin: auto;
}
.cid-sEcR2WQgAf .navbar-caption {
  padding-right: 4rem;
}
.cid-sEcR2WQgAf .dropdown-menu,
.cid-sEcR2WQgAf .navbar.opened {
  background: #ffffff !important;
}
.cid-sEcR2WQgAf .nav-item:focus,
.cid-sEcR2WQgAf .nav-link:focus {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEcR2WQgAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEcR2WQgAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown-item.active,
.cid-sEcR2WQgAf .dropdown-item:active {
  background-color: transparent;
}
.cid-sEcR2WQgAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEcR2WQgAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEcR2WQgAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEcR2WQgAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEcR2WQgAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEcR2WQgAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEcR2WQgAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEcR2WQgAf .navbar {
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar.opened {
    height: auto;
  }
  .cid-sEcR2WQgAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEcR2WQgAf .navbar {
    background: #ffffff;
  }
  .cid-sEcR2WQgAf .nav-link {
    color: black!important;
  }
}
.cid-sExP8ybDnE {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1281.jpg");
}
.cid-sExP8ybDnE .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sExP8ybDnE .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sExP8ybDnE .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sExP8ybDnE .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sExP8ybDnE .container {
  max-width: 1600px;
}
.cid-sExP8ybDnE .mbr-bold,
.cid-sExP8ybDnE b {
  font-weight: 900;
}
.cid-sExP8ybDnE .btn {
  color: white !important;
}
.cid-sExP8ybDnE svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sExP8ybDnE svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sExP8ybDnE svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sExP8ybDnE svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sExP8ybDnE svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sExP8ybDnE .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEB9YrctGh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEB9YrctGh li {
  list-style: none;
}
.cid-sEB9YrctGh .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEB9YrctGh .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEB9YrctGh .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEB9YrctGh h4 {
  margin: 0;
}
.cid-sEB9YrctGh ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sEB9YrctGh .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sEB9YrctGh .col-title2 {
  color: #ed6436;
}
.cid-sEBdalw8lq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sEBdalw8lq .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-sEBdalw8lq .card-title,
.cid-sEBdalw8lq .card-img {
  color: #ed6436;
}
.cid-sEBdalw8lq p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-sEBdalw8lq .card {
    margin-bottom: 2rem;
  }
}
.cid-sEBdalw8lq .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-sEBdalw8lq .card-title {
  margin-bottom: 0.3rem;
}
.cid-sEBdalw8lq .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sEBdalw8lq .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-sEBdalw8lq .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-sEBdalw8lq .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-sEBdalw8lq .link-wrap {
    margin: auto;
  }
  .cid-sEBdalw8lq .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-sEBdj1mk8z {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sEBdj1mk8z .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-sEBdj1mk8z .card-title,
.cid-sEBdj1mk8z .card-img {
  color: #ed6436;
}
.cid-sEBdj1mk8z p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-sEBdj1mk8z .card {
    margin-bottom: 2rem;
  }
}
.cid-sEBfluj9nZ {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEBfluj9nZ .link {
  opacity: 0;
  -webkit-transform: translate(-10px, 40px);
  transform: translate(-10px, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sEBfluj9nZ h4 {
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-animation: animationFramesOut linear 0.6s;
  animation: animationFramesOut linear 0.6s;
}
.cid-sEBfluj9nZ .svg11 path {
  fill: #7aba59;
}
.cid-sEBfluj9nZ .svg21 path {
  fill: #f9b945;
}
.cid-sEBfluj9nZ .svg31 path {
  fill: #ed6436;
}
.cid-sEBfluj9nZ .svg4 path {
  fill: #ed6436 !important;
}
.cid-sEBfluj9nZ .svg12 path,
.cid-sEBfluj9nZ .svg22 path,
.cid-sEBfluj9nZ .svg32 path {
  fill: #f2f2f4;
  stroke: #181818;
}
.cid-sEBfluj9nZ .card {
  position: relative;
  height: 300px;
}
.cid-sEBfluj9nZ .card:hover .link {
  opacity: 1;
  -webkit-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cid-sEBfluj9nZ .card:hover h4 {
  -webkit-animation: animationFrames linear 0.6s;
  animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
.cid-sEBfluj9nZ .card:hover .svg11 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEBfluj9nZ .card:hover .svg12 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(30deg);
}
.cid-sEBfluj9nZ .card:hover .svg21 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEBfluj9nZ .card:hover .svg22 {
  -webkit-transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
  transform: skew(-20deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(20deg);
}
.cid-sEBfluj9nZ .card:hover .svg31 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(-10deg);
}
.cid-sEBfluj9nZ .card:hover .svg32 {
  -webkit-transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
  transform: skew(0deg, 10deg) scaleX(0.8) scaleY(0.7) rotate(70deg);
}
.cid-sEBfluj9nZ .card svg {
  position: absolute;
  top: 0px;
  left: -20px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5), -webkit-transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sEBfluj9nZ .card .svg22,
.cid-sEBfluj9nZ .card .svg32,
.cid-sEBfluj9nZ .card .svg12 {
  z-index: 1;
  -webkit-transform: scale(0.8) rotate(60deg);
  transform: scale(0.8) rotate(60deg);
}
.cid-sEBfluj9nZ .card .svg21,
.cid-sEBfluj9nZ .card .svg31,
.cid-sEBfluj9nZ .card .svg11 {
  z-index: 2;
}
.cid-sEBfluj9nZ .card div {
  z-index: 3;
}
.cid-sEBfluj9nZ .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@-webkit-keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sEBfluj9nZ .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sEBfluj9nZ .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem !important;
}
.cid-sEBfluj9nZ .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sEBfluj9nZ .link a:after {
  position: absolute;
  content: '\e967';
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sEBfluj9nZ .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sEBfluj9nZ .card {
    margin-bottom: 2rem;
  }
  .cid-sEBfluj9nZ .card svg {
    left: 30px;
  }
  .cid-sEBfluj9nZ .card:hover h4 {
    -webkit-animation: none;
    animation: none;
  }
  .cid-sEBfluj9nZ .link {
    opacity: 1;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  .cid-sEBfluj9nZ h4 {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sEBfluj9nZ .card {
    max-width: 330px;
  }
  .cid-sEBfluj9nZ .card svg {
    left: 0px;
  }
}
.cid-sEBg7fGw7T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEBg7fGw7T li {
  list-style: none;
}
.cid-sEBg7fGw7T .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEBg7fGw7T .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEBg7fGw7T .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEBg7fGw7T h4 {
  margin: 0;
}
.cid-sEBg7fGw7T ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sEBg7fGw7T .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sEBg7fGw7T .col-title2 {
  color: #ed6436;
}
.cid-sEBiIOh0TW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEBiIOh0TW li {
  list-style: none;
}
.cid-sEBiIOh0TW .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEBiIOh0TW .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEBiIOh0TW .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEBiIOh0TW h4 {
  margin: 0;
}
.cid-sEBiIOh0TW ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sEBiIOh0TW .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sEBiIOh0TW .col-title2 {
  color: #ed6436;
}
.cid-sEBlGzL15K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEBlGzL15K li {
  list-style: none;
}
.cid-sEBlGzL15K .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-sEBlGzL15K .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-sEBlGzL15K .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-sEBlGzL15K h4 {
  margin: 0;
}
.cid-sEBlGzL15K ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-sEBlGzL15K .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-sEBlGzL15K .col-title2 {
  color: #ed6436;
}
.cid-sEBx8lZmBq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sEBx8lZmBq .title {
  padding: 0 2rem;
  color: #ed6436;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-sEBx8lZmBq .card-title {
  color: #000000;
  text-align: center;
}
.cid-sEBx8lZmBq .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sEBx8lZmBq .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sEBx8lZmBq .card-wrapper:hover {
  background: #ed6436;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sEBx8lZmBq .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sEBx8lZmBq .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-sEBx8lZmBq .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sEBx8lZmBq .card-text {
  text-align: center;
}
.cid-sHhnguqQhX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHhnguqQhX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHhnguqQhX img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHhnguqQhX h3 {
  margin: 0;
}
.cid-sHhnguqQhX .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHhnguqQhX .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sHhnguqQhX .text-wrap {
  width: 100%;
}
.cid-sHhnguqQhX .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHhnguqQhX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHhnguqQhX .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHhnguqQhX .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHhnguqQhX .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHhnguqQhX .jq-selectbox__dropdown,
.cid-sHhnguqQhX ul {
  border-radius: 20px !important;
}
.cid-sHhnguqQhX .jq-selectbox {
  border-radius: 30px;
}
.cid-sHhnguqQhX .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnguqQhX .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHhnguqQhX input,
.cid-sHhnguqQhX textarea,
.cid-sHhnguqQhX .select {
  border-radius: 30px;
}
.cid-sHhnguqQhX input,
.cid-sHhnguqQhX textarea {
  padding: 1rem 2rem;
}
.cid-sHhnguqQhX textarea {
  min-height: 10rem;
}
.cid-sHhnguqQhX .form-control,
.cid-sHhnguqQhX .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnguqQhX .form-control::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input::-webkit-input-placeholder,
.cid-sHhnguqQhX .form-control::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnguqQhX .form-control:-moz-placeholder,
.cid-sHhnguqQhX .field-input:-moz-placeholder,
.cid-sHhnguqQhX .form-control:-moz-placeholder,
.cid-sHhnguqQhX .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHhnguqQhX .form-control:hover,
.cid-sHhnguqQhX .field-input:hover,
.cid-sHhnguqQhX .form-control:focus,
.cid-sHhnguqQhX .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHhnguqQhX .form-control:hover::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input:hover::-webkit-input-placeholder,
.cid-sHhnguqQhX .form-control:focus::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input:focus::-webkit-input-placeholder,
.cid-sHhnguqQhX .form-control:hover::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input:hover::-webkit-input-placeholder,
.cid-sHhnguqQhX .form-control:focus::-webkit-input-placeholder,
.cid-sHhnguqQhX .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhnguqQhX .form-control:hover:-moz-placeholder,
.cid-sHhnguqQhX .field-input:hover:-moz-placeholder,
.cid-sHhnguqQhX .form-control:focus:-moz-placeholder,
.cid-sHhnguqQhX .field-input:focus:-moz-placeholder,
.cid-sHhnguqQhX .form-control:hover:-moz-placeholder,
.cid-sHhnguqQhX .field-input:hover:-moz-placeholder,
.cid-sHhnguqQhX .form-control:focus:-moz-placeholder,
.cid-sHhnguqQhX .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHhnguqQhX .jq-number__spin:hover,
.cid-sHhnguqQhX .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHhnguqQhX .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhnguqQhX .jq-selectbox li,
.cid-sHhnguqQhX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnguqQhX .jq-selectbox li:hover,
.cid-sHhnguqQhX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhnguqQhX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHhnguqQhX .jq-number__spin.minus:hover:after,
.cid-sHhnguqQhX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnguqQhX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHhnguqQhX .jq-number__spin.minus:after,
.cid-sHhnguqQhX .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhnguqQhX input::-webkit-clear-button {
  display: none;
}
.cid-sHhnguqQhX input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHhnguqQhX input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHhnguqQhX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHhnguqQhX .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHhnguqQhX .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHhnguqQhX .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHhnguqQhX .title1 {
  margin: 0;
}
.cid-sHhnguqQhX .align-wrap {
  display: block;
}
.cid-sHhnguqQhX .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHhnguqQhX form {
    padding: 0;
  }
  .cid-sHhnguqQhX .socicon-wrap {
    margin: auto;
  }
}
.cid-sHhnguqQhX .title {
  color: #ed6436;
}
.cid-sEeezOZ43r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-sEcR2WQgAf {
  z-index: 1000;
  width: 100%;
}
.cid-sEcR2WQgAf nav.navbar {
  position: fixed;
}
.cid-sEcR2WQgAf img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sEcR2WQgAf .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sEcR2WQgAf .navbar-short .nav-link {
  color: black!important;
}
.cid-sEcR2WQgAf .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-sEcR2WQgAf .navbar.opened {
  transition: all .3s;
}
.cid-sEcR2WQgAf .navbar .navbar-logo img {
  width: auto;
}
.cid-sEcR2WQgAf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEcR2WQgAf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEcR2WQgAf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEcR2WQgAf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sEcR2WQgAf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEcR2WQgAf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEcR2WQgAf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEcR2WQgAf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEcR2WQgAf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEcR2WQgAf .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sEcR2WQgAf .navbar.navbar-short {
  min-height: 60px;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEcR2WQgAf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEcR2WQgAf .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sEcR2WQgAf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sEcR2WQgAf .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .nav-link:hover,
.cid-sEcR2WQgAf .nav-link:focus {
  color: #ed6436 !important;
}
.cid-sEcR2WQgAf .nav-link:hover:before,
.cid-sEcR2WQgAf .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sEcR2WQgAf .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sEcR2WQgAf .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sEcR2WQgAf .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ed6436;
}
.cid-sEcR2WQgAf .dropdown-item:hover,
.cid-sEcR2WQgAf .dropdown-item:focus {
  color: #ed6436 !important;
  transform: translateX(10px);
}
.cid-sEcR2WQgAf .dropdown-item:hover:before,
.cid-sEcR2WQgAf .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sEcR2WQgAf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ed6436 inset;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sEcR2WQgAf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sEcR2WQgAf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sEcR2WQgAf .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ed6436;
}
.cid-sEcR2WQgAf .navbar-nav {
  margin: auto;
}
.cid-sEcR2WQgAf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEcR2WQgAf .container {
  display: flex;
  margin: auto;
}
.cid-sEcR2WQgAf .navbar-caption {
  padding-right: 4rem;
}
.cid-sEcR2WQgAf .dropdown-menu,
.cid-sEcR2WQgAf .navbar.opened {
  background: #ffffff !important;
}
.cid-sEcR2WQgAf .nav-item:focus,
.cid-sEcR2WQgAf .nav-link:focus {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEcR2WQgAf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEcR2WQgAf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEcR2WQgAf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEcR2WQgAf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEcR2WQgAf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEcR2WQgAf .dropdown-item.active,
.cid-sEcR2WQgAf .dropdown-item:active {
  background-color: transparent;
}
.cid-sEcR2WQgAf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEcR2WQgAf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEcR2WQgAf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEcR2WQgAf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEcR2WQgAf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEcR2WQgAf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEcR2WQgAf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEcR2WQgAf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEcR2WQgAf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEcR2WQgAf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEcR2WQgAf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEcR2WQgAf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEcR2WQgAf .navbar {
    height: 77px;
  }
  .cid-sEcR2WQgAf .navbar.opened {
    height: auto;
  }
  .cid-sEcR2WQgAf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sEcR2WQgAf .navbar {
    background: #ffffff;
  }
  .cid-sEcR2WQgAf .nav-link {
    color: black!important;
  }
}
.cid-sEBBRC7zwc {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1279.jpg");
}
.cid-sEBBRC7zwc .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sEBBRC7zwc .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sEBBRC7zwc .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sEBBRC7zwc .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sEBBRC7zwc .container {
  max-width: 1600px;
}
.cid-sEBBRC7zwc .mbr-bold,
.cid-sEBBRC7zwc b {
  font-weight: 900;
}
.cid-sEBBRC7zwc .btn {
  color: white !important;
}
.cid-sEBBRC7zwc svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-sEBBRC7zwc svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sEBBRC7zwc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-sEBBRC7zwc svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-sEBBRC7zwc svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sEBBRC7zwc .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sEBE0DR6r0 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
}
.cid-sEBE0DR6r0 .accordion .card {
  overflow: hidden;
}
.cid-sEBE0DR6r0 .card {
  border: 1px solid lightgray !important;
  border-radius: 20px !important;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-sEBE0DR6r0 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-sEBE0DR6r0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-sEBE0DR6r0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEBE0DR6r0 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-sEBE0DR6r0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sEBE0DR6r0 .card .panel-body {
  color: #767676;
}
.cid-sEBE0DR6r0 .card:hover {
  background: #f2f2f4;
}
.cid-sEBE0DR6r0 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #7aba59;
}
.cid-sEBE0DR6r0 .panel-title {
  display: flex !important;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sEBE0DR6r0 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sEBE0DR6r0 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-sEBE0DR6r0 .panel-collapse {
  margin-top: -1px;
}
.cid-sEBE0DR6r0 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-sEBE0DR6r0 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-sEBE0DR6r0 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-sEBE0DR6r0 .sign {
    margin-right: 0.5rem;
  }
}
.cid-sGYvzs09T9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sGYvzs09T9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sGYvzs09T9 .row {
  flex-direction: row-reverse;
}
.cid-sGYvzs09T9 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sHhn1Pg9OI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHhn1Pg9OI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHhn1Pg9OI img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHhn1Pg9OI h3 {
  margin: 0;
}
.cid-sHhn1Pg9OI .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHhn1Pg9OI .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-sHhn1Pg9OI .text-wrap {
  width: 100%;
}
.cid-sHhn1Pg9OI .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHhn1Pg9OI .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHhn1Pg9OI .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHhn1Pg9OI .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHhn1Pg9OI .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHhn1Pg9OI .jq-selectbox__dropdown,
.cid-sHhn1Pg9OI ul {
  border-radius: 20px !important;
}
.cid-sHhn1Pg9OI .jq-selectbox {
  border-radius: 30px;
}
.cid-sHhn1Pg9OI .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHhn1Pg9OI .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHhn1Pg9OI input,
.cid-sHhn1Pg9OI textarea,
.cid-sHhn1Pg9OI .select {
  border-radius: 30px;
}
.cid-sHhn1Pg9OI input,
.cid-sHhn1Pg9OI textarea {
  padding: 1rem 2rem;
}
.cid-sHhn1Pg9OI textarea {
  min-height: 10rem;
}
.cid-sHhn1Pg9OI .form-control,
.cid-sHhn1Pg9OI .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhn1Pg9OI .form-control::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .form-control::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhn1Pg9OI .form-control:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:-moz-placeholder,
.cid-sHhn1Pg9OI .form-control:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHhn1Pg9OI .form-control:hover,
.cid-sHhn1Pg9OI .field-input:hover,
.cid-sHhn1Pg9OI .form-control:focus,
.cid-sHhn1Pg9OI .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHhn1Pg9OI .form-control:hover::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input:hover::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .form-control:focus::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input:focus::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .form-control:hover::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input:hover::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .form-control:focus::-webkit-input-placeholder,
.cid-sHhn1Pg9OI .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHhn1Pg9OI .form-control:hover:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:hover:-moz-placeholder,
.cid-sHhn1Pg9OI .form-control:focus:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:focus:-moz-placeholder,
.cid-sHhn1Pg9OI .form-control:hover:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:hover:-moz-placeholder,
.cid-sHhn1Pg9OI .form-control:focus:-moz-placeholder,
.cid-sHhn1Pg9OI .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHhn1Pg9OI .jq-number__spin:hover,
.cid-sHhn1Pg9OI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHhn1Pg9OI .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHhn1Pg9OI .jq-selectbox li,
.cid-sHhn1Pg9OI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhn1Pg9OI .jq-selectbox li:hover,
.cid-sHhn1Pg9OI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHhn1Pg9OI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHhn1Pg9OI .jq-number__spin.minus:hover:after,
.cid-sHhn1Pg9OI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhn1Pg9OI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHhn1Pg9OI .jq-number__spin.minus:after,
.cid-sHhn1Pg9OI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHhn1Pg9OI input::-webkit-clear-button {
  display: none;
}
.cid-sHhn1Pg9OI input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHhn1Pg9OI input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHhn1Pg9OI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHhn1Pg9OI .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHhn1Pg9OI .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHhn1Pg9OI .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHhn1Pg9OI .title1 {
  margin: 0;
}
.cid-sHhn1Pg9OI .align-wrap {
  display: block;
}
.cid-sHhn1Pg9OI .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHhn1Pg9OI form {
    padding: 0;
  }
  .cid-sHhn1Pg9OI .socicon-wrap {
    margin: auto;
  }
}
.cid-sHhn1Pg9OI .title {
  color: #ed6436;
}
.cid-sEeezOZ43r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
