body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Lobster', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ed6436 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #0b1b3f !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c53f12 !important;
  border-color: #c53f12 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: #ed6436 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 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: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !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 #f7ed4a 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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !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 #b1a374 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: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #ed6436 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ad3710;
  color: #ad3710;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ed6436;
  border-color: #ed6436;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #ed6436 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #ed6436;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #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-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 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: #181818;
  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 #f7ed4a 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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a 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: #f7ed4a;
  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 #b1a374 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: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 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: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ed6436 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #0b1b3f !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed6436 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !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: #7a6e45 !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: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed6436;
  border-color: #ed6436;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed6436;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lobster', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ed6436;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed6436;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed6436;
  border-bottom-color: #ed6436;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed6436 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed6436' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tJgat3whb9 .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-tJgat3whb9 .nav-item:focus,
.cid-tJgat3whb9 .nav-link:focus {
  outline: none;
}
.cid-tJgat3whb9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tJgat3whb9 .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-tJgat3whb9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tJgat3whb9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-tJgat3whb9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tJgat3whb9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJgat3whb9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJgat3whb9 .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-tJgat3whb9 .navbar-caption:hover {
  color: inherit !important;
}
.cid-tJgat3whb9 .container {
  max-width: 1380px;
}
.cid-tJgat3whb9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tJgat3whb9 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tJgat3whb9 .nav-link:hover,
.cid-tJgat3whb9 .nav-link:active,
.cid-tJgat3whb9 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tJgat3whb9 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d;
}
.cid-tJgat3whb9 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d !important;
}
.cid-tJgat3whb9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tJgat3whb9 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJgat3whb9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJgat3whb9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJgat3whb9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJgat3whb9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tJgat3whb9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJgat3whb9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJgat3whb9 .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-tJgat3whb9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJgat3whb9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJgat3whb9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJgat3whb9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJgat3whb9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJgat3whb9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJgat3whb9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJgat3whb9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJgat3whb9 .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-tJgat3whb9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJgat3whb9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJgat3whb9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJgat3whb9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJgat3whb9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJgat3whb9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJgat3whb9 .navbar.navbar-short {
  background: #17242d !important;
  min-height: 60px;
}
.cid-tJgat3whb9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJgat3whb9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJgat3whb9 .icons-menu span {
  color: #ed6436 !important;
}
.cid-tJgat3whb9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJgat3whb9 .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-tJgat3whb9 .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-tJgat3whb9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJgat3whb9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJgat3whb9 .dropdown-item.active,
.cid-tJgat3whb9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJgat3whb9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJgat3whb9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJgat3whb9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJgat3whb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17242d;
}
.cid-tJgat3whb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJgat3whb9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJgat3whb9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJgat3whb9 .navbar-buttons {
  text-align: center;
}
.cid-tJgat3whb9 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-tJgat3whb9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed6436;
}
.cid-tJgat3whb9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJgat3whb9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJgat3whb9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJgat3whb9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJgat3whb9 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-tJgat3whb9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJgat3whb9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJgat3whb9 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-tJgat3whb9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tJgat3whb9 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tJgat3whb9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJgat3whb9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tJgat3whb9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJgat3whb9 .navbar {
    height: 77px;
  }
  .cid-tJgat3whb9 .navbar.opened {
    height: auto;
  }
  .cid-tJgat3whb9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2uh0Qy5cP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-u2uh0Qy5cP .image-block {
  width: 100% !important;
}
.cid-u2uh0Qy5cP .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u2uh0Qy5cP {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-u2uh0Qy5cP .container {
    padding: 0 1rem;
  }
  .cid-u2uh0Qy5cP .image-block {
    width: 100% !important;
  }
}
.cid-u2uh0Qy5cP .container-fluid {
  padding: 0;
}
.cid-u2ui7ALDj6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ed6436;
}
.cid-u2ui7ALDj6 p {
  color: #767676;
}
.cid-u2ui7ALDj6 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u2ui7ALDj6 .row-element,
.cid-u2ui7ALDj6 .image-element {
  padding: 0;
}
.cid-u2ui7ALDj6 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2ui7ALDj6 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2ui7ALDj6 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u2ui7ALDj6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u2ui7ALDj6 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u2ui7ALDj6 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2ui7ALDj6 .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2ui7ALDj6 .underline .line {
    height: 2px;
  }
  .cid-u2ui7ALDj6 .mbr-title,
  .cid-u2ui7ALDj6 .underline,
  .cid-u2ui7ALDj6 .mbr-text,
  .cid-u2ui7ALDj6 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2ui7ALDj6 .mbr-text,
