body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Source Sans Pro', 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.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Mukta', sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.568rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #181818 !important;
}
.bg-success {
  background-color: #ff5600 !important;
}
.bg-info {
  background-color: #0b1b3f !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #349800 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #181818 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: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !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 #0f7699 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: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #0f7699 inset !important;
  background: transparent !important;
  border: none !important;
  color: #0f7699 !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 #0b1b3f 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: #0b1b3f !important;
  border-color: #0b1b3f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #0b1b3f inset !important;
  background: transparent !important;
  border: none !important;
  color: #0b1b3f !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 #ff5600 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: #ff5600 !important;
  border-color: #ff5600 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b33c00 !important;
  border-color: #b33c00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b33c00 !important;
  border-color: #b33c00 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #ff5600 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ff5600 !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 #879a9f 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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !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 #349800 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: #349800 !important;
  border-color: #349800 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a4c00 !important;
  border-color: #1a4c00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a4c00 !important;
  border-color: #1a4c00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #349800 inset !important;
  background: transparent !important;
  border: none !important;
  color: #349800 !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 #181818 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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #181818 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: #181818;
  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 #0f7699 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: #062e3c;
  color: #062e3c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #0f7699 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: #0f7699;
  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 #0b1b3f 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: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0b1b3f;
  border-color: #0b1b3f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b1b3f !important;
  border-color: #0b1b3f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #0b1b3f 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: #0b1b3f;
  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 #ff5600 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: #993400;
  color: #993400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff5600;
  border-color: #ff5600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5600 !important;
  border-color: #ff5600 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #ff5600 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: #ff5600;
  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 #879a9f 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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f 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: #879a9f;
  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 #349800 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: #113200;
  color: #113200;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #349800;
  border-color: #349800;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #349800 !important;
  border-color: #349800 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #349800 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: #349800;
  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: #181818 !important;
}
.text-secondary {
  color: #0f7699 !important;
}
.text-success {
  color: #ff5600 !important;
}
.text-info {
  color: #0b1b3f !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #349800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #181818 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f7699 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #993400 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #113200 !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: #0b1b3f;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #349800;
}
.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: #181818;
  border-color: #181818;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #181818;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffddcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4f7ce0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #67ff19;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mukta', sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.568rem;
}
blockquote {
  border-color: #181818;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #181818;
  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: #181818;
  border-bottom-color: #181818;
}
.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: #181818 !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: #0f7699 !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='%23181818' %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-sGtmqow39P .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .nav-item:focus,
.cid-sGtmqow39P .nav-link:focus {
  outline: none;
}
.cid-sGtmqow39P .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:focus {
  color: #181818 !important;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGtmqow39P .container {
  max-width: 1380px;
}
.cid-sGtmqow39P .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGtmqow39P .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGtmqow39P .nav-link:hover,
.cid-sGtmqow39P .nav-link:active,
.cid-sGtmqow39P .nav-link:focus {
  border-bottom: 3px solid #181818;
  color: #181818 !important;
}
.cid-sGtmqow39P .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGtmqow39P .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGtmqow39P .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sGtmqow39P .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGtmqow39P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGtmqow39P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGtmqow39P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGtmqow39P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGtmqow39P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGtmqow39P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGtmqow39P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGtmqow39P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGtmqow39P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGtmqow39P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGtmqow39P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGtmqow39P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGtmqow39P .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGtmqow39P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGtmqow39P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGtmqow39P .icons-menu span {
  color: #ed6436 !important;
}
.cid-sGtmqow39P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGtmqow39P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGtmqow39P .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGtmqow39P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGtmqow39P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGtmqow39P .dropdown-item.active,
.cid-sGtmqow39P .dropdown-item:active {
  background-color: transparent;
}
.cid-sGtmqow39P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGtmqow39P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGtmqow39P .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGtmqow39P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGtmqow39P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGtmqow39P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtmqow39P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGtmqow39P .navbar-buttons {
  text-align: center;
}
.cid-sGtmqow39P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGtmqow39P a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGtmqow39P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGtmqow39P .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGtmqow39P .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGtmqow39P .navbar {
    height: 77px;
  }
  .cid-sGtmqow39P .navbar.opened {
    height: auto;
  }
  .cid-sGtmqow39P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1r {
  /* Type valid CSS here */
}
#custom-html-1r div {
  padding: 40px 0;
  color: rgba(255, 0, 0, 0);
  text-align: center;
}
#custom-html-1r p {
  font-size: 60px;
  color: #777;
}
.cid-sIgXlXglst {
  overflow: hidden;
  background-image: url("../../../assets/images/farm-irrigation-watering-1-1500x1000.webp");
}
.cid-sIgXlXglst .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sIgXlXglst .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sIgXlXglst .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sIgXlXglst .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sIgXlXglst .container {
  max-width: 1600px;
}
.cid-sIgXlXglst .mbr-bold,
.cid-sIgXlXglst b {
  font-weight: 900;
}
.cid-sIgXlXglst .btn {
  color: white !important;
}
.cid-sIgXlXglst 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-sIgXlXglst svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sIgXlXglst 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-sIgXlXglst 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-sIgXlXglst svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sIgXlXglst .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sHejLuK1ge {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHejLuK1ge .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sHejLuK1ge h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sHejLuK1ge .svg11 path {
  fill: #349800;
}
.cid-sHejLuK1ge .svg21 path {
  fill: #000000;
}
.cid-sHejLuK1ge .svg31 path {
  fill: #0b1b3f;
}
.cid-sHejLuK1ge .svg12 path,
.cid-sHejLuK1ge .svg22 path,
.cid-sHejLuK1ge .svg32 path {
  fill: #aff0f6;
}
.cid-sHejLuK1ge .card {
  position: relative;
  height: 300px;
}
.cid-sHejLuK1ge .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sHejLuK1ge .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sHejLuK1ge .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejLuK1ge .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sHejLuK1ge .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejLuK1ge .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sHejLuK1ge .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejLuK1ge .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sHejLuK1ge .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sHejLuK1ge .card .svg22,
.cid-sHejLuK1ge .card .svg32,
.cid-sHejLuK1ge .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sHejLuK1ge .card .svg21,
.cid-sHejLuK1ge .card .svg31,
.cid-sHejLuK1ge .card .svg11 {
  z-index: 2;
}
.cid-sHejLuK1ge .card div {
  z-index: 3;
}
.cid-sHejLuK1ge .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sHejLuK1ge .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHejLuK1ge .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sHejLuK1ge .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sHejLuK1ge .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sHejLuK1ge .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sHejLuK1ge .card {
    margin-bottom: 2rem;
  }
  .cid-sHejLuK1ge .card svg {
    left: 30px;
  }
  .cid-sHejLuK1ge .card:hover h4 {
    animation: none;
  }
  .cid-sHejLuK1ge .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sHejLuK1ge h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sHejLuK1ge .card {
    max-width: 360px;
  }
  .cid-sHejLuK1ge .card svg {
    left: 10px;
  }
}
.cid-sHejMiFHAH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHejMiFHAH .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sHejMiFHAH h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sHejMiFHAH .svg11 path {
  fill: #5b686b;
}
.cid-sHejMiFHAH .svg21 path {
  fill: #787324;
}
.cid-sHejMiFHAH .svg31 path {
  fill: #0f7699;
}
.cid-sHejMiFHAH .svg12 path,
.cid-sHejMiFHAH .svg22 path,
.cid-sHejMiFHAH .svg32 path {
  fill: #aff0f6;
}
.cid-sHejMiFHAH .card {
  position: relative;
  height: 300px;
}
.cid-sHejMiFHAH .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sHejMiFHAH .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sHejMiFHAH .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejMiFHAH .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sHejMiFHAH .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejMiFHAH .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sHejMiFHAH .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHejMiFHAH .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sHejMiFHAH .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sHejMiFHAH .card .svg22,
.cid-sHejMiFHAH .card .svg32,
.cid-sHejMiFHAH .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sHejMiFHAH .card .svg21,
.cid-sHejMiFHAH .card .svg31,
.cid-sHejMiFHAH .card .svg11 {
  z-index: 2;
}
.cid-sHejMiFHAH .card div {
  z-index: 3;
}
.cid-sHejMiFHAH .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sHejMiFHAH .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHejMiFHAH .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sHejMiFHAH .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sHejMiFHAH .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sHejMiFHAH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sHejMiFHAH .card {
    margin-bottom: 2rem;
  }
  .cid-sHejMiFHAH .card svg {
    left: 30px;
  }
  .cid-sHejMiFHAH .card:hover h4 {
    animation: none;
  }
  .cid-sHejMiFHAH .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sHejMiFHAH h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sHejMiFHAH .card {
    max-width: 360px;
  }
  .cid-sHejMiFHAH .card svg {
    left: 10px;
  }
}
.cid-rGtR35bime {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.webp");
}
@media (min-width: 992px) {
  .cid-rGtR35bime .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR35bime .content {
    padding: 0 2rem;
  }
}
.cid-rGtR35bime .img-col {
  padding: 0;
}
.cid-rGtR35bime .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-rGtR35bime .icon-wrap h3 {
  margin: 0;
}
.cid-rGtR35bime .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-rGtR35bime .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-rGtR35bime .icon-title,
.cid-rGtR35bime .mbr-iconfont {
  color: #181818;
}
.cid-rGtR35bime .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rGtR35bime .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR35bime .icons-wrap {
    flex-direction: column;
  }
  .cid-rGtR35bime .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-rGtR35bime H1 {
  color: #349800;
}
.cid-rGtR3muz6c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGtR3muz6c .mbr-text {
  color: #767676;
}
.cid-rGtR3muz6c .mbr-iconfont {
  color: #7aba59 !important;
  font-size: 4rem!important;
}
.cid-rGtR3muz6c .card-img {
  margin-bottom: 3rem;
}
.cid-rGtR3muz6c .card-wrapper {
  background: #f2f2f4;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rGtR3muz6c .link {
  margin: 0;
}
.cid-rGtR3muz6c p {
  font-weight: 400;
}
.cid-rGtR3muz6c .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtR3muz6c .link a:hover {
  color: #181818 !important;
}
.cid-rGtR3muz6c .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtR3muz6c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtR3muz6c .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtR3muz6c .mbr-text,
.cid-rGtR3muz6c .link {
  color: #383838;
}
@media (max-width: 767px) {
  .cid-rGtR3muz6c .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtR41owCd {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGtR41owCd li {
  list-style: none;
}
.cid-rGtR41owCd .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtR41owCd .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtR41owCd .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtR41owCd h4 {
  margin: 0;
}
.cid-rGtR41owCd ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-rGtR41owCd .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rGtR41owCd .col-title2 {
  color: #349800;
}
.cid-rGtR4gKLIa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.webp");
}
@media (min-width: 992px) {
  .cid-rGtR4gKLIa .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-rGtR4gKLIa .content {
    padding: 0 2rem;
  }
}
.cid-rGtR4gKLIa .img-col {
  padding: 0;
}
.cid-rGtR4gKLIa .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-rGtR4gKLIa p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-rGtR4gKLIa .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-rGtR4gKLIa .icon-title,
.cid-rGtR4gKLIa .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-rGtR4gKLIa .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rGtR4gKLIa .icon-wrap {
    margin: auto;
  }
}
.cid-rGtR4gKLIa H3 {
  color: #ed6436;
}
.cid-rGtR88ABmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #349800;
}
#custom-html-17 {
  /* Type valid CSS here */
}
#custom-html-17 .floating-btn {
  width: 80px;
  height: 80px;
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 40px;
  bottom: 40px;
  transition: background 0.25s;
  /* <button> */
  outline: blue;
  border: none;
  cursor: pointer;
}
#custom-html-17 .floating-btn i {
  vertical-align: middle;
  margin-right: 4px;
}
#custom-html-17 .floating-btn:active {
  background: #007d63;
}
.cid-sGtmxl12GR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmxl12GR .nav-item:focus,
.cid-sGtmxl12GR .nav-link:focus {
  outline: none;
}
.cid-sGtmxl12GR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #181818 !important;
}
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtmxl12GR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmxl12GR .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGtmxl12GR .container {
  max-width: 1380px;
}
.cid-sGtmxl12GR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGtmxl12GR .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGtmxl12GR .nav-link:hover,
.cid-sGtmxl12GR .nav-link:active,
.cid-sGtmxl12GR .nav-link:focus {
  border-bottom: 3px solid #181818;
  color: #181818 !important;
}
.cid-sGtmxl12GR .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGtmxl12GR .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGtmxl12GR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sGtmxl12GR .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGtmxl12GR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGtmxl12GR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGtmxl12GR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sGtmxl12GR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGtmxl12GR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGtmxl12GR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGtmxl12GR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGtmxl12GR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGtmxl12GR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGtmxl12GR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGtmxl12GR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGtmxl12GR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGtmxl12GR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGtmxl12GR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGtmxl12GR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGtmxl12GR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGtmxl12GR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGtmxl12GR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGtmxl12GR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGtmxl12GR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGtmxl12GR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGtmxl12GR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGtmxl12GR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGtmxl12GR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGtmxl12GR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGtmxl12GR .icons-menu span {
  color: #ed6436 !important;
}
.cid-sGtmxl12GR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGtmxl12GR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGtmxl12GR .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGtmxl12GR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGtmxl12GR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGtmxl12GR .dropdown-item.active,
.cid-sGtmxl12GR .dropdown-item:active {
  background-color: transparent;
}
.cid-sGtmxl12GR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGtmxl12GR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGtmxl12GR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGtmxl12GR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGtmxl12GR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGtmxl12GR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtmxl12GR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGtmxl12GR .navbar-buttons {
  text-align: center;
}
.cid-sGtmxl12GR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtmxl12GR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGtmxl12GR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmxl12GR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmxl12GR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmxl12GR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmxl12GR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmxl12GR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmxl12GR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmxl12GR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmxl12GR .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGtmxl12GR a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGtmxl12GR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGtmxl12GR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGtmxl12GR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGtmxl12GR .navbar {
    height: 77px;
  }
  .cid-sGtmxl12GR .navbar.opened {
    height: auto;
  }
  .cid-sGtmxl12GR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGtmxf5xPc {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGtmxf5xPc .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sGtmxf5xPc h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sGtmxf5xPc .svg11 path {
  fill: #349800;
}
.cid-sGtmxf5xPc .svg21 path {
  fill: #000000;
}
.cid-sGtmxf5xPc .svg31 path {
  fill: #0b1b3f;
}
.cid-sGtmxf5xPc .svg12 path,
.cid-sGtmxf5xPc .svg22 path,
.cid-sGtmxf5xPc .svg32 path {
  fill: #aff0f6;
}
.cid-sGtmxf5xPc .card {
  position: relative;
  height: 300px;
}
.cid-sGtmxf5xPc .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sGtmxf5xPc .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sGtmxf5xPc .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxf5xPc .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sGtmxf5xPc .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxf5xPc .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sGtmxf5xPc .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxf5xPc .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sGtmxf5xPc .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sGtmxf5xPc .card .svg22,
.cid-sGtmxf5xPc .card .svg32,
.cid-sGtmxf5xPc .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sGtmxf5xPc .card .svg21,
.cid-sGtmxf5xPc .card .svg31,
.cid-sGtmxf5xPc .card .svg11 {
  z-index: 2;
}
.cid-sGtmxf5xPc .card div {
  z-index: 3;
}
.cid-sGtmxf5xPc .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sGtmxf5xPc .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmxf5xPc .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sGtmxf5xPc .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sGtmxf5xPc .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sGtmxf5xPc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sGtmxf5xPc .card {
    margin-bottom: 2rem;
  }
  .cid-sGtmxf5xPc .card svg {
    left: 30px;
  }
  .cid-sGtmxf5xPc .card:hover h4 {
    animation: none;
  }
  .cid-sGtmxf5xPc .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sGtmxf5xPc h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sGtmxf5xPc .card {
    max-width: 360px;
  }
  .cid-sGtmxf5xPc .card svg {
    left: 10px;
  }
}
.cid-sGtmxfPQMk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sGtmxfPQMk .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sGtmxfPQMk h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sGtmxfPQMk .svg11 path {
  fill: #5b686b;
}
.cid-sGtmxfPQMk .svg21 path {
  fill: #787324;
}
.cid-sGtmxfPQMk .svg31 path {
  fill: #0f7699;
}
.cid-sGtmxfPQMk .svg12 path,
.cid-sGtmxfPQMk .svg22 path,
.cid-sGtmxfPQMk .svg32 path {
  fill: #aff0f6;
}
.cid-sGtmxfPQMk .card {
  position: relative;
  height: 300px;
}
.cid-sGtmxfPQMk .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sGtmxfPQMk .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sGtmxfPQMk .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxfPQMk .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sGtmxfPQMk .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxfPQMk .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sGtmxfPQMk .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sGtmxfPQMk .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sGtmxfPQMk .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sGtmxfPQMk .card .svg22,
.cid-sGtmxfPQMk .card .svg32,
.cid-sGtmxfPQMk .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sGtmxfPQMk .card .svg21,
.cid-sGtmxfPQMk .card .svg31,
.cid-sGtmxfPQMk .card .svg11 {
  z-index: 2;
}
.cid-sGtmxfPQMk .card div {
  z-index: 3;
}
.cid-sGtmxfPQMk .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sGtmxfPQMk .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmxfPQMk .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sGtmxfPQMk .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sGtmxfPQMk .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sGtmxfPQMk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sGtmxfPQMk .card {
    margin-bottom: 2rem;
  }
  .cid-sGtmxfPQMk .card svg {
    left: 30px;
  }
  .cid-sGtmxfPQMk .card:hover h4 {
    animation: none;
  }
  .cid-sGtmxfPQMk .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sGtmxfPQMk h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sGtmxfPQMk .card {
    max-width: 360px;
  }
  .cid-sGtmxfPQMk .card svg {
    left: 10px;
  }
}
.cid-sH3gPQxVuc {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sH3gPQxVuc .media-content {
  word-wrap: break-word;
}
.cid-sH3gPQxVuc .form-group {
  padding: 0.5rem;
}
.cid-sH3gPQxVuc .form-control {
  text-align: center;
}
.cid-sH3gPQxVuc .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sH3gPQxVuc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sH3gPQxVuc .mbr-text {
    text-align: center;
  }
  .cid-sH3gPQxVuc .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sH3gPQxVuc .form-control {
    font-size: .85rem;
  }
}
.cid-sHdDzfdOtz {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-sHdDzfdOtz .media-content {
  word-wrap: break-word;
}
.cid-sHdDzfdOtz .form-group {
  padding: 0.5rem;
}
.cid-sHdDzfdOtz .form-control {
  text-align: center;
}
.cid-sHdDzfdOtz .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sHdDzfdOtz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sHdDzfdOtz .mbr-text {
    text-align: center;
  }
  .cid-sHdDzfdOtz .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sHdDzfdOtz .form-control {
    font-size: .85rem;
  }
}
.cid-sHdDDnVEjC {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1281.webp");
}
.cid-sHdDDnVEjC .media-content {
  word-wrap: break-word;
}
.cid-sHdDDnVEjC .form-group {
  padding: 0.5rem;
}
.cid-sHdDDnVEjC .form-control {
  text-align: center;
}
.cid-sHdDDnVEjC .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sHdDDnVEjC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sHdDDnVEjC .mbr-text {
    text-align: center;
  }
  .cid-sHdDDnVEjC .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sHdDDnVEjC .form-control {
    font-size: .85rem;
  }
}
.cid-sHdSapOfN3 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/miller-irrigation-home-1200x1600.webp");
}
.cid-sHdSapOfN3 .media-content {
  word-wrap: break-word;
}
.cid-sHdSapOfN3 .form-group {
  padding: 0.5rem;
}
.cid-sHdSapOfN3 .form-control {
  text-align: center;
}
.cid-sHdSapOfN3 .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sHdSapOfN3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sHdSapOfN3 .mbr-text {
    text-align: center;
  }
  .cid-sHdSapOfN3 .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sHdSapOfN3 .form-control {
    font-size: .85rem;
  }
}
.cid-sHekNSrPNV {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sHekNSrPNV .media-content {
  word-wrap: break-word;
}
.cid-sHekNSrPNV .form-group {
  padding: 0.5rem;
}
.cid-sHekNSrPNV .form-control {
  text-align: center;
}
.cid-sHekNSrPNV .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sHekNSrPNV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sHekNSrPNV .mbr-text {
    text-align: center;
  }
  .cid-sHekNSrPNV .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-sHekNSrPNV .form-control {
    font-size: .85rem;
  }
}
.cid-sGtmxiZU4T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGtmxiZU4T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sGtmxiZU4T .select {
  z-index: 9999;
}
.cid-sGtmxiZU4T img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-sGtmxiZU4T .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sGtmxiZU4T .mbr-form {
    max-width: 500px;
  }
}
.cid-sGtmxiZU4T .col-auto {
  width: 100%;
  margin: auto;
}
.cid-sGtmxiZU4T .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-sGtmxiZU4T .img-col {
  padding: 0;
}
.cid-sGtmxiZU4T form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sGtmxiZU4T .jq-selectbox__dropdown,
.cid-sGtmxiZU4T ul {
  border-radius: 20px!important;
}
.cid-sGtmxiZU4T .jq-selectbox {
  border-radius: 30px;
}
.cid-sGtmxiZU4T .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sGtmxiZU4T .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sGtmxiZU4T input,
.cid-sGtmxiZU4T textarea,
.cid-sGtmxiZU4T .select {
  border-radius: 30px;
}
.cid-sGtmxiZU4T input,
.cid-sGtmxiZU4T textarea {
  padding: 2rem 3rem;
}
.cid-sGtmxiZU4T textarea {
  min-height: 10rem;
}
.cid-sGtmxiZU4T .form-control,
.cid-sGtmxiZU4T .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGtmxiZU4T .form-control::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input::-webkit-input-placeholder,
.cid-sGtmxiZU4T .form-control::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sGtmxiZU4T .form-control:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:-moz-placeholder,
.cid-sGtmxiZU4T .form-control:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sGtmxiZU4T .form-control:hover,
.cid-sGtmxiZU4T .field-input:hover,
.cid-sGtmxiZU4T .form-control:focus,
.cid-sGtmxiZU4T .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sGtmxiZU4T .form-control:hover::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input:hover::-webkit-input-placeholder,
.cid-sGtmxiZU4T .form-control:focus::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input:focus::-webkit-input-placeholder,
.cid-sGtmxiZU4T .form-control:hover::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input:hover::-webkit-input-placeholder,
.cid-sGtmxiZU4T .form-control:focus::-webkit-input-placeholder,
.cid-sGtmxiZU4T .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sGtmxiZU4T .form-control:hover:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:hover:-moz-placeholder,
.cid-sGtmxiZU4T .form-control:focus:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:focus:-moz-placeholder,
.cid-sGtmxiZU4T .form-control:hover:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:hover:-moz-placeholder,
.cid-sGtmxiZU4T .form-control:focus:-moz-placeholder,
.cid-sGtmxiZU4T .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sGtmxiZU4T .jq-number__spin:hover,
.cid-sGtmxiZU4T .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sGtmxiZU4T .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sGtmxiZU4T .jq-selectbox li,
.cid-sGtmxiZU4T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGtmxiZU4T .jq-selectbox li:hover,
.cid-sGtmxiZU4T .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sGtmxiZU4T .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sGtmxiZU4T .jq-number__spin.minus:hover:after,
.cid-sGtmxiZU4T .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sGtmxiZU4T .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sGtmxiZU4T .jq-number__spin.minus:after,
.cid-sGtmxiZU4T .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sGtmxiZU4T input::-webkit-clear-button {
  display: none;
}
.cid-sGtmxiZU4T input::-webkit-inner-spin-button {
  display: none;
}
.cid-sGtmxiZU4T input::-webkit-outer-spin-button {
  display: none;
}
.cid-sGtmxiZU4T input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sGtmxiZU4T .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-sGtmxiZU4T img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGtmxiZU4T form {
    padding: 2rem 1rem;
  }
  .cid-sGtmxiZU4T .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sGtmxiZU4T .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sGtmxiZU4T img {
    height: 260px;
    width: 260px;
  }
}
.cid-sGtmxiZU4T H4 {
  color: #ed6436;
}
.cid-sHeaGXuc5B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sHeaGXuc5B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHeaGXuc5B img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHeaGXuc5B h3 {
  margin: 0;
}
.cid-sHeaGXuc5B .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHeaGXuc5B .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sHeaGXuc5B .text-wrap {
  width: 100%;
}
.cid-sHeaGXuc5B .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHeaGXuc5B .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHeaGXuc5B .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;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHeaGXuc5B .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHeaGXuc5B .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHeaGXuc5B .jq-selectbox__dropdown,
.cid-sHeaGXuc5B ul {
  border-radius: 20px!important;
}
.cid-sHeaGXuc5B .jq-selectbox {
  border-radius: 30px;
}
.cid-sHeaGXuc5B .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHeaGXuc5B .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHeaGXuc5B input,
.cid-sHeaGXuc5B textarea,
.cid-sHeaGXuc5B .select {
  border-radius: 30px;
}
.cid-sHeaGXuc5B input,
.cid-sHeaGXuc5B textarea {
  padding: 1rem 2rem;
}
.cid-sHeaGXuc5B textarea {
  min-height: 10rem;
}
.cid-sHeaGXuc5B .form-control,
.cid-sHeaGXuc5B .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHeaGXuc5B .form-control::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input::-webkit-input-placeholder,
.cid-sHeaGXuc5B .form-control::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHeaGXuc5B .form-control:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:-moz-placeholder,
.cid-sHeaGXuc5B .form-control:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHeaGXuc5B .form-control:hover,
.cid-sHeaGXuc5B .field-input:hover,
.cid-sHeaGXuc5B .form-control:focus,
.cid-sHeaGXuc5B .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHeaGXuc5B .form-control:hover::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input:hover::-webkit-input-placeholder,
.cid-sHeaGXuc5B .form-control:focus::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input:focus::-webkit-input-placeholder,
.cid-sHeaGXuc5B .form-control:hover::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input:hover::-webkit-input-placeholder,
.cid-sHeaGXuc5B .form-control:focus::-webkit-input-placeholder,
.cid-sHeaGXuc5B .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHeaGXuc5B .form-control:hover:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:hover:-moz-placeholder,
.cid-sHeaGXuc5B .form-control:focus:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:focus:-moz-placeholder,
.cid-sHeaGXuc5B .form-control:hover:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:hover:-moz-placeholder,
.cid-sHeaGXuc5B .form-control:focus:-moz-placeholder,
.cid-sHeaGXuc5B .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHeaGXuc5B .jq-number__spin:hover,
.cid-sHeaGXuc5B .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHeaGXuc5B .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHeaGXuc5B .jq-selectbox li,
.cid-sHeaGXuc5B .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHeaGXuc5B .jq-selectbox li:hover,
.cid-sHeaGXuc5B .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHeaGXuc5B .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHeaGXuc5B .jq-number__spin.minus:hover:after,
.cid-sHeaGXuc5B .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHeaGXuc5B .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHeaGXuc5B .jq-number__spin.minus:after,
.cid-sHeaGXuc5B .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHeaGXuc5B input::-webkit-clear-button {
  display: none;
}
.cid-sHeaGXuc5B input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHeaGXuc5B input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHeaGXuc5B input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHeaGXuc5B .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHeaGXuc5B .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHeaGXuc5B .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHeaGXuc5B .title1 {
  margin: 0;
}
.cid-sHeaGXuc5B .align-wrap {
  display: block;
}
.cid-sHeaGXuc5B .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHeaGXuc5B form {
    padding: 0;
  }
  .cid-sHeaGXuc5B .socicon-wrap {
    margin: auto;
  }
}
.cid-sHeaGXuc5B .title {
  color: #ed6436;
}
.cid-sGtmxkG4gj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #349800;
}
.cid-sGtmAKQ1mF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmAKQ1mF .nav-item:focus,
.cid-sGtmAKQ1mF .nav-link:focus {
  outline: none;
}
.cid-sGtmAKQ1mF .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item:focus {
  color: #181818 !important;
}
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtmAKQ1mF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmAKQ1mF .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGtmAKQ1mF .container {
  max-width: 1380px;
}
.cid-sGtmAKQ1mF .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGtmAKQ1mF .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGtmAKQ1mF .nav-link:hover,
.cid-sGtmAKQ1mF .nav-link:active,
.cid-sGtmAKQ1mF .nav-link:focus {
  border-bottom: 3px solid #181818;
  color: #181818 !important;
}
.cid-sGtmAKQ1mF .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGtmAKQ1mF .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGtmAKQ1mF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sGtmAKQ1mF .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGtmAKQ1mF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGtmAKQ1mF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGtmAKQ1mF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sGtmAKQ1mF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGtmAKQ1mF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGtmAKQ1mF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGtmAKQ1mF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGtmAKQ1mF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGtmAKQ1mF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGtmAKQ1mF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGtmAKQ1mF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGtmAKQ1mF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGtmAKQ1mF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGtmAKQ1mF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGtmAKQ1mF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGtmAKQ1mF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGtmAKQ1mF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGtmAKQ1mF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGtmAKQ1mF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGtmAKQ1mF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGtmAKQ1mF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGtmAKQ1mF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGtmAKQ1mF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGtmAKQ1mF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGtmAKQ1mF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGtmAKQ1mF .icons-menu span {
  color: #ed6436 !important;
}
.cid-sGtmAKQ1mF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGtmAKQ1mF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGtmAKQ1mF .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGtmAKQ1mF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGtmAKQ1mF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGtmAKQ1mF .dropdown-item.active,
.cid-sGtmAKQ1mF .dropdown-item:active {
  background-color: transparent;
}
.cid-sGtmAKQ1mF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGtmAKQ1mF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGtmAKQ1mF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGtmAKQ1mF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGtmAKQ1mF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGtmAKQ1mF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtmAKQ1mF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGtmAKQ1mF .navbar-buttons {
  text-align: center;
}
.cid-sGtmAKQ1mF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtmAKQ1mF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGtmAKQ1mF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmAKQ1mF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmAKQ1mF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmAKQ1mF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmAKQ1mF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmAKQ1mF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmAKQ1mF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmAKQ1mF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmAKQ1mF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGtmAKQ1mF a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGtmAKQ1mF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGtmAKQ1mF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGtmAKQ1mF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGtmAKQ1mF .navbar {
    height: 77px;
  }
  .cid-sGtmAKQ1mF .navbar.opened {
    height: auto;
  }
  .cid-sGtmAKQ1mF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHdZHXeOCM {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1240.webp");
}
.cid-sHdZHXeOCM .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-sHdZHXeOCM .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-sHdZHXeOCM .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sHdZHXeOCM .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-sHdZHXeOCM .container {
  max-width: 1600px;
}
.cid-sHdZHXeOCM .mbr-bold,
.cid-sHdZHXeOCM b {
  font-weight: 900;
}
.cid-sHdZHXeOCM .btn {
  color: white !important;
}
.cid-sHdZHXeOCM 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-sHdZHXeOCM svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-sHdZHXeOCM 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-sHdZHXeOCM 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-sHdZHXeOCM svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-sHdZHXeOCM .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-sGtmAGEZRW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.webp");
}
@media (min-width: 992px) {
  .cid-sGtmAGEZRW .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sGtmAGEZRW .content {
    padding: 0 2rem;
  }
}
.cid-sGtmAGEZRW .img-col {
  padding: 0;
}
.cid-sGtmAGEZRW .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sGtmAGEZRW .icon-wrap h3 {
  margin: 0;
}
.cid-sGtmAGEZRW .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sGtmAGEZRW .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sGtmAGEZRW .icon-title,
.cid-sGtmAGEZRW .mbr-iconfont {
  color: #181818;
}
.cid-sGtmAGEZRW .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sGtmAGEZRW .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGtmAGEZRW .icons-wrap {
    flex-direction: column;
  }
  .cid-sGtmAGEZRW .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sGtmAGEZRW H1 {
  color: #349800;
}
.cid-sHdXxkXrpx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHdXxkXrpx .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sHdXxkXrpx .content {
    padding: 0 2rem;
  }
}
.cid-sHdXxkXrpx .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sHdXxkXrpx .img-col {
  padding: 0;
}
.cid-sHdXxkXrpx .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sHdXxkXrpx .mbr-iconfont {
  font-size: 3rem;
  color: #383838 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sHdXxkXrpx .icon-title,
.cid-sHdXxkXrpx .icon-wrap {
  color: #ed6436;
}
.cid-sHdXxkXrpx .mbr-text,
.cid-sHdXxkXrpx .mbr-section-btn,
.cid-sHdXxkXrpx .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sHdXxkXrpx .content {
    margin: auto;
  }
}
.cid-sGtmAIhDoL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sGtmAIhDoL .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sGtmAIhDoL .content {
    padding: 0 2rem;
  }
}
.cid-sGtmAIhDoL .img-col {
  padding: 0;
}
.cid-sGtmAIhDoL .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
}
.cid-sGtmAIhDoL p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-sGtmAIhDoL .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-sGtmAIhDoL .icon-title,
.cid-sGtmAIhDoL .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-sGtmAIhDoL .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sGtmAIhDoL .icon-wrap {
    margin: auto;
  }
}
.cid-sGtmAIhDoL H3 {
  color: #ed6436;
}
.cid-sHeaPUNcr8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sHeaPUNcr8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHeaPUNcr8 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-sHeaPUNcr8 h3 {
  margin: 0;
}
.cid-sHeaPUNcr8 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-sHeaPUNcr8 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-sHeaPUNcr8 .text-wrap {
  width: 100%;
}
.cid-sHeaPUNcr8 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-sHeaPUNcr8 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sHeaPUNcr8 .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;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sHeaPUNcr8 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-sHeaPUNcr8 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sHeaPUNcr8 .jq-selectbox__dropdown,
.cid-sHeaPUNcr8 ul {
  border-radius: 20px!important;
}
.cid-sHeaPUNcr8 .jq-selectbox {
  border-radius: 30px;
}
.cid-sHeaPUNcr8 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHeaPUNcr8 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHeaPUNcr8 input,
.cid-sHeaPUNcr8 textarea,
.cid-sHeaPUNcr8 .select {
  border-radius: 30px;
}
.cid-sHeaPUNcr8 input,
.cid-sHeaPUNcr8 textarea {
  padding: 1rem 2rem;
}
.cid-sHeaPUNcr8 textarea {
  min-height: 10rem;
}
.cid-sHeaPUNcr8 .form-control,
.cid-sHeaPUNcr8 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHeaPUNcr8 .form-control::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .form-control::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHeaPUNcr8 .form-control:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:-moz-placeholder,
.cid-sHeaPUNcr8 .form-control:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHeaPUNcr8 .form-control:hover,
.cid-sHeaPUNcr8 .field-input:hover,
.cid-sHeaPUNcr8 .form-control:focus,
.cid-sHeaPUNcr8 .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHeaPUNcr8 .form-control:hover::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input:hover::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .form-control:focus::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input:focus::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .form-control:hover::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input:hover::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .form-control:focus::-webkit-input-placeholder,
.cid-sHeaPUNcr8 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHeaPUNcr8 .form-control:hover:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:hover:-moz-placeholder,
.cid-sHeaPUNcr8 .form-control:focus:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:focus:-moz-placeholder,
.cid-sHeaPUNcr8 .form-control:hover:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:hover:-moz-placeholder,
.cid-sHeaPUNcr8 .form-control:focus:-moz-placeholder,
.cid-sHeaPUNcr8 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHeaPUNcr8 .jq-number__spin:hover,
.cid-sHeaPUNcr8 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sHeaPUNcr8 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHeaPUNcr8 .jq-selectbox li,
.cid-sHeaPUNcr8 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHeaPUNcr8 .jq-selectbox li:hover,
.cid-sHeaPUNcr8 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHeaPUNcr8 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHeaPUNcr8 .jq-number__spin.minus:hover:after,
.cid-sHeaPUNcr8 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHeaPUNcr8 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHeaPUNcr8 .jq-number__spin.minus:after,
.cid-sHeaPUNcr8 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHeaPUNcr8 input::-webkit-clear-button {
  display: none;
}
.cid-sHeaPUNcr8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHeaPUNcr8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHeaPUNcr8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHeaPUNcr8 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-sHeaPUNcr8 .form-group {
  margin-bottom: 0.4rem;
}
.cid-sHeaPUNcr8 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-sHeaPUNcr8 .title1 {
  margin: 0;
}
.cid-sHeaPUNcr8 .align-wrap {
  display: block;
}
.cid-sHeaPUNcr8 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sHeaPUNcr8 form {
    padding: 0;
  }
  .cid-sHeaPUNcr8 .socicon-wrap {
    margin: auto;
  }
}
.cid-sHeaPUNcr8 .title {
  color: #ed6436;
}
.cid-sGtmAKyrTr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #349800;
}
.cid-sGtmEw4iXF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmEw4iXF .nav-item:focus,
.cid-sGtmEw4iXF .nav-link:focus {
  outline: none;
}
.cid-sGtmEw4iXF .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item:focus {
  color: #181818 !important;
}
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtmEw4iXF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmEw4iXF .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGtmEw4iXF .container {
  max-width: 1380px;
}
.cid-sGtmEw4iXF .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGtmEw4iXF .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGtmEw4iXF .nav-link:hover,
.cid-sGtmEw4iXF .nav-link:active,
.cid-sGtmEw4iXF .nav-link:focus {
  border-bottom: 3px solid #181818;
  color: #181818 !important;
}
.cid-sGtmEw4iXF .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGtmEw4iXF .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGtmEw4iXF .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sGtmEw4iXF .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGtmEw4iXF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGtmEw4iXF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGtmEw4iXF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sGtmEw4iXF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGtmEw4iXF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGtmEw4iXF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGtmEw4iXF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGtmEw4iXF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGtmEw4iXF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGtmEw4iXF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGtmEw4iXF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGtmEw4iXF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGtmEw4iXF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGtmEw4iXF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGtmEw4iXF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGtmEw4iXF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGtmEw4iXF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGtmEw4iXF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGtmEw4iXF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGtmEw4iXF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGtmEw4iXF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGtmEw4iXF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGtmEw4iXF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGtmEw4iXF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGtmEw4iXF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGtmEw4iXF .icons-menu span {
  color: #ed6436 !important;
}
.cid-sGtmEw4iXF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGtmEw4iXF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGtmEw4iXF .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGtmEw4iXF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGtmEw4iXF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGtmEw4iXF .dropdown-item.active,
.cid-sGtmEw4iXF .dropdown-item:active {
  background-color: transparent;
}
.cid-sGtmEw4iXF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGtmEw4iXF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGtmEw4iXF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGtmEw4iXF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGtmEw4iXF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGtmEw4iXF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtmEw4iXF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGtmEw4iXF .navbar-buttons {
  text-align: center;
}
.cid-sGtmEw4iXF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtmEw4iXF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGtmEw4iXF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmEw4iXF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmEw4iXF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmEw4iXF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmEw4iXF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmEw4iXF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmEw4iXF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmEw4iXF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmEw4iXF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGtmEw4iXF a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGtmEw4iXF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGtmEw4iXF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGtmEw4iXF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGtmEw4iXF .navbar {
    height: 77px;
  }
  .cid-sGtmEw4iXF .navbar.opened {
    height: auto;
  }
  .cid-sGtmEw4iXF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHebkX1a01 {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHebkX1a01 .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sHebkX1a01 h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sHebkX1a01 .svg11 path {
  fill: #349800;
}
.cid-sHebkX1a01 .svg21 path {
  fill: #000000;
}
.cid-sHebkX1a01 .svg31 path {
  fill: #0b1b3f;
}
.cid-sHebkX1a01 .svg12 path,
.cid-sHebkX1a01 .svg22 path,
.cid-sHebkX1a01 .svg32 path {
  fill: #aff0f6;
}
.cid-sHebkX1a01 .card {
  position: relative;
  height: 300px;
}
.cid-sHebkX1a01 .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sHebkX1a01 .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sHebkX1a01 .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHebkX1a01 .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sHebkX1a01 .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHebkX1a01 .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sHebkX1a01 .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHebkX1a01 .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sHebkX1a01 .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sHebkX1a01 .card .svg22,
.cid-sHebkX1a01 .card .svg32,
.cid-sHebkX1a01 .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sHebkX1a01 .card .svg21,
.cid-sHebkX1a01 .card .svg31,
.cid-sHebkX1a01 .card .svg11 {
  z-index: 2;
}
.cid-sHebkX1a01 .card div {
  z-index: 3;
}
.cid-sHebkX1a01 .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sHebkX1a01 .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHebkX1a01 .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sHebkX1a01 .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sHebkX1a01 .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sHebkX1a01 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sHebkX1a01 .card {
    margin-bottom: 2rem;
  }
  .cid-sHebkX1a01 .card svg {
    left: 30px;
  }
  .cid-sHebkX1a01 .card:hover h4 {
    animation: none;
  }
  .cid-sHebkX1a01 .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sHebkX1a01 h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sHebkX1a01 .card {
    max-width: 360px;
  }
  .cid-sHebkX1a01 .card svg {
    left: 10px;
  }
}
.cid-sHeSbwJpgy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHeSbwJpgy .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-sHeSbwJpgy h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-sHeSbwJpgy .svg11 path {
  fill: #5b686b;
}
.cid-sHeSbwJpgy .svg21 path {
  fill: #787324;
}
.cid-sHeSbwJpgy .svg31 path {
  fill: #0f7699;
}
.cid-sHeSbwJpgy .svg12 path,
.cid-sHeSbwJpgy .svg22 path,
.cid-sHeSbwJpgy .svg32 path {
  fill: #aff0f6;
}
.cid-sHeSbwJpgy .card {
  position: relative;
  height: 300px;
}
.cid-sHeSbwJpgy .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-sHeSbwJpgy .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-sHeSbwJpgy .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHeSbwJpgy .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-sHeSbwJpgy .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHeSbwJpgy .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-sHeSbwJpgy .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-sHeSbwJpgy .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-sHeSbwJpgy .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-sHeSbwJpgy .card .svg22,
.cid-sHeSbwJpgy .card .svg32,
.cid-sHeSbwJpgy .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-sHeSbwJpgy .card .svg21,
.cid-sHeSbwJpgy .card .svg31,
.cid-sHeSbwJpgy .card .svg11 {
  z-index: 2;
}
.cid-sHeSbwJpgy .card div {
  z-index: 3;
}
.cid-sHeSbwJpgy .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-sHeSbwJpgy .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sHeSbwJpgy .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-sHeSbwJpgy .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-sHeSbwJpgy .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-sHeSbwJpgy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sHeSbwJpgy .card {
    margin-bottom: 2rem;
  }
  .cid-sHeSbwJpgy .card svg {
    left: 30px;
  }
  .cid-sHeSbwJpgy .card:hover h4 {
    animation: none;
  }
  .cid-sHeSbwJpgy .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-sHeSbwJpgy h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-sHeSbwJpgy .card {
    max-width: 360px;
  }
  .cid-sHeSbwJpgy .card svg {
    left: 10px;
  }
}
.cid-sHebp0OlGu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sHebp0OlGu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sHebp0OlGu .select {
  z-index: 9999;
}
.cid-sHebp0OlGu img {
  border-radius: 100%;
  height: 500px;
  width: 500px;
  margin: auto;
  object-fit: cover;
}
.cid-sHebp0OlGu .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-sHebp0OlGu .mbr-form {
    max-width: 500px;
  }
}
.cid-sHebp0OlGu .col-auto {
  width: 100%;
  margin: auto;
}
.cid-sHebp0OlGu .col-auto .btn {
  width: -webkit-fill-available;
}
.cid-sHebp0OlGu .img-col {
  padding: 0;
}
.cid-sHebp0OlGu form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sHebp0OlGu .jq-selectbox__dropdown,
.cid-sHebp0OlGu ul {
  border-radius: 20px!important;
}
.cid-sHebp0OlGu .jq-selectbox {
  border-radius: 30px;
}
.cid-sHebp0OlGu .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sHebp0OlGu .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sHebp0OlGu input,
.cid-sHebp0OlGu textarea,
.cid-sHebp0OlGu .select {
  border-radius: 30px;
}
.cid-sHebp0OlGu input,
.cid-sHebp0OlGu textarea {
  padding: 2rem 3rem;
}
.cid-sHebp0OlGu textarea {
  min-height: 10rem;
}
.cid-sHebp0OlGu .form-control,
.cid-sHebp0OlGu .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHebp0OlGu .form-control::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input::-webkit-input-placeholder,
.cid-sHebp0OlGu .form-control::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHebp0OlGu .form-control:-moz-placeholder,
.cid-sHebp0OlGu .field-input:-moz-placeholder,
.cid-sHebp0OlGu .form-control:-moz-placeholder,
.cid-sHebp0OlGu .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sHebp0OlGu .form-control:hover,
.cid-sHebp0OlGu .field-input:hover,
.cid-sHebp0OlGu .form-control:focus,
.cid-sHebp0OlGu .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sHebp0OlGu .form-control:hover::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input:hover::-webkit-input-placeholder,
.cid-sHebp0OlGu .form-control:focus::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input:focus::-webkit-input-placeholder,
.cid-sHebp0OlGu .form-control:hover::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input:hover::-webkit-input-placeholder,
.cid-sHebp0OlGu .form-control:focus::-webkit-input-placeholder,
.cid-sHebp0OlGu .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sHebp0OlGu .form-control:hover:-moz-placeholder,
.cid-sHebp0OlGu .field-input:hover:-moz-placeholder,
.cid-sHebp0OlGu .form-control:focus:-moz-placeholder,
.cid-sHebp0OlGu .field-input:focus:-moz-placeholder,
.cid-sHebp0OlGu .form-control:hover:-moz-placeholder,
.cid-sHebp0OlGu .field-input:hover:-moz-placeholder,
.cid-sHebp0OlGu .form-control:focus:-moz-placeholder,
.cid-sHebp0OlGu .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sHebp0OlGu .jq-number__spin:hover,
.cid-sHebp0OlGu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sHebp0OlGu .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sHebp0OlGu .jq-selectbox li,
.cid-sHebp0OlGu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHebp0OlGu .jq-selectbox li:hover,
.cid-sHebp0OlGu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sHebp0OlGu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sHebp0OlGu .jq-number__spin.minus:hover:after,
.cid-sHebp0OlGu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHebp0OlGu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sHebp0OlGu .jq-number__spin.minus:after,
.cid-sHebp0OlGu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sHebp0OlGu input::-webkit-clear-button {
  display: none;
}
.cid-sHebp0OlGu input::-webkit-inner-spin-button {
  display: none;
}
.cid-sHebp0OlGu input::-webkit-outer-spin-button {
  display: none;
}
.cid-sHebp0OlGu input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-sHebp0OlGu .mbr-form {
    margin-bottom: 2rem;
  }
  .cid-sHebp0OlGu img {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHebp0OlGu form {
    padding: 2rem 1rem;
  }
  .cid-sHebp0OlGu .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sHebp0OlGu .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sHebp0OlGu img {
    height: 260px;
    width: 260px;
  }
}
.cid-sHebp0OlGu H4 {
  color: #ed6436;
}
.cid-tTx6eTc0b1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.webp");
}
@media (min-width: 992px) {
  .cid-tTx6eTc0b1 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tTx6eTc0b1 .content {
    padding: 0 2rem;
  }
}
.cid-tTx6eTc0b1 .img-col {
  padding: 0;
}
.cid-tTx6eTc0b1 .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-tTx6eTc0b1 .icon-wrap h3 {
  margin: 0;
}
.cid-tTx6eTc0b1 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tTx6eTc0b1 .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-tTx6eTc0b1 .icon-title,
.cid-tTx6eTc0b1 .mbr-iconfont {
  color: #181818;
}
.cid-tTx6eTc0b1 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tTx6eTc0b1 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tTx6eTc0b1 .icons-wrap {
    flex-direction: column;
  }
  .cid-tTx6eTc0b1 .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-tTx6eTc0b1 H1 {
  color: #349800;
}
.cid-sHedBNXpUq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHedBNXpUq .mbr-iconfont {
  color: #ed6436 !important;
  font-size: 1.4rem!important;
  padding-right: 1rem;
  display: block;
}
.cid-sHedBNXpUq .card-col {
  max-width: 450px;
  padding: 5rem 2rem;
}
.cid-sHedBNXpUq .row {
  justify-content: flex-end;
}
@media (min-width: 1700px) {
  .cid-sHedBNXpUq .card-col {
    margin-right: 20rem;
  }
}
.cid-sHedBNXpUq img {
  width: 100%;
}
.cid-sHedBNXpUq .svg-col {
  overflow: hidden;
  padding: 0;
}
.cid-sHedBNXpUq .container-fluid {
  position: relative;
}
.cid-sHedBNXpUq .google-map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 15rem;
}
.cid-sHedBNXpUq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sHedBNXpUq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sHedBNXpUq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sHedBNXpUq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sHedBNXpUq .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-sHedBNXpUq .item h4 {
  margin: 0;
}
.cid-sHedBNXpUq .card-wrapper {
  background: #ffffff;
  padding: 1.4rem 1.4rem;
}
.cid-sHedBNXpUq p {
  font-weight: 400;
}
.cid-sHedBNXpUq .card-title,
.cid-sHedBNXpUq .card-img {
  color: #ed6436;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sHedBNXpUq .google-map {
    position: relative;
    height: 20rem;
    padding-top: 1rem;
  }
  .cid-sHedBNXpUq .card-col {
    padding: 2rem 1rem;
  }
}
.cid-sGtmEvJ2yX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #349800;
}
.cid-sGtmqow39P .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .nav-item:focus,
.cid-sGtmqow39P .nav-link:focus {
  outline: none;
}
.cid-sGtmqow39P .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:active,
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item:focus {
  color: #181818 !important;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGtmqow39P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGtmqow39P .navbar-caption:hover {
  color: inherit !important;
}
.cid-sGtmqow39P .container {
  max-width: 1380px;
}
.cid-sGtmqow39P .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sGtmqow39P .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sGtmqow39P .nav-link:hover,
.cid-sGtmqow39P .nav-link:active,
.cid-sGtmqow39P .nav-link:focus {
  border-bottom: 3px solid #181818;
  color: #181818 !important;
}
.cid-sGtmqow39P .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sGtmqow39P .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sGtmqow39P .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sGtmqow39P .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGtmqow39P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGtmqow39P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGtmqow39P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGtmqow39P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGtmqow39P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGtmqow39P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGtmqow39P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGtmqow39P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGtmqow39P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGtmqow39P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGtmqow39P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGtmqow39P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGtmqow39P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGtmqow39P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGtmqow39P .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sGtmqow39P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGtmqow39P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGtmqow39P .icons-menu span {
  color: #ed6436 !important;
}
.cid-sGtmqow39P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGtmqow39P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sGtmqow39P .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGtmqow39P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGtmqow39P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGtmqow39P .dropdown-item.active,
.cid-sGtmqow39P .dropdown-item:active {
  background-color: transparent;
}
.cid-sGtmqow39P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGtmqow39P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGtmqow39P .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGtmqow39P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGtmqow39P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGtmqow39P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGtmqow39P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGtmqow39P .navbar-buttons {
  text-align: center;
}
.cid-sGtmqow39P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-sGtmqow39P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-sGtmqow39P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-sGtmqow39P .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGtmqow39P a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sGtmqow39P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGtmqow39P .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sGtmqow39P .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGtmqow39P .navbar {
    height: 77px;
  }
  .cid-sGtmqow39P .navbar.opened {
    height: auto;
  }
  .cid-sGtmqow39P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sInv8aYBUs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sInv8aYBUs img {
  border-radius: 0px;
}
.cid-sInv8aYBUs .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sInv8aYBUs .date {
  text-transform: uppercase;
  color: #181818;
  text-align: left;
  padding-top: 1rem;
}
.cid-sInv8aYBUs .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sInv8aYBUs .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sInv8aYBUs .right {
  display: flex;
  flex-direction: column;
}
.cid-sInv8aYBUs .mbr-section-btn {
  border: 2px solid #181818;
  width: auto;
}
.cid-sInv8aYBUs .mbr-section-btn:hover {
  background-color: #181818;
  border: 2px solid #181818;
}
.cid-sInv8aYBUs .card-heading {
  padding-top: 0;
}
.cid-sInv8aYBUs .mbr-text {
  padding-top: 10px;
}