.cid-u2ui7ALDj6 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2ui7ALDj6 .mbr-title,
.cid-u2ui7ALDj6 .underline {
  color: #ffffff;
}
.cid-tJgfeYT4HT {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #0b1b3f;
}
.cid-tJgfeYT4HT h3 {
  text-align: center;
}
.cid-tJgfeYT4HT .pie_progress {
  position: relative;
}
.cid-tJgfeYT4HT .pb-5 {
  padding-bottom: 5rem !important;
}
.cid-tJgfeYT4HT .card {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-tJgfeYT4HT .mbr-iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  font-size: 4rem;
  color: #ffffff !important;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tJgfeYT4HT .wrap {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.cid-tJgfeYT4HT .mbr-section-subtitle {
  color: #383838;
}
.cid-tJgfeYT4HT .pie_progress__number {
  text-align: center !important;
}
.cid-tJgfeYT4HT .card-title {
  margin-bottom: 0;
}
.cid-tJgfeYT4HT .svg-gradient {
  position: absolute;
}
.cid-tJgfeYT4HT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tJgfeYT4HT path {
  stroke: #ed6436;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJgfeYT4HT .card {
    flex-basis: 50%;
  }
}
.cid-tJgfeYT4HT H4 {
  color: #ffffff;
}
.cid-tJgfeYT4HT .mbr-section-title {
  color: #181818;
}
.cid-tJgfeYT4HT .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-tJgfeYT4HT .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-tJgfeYT4HT .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-tJgfeYT4HT .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
@media (max-width: 767px) {
  .cid-tJgfeYT4HT .link-wrap {
    margin: auto;
  }
  .cid-tJgfeYT4HT .pb-5 {
    padding-bottom: 2rem !important;
  }
}
.cid-tJgfeYT4HT H3 {
  color: #ed6436;
}
.cid-tJgfeYT4HT .card-text {
  color: #ffffff;
}
.cid-tJgfeYT4HT H2 {
  color: #ffffff;
}
.cid-tJm0bVLZO7 {
  background: #e94e1b;
}
.cid-tJm0bVLZO7 .container-fluid {
  padding: 0 2rem;
  max-width: 1300px;
}
.cid-tJm0bVLZO7 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-tJm0bVLZO7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tJm0bVLZO7 .video-block {
    width: 100% !important;
  }
}
.cid-u2ukhDJRsQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ed6436;
}
.cid-u2ukhDJRsQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #181818, #ed6436);
}
.cid-u2ukhDJRsQ .mbr-text,
.cid-u2ukhDJRsQ .mbr-section-btn {
  color: #ffffff;
}
.cid-u2ukhDJRsQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2ukhDJRsQ img {
    width: 96%;
  }
}
.cid-u2ukhDJRsQ .mbr-section-title,
.cid-u2ukhDJRsQ .title-wrapper {
  color: #ffffff;
}
.cid-tJgkhpW0mX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJgkhpW0mX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tJgkhpW0mX img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tJgkhpW0mX h3 {
  margin: 0;
}
.cid-tJgkhpW0mX .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tJgkhpW0mX .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tJgkhpW0mX .text-wrap {
  width: 100%;
}
.cid-tJgkhpW0mX .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tJgkhpW0mX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tJgkhpW0mX .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tJgkhpW0mX .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-tJgkhpW0mX .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tJgkhpW0mX .jq-selectbox__dropdown,
.cid-tJgkhpW0mX ul {
  border-radius: 20px !important;
}
.cid-tJgkhpW0mX .jq-selectbox {
  border-radius: 30px;
}
.cid-tJgkhpW0mX .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tJgkhpW0mX .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tJgkhpW0mX input,
.cid-tJgkhpW0mX textarea,
.cid-tJgkhpW0mX .select {
  border-radius: 30px;
}
.cid-tJgkhpW0mX input,
.cid-tJgkhpW0mX textarea {
  padding: 1rem 2rem;
}
.cid-tJgkhpW0mX textarea {
  min-height: 10rem;
}
.cid-tJgkhpW0mX .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tJgkhpW0mX .form-group {
  margin-bottom: 0.4rem;
}
.cid-tJgkhpW0mX .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tJgkhpW0mX .title1 {
  margin: 0;
}
.cid-tJgkhpW0mX .align-wrap {
  display: block;
}
.cid-tJgkhpW0mX .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tJgkhpW0mX form {
    padding: 0;
  }
  .cid-tJgkhpW0mX .socicon-wrap {
    margin: auto;
  }
}
.cid-tJgkhpW0mX .title {
  color: #ed6436;
}
.cid-tJgkhpW0mX .title1,
.cid-tJgkhpW0mX .title-col {
  text-align: left;
}
.cid-tJm0lE43s9 .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-tJm0lE43s9 .nav-item:focus,
.cid-tJm0lE43s9 .nav-link:focus {
  outline: none;
}
.cid-tJm0lE43s9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tJm0lE43s9 .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-tJm0lE43s9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tJm0lE43s9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-tJm0lE43s9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tJm0lE43s9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJm0lE43s9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJm0lE43s9 .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-tJm0lE43s9 .navbar-caption:hover {
  color: inherit !important;
}
.cid-tJm0lE43s9 .container {
  max-width: 1380px;
}
.cid-tJm0lE43s9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tJm0lE43s9 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tJm0lE43s9 .nav-link:hover,
.cid-tJm0lE43s9 .nav-link:active,
.cid-tJm0lE43s9 .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tJm0lE43s9 .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d;
}
.cid-tJm0lE43s9 .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d !important;
}
.cid-tJm0lE43s9 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tJm0lE43s9 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJm0lE43s9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJm0lE43s9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJm0lE43s9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJm0lE43s9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tJm0lE43s9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJm0lE43s9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJm0lE43s9 .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-tJm0lE43s9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJm0lE43s9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJm0lE43s9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJm0lE43s9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJm0lE43s9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJm0lE43s9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJm0lE43s9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJm0lE43s9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJm0lE43s9 .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-tJm0lE43s9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJm0lE43s9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJm0lE43s9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJm0lE43s9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJm0lE43s9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJm0lE43s9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJm0lE43s9 .navbar.navbar-short {
  background: #17242d !important;
  min-height: 60px;
}
.cid-tJm0lE43s9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJm0lE43s9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJm0lE43s9 .icons-menu span {
  color: #ed6436 !important;
}
.cid-tJm0lE43s9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJm0lE43s9 .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-tJm0lE43s9 .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-tJm0lE43s9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJm0lE43s9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJm0lE43s9 .dropdown-item.active,
.cid-tJm0lE43s9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJm0lE43s9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJm0lE43s9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJm0lE43s9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJm0lE43s9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17242d;
}
.cid-tJm0lE43s9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJm0lE43s9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJm0lE43s9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJm0lE43s9 .navbar-buttons {
  text-align: center;
}
.cid-tJm0lE43s9 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-tJm0lE43s9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed6436;
}
.cid-tJm0lE43s9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJm0lE43s9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJm0lE43s9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJm0lE43s9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJm0lE43s9 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-tJm0lE43s9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJm0lE43s9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJm0lE43s9 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-tJm0lE43s9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tJm0lE43s9 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tJm0lE43s9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJm0lE43s9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tJm0lE43s9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJm0lE43s9 .navbar {
    height: 77px;
  }
  .cid-tJm0lE43s9 .navbar.opened {
    height: auto;
  }
  .cid-tJm0lE43s9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2unfAk01i {
  background-image: url("../../../assets/images/cajas-mudanza-1200x745.jpg");
}
.cid-u2unfAk01i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2unfAk01i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2unfAk01i .mbr-section-title {
  color: #ed6436;
}
.cid-u2uojPJCbj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/blue-dotted-background-vector-2000x1125.jpg");
}
.cid-u2uojPJCbj p {
  color: #767676;
}
.cid-u2uojPJCbj .row-element,
.cid-u2uojPJCbj .image-element {
  padding: 0;
}
.cid-u2uojPJCbj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2uojPJCbj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u2uojPJCbj .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u2uojPJCbj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-u2uojPJCbj .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-u2uojPJCbj .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u2uojPJCbj .text-content {
    padding: 2rem 1rem;
  }
  .cid-u2uojPJCbj .underline .line {
    height: 2px;
  }
  .cid-u2uojPJCbj .mbr-title,
  .cid-u2uojPJCbj .underline,
  .cid-u2uojPJCbj .mbr-text,
  .cid-u2uojPJCbj .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2uojPJCbj .mbr-text,
.cid-u2uojPJCbj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2uojPJCbj .mbr-title,
.cid-u2uojPJCbj .underline {
  color: #ffffff;
}
.cid-tJm7CPnXaj {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #f2f2f4;
}
.cid-tJm7CPnXaj .mbr-text {
  color: #767676;
}
.cid-tJm7CPnXaj img {
  width: 100%;
}
.cid-tJm7CPnXaj .card-img {
  margin-bottom: 0rem;
}
.cid-tJm7CPnXaj .card-wrapper {
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
}
.cid-tJm7CPnXaj .card-box {
  padding: 2rem 1rem;
}
.cid-tJm7CPnXaj p {
  font-weight: 400;
}
.cid-tJm7CPnXaj .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJm7CPnXaj .card {
    margin-bottom: 2rem;
  }
}
.cid-tJm7CPnXaj .mbr-text,
.cid-tJm7CPnXaj .mbr-section-btn {
  text-align: center;
  color: #383838;
}
.cid-tJm7CPnXaj .card-title,
.cid-tJm7CPnXaj .card-img {
  text-align: center;
  color: #0b1b3f;
}
.cid-tJm7CPnXaj H2 {
  color: #0b1b3f;
}
.cid-u2uoJWGBpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/blue-dotted-background-vector-2000x1125.jpg");
}
.cid-u2uoJWGBpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2uoJWGBpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2uoJWGBpk .mbr-section-title {
  color: #ed6436;
}
.cid-tJm0lGobsY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJm0lGobsY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tJm0lGobsY img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tJm0lGobsY h3 {
  margin: 0;
}
.cid-tJm0lGobsY .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tJm0lGobsY .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tJm0lGobsY .text-wrap {
  width: 100%;
}
.cid-tJm0lGobsY .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tJm0lGobsY .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tJm0lGobsY .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tJm0lGobsY .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-tJm0lGobsY .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tJm0lGobsY .jq-selectbox__dropdown,
.cid-tJm0lGobsY ul {
  border-radius: 20px !important;
}
.cid-tJm0lGobsY .jq-selectbox {
  border-radius: 30px;
}
.cid-tJm0lGobsY .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tJm0lGobsY .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tJm0lGobsY input,
.cid-tJm0lGobsY textarea,
.cid-tJm0lGobsY .select {
  border-radius: 30px;
}
.cid-tJm0lGobsY input,
.cid-tJm0lGobsY textarea {
  padding: 1rem 2rem;
}
.cid-tJm0lGobsY textarea {
  min-height: 10rem;
}
.cid-tJm0lGobsY .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tJm0lGobsY .form-group {
  margin-bottom: 0.4rem;
}
.cid-tJm0lGobsY .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tJm0lGobsY .title1 {
  margin: 0;
}
.cid-tJm0lGobsY .align-wrap {
  display: block;
}
.cid-tJm0lGobsY .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tJm0lGobsY form {
    padding: 0;
  }
  .cid-tJm0lGobsY .socicon-wrap {
    margin: auto;
  }
}
.cid-tJm0lGobsY .title {
  color: #ed6436;
}
.cid-tJm0lGobsY .title1,
.cid-tJm0lGobsY .title-col {
  text-align: left;
}
.cid-tJmeKVDgfX .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-tJmeKVDgfX .nav-item:focus,
.cid-tJmeKVDgfX .nav-link:focus {
  outline: none;
}
.cid-tJmeKVDgfX .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-tJmeKVDgfX .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-tJmeKVDgfX .dropdown .dropdown-menu .dropdown-item:hover,
.cid-tJmeKVDgfX .dropdown .dropdown-menu .dropdown-item:active,
.cid-tJmeKVDgfX .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-tJmeKVDgfX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJmeKVDgfX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJmeKVDgfX .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-tJmeKVDgfX .navbar-caption:hover {
  color: inherit !important;
}
.cid-tJmeKVDgfX .container {
  max-width: 1380px;
}
.cid-tJmeKVDgfX .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-tJmeKVDgfX .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tJmeKVDgfX .nav-link:hover,
.cid-tJmeKVDgfX .nav-link:active,
.cid-tJmeKVDgfX .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-tJmeKVDgfX .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d;
}
.cid-tJmeKVDgfX .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d !important;
}
.cid-tJmeKVDgfX .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-tJmeKVDgfX .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJmeKVDgfX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJmeKVDgfX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJmeKVDgfX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJmeKVDgfX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tJmeKVDgfX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJmeKVDgfX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJmeKVDgfX .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-tJmeKVDgfX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJmeKVDgfX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJmeKVDgfX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJmeKVDgfX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJmeKVDgfX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJmeKVDgfX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJmeKVDgfX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJmeKVDgfX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJmeKVDgfX .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-tJmeKVDgfX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJmeKVDgfX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJmeKVDgfX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJmeKVDgfX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJmeKVDgfX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJmeKVDgfX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJmeKVDgfX .navbar.navbar-short {
  background: #17242d !important;
  min-height: 60px;
}
.cid-tJmeKVDgfX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJmeKVDgfX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJmeKVDgfX .icons-menu span {
  color: #ed6436 !important;
}
.cid-tJmeKVDgfX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJmeKVDgfX .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-tJmeKVDgfX .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-tJmeKVDgfX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJmeKVDgfX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJmeKVDgfX .dropdown-item.active,
.cid-tJmeKVDgfX .dropdown-item:active {
  background-color: transparent;
}
.cid-tJmeKVDgfX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJmeKVDgfX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJmeKVDgfX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJmeKVDgfX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17242d;
}
.cid-tJmeKVDgfX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJmeKVDgfX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJmeKVDgfX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJmeKVDgfX .navbar-buttons {
  text-align: center;
}
.cid-tJmeKVDgfX 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-tJmeKVDgfX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed6436;
}
.cid-tJmeKVDgfX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJmeKVDgfX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJmeKVDgfX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tJmeKVDgfX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tJmeKVDgfX 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-tJmeKVDgfX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJmeKVDgfX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tJmeKVDgfX 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-tJmeKVDgfX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tJmeKVDgfX a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tJmeKVDgfX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJmeKVDgfX .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tJmeKVDgfX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJmeKVDgfX .navbar {
    height: 77px;
  }
  .cid-tJmeKVDgfX .navbar.opened {
    height: auto;
  }
  .cid-tJmeKVDgfX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2updtATzb {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/5-680x510.jpg");
}
.cid-u2updtATzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2updtATzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2updtATzb .mbr-text,
.cid-u2updtATzb .mbr-section-btn {
  color: #232323;
}
.cid-u2updtATzb .card-title,
.cid-u2updtATzb .card-box {
  color: #ed6436;
}
.cid-u2updtATzb .mbr-text,
.cid-u2updtATzb .link-wrap {
  color: #ffffff;
}
.cid-tJmeKWxLJ2 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tJmeKWxLJ2 H1 {
  color: #000000;
}
.cid-tJmeKWxLJ2 .mbr-text,
.cid-tJmeKWxLJ2 .mbr-section-btn {
  color: #000000;
}
.cid-tJmeKWxLJ2 .mbr-subtitle {
  color: #000000;
}
.cid-tJmeKWxLJ2 .mbr-text {
  margin-top: 1.5rem;
}
.cid-tJmeKWxLJ2 .mbr-section-btn {
  margin-top: 2rem;
}
.cid-tJmeKWxLJ2 .mbr-section-title,
.cid-tJmeKWxLJ2 .mbr-section-btn {
  color: #0b1b3f;
}
.cid-tJmhjsClzF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f2f4;
}
.cid-tJmhjsClzF .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-tJmhjsClzF .content {
    padding: 0 6rem;
  }
}
.cid-tJmhjsClzF .mbr-figure {
  height: 100%;
}
.cid-tJmhjsClzF img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tJmhjsClzF .img-col {
  padding: 0;
}
.cid-tJmhjsClzF .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-tJmhjsClzF p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-tJmhjsClzF .mbr-iconfont {
  font-size: 5rem;
  color: #ed6436 !important;
}
.cid-tJmhjsClzF .icon-title,
.cid-tJmhjsClzF .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-tJmhjsClzF .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJmhjsClzF .icon-wrap {
    margin: auto;
  }
}
.cid-tJmhjsClzF H3 {
  color: #383838;
}
.cid-tJmeKXen2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ed6436;
}
.cid-tJmeKXen2O .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-tJmeKXen2O .mbr-section-title {
  color: #233d63;
}
.cid-tJmeKXen2O .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tJmeKXen2O .mbr-section-btn {
  margin-top: 35px;
}
.cid-tJmeKXen2O .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-tJmeKXen2O .mbr-section-btn .btn-white:hover {
  background-color: #ed6436 !important;
  border-color: #ed6436 !important;
  color: #ffffff !important;
}
.cid-tJmeKXen2O .mbr-section-title,
.cid-tJmeKXen2O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tJmeKXen2O .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-tJmeKXen2O .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-tK0xbUOHdH {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f2f4;
}
.cid-tK0xbUOHdH .container,
.cid-tK0xbUOHdH .container-fluid {
  pointer-events: none;
}
.cid-tK0xbUOHdH .mbr-section-subtitle,
.cid-tK0xbUOHdH .mbr-section-title,
.cid-tK0xbUOHdH .mbr-subtext,
.cid-tK0xbUOHdH .mbr-text,
.cid-tK0xbUOHdH .mbr-section-btn,
.cid-tK0xbUOHdH .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tK0xbUOHdH .title__block {
    padding-top: 70px;
  }
}
.cid-tK0xbUOHdH .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #0b1b3f;
}
.cid-tK0xbUOHdH .mbr-section-title {
  color: #ed6436;
  margin-bottom: 25px;
}
.cid-tK0xbUOHdH .mbr-section-title span {
  font-weight: 300;
}
.cid-tK0xbUOHdH .mbr-subtext {
  margin-bottom: 35px;
  color: #383838;
}
.cid-tK0xbUOHdH .mbr-section-btn {
  margin-top: 60px;
}
.cid-tK0xbUOHdH .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-tK0xbUOHdH .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tK0xbUOHdH .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tK0xbUOHdH .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tK0xbUOHdH .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tK0xbUOHdH .wrap__image {
    text-align: right;
  }
  .cid-tK0xbUOHdH .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tK0xbUOHdH .wrap__image {
    text-align: center !important;
  }
}
.cid-tK0xbUOHdH .wrap__image {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tK0xbUOHdH .wrap__image {
    text-align: left;
  }
  .cid-tK0xbUOHdH .wrap__image .image__block2 {
    right: 165px;
  }
}
.cid-tK0xbUOHdH .image__block2 {
  right: -165px;
  left: auto !important;
}
.cid-tK0xbUOHdH .mbr-text,
.cid-tK0xbUOHdH .mbr-section-btn {
  color: #ffffff;
}
.cid-tJmeKXIWfB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJmeKXIWfB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tJmeKXIWfB img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-tJmeKXIWfB h3 {
  margin: 0;
}
.cid-tJmeKXIWfB .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-tJmeKXIWfB .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tJmeKXIWfB .text-wrap {
  width: 100%;
}
.cid-tJmeKXIWfB .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-tJmeKXIWfB .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tJmeKXIWfB .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tJmeKXIWfB .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-tJmeKXIWfB .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tJmeKXIWfB .jq-selectbox__dropdown,
.cid-tJmeKXIWfB ul {
  border-radius: 20px !important;
}
.cid-tJmeKXIWfB .jq-selectbox {
  border-radius: 30px;
}
.cid-tJmeKXIWfB .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tJmeKXIWfB .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tJmeKXIWfB input,
.cid-tJmeKXIWfB textarea,
.cid-tJmeKXIWfB .select {
  border-radius: 30px;
}
.cid-tJmeKXIWfB input,
.cid-tJmeKXIWfB textarea {
  padding: 1rem 2rem;
}
.cid-tJmeKXIWfB textarea {
  min-height: 10rem;
}
.cid-tJmeKXIWfB .col-md-6 {
  margin-bottom: 2rem;
}
.cid-tJmeKXIWfB .form-group {
  margin-bottom: 0.4rem;
}
.cid-tJmeKXIWfB .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-tJmeKXIWfB .title1 {
  margin: 0;
}
.cid-tJmeKXIWfB .align-wrap {
  display: block;
}
.cid-tJmeKXIWfB .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tJmeKXIWfB form {
    padding: 0;
  }
  .cid-tJmeKXIWfB .socicon-wrap {
    margin: auto;
  }
}
.cid-tJmeKXIWfB .title {
  color: #ed6436;
}
.cid-tJmeKXIWfB .title1,
.cid-tJmeKXIWfB .title-col {
  text-align: left;
}
.cid-uJdJysvwit .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-uJdJysvwit .nav-item:focus,
.cid-uJdJysvwit .nav-link:focus {
  outline: none;
}
.cid-uJdJysvwit .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uJdJysvwit .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-uJdJysvwit .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uJdJysvwit .dropdown .dropdown-menu .dropdown-item:active,
.cid-uJdJysvwit .dropdown .dropdown-menu .dropdown-item:focus {
  color: #ed6436 !important;
}
.cid-uJdJysvwit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdJysvwit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJdJysvwit .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-uJdJysvwit .navbar-caption:hover {
  color: inherit !important;
}
.cid-uJdJysvwit .container {
  max-width: 1380px;
}
.cid-uJdJysvwit .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uJdJysvwit .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uJdJysvwit .nav-link:hover,
.cid-uJdJysvwit .nav-link:active,
.cid-uJdJysvwit .nav-link:focus {
  border-bottom: 3px solid #ed6436;
  color: #ed6436 !important;
}
.cid-uJdJysvwit .navbar {
  min-height: 77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d;
}
.cid-uJdJysvwit .navbar.opened {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #17242d !important;
}
.cid-uJdJysvwit .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uJdJysvwit .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJdJysvwit .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdJysvwit .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdJysvwit .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJdJysvwit .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJdJysvwit .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdJysvwit .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdJysvwit .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-uJdJysvwit .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdJysvwit .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdJysvwit .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdJysvwit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdJysvwit .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdJysvwit .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJdJysvwit .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdJysvwit .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdJysvwit .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-uJdJysvwit .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJdJysvwit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdJysvwit .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdJysvwit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJdJysvwit .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdJysvwit .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJdJysvwit .navbar.navbar-short {
  background: #17242d !important;
  min-height: 60px;
}
.cid-uJdJysvwit .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJdJysvwit .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJdJysvwit .icons-menu span {
  color: #ed6436 !important;
}
.cid-uJdJysvwit .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdJysvwit .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-uJdJysvwit .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-uJdJysvwit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdJysvwit .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdJysvwit .dropdown-item.active,
.cid-uJdJysvwit .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdJysvwit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdJysvwit .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdJysvwit .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdJysvwit .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #17242d;
}
.cid-uJdJysvwit .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdJysvwit .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdJysvwit ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJdJysvwit .navbar-buttons {
  text-align: center;
}
.cid-uJdJysvwit 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-uJdJysvwit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ed6436;
}
.cid-uJdJysvwit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uJdJysvwit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uJdJysvwit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-uJdJysvwit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-uJdJysvwit 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-uJdJysvwit nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uJdJysvwit nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-uJdJysvwit 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-uJdJysvwit .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uJdJysvwit a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uJdJysvwit .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJdJysvwit .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uJdJysvwit .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJdJysvwit .navbar {
    height: 77px;
  }
  .cid-uJdJysvwit .navbar.opened {
    height: auto;
  }
  .cid-uJdJysvwit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJiNDOGhei {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #17242d;
}
.cid-uJiNDOGhei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiNDOGhei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiNDOGhei .mbr-section-title {
  color: #ffffff;
}
.cid-uJdJyt5EVg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJdJyt5EVg .image-block {
  width: 100% !important;
}
.cid-uJdJyt5EVg .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJdJyt5EVg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uJdJyt5EVg .container {
    padding: 0 1rem;
  }
  .cid-uJdJyt5EVg .image-block {
    width: 100% !important;
  }
}
.cid-uJdJyt5EVg .container-fluid {
  padding: 0;
}
.cid-uJdJytn295 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ed6436;
}
.cid-uJdJytn295 p {
  color: #767676;
}
.cid-uJdJytn295 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uJdJytn295 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJdJytn295 .row-element,
.cid-uJdJytn295 .image-element {
  padding: 0;
}
.cid-uJdJytn295 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJdJytn295 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJdJytn295 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uJdJytn295 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ed6436);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uJdJytn295 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uJdJytn295 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdJytn295 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJdJytn295 .underline .line {
    height: 2px;
  }
  .cid-uJdJytn295 .mbr-title,
  .cid-uJdJytn295 .underline,
  .cid-uJdJytn295 .mbr-text,
  .cid-uJdJytn295 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJdJytn295 .mbr-text,
.cid-uJdJytn295 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uJdJytn295 .mbr-title,
.cid-uJdJytn295 .underline {
  color: #ffffff;
}
.cid-uJe3pM5YKW {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/s2-1500x900.jpg");
}
.cid-uJe3pM5YKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJe3pM5YKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJe3pM5YKW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJe3pM5YKW .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJe3pM5YKW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJe3pM5YKW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJe3pM5YKW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJe3pM5YKW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJe3pM5YKW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJe3pM5YKW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJe3pM5YKW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJe3pM5YKW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJe3pM5YKW .card-title {
  color: #ed6436;
}
.cid-uJe4Z8HG52 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/s2-1500x900.jpg");
}
.cid-uJe4Z8HG52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJe4Z8HG52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJe4Z8HG52 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJe4Z8HG52 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJe4Z8HG52 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJe4Z8HG52 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJe4Z8HG52 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJe4Z8HG52 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJe4Z8HG52 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJe4Z8HG52 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJe4Z8HG52 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJe4Z8HG52 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJe4Z8HG52 .card-title {
  color: #ed6436;
}
.cid-uJe5wg8iGz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/s2-1500x900.jpg");
}
.cid-uJe5wg8iGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJe5wg8iGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJe5wg8iGz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJe5wg8iGz .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uJe5wg8iGz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJe5wg8iGz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uJe5wg8iGz .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uJe5wg8iGz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uJe5wg8iGz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJe5wg8iGz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJe5wg8iGz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJe5wg8iGz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJe5wg8iGz .card-title {
  color: #ed6436;
}
.cid-uJdJyv0bmh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJdJyv0bmh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uJdJyv0bmh img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uJdJyv0bmh h3 {
  margin: 0;
}
.cid-uJdJyv0bmh .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uJdJyv0bmh .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uJdJyv0bmh .text-wrap {
  width: 100%;
}
.cid-uJdJyv0bmh .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uJdJyv0bmh .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uJdJyv0bmh .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uJdJyv0bmh .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uJdJyv0bmh .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uJdJyv0bmh .jq-selectbox__dropdown,
.cid-uJdJyv0bmh ul {
  border-radius: 20px !important;
}
.cid-uJdJyv0bmh .jq-selectbox {
  border-radius: 30px;
}
.cid-uJdJyv0bmh .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uJdJyv0bmh .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uJdJyv0bmh input,
.cid-uJdJyv0bmh textarea,
.cid-uJdJyv0bmh .select {
  border-radius: 30px;
}
.cid-uJdJyv0bmh input,
.cid-uJdJyv0bmh textarea {
  padding: 1rem 2rem;
}
.cid-uJdJyv0bmh textarea {
  min-height: 10rem;
}
.cid-uJdJyv0bmh .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uJdJyv0bmh .form-group {
  margin-bottom: 0.4rem;
}
.cid-uJdJyv0bmh .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uJdJyv0bmh .title1 {
  margin: 0;
}
.cid-uJdJyv0bmh .align-wrap {
  display: block;
}
.cid-uJdJyv0bmh .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uJdJyv0bmh form {
    padding: 0;
  }
  .cid-uJdJyv0bmh .socicon-wrap {
    margin: auto;
  }
}
.cid-uJdJyv0bmh .title {
  color: #ed6436;
}
.cid-uJdJyv0bmh .title1,
.cid-uJdJyv0bmh .title-col {
  text-align: left;
}
